linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: submit-checklist: add Documentation clean builds
@ 2020-08-24  0:38 Randy Dunlap
  2020-08-30 11:41 ` Mike Rapoport
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2020-08-24  0:38 UTC (permalink / raw)
  To: LKML, linux-doc, linux-next, Jonathan Corbet

From: Randy Dunlap <rdunlap@infradead.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@infradead.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.
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: submit-checklist: add Documentation clean builds
  2020-08-24  0:38 [PATCH] Documentation: submit-checklist: add Documentation clean builds Randy Dunlap
@ 2020-08-30 11:41 ` Mike Rapoport
  2020-08-30 14:54   ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Rapoport @ 2020-08-30 11:41 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, linux-doc, linux-next, Jonathan Corbet

On Sun, Aug 23, 2020 at 05:38:12PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.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@infradead.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.

Maybe "... without new warnings/errors"?
Unfortunately we still have plenty of old ones...

> +     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.
>  
> 

-- 
Sincerely yours,
Mike.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: submit-checklist: add Documentation clean builds
  2020-08-30 11:41 ` Mike Rapoport
@ 2020-08-30 14:54   ` Randy Dunlap
  0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2020-08-30 14:54 UTC (permalink / raw)
  To: Mike Rapoport; +Cc: LKML, linux-doc, linux-next, Jonathan Corbet

On 8/30/20 4:41 AM, Mike Rapoport wrote:
> On Sun, Aug 23, 2020 at 05:38:12PM -0700, Randy Dunlap wrote:
>> From: Randy Dunlap <rdunlap@infradead.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@infradead.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.
> 
> Maybe "... without new warnings/errors"?
> Unfortunately we still have plenty of old ones...

Yes, I'll change that.
Thanks.

>> +     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.
>>  
>>

-- 
~Randy


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-30 14:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24  0:38 [PATCH] Documentation: submit-checklist: add Documentation clean builds Randy Dunlap
2020-08-30 11:41 ` Mike Rapoport
2020-08-30 14:54   ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).