Re: Linux 5.19-rc6

2022-07-16 Thread Sudip Mukherjee
Hi Russell, On Fri, Jul 15, 2022 at 12:34 AM Russell Currey wrote: > > Hi Linus, > > On Wed, 2022-07-13 at 14:32 -0700, Linus Torvalds wrote: > > On Wed, Jul 13, 2022 at 2:01 PM Alex Deucher > > wrote: > > > > > > If you want to apply Guenter's patch original patch: > > >

Re: Linux 5.19-rc6

2022-07-16 Thread Geert Uytterhoeven
On Thu, Jul 14, 2022 at 7:24 PM Guenter Roeck wrote: > On 7/14/22 09:48, Linus Torvalds wrote: > > And some look positively strange. Like that > > > >drivers/mfd/asic3.c: error: unused variable 'asic' > > [-Werror=unused-variable]: => 941:23 > > > > which is clearly used three lines later by

Re: Linux 5.19-rc6

2022-07-14 Thread Russell Currey
Hi Linus, On Wed, 2022-07-13 at 14:32 -0700, Linus Torvalds wrote: > On Wed, Jul 13, 2022 at 2:01 PM Alex Deucher > wrote: > > > > If you want to apply Guenter's patch original patch: > > https://patchwork.freedesktop.org/patch/490184/ > > That's fine with me. > > Honestly, by this time I feel

Re: Linux 5.19-rc6

2022-07-14 Thread Guenter Roeck
On 7/14/22 09:48, Linus Torvalds wrote: On Thu, Jul 14, 2022 at 12:23 AM Geert Uytterhoeven wrote: Oh, it's not just this one. The lists of build regressions between v5.18 and v5.19-rc1 [1] resp. v5.19-rc6 [2] look surprisingly similar :-( [1]

Re: Linux 5.19-rc6

2022-07-14 Thread Linus Torvalds
On Thu, Jul 14, 2022 at 10:24 AM Guenter Roeck wrote: > > We can't use virt_to_phys() and phys_to_virt() because they are defined for > the underlying architecture. Would uml_to_phys() and uml_to_virt() be > acceptable ? If so, I'll submit a patch. Sure, that would be good, and make th uml

Re: Linux 5.19-rc6

2022-07-14 Thread Alex Deucher
On Wed, Jul 13, 2022 at 5:32 PM Linus Torvalds wrote: > > On Wed, Jul 13, 2022 at 2:01 PM Alex Deucher wrote: > > > > If you want to apply Guenter's patch original patch: > > https://patchwork.freedesktop.org/patch/490184/ > > That's fine with me. > > Honestly, by this time I feel that it's too

Re: Linux 5.19-rc6

2022-07-14 Thread Linus Torvalds
On Thu, Jul 14, 2022 at 12:23 AM Geert Uytterhoeven wrote: > > Oh, it's not just this one. The lists of build regressions between v5.18 > and v5.19-rc1 [1] resp. v5.19-rc6 [2] look surprisingly similar :-( > > [1] https://lore.kernel.org/all/20220606082201.2792145-1-ge...@linux-m68k.org > [2]

Re: Linux 5.19-rc6

2022-07-14 Thread Geert Uytterhoeven
Hi Günter, On Thu, Jul 14, 2022 at 3:20 PM Guenter Roeck wrote: > On 7/14/22 00:23, Geert Uytterhoeven wrote: > > On Wed, Jul 13, 2022 at 11:51 PM Linus Torvalds > > wrote: > >> On Wed, Jul 13, 2022 at 2:01 PM Alex Deucher wrote: > >>> If you want to apply Guenter's patch original patch: > >>>

Re: Linux 5.19-rc6

2022-07-14 Thread Guenter Roeck
On 7/14/22 00:23, Geert Uytterhoeven wrote: Hi Linus, On Wed, Jul 13, 2022 at 11:51 PM Linus Torvalds wrote: On Wed, Jul 13, 2022 at 2:01 PM Alex Deucher wrote: If you want to apply Guenter's patch original patch: https://patchwork.freedesktop.org/patch/490184/ That's fine with me.

Re: Linux 5.19-rc6

2022-07-14 Thread Russell King (Oracle)
On Wed, Jul 13, 2022 at 01:42:15PM -0700, Linus Torvalds wrote: > On Wed, Jul 13, 2022 at 1:40 PM Guenter Roeck wrote: > > > > That patch is (and has been) in linux-next for a long time, > > as commit d2ca1fd2bc70, and with the following tags. > > > > Fixes: 7719a68b2fa4 ("ARM: 9192/1: amba:

Re: Linux 5.19-rc6

2022-07-14 Thread Russell King (Oracle)
On Wed, Jul 13, 2022 at 01:40:41PM -0700, Guenter Roeck wrote: > On 7/13/22 13:21, Linus Torvalds wrote: > > On Wed, Jul 13, 2022 at 12:49 PM Russell King (Oracle) > > wrote: > > > > > > There may be a patch that solves that, but it's never been submitted to > > > my patch system: > > > > > >

Re: Linux 5.19-rc6

2022-07-14 Thread Geert Uytterhoeven
Hi Linus, On Wed, Jul 13, 2022 at 11:51 PM Linus Torvalds wrote: > On Wed, Jul 13, 2022 at 2:01 PM Alex Deucher wrote: > > If you want to apply Guenter's patch original patch: > > https://patchwork.freedesktop.org/patch/490184/ > > That's fine with me. > > Honestly, by this time I feel that

Re: Linux 5.19-rc6

2022-07-13 Thread Sudip Mukherjee
On Thu, Jul 14, 2022 at 12:12 AM Guenter Roeck 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 wrote: > > > > > > On Wed, Jul 13, 2022 at 10:50:06PM +0100, Sudip Mukherjee wrote: > > > > On Wed, Jul 13, 2022 at 10:45

Re: Linux 5.19-rc6

2022-07-13 Thread Guenter Roeck
On Wed, Jul 13, 2022 at 10:50:06PM +0100, Sudip Mukherjee wrote: > On Wed, Jul 13, 2022 at 10:45 PM Linus Torvalds > wrote: > > > > On Wed, Jul 13, 2022 at 2:36 PM Sudip Mukherjee > > wrote: > > > > > > > > > > > > > https://lore.kernel.org/all/20220524025139.40212-1-wangkefeng.w...@huawei.com/

Re: Linux 5.19-rc6

2022-07-13 Thread Guenter Roeck
On Thu, Jul 14, 2022 at 12:26:27AM +0100, Sudip Mukherjee wrote: > On Thu, Jul 14, 2022 at 12:12 AM Guenter Roeck 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 wrote: > > > > > > > > On Wed, Jul 13, 2022 at

Re: Linux 5.19-rc6

2022-07-13 Thread Sudip Mukherjee
On Wed, Jul 13, 2022 at 11:56 PM Guenter Roeck 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 > > wrote: > > > > > > On Wed, Jul 13, 2022 at 2:36 PM Sudip Mukherjee > > > wrote: > > > > > > > > > > > > > > > >

Re: Linux 5.19-rc6

2022-07-13 Thread Guenter Roeck
On Wed, Jul 13, 2022 at 10:50:06PM +0100, Sudip Mukherjee wrote: > On Wed, Jul 13, 2022 at 10:45 PM Linus Torvalds > wrote: > > > > On Wed, Jul 13, 2022 at 2:36 PM Sudip Mukherjee > > wrote: > > > > > > > > > > > > > https://lore.kernel.org/all/20220524025139.40212-1-wangkefeng.w...@huawei.com/

Re: Linux 5.19-rc6

2022-07-13 Thread Guenter Roeck
On Thu, Jul 14, 2022 at 12:09:24AM +0100, Sudip Mukherjee wrote: > On Wed, Jul 13, 2022 at 11:56 PM Guenter Roeck 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 > > > wrote: > > > > > > > > On Wed, Jul 13,

Re: Linux 5.19-rc6

2022-07-13 Thread Sudip Mukherjee
On Wed, Jul 13, 2022 at 10:45 PM Linus Torvalds wrote: > > On Wed, Jul 13, 2022 at 2:36 PM Sudip Mukherjee > wrote: > > > > > > > > > > https://lore.kernel.org/all/20220524025139.40212-1-wangkefeng.w...@huawei.com/ > > > > > > That patch looks sane to me, but I guess Guenter would need to check

Re: Linux 5.19-rc6

2022-07-13 Thread Linus Torvalds
On Wed, Jul 13, 2022 at 2:36 PM Sudip Mukherjee wrote: > > > > > > > https://lore.kernel.org/all/20220524025139.40212-1-wangkefeng.w...@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

Re: Linux 5.19-rc6

2022-07-13 Thread Sudip Mukherjee
On Wed, Jul 13, 2022 at 9:42 PM Linus Torvalds wrote: > > On Wed, Jul 13, 2022 at 12:49 PM Russell King (Oracle) > wrote: > > > > There may be a patch that solves that, but it's never been submitted to > > my patch system: > > > >

Re: Linux 5.19-rc6

2022-07-13 Thread Linus Torvalds
On Wed, Jul 13, 2022 at 2:01 PM Alex Deucher wrote: > > If you want to apply Guenter's patch original patch: > https://patchwork.freedesktop.org/patch/490184/ > That's fine with me. Honestly, by this time I feel that it's too little, too late. The ppc people apparently didn't care at all about

Re: Linux 5.19-rc6

2022-07-13 Thread Alex Deucher
On Wed, Jul 13, 2022 at 4:46 PM Guenter Roeck wrote: > > On 7/13/22 12:36, Linus Torvalds wrote: > > On Tue, Jul 12, 2022 at 10:07 PM Guenter Roeck wrote: > >> > >> Same problems as every week. > >> > >> Building powerpc:allmodconfig ... failed > > > > Ok, this has been going on since -rc1,

Re: Linux 5.19-rc6

2022-07-13 Thread Linus Torvalds
On Wed, Jul 13, 2022 at 1:46 PM Guenter Roeck wrote: > > It does, but I can't imagine that the drm or ppc people would be happy > about it. When something has been reported as not building for five weeks? I have zero f's to give at that point about their "happiness". Linus

Re: Linux 5.19-rc6

2022-07-13 Thread Guenter Roeck
On 7/13/22 12:36, Linus Torvalds wrote: On Tue, Jul 12, 2022 at 10:07 PM Guenter Roeck wrote: Same problems as every week. Building powerpc:allmodconfig ... failed Ok, this has been going on since -rc1, which is much too long. From your patch submission that that was rejected: The

Re: Linux 5.19-rc6

2022-07-13 Thread Guenter Roeck
On 7/13/22 13:22, Linus Torvalds wrote: On Wed, Jul 13, 2022 at 12:53 PM Alex Deucher wrote: Does this patch fix it? https://patchwork.freedesktop.org/patch/493799/ Guenter? Willing to check this one too for your setup, and we can hopefully close down both issues? No, that fixes a

Re: Linux 5.19-rc6

2022-07-13 Thread Linus Torvalds
On Wed, Jul 13, 2022 at 1:40 PM Guenter Roeck wrote: > > That patch is (and has been) in linux-next for a long time, > as commit d2ca1fd2bc70, and with the following tags. > > Fixes: 7719a68b2fa4 ("ARM: 9192/1: amba: fix memory leak in > amba_device_try_add()") > Reported-by: Guenter

Re: Linux 5.19-rc6

2022-07-13 Thread Guenter Roeck
On 7/13/22 13:21, Linus Torvalds wrote: On Wed, Jul 13, 2022 at 12:49 PM Russell King (Oracle) wrote: There may be a patch that solves that, but it's never been submitted to my patch system: https://lore.kernel.org/all/20220524025139.40212-1-wangkefeng.w...@huawei.com/ That patch looks

Re: Linux 5.19-rc6

2022-07-13 Thread Linus Torvalds
On Wed, Jul 13, 2022 at 12:53 PM Alex Deucher wrote: > > Does this patch fix it? > https://patchwork.freedesktop.org/patch/493799/ Guenter? Willing to check this one too for your setup, and we can hopefully close down both issues? Linus

Re: Linux 5.19-rc6

2022-07-13 Thread Linus Torvalds
On Wed, Jul 13, 2022 at 12:49 PM Russell King (Oracle) wrote: > > There may be a patch that solves that, but it's never been submitted to > my patch system: > > https://lore.kernel.org/all/20220524025139.40212-1-wangkefeng.w...@huawei.com/ That patch looks sane to me, but I guess Guenter would

Re: Linux 5.19-rc6

2022-07-13 Thread Russell King (Oracle)
On Wed, Jul 13, 2022 at 12:36:50PM -0700, Linus Torvalds wrote: > On Tue, Jul 12, 2022 at 10:07 PM Guenter Roeck wrote: > > OF: amba_device_add() failed (-19) for /amba/smc@1010 > > [ cut here ] > > WARNING: CPU: 0 PID: 1 at lib/refcount.c:28 > >

Re: Linux 5.19-rc6

2022-07-13 Thread Alex Deucher
On Wed, Jul 13, 2022 at 3:42 PM Linus Torvalds wrote: > > On Tue, Jul 12, 2022 at 10:07 PM Guenter Roeck wrote: > > > > Same problems as every week. > > > > Building powerpc:allmodconfig ... failed > > Ok, this has been going on since -rc1, which is much too long. > > From your patch submission

Re: Linux 5.19-rc6

2022-07-13 Thread Linus Torvalds
On Tue, Jul 12, 2022 at 10:07 PM Guenter Roeck wrote: > > Same problems as every week. > > Building powerpc:allmodconfig ... failed Ok, this has been going on since -rc1, which is much too long. >From your patch submission that that was rejected: > The problem was introduced with commit