From: Guenter Roeck <linux@roeck-us.net>
To: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Cc: Kefeng Wang <wangkefeng.wang@huawei.com>,
Leo Li <sunpeng.li@amd.com>,
Linus Torvalds <torvalds@linux-foundation.org>,
Balbir Singh <bsingharora@gmail.com>,
"Russell King \(Oracle\)" <linux@armlinux.org.uk>,
amd-gfx list <amd-gfx@lists.freedesktop.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Paul Mackerras <paulus@ozlabs.org>,
Michael Ellerman <mpe@ellerman.id.au>,
Alex Deucher <alexander.deucher@amd.com>,
Harry Wentland <harry.wentland@amd.com>,
Daniel Axtens <dja@axtens.net>
Subject: Re: Linux 5.19-rc6
Date: Wed, 13 Jul 2022 16:44:26 -0700 [thread overview]
Message-ID: <20220713234426.GA609291@roeck-us.net> (raw)
In-Reply-To: <CADVatmOAnoiZ1WE7iDBYCXVSiMo8RvC_P6mBhR_F75asfDWr4w@mail.gmail.com>
On Thu, Jul 14, 2022 at 12:26:27AM +0100, Sudip Mukherjee wrote:
> On Thu, Jul 14, 2022 at 12:12 AM Guenter Roeck <linux@roeck-us.net> wrote:
> >
> > On Thu, Jul 14, 2022 at 12:09:24AM +0100, Sudip Mukherjee wrote:
> > > On Wed, Jul 13, 2022 at 11:56 PM Guenter Roeck <linux@roeck-us.net> wrote:
> > > >
> > > > On Wed, Jul 13, 2022 at 10:50:06PM +0100, Sudip Mukherjee wrote:
> > > > > On Wed, Jul 13, 2022 at 10:45 PM Linus Torvalds
> > > > > <torvalds@linux-foundation.org> wrote:
> > > > > >
> > > > > > On Wed, Jul 13, 2022 at 2:36 PM Sudip Mukherjee
> > > > > > <sudipm.mukherjee@gmail.com> wrote:
> > > > > > >
> > > > > > > > >
> > > > > > > > > https://lore.kernel.org/all/20220524025139.40212-1-wangkefeng.wang@huawei.com/
> > > > > > > >
> > > > > > > > That patch looks sane to me, but I guess Guenter would need to check
> > > > > > >
> > > > > > > I still see the failure in my builds with this patch. But surprisingly
> > > > > > > I dont see the build failure (with or without this patch) with gcc-12,
> > > > > > > only with gcc-11.
> > > > > >
> > > > > > Arrghs. "build failure"?
> > > > >
> > > > > Uhh.. no, sorry.. I meant the same problem which Guenter reported with
> > > > > powerpc64-linux-ld, hard float and soft float.
> > > > > But I dont see this problem with gcc-12, only with gcc-11.
> > > > >
> > > >
> > > > Weird. It works for me with gcc 11.3.0 / binutils 2.38 as well as with
> > > > gcc 11.2.0 / binutils 2.36.1.
> > >
> > > Its entirely possible that I have messed up, there are references to
> > > many patches in this thread. :)
> > > Can you please paste the link of the patch that you say is working for
> > > you. I will try a clean build with that.
> > >
> >
> > The patch is at:
> >
> > https://lore.kernel.org/lkml/20220618232737.2036722-1-linux@roeck-us.net/raw
>
> Thanks, that works. tested with gcc-11.3.1, and binutils 2.38 on top
> of latest mainline (4a57a8400075bc5287c5c877702c68aeae2a033d)
>
> When I said I still had the problem, I tested with
> https://lore.kernel.org/all/20220524025139.40212-1-wangkefeng.wang@huawei.com/
Makes sense. That was the patch fixing the runtime problem.
Guenter
WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <linux@roeck-us.net>
To: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
"Russell King (Oracle)" <linux@armlinux.org.uk>,
Harry Wentland <harry.wentland@amd.com>,
Leo Li <sunpeng.li@amd.com>,
Alex Deucher <alexander.deucher@amd.com>,
Balbir Singh <bsingharora@gmail.com>,
Daniel Axtens <dja@axtens.net>,
Paul Mackerras <paulus@ozlabs.org>,
Michael Ellerman <mpe@ellerman.id.au>,
Kefeng Wang <wangkefeng.wang@huawei.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
amd-gfx list <amd-gfx@lists.freedesktop.org>
Subject: Re: Linux 5.19-rc6
Date: Wed, 13 Jul 2022 16:44:26 -0700 [thread overview]
Message-ID: <20220713234426.GA609291@roeck-us.net> (raw)
In-Reply-To: <CADVatmOAnoiZ1WE7iDBYCXVSiMo8RvC_P6mBhR_F75asfDWr4w@mail.gmail.com>
On Thu, Jul 14, 2022 at 12:26:27AM +0100, Sudip Mukherjee wrote:
> On Thu, Jul 14, 2022 at 12:12 AM Guenter Roeck <linux@roeck-us.net> wrote:
> >
> > On Thu, Jul 14, 2022 at 12:09:24AM +0100, Sudip Mukherjee wrote:
> > > On Wed, Jul 13, 2022 at 11:56 PM Guenter Roeck <linux@roeck-us.net> wrote:
> > > >
> > > > On Wed, Jul 13, 2022 at 10:50:06PM +0100, Sudip Mukherjee wrote:
> > > > > On Wed, Jul 13, 2022 at 10:45 PM Linus Torvalds
> > > > > <torvalds@linux-foundation.org> wrote:
> > > > > >
> > > > > > On Wed, Jul 13, 2022 at 2:36 PM Sudip Mukherjee
> > > > > > <sudipm.mukherjee@gmail.com> wrote:
> > > > > > >
> > > > > > > > >
> > > > > > > > > https://lore.kernel.org/all/20220524025139.40212-1-wangkefeng.wang@huawei.com/
> > > > > > > >
> > > > > > > > That patch looks sane to me, but I guess Guenter would need to check
> > > > > > >
> > > > > > > I still see the failure in my builds with this patch. But surprisingly
> > > > > > > I dont see the build failure (with or without this patch) with gcc-12,
> > > > > > > only with gcc-11.
> > > > > >
> > > > > > Arrghs. "build failure"?
> > > > >
> > > > > Uhh.. no, sorry.. I meant the same problem which Guenter reported with
> > > > > powerpc64-linux-ld, hard float and soft float.
> > > > > But I dont see this problem with gcc-12, only with gcc-11.
> > > > >
> > > >
> > > > Weird. It works for me with gcc 11.3.0 / binutils 2.38 as well as with
> > > > gcc 11.2.0 / binutils 2.36.1.
> > >
> > > Its entirely possible that I have messed up, there are references to
> > > many patches in this thread. :)
> > > Can you please paste the link of the patch that you say is working for
> > > you. I will try a clean build with that.
> > >
> >
> > The patch is at:
> >
> > https://lore.kernel.org/lkml/20220618232737.2036722-1-linux@roeck-us.net/raw
>
> Thanks, that works. tested with gcc-11.3.1, and binutils 2.38 on top
> of latest mainline (4a57a8400075bc5287c5c877702c68aeae2a033d)
>
> When I said I still had the problem, I tested with
> https://lore.kernel.org/all/20220524025139.40212-1-wangkefeng.wang@huawei.com/
Makes sense. That was the patch fixing the runtime problem.
Guenter
next prev parent reply other threads:[~2022-07-14 0:59 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-10 21:54 Linux 5.19-rc6 Linus Torvalds
2022-07-11 6:44 ` Build regressions/improvements in v5.19-rc6 Geert Uytterhoeven
2022-07-13 5:07 ` Linux 5.19-rc6 Guenter Roeck
2022-07-13 19:36 ` Linus Torvalds
2022-07-13 19:48 ` Russell King (Oracle)
2022-07-13 19:48 ` Russell King (Oracle)
2022-07-13 20:21 ` Linus Torvalds
2022-07-13 20:21 ` Linus Torvalds
2022-07-13 20:40 ` Guenter Roeck
2022-07-13 20:40 ` Guenter Roeck
2022-07-13 20:42 ` Linus Torvalds
2022-07-13 20:42 ` Linus Torvalds
2022-07-14 12:20 ` Russell King (Oracle)
2022-07-14 12:20 ` Russell King (Oracle)
2022-07-14 12:14 ` Russell King (Oracle)
2022-07-14 12:14 ` Russell King (Oracle)
2022-07-13 21:36 ` Sudip Mukherjee
2022-07-13 21:36 ` Sudip Mukherjee
2022-07-13 21:45 ` Linus Torvalds
2022-07-13 21:45 ` Linus Torvalds
2022-07-13 21:50 ` Sudip Mukherjee
2022-07-13 21:50 ` Sudip Mukherjee
2022-07-13 22:56 ` Guenter Roeck
2022-07-13 22:56 ` Guenter Roeck
2022-07-13 23:09 ` Sudip Mukherjee
2022-07-13 23:09 ` Sudip Mukherjee
2022-07-13 23:12 ` Guenter Roeck
2022-07-13 23:12 ` Guenter Roeck
2022-07-13 23:26 ` Sudip Mukherjee
2022-07-13 23:26 ` Sudip Mukherjee
2022-07-13 23:44 ` Guenter Roeck [this message]
2022-07-13 23:44 ` Guenter Roeck
2022-07-13 23:02 ` Guenter Roeck
2022-07-13 23:02 ` Guenter Roeck
2022-07-14 1:30 ` Kefeng Wang
2022-07-14 1:30 ` Kefeng Wang
2022-07-13 19:53 ` Alex Deucher
2022-07-13 19:53 ` Alex Deucher
2022-07-13 20:22 ` Linus Torvalds
2022-07-13 20:22 ` Linus Torvalds
2022-07-13 20:45 ` Guenter Roeck
2022-07-13 20:45 ` Guenter Roeck
2022-07-13 20:46 ` Guenter Roeck
2022-07-13 20:50 ` Linus Torvalds
2022-07-13 20:50 ` Linus Torvalds
2022-07-13 21:00 ` Alex Deucher
2022-07-13 21:00 ` Alex Deucher
2022-07-13 21:32 ` Linus Torvalds
2022-07-13 21:32 ` Linus Torvalds
2022-07-14 7:23 ` Geert Uytterhoeven
2022-07-14 7:23 ` Geert Uytterhoeven
2022-07-14 13:20 ` Guenter Roeck
2022-07-14 13:20 ` Guenter Roeck
2022-07-14 13:56 ` Geert Uytterhoeven
2022-07-14 13:56 ` Geert Uytterhoeven
2022-07-14 16:48 ` Linus Torvalds
2022-07-14 16:48 ` Linus Torvalds
2022-07-14 17:24 ` Guenter Roeck
2022-07-14 17:24 ` Guenter Roeck
2022-07-14 17:37 ` Linus Torvalds
2022-07-14 17:37 ` Linus Torvalds
2022-07-15 7:26 ` Geert Uytterhoeven
2022-07-15 7:26 ` Geert Uytterhoeven
2022-07-14 16:52 ` Alex Deucher
2022-07-14 16:52 ` Alex Deucher
2022-07-14 23:16 ` Russell Currey
2022-07-14 23:16 ` Russell Currey
2022-07-15 9:33 ` Sudip Mukherjee
2022-07-15 9:33 ` Sudip Mukherjee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220713234426.GA609291@roeck-us.net \
--to=linux@roeck-us.net \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=bsingharora@gmail.com \
--cc=dja@axtens.net \
--cc=harry.wentland@amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=mpe@ellerman.id.au \
--cc=paulus@ozlabs.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=sunpeng.li@amd.com \
--cc=torvalds@linux-foundation.org \
--cc=wangkefeng.wang@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.