Loading .mailmap +2 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,8 @@ Greg Kroah-Hartman <gregkh@suse.de> Greg Kroah-Hartman <greg@kroah.com> Greg Kurz <groug@kaod.org> <gkurz@linux.vnet.ibm.com> Gregory CLEMENT <gregory.clement@bootlin.com> <gregory.clement@free-electrons.com> Guo Ren <guoren@kernel.org> <guoren@linux.alibaba.com> Guo Ren <guoren@kernel.org> <ren_guo@c-sky.com> Gustavo Padovan <gustavo@las.ic.unicamp.br> Gustavo Padovan <padovan@profusion.mobi> Hanjun Guo <guohanjun@huawei.com> <hanjun.guo@linaro.org> Loading Documentation/admin-guide/blockdev/drbd/figures.rst +2 −2 Original line number Diff line number Diff line Loading @@ -25,6 +25,6 @@ Sub graphs of DRBD's state transitions :alt: disk-states-8.dot :align: center .. kernel-figure:: node-states-8.dot :alt: node-states-8.dot .. kernel-figure:: peer-states-8.dot :alt: peer-states-8.dot :align: center Documentation/admin-guide/blockdev/drbd/node-states-8.dot→Documentation/admin-guide/blockdev/drbd/peer-states-8.dot +0 −5 Original line number Diff line number Diff line digraph node_states { Secondary -> Primary [ label = "ioctl_set_state()" ] Primary -> Secondary [ label = "ioctl_set_state()" ] } digraph peer_states { Secondary -> Primary [ label = "recv state packet" ] Primary -> Secondary [ label = "recv state packet" ] Loading Documentation/arm64/pointer-authentication.rst +4 −5 Original line number Diff line number Diff line Loading @@ -53,11 +53,10 @@ The number of bits that the PAC occupies in a pointer is 55 minus the virtual address size configured by the kernel. For example, with a virtual address size of 48, the PAC is 7 bits wide. Recent versions of GCC can compile code with APIAKey-based return address protection when passed the -msign-return-address option. This uses instructions in the HINT space (unless -march=armv8.3-a or higher is also passed), and such code can run on systems without the pointer authentication extension. When ARM64_PTR_AUTH_KERNEL is selected, the kernel will be compiled with HINT space pointer authentication instructions protecting function returns. Kernels built with this option will work on hardware with or without pointer authentication support. In addition to exec(), keys can also be reinitialized to random values using the PR_PAC_RESET_KEYS prctl. A bitmask of PR_PAC_APIAKEY, Loading Documentation/conf.py +10 −5 Original line number Diff line number Diff line Loading @@ -249,6 +249,11 @@ except ImportError: html_static_path = ['sphinx-static'] html_css_files = [ 'theme_overrides.css', ] if major <= 1 and minor < 8: html_context = { 'css_files': [ '_static/theme_overrides.css', Loading Loading
.mailmap +2 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,8 @@ Greg Kroah-Hartman <gregkh@suse.de> Greg Kroah-Hartman <greg@kroah.com> Greg Kurz <groug@kaod.org> <gkurz@linux.vnet.ibm.com> Gregory CLEMENT <gregory.clement@bootlin.com> <gregory.clement@free-electrons.com> Guo Ren <guoren@kernel.org> <guoren@linux.alibaba.com> Guo Ren <guoren@kernel.org> <ren_guo@c-sky.com> Gustavo Padovan <gustavo@las.ic.unicamp.br> Gustavo Padovan <padovan@profusion.mobi> Hanjun Guo <guohanjun@huawei.com> <hanjun.guo@linaro.org> Loading
Documentation/admin-guide/blockdev/drbd/figures.rst +2 −2 Original line number Diff line number Diff line Loading @@ -25,6 +25,6 @@ Sub graphs of DRBD's state transitions :alt: disk-states-8.dot :align: center .. kernel-figure:: node-states-8.dot :alt: node-states-8.dot .. kernel-figure:: peer-states-8.dot :alt: peer-states-8.dot :align: center
Documentation/admin-guide/blockdev/drbd/node-states-8.dot→Documentation/admin-guide/blockdev/drbd/peer-states-8.dot +0 −5 Original line number Diff line number Diff line digraph node_states { Secondary -> Primary [ label = "ioctl_set_state()" ] Primary -> Secondary [ label = "ioctl_set_state()" ] } digraph peer_states { Secondary -> Primary [ label = "recv state packet" ] Primary -> Secondary [ label = "recv state packet" ] Loading
Documentation/arm64/pointer-authentication.rst +4 −5 Original line number Diff line number Diff line Loading @@ -53,11 +53,10 @@ The number of bits that the PAC occupies in a pointer is 55 minus the virtual address size configured by the kernel. For example, with a virtual address size of 48, the PAC is 7 bits wide. Recent versions of GCC can compile code with APIAKey-based return address protection when passed the -msign-return-address option. This uses instructions in the HINT space (unless -march=armv8.3-a or higher is also passed), and such code can run on systems without the pointer authentication extension. When ARM64_PTR_AUTH_KERNEL is selected, the kernel will be compiled with HINT space pointer authentication instructions protecting function returns. Kernels built with this option will work on hardware with or without pointer authentication support. In addition to exec(), keys can also be reinitialized to random values using the PR_PAC_RESET_KEYS prctl. A bitmask of PR_PAC_APIAKEY, Loading
Documentation/conf.py +10 −5 Original line number Diff line number Diff line Loading @@ -249,6 +249,11 @@ except ImportError: html_static_path = ['sphinx-static'] html_css_files = [ 'theme_overrides.css', ] if major <= 1 and minor < 8: html_context = { 'css_files': [ '_static/theme_overrides.css', Loading