[PATCH] powerpc: Fix PS3 allmodconfig warning

2024-03-23 Thread Geoff Levand
The struct ps3_notification_device in the ps3_probe_thread routine is too large to be on the stack, causing a warning for an allmodconfig build with clang. Change the struct ps3_notification_device from a variable on the stack to a dynamically allocated variable. Reported-by: Arnd Bergmann

Re: [PATCH] powerpc: ps3: mark ps3_notification_device static for stack usage

2024-03-23 Thread Geoff Levand
On 3/23/24 05:24, Arnd Bergmann wrote: > On Fri, Mar 22, 2024, at 09:34, Geoff Levand wrote: >> On 3/21/24 17:32, Geert Uytterhoeven wrote: >>> --- a/arch/powerpc/platforms/ps3/device-init.c +++ b/arch/powerpc/platforms/ps3/device-init.c @@ -770,7 +770,7 @@ static struct task_struct

[powerpc:merge] BUILD SUCCESS 4db42212e1f16ba12cea838d04d9dcdd4a382ba0

2024-03-23 Thread kernel test robot
allnoconfig gcc arc allyesconfig gcc arc defconfig gcc arc nsimosci_hs_smp_defconfig gcc arc randconfig-001-20240323 gcc arc randconfig-002

[PATCH] powerpc/pseries: remove returning ENODEV when uevent is triggered

2024-03-23 Thread Lidong Zhong
We have noticed the following nuisance messages during boot [7.120610][ T1060] vio vio: uevent: failed to send synthetic uevent [7.122281][ T1060] vio 4000: uevent: failed to send synthetic uevent [7.122304][ T1060] vio 4001: uevent: failed to send synthetic uevent [7.122324][

Re: [PATCHv12 4/4] watchdog/softlockup: report the most frequent interrupts

2024-03-23 Thread Thomas Gleixner
On Wed, Mar 06 2024 at 20:52, Bitao Hu wrote: > + if (__this_cpu_read(snapshot_taken)) { > + for_each_active_irq(i) { > + count = kstat_get_irq_since_snapshot(i); > + tabulate_irq_count(irq_counts_sorted, i, count, > NUM_HARDIRQ_REPORT); > +

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.9-2 tag

2024-03-23 Thread pr-tracker-bot
The pull request you sent on Sat, 23 Mar 2024 11:54:50 +1100: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-6.9-2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/484193fecd2b6349a6fd1554d306aec646ae1a6a Thank you! --

Re: [PATCH v3 5/5] dt-bindings: hwmon: ibm,p8-occ-hwmon: move to trivial devices

2024-03-23 Thread Guenter Roeck
On Fri, Mar 22, 2024 at 08:24:39PM +0100, Javier Carrasco wrote: > This binding meets the requirements to be converted to dtschema > via trivial-devices.yaml. > > Reviewed-by: Rob Herring > Signed-off-by: Javier Carrasco Applied to hwmon-next. Please note that the branch will be pushed after

Re: [PATCH v3 4/5] dt-bindings: hwmon: stts751: convert to dtschema

2024-03-23 Thread Guenter Roeck
On Fri, Mar 22, 2024 at 08:24:38PM +0100, Javier Carrasco wrote: > Convert existing binding to support validation. > > This is a straightforward conversion with no new properties. > > Reviewed-by: Conor Dooley > Signed-off-by: Javier Carrasco Applied to hwmon-next. Please note that the

Re: [PATCH v3 3/5] dt-bindings: hwmon: pwm-fan: drop text file

2024-03-23 Thread Guenter Roeck
On Fri, Mar 22, 2024 at 08:24:37PM +0100, Javier Carrasco wrote: > This binding was converted to dtschema a year ago. > > Acked-by: Rob Herring > Signed-off-by: Javier Carrasco Applied to hwmon-next. Please note that the branch will be pushed after the commit window closed. Thanks, Guenter

Re: [PATCH v3 2/5] dt-bindings: hwmon: ibmpowernv: convert to dtschema

2024-03-23 Thread Guenter Roeck
On Fri, Mar 22, 2024 at 08:24:36PM +0100, Javier Carrasco wrote: > Convert existing binding to support validation. > > The binding has been renamed to match its compatible strings, with no > further additions. > > Reviewed-by: Conor Dooley > Signed-off-by: Javier Carrasco Applied to

Re: [PATCH v3 1/5] dt-bindings: hwmon: as370: convert to dtschema

2024-03-23 Thread Guenter Roeck
On Fri, Mar 22, 2024 at 08:24:35PM +0100, Javier Carrasco wrote: > Convert existing binding to support validation. > > This is a straightforward conversion with now new properties. > > Reviewed-by: Rob Herring > Signed-off-by: Javier Carrasco Applied to hwmon-next. Please note that the

[powerpc:fixes-test] BUILD SUCCESS c564740049970cb2fbd2f8e6bcac79399d901732

2024-03-23 Thread kernel test robot
gcc arm64allmodconfig clang i386 allmodconfig gcc i386 allnoconfig gcc i386 allyesconfig gcc i386 buildonly-randconfig-001-20240323 gcc i386 buildonly

Re: [PATCH 00/64] i2c: reword i2c_algorithm according to newest specification

2024-03-23 Thread Andi Shyti
Hi Wolfram, On Fri, Mar 22, 2024 at 02:24:53PM +0100, Wolfram Sang wrote: > Okay, we need to begin somewhere... > > Start changing the wording of the I2C main header wrt. the newest I2C > v7, SMBus 3.2, I3C specifications and replace "master/slave" with more > appropriate terms. This first step