[powerpc:fixes-test] BUILD SUCCESS 8b7f59de92ac65aa21c7d779274dbfa577ae2d2c

2024-07-06 Thread kernel test robot
gcc-13.2.0 arc allnoconfig gcc-13.2.0 arc allyesconfig gcc-13.2.0 arc defconfig gcc-13.2.0 arc haps_hs_smp_defconfig gcc-13.2.0 arc randconfig-001-20240706 gcc

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.10-4 tag

2024-07-06 Thread pr-tracker-bot
The pull request you sent on Sun, 07 Jul 2024 09:28:50 +1000: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-6.10-4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/c6653f49e4fd3b0d52c12a1fc814d6c5b234ea15 Thank you! -- Deet-doot-d

[GIT PULL] Please pull powerpc/linux.git powerpc-6.10-4 tag

2024-07-06 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull some more powerpc fixes for 6.10: The following changes since commit a986fa57fd81a1430e00b3c6cf8a325d6f894a63: KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group() (2024-06-16 10:20:11 +1000) are availab

Re: [PATCH] KVM: PPC: add missing MODULE_DESCRIPTION() macros

2024-07-06 Thread Michael Ellerman
On Sat, 15 Jun 2024 08:18:59 -0700, Jeff Johnson wrote: > With ARCH=powerpc, make allmodconfig && make W=1 C=1 reports: > WARNING: modpost: missing MODULE_DESCRIPTION() in > arch/powerpc/kvm/test-guest-state-buffer.o > WARNING: modpost: missing MODULE_DESCRIPTION() in arch/powerpc/kvm/kvm-pr.o > W

Re: [PATCH] macintosh: Drop explicit initialization of struct i2c_device_id::driver_data to 0

2024-07-06 Thread Michael Ellerman
On Mon, 24 Jun 2024 15:24:33 +0200, Uwe Kleine-König wrote: > These drivers don't use the driver_data member of struct i2c_device_id, > so don't explicitly initialize this member. > > This prepares putting driver_data in an anonymous union which requires > either no initialization or named designa

Re: [PATCH v4 0/6] powerpc: pSeries: vfio: iommu: Re-enable support for SPAPR TCE VFIO

2024-07-06 Thread Michael Ellerman
On Mon, 24 Jun 2024 12:38:07 +, Shivaprasad G Bhat wrote: > The patches reimplement the iommu table_group_ops for pSeries > for VFIO SPAPR TCE sub-driver thereby bringing consistency with > PowerNV implementation and getting rid of limitations/bugs which > were emanating from these differences

Re: [PATCH] powerpc/pseries/iommu: Define spapr_tce_table_group_ops only with CONFIG_IOMMU_API

2024-07-06 Thread Michael Ellerman
On Thu, 04 Jul 2024 10:22:37 +, Shivaprasad G Bhat wrote: > The patch fixes the below warning, > arch/powerpc/platforms/pseries/iommu.c:1824:37: warning: > 'spapr_tce_table_group_ops' defined but not used [-Wunused-variable] > > The other error reported by the test robot no longer exists on t

Re: [PATCH] powerpc: kexec: Use of_property_read_reg()

2024-07-06 Thread Michael Ellerman
On Tue, 02 Jul 2024 15:03:44 -0600, Rob Herring (Arm) wrote: > Replace open-coded parsing of "reg" property with > of_property_read_reg(). > > Applied to powerpc/next. [1/1] powerpc: kexec: Use of_property_read_reg() https://git.kernel.org/powerpc/c/cf08b628cd146a3cb597999f4d4dc590068bf01

Re: [PATCH] powerpc: add missing MODULE_DESCRIPTION() macros

2024-07-06 Thread Michael Ellerman
On Sat, 15 Jun 2024 10:06:18 -0700, Jeff Johnson wrote: > With ARCH=powerpc, make allmodconfig && make W=1 C=1 reports: > WARNING: modpost: missing MODULE_DESCRIPTION() in > arch/powerpc/kernel/rtas_flash.o > WARNING: modpost: missing MODULE_DESCRIPTION() in > arch/powerpc/sysdev/rtc_cmos_setup.o

Re: [PATCH] macintosh/mac_hid: add MODULE_DESCRIPTION()

2024-07-06 Thread Michael Ellerman
On Thu, 09 May 2024 18:23:37 -0700, Jeff Johnson wrote: > Fix the make W=1 warning: > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/macintosh/mac_hid.o > > Applied to powerpc/next. [1/1] macintosh/mac_hid: add MODULE_DESCRIPTION() https://git.kernel.org/powerpc/c/50b5fed94e21c

Re: [PATCH] powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()

2024-07-06 Thread Michael Ellerman
On Thu, 30 May 2024 19:44:12 -0500, Nathan Lynch wrote: > Smatch warns: > > arch/powerpc/kernel/rtas.c:1932 __do_sys_rtas() warn: potential > spectre issue 'args.args' [r] (local cap) > > The 'nargs' and 'nret' locals come directly from a user-supplied > buffer and are used as indexes into a

Re: [PATCH] powerpc/prom: Add CPU info to hardware description string later

2024-07-06 Thread Michael Ellerman
On Mon, 03 Jun 2024 07:36:55 -0500, Nathan Lynch wrote: > cur_cpu_spec->cpu_name is appended to ppc_hw_desc before cur_cpu_spec > has taken on its final value. This is illustrated on pseries by > comparing the CPU name as reported at boot ("POWER8E (raw)") to the > contents of /proc/cpuinfo ("POWER

Re: [PATCH v3 1/7] powerpc/40x: Remove 40x platforms.

2024-07-06 Thread Michael Ellerman
On Fri, 28 Jun 2024 22:11:55 +1000, Michael Ellerman wrote: > 40x platforms have been orphaned for many years. > > Remove them. > > Applied to powerpc/next. [1/7] powerpc/40x: Remove 40x platforms. https://git.kernel.org/powerpc/c/47d13a269bbddd794e4ae393894103eed3dd84bc [2/7] powerpc/bo

Re: [PATCH] selftests/sigaltstack: Fix ppc64 GCC build

2024-07-06 Thread Michael Ellerman
On Mon, 20 May 2024 16:26:47 +1000, Michael Ellerman wrote: > Building the sigaltstack test with GCC on 64-bit powerpc errors with: > > gcc -Wall sas.c -o /home/michael/linux/.build/kselftest/sigaltstack/sas > In file included from sas.c:23: > current_stack_pointer.h:22:2: error: #error

Re: [PATCH v3 0/3] memory: fsl_ifc: Make FSL_IFC config visible and selectable

2024-07-06 Thread Michael Ellerman
On Thu, 30 May 2024 16:46:35 +0200, Esben Haabendal wrote: > While use of fsl_ifc driver with NAND flash is fine, as the fsl_ifc_nand > driver selects FSL_IFC automatically, we need the CONFIG_FSL_IFC option to > be selectable for platforms using fsl_ifc with NOR flash. > > Fixes: ea0c0ad6b6eb ("m

Re: [PATCH v3] radix/kfence: map __kfence_pool at page granularity

2024-07-06 Thread Michael Ellerman
On Mon, 01 Jul 2024 18:30:21 +0530, Hari Bathini wrote: > When KFENCE is enabled, total system memory is mapped at page level > granularity. But in radix MMU mode, ~3GB additional memory is needed > to map 100GB of system memory at page level granularity when compared > to using 2MB direct mapping.

Re: [PATCH] selftests/powerpc: Fix build with USERCFLAGS set

2024-07-06 Thread Michael Ellerman
On Sat, 06 Jul 2024 22:08:33 +1000, Michael Ellerman wrote: > Currently building the powerpc selftests with USERCFLAGS set to anything > causes the build to break: > > $ make -C tools/testing/selftests/powerpc V=1 USERCFLAGS=-Wno-error > ... > gcc -Wno-errorcache_shape.c ... > cache_sh

Re: [PATCH] powerpc/pseries: Fix scv instruction crash with kexec

2024-07-06 Thread Michael Ellerman
On Tue, 25 Jun 2024 23:40:47 +1000, Nicholas Piggin wrote: > kexec on pseries disables AIL (reloc_on_exc), required for scv > instruction support, before other CPUs have been shut down. This means > they can execute scv instructions after AIL is disabled, which causes an > interrupt at an unexpecte

Re: [PowerPC] [PASEMI] Issue with the identification of ATA drives after the of/irq updates 2024-05-29

2024-07-06 Thread Christian Zigotzky
On 6. Jul 2024, at 06:15, Christian Zigotzky wrote: Our tester has tested the second irq patch again and the kernel boots. We will test it again to be sure that it really works. ;-) Second irq patch: diff --git a/drivers/of/irq.c b/drivers/of/irq.c index 462375b293e47..c94203ce65bb3 100644 -

[PATCH v2 00/60] i2c: reword first drivers according to newest specification

2024-07-06 Thread Wolfram Sang
Start changing the wording of the I2C main header wrt. the newest I2C v7 and SMBus 3.2 specifications and replace "master/slave" with more appropriate terms. This first step renames the members of struct i2c_algorithm. Once all in-tree users are converted, the anonymous union will go away again. Al

[PATCH] selftests/powerpc: Fix build with USERCFLAGS set

2024-07-06 Thread Michael Ellerman
Currently building the powerpc selftests with USERCFLAGS set to anything causes the build to break: $ make -C tools/testing/selftests/powerpc V=1 USERCFLAGS=-Wno-error ... gcc -Wno-errorcache_shape.c ... cache_shape.c:18:10: fatal error: utils.h: No such file or directory 18 | #in

[PATCH v2 59/60] i2c: cpm: reword according to newest specification

2024-07-06 Thread Wolfram Sang
Change the wording of this driver wrt. the newest I2C v7 and SMBus 3.2 specifications and replace "master/slave" with more appropriate terms. Signed-off-by: Wolfram Sang Reviewed-by: Andi Shyti Acked-by: Jochen Friedrich --- drivers/i2c/busses/i2c-cpm.c | 4 ++-- 1 file changed, 2 insertions(+

[PATCH v2 39/60] i2c: powermac: reword according to newest specification

2024-07-06 Thread Wolfram Sang
Change the wording of this driver wrt. the newest I2C v7 and SMBus 3.2 specifications and replace "master/slave" with more appropriate terms. Signed-off-by: Wolfram Sang --- drivers/i2c/busses/i2c-powermac.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drive

[PATCH v2 37/60] i2c: pasemi: reword according to newest specification

2024-07-06 Thread Wolfram Sang
Change the wording of this driver wrt. the newest I2C v7 and SMBus 3.2 specifications and replace "master/slave" with more appropriate terms. Signed-off-by: Wolfram Sang --- drivers/i2c/busses/i2c-pasemi-core.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/i2c

[PATCH v2 35/60] i2c: opal: reword according to newest specification

2024-07-06 Thread Wolfram Sang
Change the wording of this driver wrt. the newest I2C v7 and SMBus 3.2 specifications and replace "master/slave" with more appropriate terms. Signed-off-by: Wolfram Sang --- drivers/i2c/busses/i2c-opal.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/i2c/b

Re: [PATCH v2 7/8] mm/x86: Add missing pud helpers

2024-07-06 Thread kernel test robot
/akpm/mm.git mm-everything patch link: https://lore.kernel.org/r/20240703212918.2417843-8-peterx%40redhat.com patch subject: [PATCH v2 7/8] mm/x86: Add missing pud helpers config: i386-randconfig-011-20240706 (https://download.01.org/0day-ci/archive/20240706/202407061716.wh5nmil2-...@intel.com