linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build warnings after merge of the tty.current tree
@ 2022-01-26 22:18 Stephen Rothwell
  2022-01-27  7:22 ` Greg KH
  2022-01-27  7:36 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen Rothwell @ 2022-01-26 22:18 UTC (permalink / raw)
  To: Greg KH
  Cc: Maciej W. Rozycki, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

After merging the tty.current tree, today's linux-next build (x86_64
allmodconfig) produced these warnings:

In file included from <command-line>:
./usr/include/linux/cyclades.h:6:2: warning: #warning "Support for features provided by this header has been removed" [-Wcpp]
    6 | #warning "Support for features provided by this header has been removed"
      |  ^~~~~~~
./usr/include/linux/cyclades.h:7:2: warning: #warning "Please consider updating your code" [-Wcpp]
    7 | #warning "Please consider updating your code"
      |  ^~~~~~~


Introduced by commit

  f23653fe6447 ("tty: Partially revert the removal of the Cyclades public API")

This is a bit annoying :-(

Can we exclude include/uapi/linux/cyclades.h from the headers checking,
please?

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warnings after merge of the tty.current tree
  2022-01-26 22:18 linux-next: build warnings after merge of the tty.current tree Stephen Rothwell
@ 2022-01-27  7:22 ` Greg KH
  2022-01-27  7:31   ` Greg KH
  2022-01-27  7:36 ` Greg KH
  1 sibling, 1 reply; 4+ messages in thread
From: Greg KH @ 2022-01-27  7:22 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Maciej W. Rozycki, Linux Kernel Mailing List, Linux Next Mailing List

On Thu, Jan 27, 2022 at 09:18:00AM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> After merging the tty.current tree, today's linux-next build (x86_64
> allmodconfig) produced these warnings:
> 
> In file included from <command-line>:
> ./usr/include/linux/cyclades.h:6:2: warning: #warning "Support for features provided by this header has been removed" [-Wcpp]
>     6 | #warning "Support for features provided by this header has been removed"
>       |  ^~~~~~~
> ./usr/include/linux/cyclades.h:7:2: warning: #warning "Please consider updating your code" [-Wcpp]
>     7 | #warning "Please consider updating your code"
>       |  ^~~~~~~
> 
> 
> Introduced by commit
> 
>   f23653fe6447 ("tty: Partially revert the removal of the Cyclades public API")
> 
> This is a bit annoying :-(

Sorry, odd it doesn't show up in my builds, nor in 0-day.

> Can we exclude include/uapi/linux/cyclades.h from the headers checking,
> please?

Let me fix this up, thanks.

greg k-h

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

* Re: linux-next: build warnings after merge of the tty.current tree
  2022-01-27  7:22 ` Greg KH
@ 2022-01-27  7:31   ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2022-01-27  7:31 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Maciej W. Rozycki, Linux Kernel Mailing List, Linux Next Mailing List

On Thu, Jan 27, 2022 at 08:22:56AM +0100, Greg KH wrote:
> On Thu, Jan 27, 2022 at 09:18:00AM +1100, Stephen Rothwell wrote:
> > Hi all,
> > 
> > After merging the tty.current tree, today's linux-next build (x86_64
> > allmodconfig) produced these warnings:
> > 
> > In file included from <command-line>:
> > ./usr/include/linux/cyclades.h:6:2: warning: #warning "Support for features provided by this header has been removed" [-Wcpp]
> >     6 | #warning "Support for features provided by this header has been removed"
> >       |  ^~~~~~~
> > ./usr/include/linux/cyclades.h:7:2: warning: #warning "Please consider updating your code" [-Wcpp]
> >     7 | #warning "Please consider updating your code"
> >       |  ^~~~~~~
> > 
> > 
> > Introduced by commit
> > 
> >   f23653fe6447 ("tty: Partially revert the removal of the Cyclades public API")
> > 
> > This is a bit annoying :-(
> 
> Sorry, odd it doesn't show up in my builds, nor in 0-day.

Ah, 0-day reported it on the original patch, but not once it was in my
tree.  odd.


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

* Re: linux-next: build warnings after merge of the tty.current tree
  2022-01-26 22:18 linux-next: build warnings after merge of the tty.current tree Stephen Rothwell
  2022-01-27  7:22 ` Greg KH
@ 2022-01-27  7:36 ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2022-01-27  7:36 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Maciej W. Rozycki, Linux Kernel Mailing List, Linux Next Mailing List

On Thu, Jan 27, 2022 at 09:18:00AM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> After merging the tty.current tree, today's linux-next build (x86_64
> allmodconfig) produced these warnings:
> 
> In file included from <command-line>:
> ./usr/include/linux/cyclades.h:6:2: warning: #warning "Support for features provided by this header has been removed" [-Wcpp]
>     6 | #warning "Support for features provided by this header has been removed"
>       |  ^~~~~~~
> ./usr/include/linux/cyclades.h:7:2: warning: #warning "Please consider updating your code" [-Wcpp]
>     7 | #warning "Please consider updating your code"
>       |  ^~~~~~~
> 
> 
> Introduced by commit
> 
>   f23653fe6447 ("tty: Partially revert the removal of the Cyclades public API")
> 
> This is a bit annoying :-(
> 
> Can we exclude include/uapi/linux/cyclades.h from the headers checking,
> please?

Fix sent:
	https://lore.kernel.org/r/20220127073304.42399-1-gregkh@linuxfoundation.org


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

end of thread, other threads:[~2022-01-27  7:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-26 22:18 linux-next: build warnings after merge of the tty.current tree Stephen Rothwell
2022-01-27  7:22 ` Greg KH
2022-01-27  7:31   ` Greg KH
2022-01-27  7:36 ` Greg KH

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