Re: [PATCH 2/3] powerpc/book3e: remove #include

2022-11-25 Thread Christophe Leroy
Le 26/11/2022 à 06:10, Thomas Weißschuh a écrit : > Commit 7ad4bd887d27 ("powerpc/book3e: get rid of #include > ") > removed the usage of the define UTS_VERSION but forgot to drop the > include. What about: arch/powerpc/platforms/52xx/efika.c arch/powerpc/platforms/amigaone/setup.c

[PATCH 1/3] firmware_loader: remove #include

2022-11-25 Thread Thomas Weißschuh
utsrelease.h is potentially generated on each build. By removing this unused include we can get rid of some spurious recompilations. Signed-off-by: Thomas Weißschuh --- drivers/base/firmware_loader/firmware.h | 2 -- 1 file changed, 2 deletions(-) diff --git

[PATCH 2/3] powerpc/book3e: remove #include

2022-11-25 Thread Thomas Weißschuh
Commit 7ad4bd887d27 ("powerpc/book3e: get rid of #include ") removed the usage of the define UTS_VERSION but forgot to drop the include. Fixes: 7ad4bd887d27 ("powerpc/book3e: get rid of #include ") Signed-off-by: Thomas Weißschuh --- arch/powerpc/mm/nohash/kaslr_booke.c | 1 - 1 file changed,

[PATCH 3/3] init/version.c: remove #include

2022-11-25 Thread Thomas Weißschuh
Commit 2df8220cc511 ("kbuild: build init/built-in.a just once") moved the usage of the define UTS_VERSION to the file version-timestamp.c. version-timestamp.c in turn is included from version.c but already includes utsversion.h itself properly. The unneeded include of utsversion.h from version.c

[PATCH] fbdev: make offb driver tristate

2022-11-25 Thread Randy Dunlap
Make the offb (Open Firmware frame buffer) driver tristate, i.e., so that it can be built as a loadable module. However, it still depends on the setting of DRM_OFDRM so that both of these drivers cannot be builtin at the same time nor can one be builtin and the other one a loadable module.

[PATCH] pseries/mobility: reset the RCU watchdogs after a LPM

2022-11-25 Thread Laurent Dufour
The RCU watchdog timer should be reset when restarting the CPU after a Live Partition Mobility operation. Signed-off-by: Laurent Dufour --- arch/powerpc/platforms/pseries/mobility.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/powerpc/platforms/pseries/mobility.c

[linux-next:master] BUILD REGRESSION 9e46a79967326efb03c481ddfd58902475bd920d

2022-11-25 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD: 9e46a79967326efb03c481ddfd58902475bd920d Add linux-next specific files for 20221125 Error/Warning reports: https://lore.kernel.org/oe-kbuild-all/202211041320.coq8eelj-...@intel.com https

[powerpc:fixes-test] BUILD SUCCESS 89d21e259a94f7d5582ec675aa445f5a79f347e4

2022-11-25 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git fixes-test branch HEAD: 89d21e259a94f7d5582ec675aa445f5a79f347e4 powerpc/bpf/32: Fix Oops on tail call tests elapsed time: 1449m configs tested: 77 configs skipped: 2 The following configs have been built

Re: (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new

2022-11-25 Thread Mark Brown
On Fri, 18 Nov 2022 23:35:34 +0100, Uwe Kleine-König wrote: > since commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() > call-back type") from 2016 there is a "temporary" alternative probe > callback for i2c drivers. > > This series completes all drivers to this new callback (unless I

[PATCH] powerpc/64s: Add missing declaration for machine_check_early_boot()

2022-11-25 Thread Michael Ellerman
There's no declaration for machine_check_early_boot(), which leads to a build failure with W=1. Add one. Fixes: 2f5182cffa43 ("powerpc/64s: early boot machine check handler") Signed-off-by: Michael Ellerman --- arch/powerpc/include/asm/interrupt.h | 1 + 1 file changed, 1 insertion(+) diff

[powerpc:merge] BUILD SUCCESS 101d1141d3d6a31fcf480c0cd4d3f77aca60c436

2022-11-25 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git merge branch HEAD: 101d1141d3d6a31fcf480c0cd4d3f77aca60c436 powerpc/ci: Disable network tests elapsed time: 1131m configs tested: 58 configs skipped: 2 The following configs have been built successfully. More