All of lore.kernel.org
 help / color / mirror / Atom feed
* patch request for 5.18-stable to fix gcc-12 build
@ 2022-06-17 11:08 Sudip Mukherjee
  2022-06-20 10:13 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 6+ messages in thread
From: Sudip Mukherjee @ 2022-06-17 11:08 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable

Hi Greg,

v5.18.y riscv builds fails with gcc-12. Can I please request to add the
following to the queue:

f0be87c42cbd ("gcc-12: disable '-Warray-bounds' universally for now")
49beadbd47c2 ("gcc-12: disable '-Wdangling-pointer' warning for now")
7e415282b41b ("virtio-pci: Remove wrong address verification in vp_del_vqs()")

This is only for the config that fdsdk is using, I will start a full
allmodconfig to check if anything else is needed.


--
Regards
Sudip

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

* Re: patch request for 5.18-stable to fix gcc-12 build
  2022-06-17 11:08 patch request for 5.18-stable to fix gcc-12 build Sudip Mukherjee
@ 2022-06-20 10:13 ` Greg Kroah-Hartman
  2022-06-20 21:14   ` Sudip Mukherjee
  2022-06-21  5:03   ` Jiri Slaby
  0 siblings, 2 replies; 6+ messages in thread
From: Greg Kroah-Hartman @ 2022-06-20 10:13 UTC (permalink / raw)
  To: Sudip Mukherjee; +Cc: stable

On Fri, Jun 17, 2022 at 12:08:43PM +0100, Sudip Mukherjee wrote:
> Hi Greg,
> 
> v5.18.y riscv builds fails with gcc-12. Can I please request to add the
> following to the queue:
> 
> f0be87c42cbd ("gcc-12: disable '-Warray-bounds' universally for now")
> 49beadbd47c2 ("gcc-12: disable '-Wdangling-pointer' warning for now")
> 7e415282b41b ("virtio-pci: Remove wrong address verification in vp_del_vqs()")
> 
> This is only for the config that fdsdk is using, I will start a full
> allmodconfig to check if anything else is needed.

Now queued up, thanks.

I don't think 5.18 will build with gcc-12 for x86-64 yet either, I'm
sticking with gcc-11 for my builds at the moment...

thanks,

greg k-h

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

* Re: patch request for 5.18-stable to fix gcc-12 build
  2022-06-20 10:13 ` Greg Kroah-Hartman
@ 2022-06-20 21:14   ` Sudip Mukherjee
  2022-06-21  5:03   ` Jiri Slaby
  1 sibling, 0 replies; 6+ messages in thread
From: Sudip Mukherjee @ 2022-06-20 21:14 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Stable

On Mon, Jun 20, 2022 at 11:13 AM Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> On Fri, Jun 17, 2022 at 12:08:43PM +0100, Sudip Mukherjee wrote:
> > Hi Greg,
> >
> > v5.18.y riscv builds fails with gcc-12. Can I please request to add the
> > following to the queue:
> >
> > f0be87c42cbd ("gcc-12: disable '-Warray-bounds' universally for now")
> > 49beadbd47c2 ("gcc-12: disable '-Wdangling-pointer' warning for now")
> > 7e415282b41b ("virtio-pci: Remove wrong address verification in vp_del_vqs()")
> >
> > This is only for the config that fdsdk is using, I will start a full
> > allmodconfig to check if anything else is needed.
>
> Now queued up, thanks.
>
> I don't think 5.18 will build with gcc-12 for x86-64 yet either, I'm
> sticking with gcc-11 for my builds at the moment...

Yeah, it still fails. But just few more errors. I am hoping I will
send you another list tomorrow for it.


-- 
Regards
Sudip

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

* Re: patch request for 5.18-stable to fix gcc-12 build
  2022-06-20 10:13 ` Greg Kroah-Hartman
  2022-06-20 21:14   ` Sudip Mukherjee
@ 2022-06-21  5:03   ` Jiri Slaby
  2022-06-21  6:03     ` Greg Kroah-Hartman
  1 sibling, 1 reply; 6+ messages in thread
From: Jiri Slaby @ 2022-06-21  5:03 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Sudip Mukherjee; +Cc: stable

On 20. 06. 22, 12:13, Greg Kroah-Hartman wrote:
> On Fri, Jun 17, 2022 at 12:08:43PM +0100, Sudip Mukherjee wrote:
>> Hi Greg,
>>
>> v5.18.y riscv builds fails with gcc-12. Can I please request to add the
>> following to the queue:
>>
>> f0be87c42cbd ("gcc-12: disable '-Warray-bounds' universally for now")
>> 49beadbd47c2 ("gcc-12: disable '-Wdangling-pointer' warning for now")
>> 7e415282b41b ("virtio-pci: Remove wrong address verification in vp_del_vqs()")
>>
>> This is only for the config that fdsdk is using, I will start a full
>> allmodconfig to check if anything else is needed.
> 
> Now queued up, thanks.
> 
> I don't think 5.18 will build with gcc-12 for x86-64 yet either, I'm
> sticking with gcc-11 for my builds at the moment...

FWIW Tumbleweed compiles using gcc 12 since around 5.17.5. (Obviously, 
with CONFIG_WERROR unset.)

regards,
-- 
js
suse labs

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

* Re: patch request for 5.18-stable to fix gcc-12 build
  2022-06-21  5:03   ` Jiri Slaby
@ 2022-06-21  6:03     ` Greg Kroah-Hartman
  2022-06-21 10:16       ` Sudip Mukherjee
  0 siblings, 1 reply; 6+ messages in thread
From: Greg Kroah-Hartman @ 2022-06-21  6:03 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: Sudip Mukherjee, stable

On Tue, Jun 21, 2022 at 07:03:20AM +0200, Jiri Slaby wrote:
> On 20. 06. 22, 12:13, Greg Kroah-Hartman wrote:
> > On Fri, Jun 17, 2022 at 12:08:43PM +0100, Sudip Mukherjee wrote:
> > > Hi Greg,
> > > 
> > > v5.18.y riscv builds fails with gcc-12. Can I please request to add the
> > > following to the queue:
> > > 
> > > f0be87c42cbd ("gcc-12: disable '-Warray-bounds' universally for now")
> > > 49beadbd47c2 ("gcc-12: disable '-Wdangling-pointer' warning for now")
> > > 7e415282b41b ("virtio-pci: Remove wrong address verification in vp_del_vqs()")
> > > 
> > > This is only for the config that fdsdk is using, I will start a full
> > > allmodconfig to check if anything else is needed.
> > 
> > Now queued up, thanks.
> > 
> > I don't think 5.18 will build with gcc-12 for x86-64 yet either, I'm
> > sticking with gcc-11 for my builds at the moment...
> 
> FWIW Tumbleweed compiles using gcc 12 since around 5.17.5. (Obviously, with
> CONFIG_WERROR unset.)

Yeah, I want to be able to set that value again, it helps out a lot with
testing stable patches to ensure that nothing got accidentally
backported improperly.

thanks,

greg k-h

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

* Re: patch request for 5.18-stable to fix gcc-12 build
  2022-06-21  6:03     ` Greg Kroah-Hartman
@ 2022-06-21 10:16       ` Sudip Mukherjee
  0 siblings, 0 replies; 6+ messages in thread
From: Sudip Mukherjee @ 2022-06-21 10:16 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Jiri Slaby, Stable

On Tue, Jun 21, 2022 at 7:03 AM Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> On Tue, Jun 21, 2022 at 07:03:20AM +0200, Jiri Slaby wrote:
> > On 20. 06. 22, 12:13, Greg Kroah-Hartman wrote:
> > > On Fri, Jun 17, 2022 at 12:08:43PM +0100, Sudip Mukherjee wrote:
> > > > Hi Greg,
> > > >
> > > > v5.18.y riscv builds fails with gcc-12. Can I please request to add the
> > > > following to the queue:
> > > >
> > > > f0be87c42cbd ("gcc-12: disable '-Warray-bounds' universally for now")
> > > > 49beadbd47c2 ("gcc-12: disable '-Wdangling-pointer' warning for now")
> > > > 7e415282b41b ("virtio-pci: Remove wrong address verification in vp_del_vqs()")
> > > >
> > > > This is only for the config that fdsdk is using, I will start a full
> > > > allmodconfig to check if anything else is needed.
> > >
> > > Now queued up, thanks.
> > >
> > > I don't think 5.18 will build with gcc-12 for x86-64 yet either, I'm
> > > sticking with gcc-11 for my builds at the moment...
> >
> > FWIW Tumbleweed compiles using gcc 12 since around 5.17.5. (Obviously, with
> > CONFIG_WERROR unset.)
>
> Yeah, I want to be able to set that value again, it helps out a lot with
> testing stable patches to ensure that nothing got accidentally
> backported improperly.

Sent another mail with the request, but just for information in this
thread, the following seems to be the last for x86-64 allmodconfig
(v5.18.y) to build.

ee3db469dd31 ("wifi: rtlwifi: remove always-true condition pointed out
by GCC 12")
32329216ca1d ("eth: sun: cassini: remove dead code")
dbbc7d04c549 ("net: wwan: iosm: remove pointless null check")


-- 
Regards
Sudip

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

end of thread, other threads:[~2022-06-21 10:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-17 11:08 patch request for 5.18-stable to fix gcc-12 build Sudip Mukherjee
2022-06-20 10:13 ` Greg Kroah-Hartman
2022-06-20 21:14   ` Sudip Mukherjee
2022-06-21  5:03   ` Jiri Slaby
2022-06-21  6:03     ` Greg Kroah-Hartman
2022-06-21 10:16       ` Sudip Mukherjee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.