lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 28 Jul 2023 23:25:51 +0000
From:   "Edgecombe, Rick P" <rick.p.edgecombe@...el.com>
To:     lkp <lkp@...el.com>
CC:     "Yu, Yu-cheng" <yu-cheng.yu@...el.com>,
        "oe-kbuild-all@...ts.linux.dev" <oe-kbuild-all@...ts.linux.dev>,
        "bp@...en8.de" <bp@...en8.de>,
        "dave.hansen@...ux.intel.com" <dave.hansen@...ux.intel.com>,
        "keescook@...omium.org" <keescook@...omium.org>,
        "x86@...nel.org" <x86@...nel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>
Subject: Re: [tip:x86/shstk 6/42] htmldocs: Warning: arch/x86/Kconfig
 references a file that doesn't exist: Documentation/x86/shstk.rst

On Thu, 2023-07-27 at 19:55 +0800, kernel test robot wrote:
> tree:  
> https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/shstk
> head:   c19a153cc0b172c8e1869d6dee52f6aadd73d3c4
> commit: 18e66b695e787374ca762ecdeaa1ab5e3772af94 [6/42] x86/shstk:
> Add Kconfig option for shadow stack
> reproduce:
> (https://download.01.org/0day-ci/archive/20230727/202307271956.IxoG9X
> 0c-lkp@...el.com/reproduce)
> 
> If you fix the issue in a separate patch/commit (i.e. not just a new
> version of
> the same patch/commit), kindly add following tags
> > Reported-by: kernel test robot <lkp@...el.com>
> > Closes:
> > https://lore.kernel.org/oe-kbuild-all/202307271956.IxoG9X0c-lkp@intel.com/
> 
> All warnings (new ones prefixed by >>):
> 
> > > Warning: arch/x86/Kconfig references a file that doesn't exist:
> > > Documentation/x86/shstk.rst

Looks like the x86 documentation moved, and it just needs this:

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index e860f805199f..99e7552fff4f 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.
 

Dave, would you like a proper patch for it?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ