Re: [FSL P50x0] Keyboard and mouse don't work anymore after the devicetree updates for 5.19

2022-05-29 Thread Christian Zigotzky
On 27 May 2022 at 04:23 pm, Rob Herring wrote: The issue is in drivers/usb/host/fsl-mph-dr-of.c which copies the resources to a child platform device. Can you try the following change: diff --git a/drivers/usb/host/fsl-mph-dr-of.c b/drivers/usb/host/fsl-mph-dr-of.c index

Re: [PATCH v4] mm: Avoid unnecessary page fault retires on shared memory types

2022-05-29 Thread Michael Ellerman
Peter Xu writes: > I observed that for each of the shared file-backed page faults, we're very > likely to retry one more time for the 1st write fault upon no page. It's > because we'll need to release the mmap lock for dirty rate limit purpose > with balance_dirty_pages_ratelimited() (in

[powerpc:merge] BUILD SUCCESS 16332b7fbbe46581ddac80c6d32834c1269bc450

2022-05-29 Thread kernel test robot
magicpanelr2_defconfig sh se7619_defconfig arc alldefconfig m68k multi_defconfig arm randconfig-c002-20220529 x86_64randconfig-c001 ia64 allmodconfig ia64

[powerpc:fixes-test] BUILD SUCCESS 1346d00e1bdfd4067f92bc14e8a6131a01de4190

2022-05-29 Thread kernel test robot
cell_defconfig powerpc pcm030_defconfig powerpc allnoconfig powerpc allmodconfig powerpc allyesconfig clang tested configs: powerpc randconfig-c003-20220529 powerpc

Re: [PATCH v2] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]

2022-05-29 Thread Uwe Kleine-König
Hello, On Sun, May 29, 2022 at 09:46:47AM +, Christophe Leroy wrote: > Le 29/05/2022 à 08:56, Uwe Kleine-König a écrit : > > Hello, > > > > on current linux-next ARCH=riscv allmodconfig breaks with: > > > >CC arch/riscv/kernel/elf_kexec.o > > arch/riscv/kernel/elf_kexec.c:345:5:

[Bug 216041] Stack overflow at boot (do_IRQ: stack overflow: 1984) on a PowerMac G4 DP, KASAN debug build

2022-05-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=216041 --- Comment #6 from Erhard F. (erhar...@mailbox.org) --- (In reply to Christophe Leroy from comment #3) > I can't see any issue, other than your CONFIG_THREAD_SHIFT is set to 13. > > It should be 14 by default, see >

Re: [PATCH] powerpc: Don't select HAVE_IRQ_EXIT_ON_IRQ_STACK

2022-05-29 Thread Christophe Leroy
Le 25/05/2022 à 05:26, Michael Ellerman a écrit : > The HAVE_IRQ_EXIT_ON_IRQ_STACK option tells generic code that irq_exit() > is called while still running on the hard irq stack (hardirq_ctx[] in > the powerpc code). > > Selecting the option means the generic code will *not* switch to the >

Re: [PATCH v2] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]

2022-05-29 Thread Christophe Leroy
Le 29/05/2022 à 08:56, Uwe Kleine-König a écrit : > Hello, > > on current linux-next ARCH=riscv allmodconfig breaks with: > >CC arch/riscv/kernel/elf_kexec.o > arch/riscv/kernel/elf_kexec.c:345:5: error: redefinition of > ‘arch_kexec_apply_relocations_add’ >345 | int

[Bug 216041] Stack overflow at boot (do_IRQ: stack overflow: 1984) on a PowerMac G4 DP, KASAN debug build

2022-05-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=216041 --- Comment #5 from Christophe Leroy (christophe.le...@csgroup.eu) --- There is an interrupt, that needs too looked at a bit deeper: [eaa1c7a0] [c07d0bd4] dump_stack_lvl+0x60/0x90 [eaa1c7c0] [c0009234] __do_IRQ+0x170/0x174 [eaa1c800] [c0009258]

Re: [PATCH v2] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]

2022-05-29 Thread Uwe Kleine-König
Hello, on current linux-next ARCH=riscv allmodconfig breaks with: CC arch/riscv/kernel/elf_kexec.o arch/riscv/kernel/elf_kexec.c:345:5: error: redefinition of ‘arch_kexec_apply_relocations_add’ 345 | int arch_kexec_apply_relocations_add(struct purgatory_info *pi, |