public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the edac tree
@ 2025-02-28  7:51 Stephen Rothwell
  2025-02-28 10:04 ` Shiju Jose
  2025-04-01  4:39 ` Stephen Rothwell
  0 siblings, 2 replies; 8+ messages in thread
From: Stephen Rothwell @ 2025-02-28  7:51 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Borislav Petkov, Tony Luck
  Cc: Jonathan Cameron, Shiju Jose, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

Hi all,

After merging the edac tree, today's linux-next build (htmldocs) produced
this warning:

Documentation/edac/index.rst: WARNING: document isn't included in any toctree

Introduced by commit

  db99ea5f2c03 ("EDAC: Add support for EDAC device features control")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* RE: linux-next: build warning after merge of the edac tree
  2025-02-28  7:51 linux-next: build warning after merge of the edac tree Stephen Rothwell
@ 2025-02-28 10:04 ` Shiju Jose
  2025-02-28 10:35   ` Borislav Petkov
  2025-04-01  4:39 ` Stephen Rothwell
  1 sibling, 1 reply; 8+ messages in thread
From: Shiju Jose @ 2025-02-28 10:04 UTC (permalink / raw)
  To: Stephen Rothwell, Mauro Carvalho Chehab, Borislav Petkov,
	Tony Luck
  Cc: Jonathan Cameron, Linux Kernel Mailing List,
	Linux Next Mailing List

>-----Original Message-----
>From: Stephen Rothwell <sfr@canb.auug.org.au>
>Sent: 28 February 2025 07:51
>To: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>; Borislav Petkov
><bp@alien8.de>; Tony Luck <tony.luck@intel.com>
>Cc: Jonathan Cameron <jonathan.cameron@huawei.com>; Shiju Jose
><shiju.jose@huawei.com>; Linux Kernel Mailing List <linux-
>kernel@vger.kernel.org>; Linux Next Mailing List <linux-next@vger.kernel.org>
>Subject: linux-next: build warning after merge of the edac tree
>
>Hi all,
>
>After merging the edac tree, today's linux-next build (htmldocs) produced this
>warning:
>
>Documentation/edac/index.rst: WARNING: document isn't included in any
>toctree
>
>Introduced by commit
>
>  db99ea5f2c03 ("EDAC: Add support for EDAC device features control")

Thanks Stephen for reporting this warning.

Hi All,

Following change fix this warning.

diff --git a/Documentation/subsystem-apis.rst b/Documentation/subsystem-apis.rst
index b52ad5b969d4..ff4fe8c936c8 100644
--- a/Documentation/subsystem-apis.rst
+++ b/Documentation/subsystem-apis.rst
@@ -71,6 +71,7 @@ Other subsystems
 
    accounting/index
    cpu-freq/index
+   edac/index
    fpga/index
    i2c/index
    iio/index 
>
>--
>Cheers,
>Stephen Rothwell

Thanks,
Shiju

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

* Re: linux-next: build warning after merge of the edac tree
  2025-02-28 10:04 ` Shiju Jose
@ 2025-02-28 10:35   ` Borislav Petkov
  2025-02-28 14:44     ` Jonathan Corbet
  0 siblings, 1 reply; 8+ messages in thread
From: Borislav Petkov @ 2025-02-28 10:35 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Shiju Jose, Stephen Rothwell, Mauro Carvalho Chehab, Tony Luck,
	Jonathan Cameron, Linux Kernel Mailing List,
	Linux Next Mailing List

On Fri, Feb 28, 2025 at 10:04:57AM +0000, Shiju Jose wrote:
> >Hi all,
> >
> >After merging the edac tree, today's linux-next build (htmldocs) produced this
> >warning:
> >
> >Documentation/edac/index.rst: WARNING: document isn't included in any
> >toctree
> >
> >Introduced by commit
> >
> >  db99ea5f2c03 ("EDAC: Add support for EDAC device features control")
> 
> Thanks Stephen for reporting this warning.
> 
> Hi All,
> 
> Following change fix this warning.

This branch is now public and immutable so you need to send real patches with
commit messages which fix things ontop. But before you do...

> diff --git a/Documentation/subsystem-apis.rst b/Documentation/subsystem-apis.rst
> index b52ad5b969d4..ff4fe8c936c8 100644
> --- a/Documentation/subsystem-apis.rst
> +++ b/Documentation/subsystem-apis.rst
> @@ -71,6 +71,7 @@ Other subsystems
>  
>     accounting/index
>     cpu-freq/index
> +   edac/index
>     fpga/index
>     i2c/index
>     iio/index 
> >
> >--

... let's see what Jon says.

Jon, ack?

Is that the right place to put this in?

Thx.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

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

* Re: linux-next: build warning after merge of the edac tree
  2025-02-28 10:35   ` Borislav Petkov
@ 2025-02-28 14:44     ` Jonathan Corbet
  2025-02-28 15:05       ` Borislav Petkov
  0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Corbet @ 2025-02-28 14:44 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Shiju Jose, Stephen Rothwell, Mauro Carvalho Chehab, Tony Luck,
	Jonathan Cameron, Linux Kernel Mailing List,
	Linux Next Mailing List

Borislav Petkov <bp@alien8.de> writes:

> This branch is now public and immutable so you need to send real patches with
> commit messages which fix things ontop. But before you do...
>
>> diff --git a/Documentation/subsystem-apis.rst b/Documentation/subsystem-apis.rst
>> index b52ad5b969d4..ff4fe8c936c8 100644
>> --- a/Documentation/subsystem-apis.rst
>> +++ b/Documentation/subsystem-apis.rst
>> @@ -71,6 +71,7 @@ Other subsystems
>>  
>>     accounting/index
>>     cpu-freq/index
>> +   edac/index
>>     fpga/index
>>     i2c/index
>>     iio/index 
>> >
>> >--
>
> ... let's see what Jon says.
>
> Jon, ack?
>
> Is that the right place to put this in?

That will solve the problem for now, though that file is kind of a
dumping ground.  I'll clearly have to get back to my project of better
organizing the device docs...

Thanks,

jon

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

* Re: linux-next: build warning after merge of the edac tree
  2025-02-28 14:44     ` Jonathan Corbet
@ 2025-02-28 15:05       ` Borislav Petkov
  0 siblings, 0 replies; 8+ messages in thread
From: Borislav Petkov @ 2025-02-28 15:05 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Shiju Jose, Stephen Rothwell, Mauro Carvalho Chehab, Tony Luck,
	Jonathan Cameron, Linux Kernel Mailing List,
	Linux Next Mailing List

On Fri, Feb 28, 2025 at 07:44:30AM -0700, Jonathan Corbet wrote:
> That will solve the problem for now, though that file is kind of a
> dumping ground.  I'll clearly have to get back to my project of better
> organizing the device docs...

If you have an idea for a final resting ground for this one, let us know and
we'll put it there and thus start the conversion.

:-)

Thx.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

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

* Re: linux-next: build warning after merge of the edac tree
  2025-02-28  7:51 linux-next: build warning after merge of the edac tree Stephen Rothwell
  2025-02-28 10:04 ` Shiju Jose
@ 2025-04-01  4:39 ` Stephen Rothwell
  2025-04-01 10:44   ` Borislav Petkov
  1 sibling, 1 reply; 8+ messages in thread
From: Stephen Rothwell @ 2025-04-01  4:39 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Borislav Petkov, Tony Luck
  Cc: Jonathan Cameron, Shiju Jose, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 493 bytes --]

Hi all,

On Fri, 28 Feb 2025 18:51:02 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the edac tree, today's linux-next build (htmldocs) produced
> this warning:
> 
> Documentation/edac/index.rst: WARNING: document isn't included in any toctree
> 
> Introduced by commit
> 
>   db99ea5f2c03 ("EDAC: Add support for EDAC device features control")

I am still getting this warning, but that commit is now in Linus' tree :-(

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: linux-next: build warning after merge of the edac tree
  2025-04-01  4:39 ` Stephen Rothwell
@ 2025-04-01 10:44   ` Borislav Petkov
  2025-04-01 12:02     ` Shiju Jose
  0 siblings, 1 reply; 8+ messages in thread
From: Borislav Petkov @ 2025-04-01 10:44 UTC (permalink / raw)
  To: Shiju Jose
  Cc: Stephen Rothwell, Mauro Carvalho Chehab, Tony Luck,
	Jonathan Cameron, Linux Kernel Mailing List,
	Linux Next Mailing List

On Tue, Apr 01, 2025 at 03:39:41PM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> On Fri, 28 Feb 2025 18:51:02 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > After merging the edac tree, today's linux-next build (htmldocs) produced
> > this warning:
> > 
> > Documentation/edac/index.rst: WARNING: document isn't included in any toctree
> > 
> > Introduced by commit
> > 
> >   db99ea5f2c03 ("EDAC: Add support for EDAC device features control")
> 
> I am still getting this warning, but that commit is now in Linus' tree :-(

Shiju,

please send this:

https://lore.kernel.org/r/af3e1e183b034ea89ed6582a5382e5c3@huawei.com

as a proper patch.

Thx.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

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

* RE: linux-next: build warning after merge of the edac tree
  2025-04-01 10:44   ` Borislav Petkov
@ 2025-04-01 12:02     ` Shiju Jose
  0 siblings, 0 replies; 8+ messages in thread
From: Shiju Jose @ 2025-04-01 12:02 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Stephen Rothwell, Mauro Carvalho Chehab, Tony Luck,
	Jonathan Cameron, Linux Kernel Mailing List,
	Linux Next Mailing List

>-----Original Message-----
>From: Borislav Petkov <bp@alien8.de>
>Sent: 01 April 2025 11:45
>To: Shiju Jose <shiju.jose@huawei.com>
>Cc: Stephen Rothwell <sfr@canb.auug.org.au>; Mauro Carvalho Chehab
><mchehab+samsung@kernel.org>; Tony Luck <tony.luck@intel.com>; Jonathan
>Cameron <jonathan.cameron@huawei.com>; Linux Kernel Mailing List <linux-
>kernel@vger.kernel.org>; Linux Next Mailing List <linux-next@vger.kernel.org>
>Subject: Re: linux-next: build warning after merge of the edac tree
>
>On Tue, Apr 01, 2025 at 03:39:41PM +1100, Stephen Rothwell wrote:
>> Hi all,
>>
>> On Fri, 28 Feb 2025 18:51:02 +1100 Stephen Rothwell <sfr@canb.auug.org.au>
>wrote:
>> >
>> > After merging the edac tree, today's linux-next build (htmldocs)
>> > produced this warning:
>> >
>> > Documentation/edac/index.rst: WARNING: document isn't included in
>> > any toctree
>> >
>> > Introduced by commit
>> >
>> >   db99ea5f2c03 ("EDAC: Add support for EDAC device features
>> > control")
>>
>> I am still getting this warning, but that commit is now in Linus' tree
>> :-(
>
>Shiju,
>
>please send this:
>
>https://lore.kernel.org/r/af3e1e183b034ea89ed6582a5382e5c3@huawei.com
>
>as a proper patch.

Hi Boris,

Sure.

Please check the fix patch sent.
https://lore.kernel.org/linux-edac/20250401115823.573-1-shiju.jose@huawei.com/T/#u

>
>Thx.
>
>--
>Regards/Gruss,
>    Boris.
>
>https://people.kernel.org/tglx/notes-about-netiquette

Thanks,
Shiju

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

end of thread, other threads:[~2025-04-01 12:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-28  7:51 linux-next: build warning after merge of the edac tree Stephen Rothwell
2025-02-28 10:04 ` Shiju Jose
2025-02-28 10:35   ` Borislav Petkov
2025-02-28 14:44     ` Jonathan Corbet
2025-02-28 15:05       ` Borislav Petkov
2025-04-01  4:39 ` Stephen Rothwell
2025-04-01 10:44   ` Borislav Petkov
2025-04-01 12:02     ` Shiju Jose

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox