Skip to content

Commit 263638d

Browse files
author
Jonathan Corbet
committed
arm64: Update Documentation/arm references
The Arm documentation has moved to Documentation/arch/arm; update references under arch/arm64 to match. Cc: Will Deacon <will@kernel.org> Cc: linux-arm-kernel@lists.infradead.org Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent e318b36 commit 263638d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1619,7 +1619,7 @@ config KUSER_HELPERS
16191619
the system. This permits binaries to be run on ARMv4 through
16201620
to ARMv8 without modification.
16211621

1622-
See Documentation/arm/kernel_user_helpers.rst for details.
1622+
See Documentation/arch/arm/kernel_user_helpers.rst for details.
16231623

16241624
However, the fixed address nature of these helpers can be used
16251625
by ROP (return orientated programming) authors when creating

arch/arm64/kernel/kuser32.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* aarch32_setup_additional_pages() and are provided for compatibility
1111
* reasons with 32 bit (aarch32) applications that need them.
1212
*
13-
* See Documentation/arm/kernel_user_helpers.rst for formal definitions.
13+
* See Documentation/arch/arm/kernel_user_helpers.rst for formal definitions.
1414
*/
1515

1616
#include <asm/unistd.h>

0 commit comments

Comments
 (0)