[tip:,x86/shstk] x86/kbuild: Fix Documentation/ reference

Message ID 169101476361.28540.6727126063960366385.tip-bot2@tip-bot2
State New
Headers
Series [tip:,x86/shstk] x86/kbuild: Fix Documentation/ reference |

Commit Message

tip-bot2 for Thomas Gleixner Aug. 2, 2023, 10:19 p.m. UTC
  The following commit has been merged into the x86/shstk branch of tip:

Commit-ID:     54acee601b87cfe43e17f6812449e5eb3eab39f9
Gitweb:        https://git.kernel.org/tip/54acee601b87cfe43e17f6812449e5eb3eab39f9
Author:        Dave Hansen <dave.hansen@linux.intel.com>
AuthorDate:    Wed, 02 Aug 2023 13:37:22 -07:00
Committer:     Dave Hansen <dave.hansen@linux.intel.com>
CommitterDate: Wed, 02 Aug 2023 15:01:51 -07:00

x86/kbuild: Fix Documentation/ reference

x86 documentation moved.  Fix the reference.

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/oe-kbuild-all/202307271956.IxoG9X0c-lkp@intel.com/
---
 arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index e860f80..99e7552 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1969,7 +1969,7 @@  config X86_USER_SHADOW_STACK
 
 	  CPUs supporting shadow stacks were first released in 2020.
 
-	  See Documentation/x86/shstk.rst for more information.
+	  See Documentation/arch/x86/shstk.rst for more information.
 
 	  If unsure, say N.