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
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
-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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
-
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
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
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(+
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
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
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
/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
26 matches
Mail list logo