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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 18 Oct 2021 19:22:12 -0700 From: Randy Dunlap <rdunlap@...radead.org> To: linux-kernel@...r.kernel.org Cc: Randy Dunlap <rdunlap@...radead.org>, Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...hat.com>, Peter Zijlstra <peterz@...radead.org>, Darren Hart <dvhart@...radead.org>, Davidlohr Bueso <dave@...olabs.net>, André Almeida <andrealmeid@...labora.com>, linux-doc@...r.kernel.org, Jonathan Corbet <corbet@....net> Subject: [PATCH -next] Documentation: futex: handle source file rename Handle the move/rename of kernel/futex.c to kernel/futex/core.c. Prevents docs build errors and warnings: Error: Cannot open file ../kernel/futex.c Error: Cannot open file ../kernel/futex.c Error: Cannot open file ../kernel/futex.c Error: Cannot open file ../kernel/futex.c WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -sphinx-version 1.8.5 -internal ../kernel/futex.c' failed with return code 2 WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -sphinx-version 1.8.5 -internal ../kernel/futex.c' failed with return code 2 Fixes: 77e52ae35463 ("futex: Move to kernel/futex/") Signed-off-by: Randy Dunlap <rdunlap@...radead.org> Cc: Thomas Gleixner <tglx@...utronix.de> Cc: Ingo Molnar <mingo@...hat.com> Cc: Peter Zijlstra <peterz@...radead.org> Cc: Darren Hart <dvhart@...radead.org> Cc: Davidlohr Bueso <dave@...olabs.net> Cc: André Almeida <andrealmeid@...labora.com> Cc: linux-doc@...r.kernel.org Cc: Jonathan Corbet <corbet@....net> --- Documentation/kernel-hacking/locking.rst | 2 +- Documentation/translations/it_IT/kernel-hacking/locking.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- linux-next-20211018.orig/Documentation/kernel-hacking/locking.rst +++ linux-next-20211018/Documentation/kernel-hacking/locking.rst @@ -1352,7 +1352,7 @@ Mutex API reference Futex API reference =================== -.. kernel-doc:: kernel/futex.c +.. kernel-doc:: kernel/futex/core.c :internal: Further reading --- linux-next-20211018.orig/Documentation/translations/it_IT/kernel-hacking/locking.rst +++ linux-next-20211018/Documentation/translations/it_IT/kernel-hacking/locking.rst @@ -1396,7 +1396,7 @@ Riferimento per l'API dei Mutex Riferimento per l'API dei Futex =============================== -.. kernel-doc:: kernel/futex.c +.. kernel-doc:: kernel/futex/core.c :internal: Approfondimenti
Powered by blists - more mailing lists