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: Sun, 23 Aug 2020 17:38:12 -0700 From: Randy Dunlap <rdunlap@...radead.org> To: LKML <linux-kernel@...r.kernel.org>, "linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>, "linux-next@...r.kernel.org" <linux-next@...r.kernel.org>, Jonathan Corbet <corbet@....net> Subject: [PATCH] Documentation: submit-checklist: add Documentation clean builds From: Randy Dunlap <rdunlap@...radead.org> Add to Documentation/process/submit-checklist.rst that patch submitters should run "make htmldocs" and verify that any Documentation/ changes (patches) are clean (no new warnings/errors). Signed-off-by: Randy Dunlap <rdunlap@...radead.org> --- Documentation/process/submit-checklist.rst | 4 ++++ 1 file changed, 4 insertions(+) --- linux-next-20200821.orig/Documentation/process/submit-checklist.rst +++ linux-next-20200821/Documentation/process/submit-checklist.rst @@ -24,6 +24,10 @@ and elsewhere regarding submitting Linux c) Builds successfully when using ``O=builddir`` + d) Any Documentation/ changes build successfully without warnings/errors. + Use ``make htmldocs`` or ``make pdfdocs`` to check the build and + fix any issues. + 3) Builds on multiple CPU architectures by using local cross-compile tools or some other build farm.
Powered by blists - more mailing lists