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

2024-07-11 Thread Andi Shyti
Hi Wolfram, On Sat, Jul 06, 2024 at 01:20:35PM GMT, Wolfram Sang wrote: > 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 Thanks, Andi

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

2024-07-11 Thread Andi Shyti
Hi Wolfram, On Sat, Jul 06, 2024 at 01:20:37PM GMT, Wolfram Sang wrote: > 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 Thanks, Andi

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

2024-07-11 Thread Andi Shyti
Hi Wolfram, > -static int i2c_powermac_master_xfer( struct i2c_adapter *adap, > - struct i2c_msg *msgs, > - int num) > +static int i2c_powermac_xfer(struct i2c_adapter *adap, > + struct i2c_msg *msgs,

Re: [PATCH v4 17/21] mm/mmap: Drop arch_unmap() call from all archs

2024-07-11 Thread LEROY Christophe
Le 11/07/2024 à 01:26, Liam R. Howlett a écrit : > * LEROY Christophe [240710 17:02]: >> >> >> Le 10/07/2024 à 21:22, Liam R. Howlett a écrit : >>> From: "Liam R. Howlett" >>> >>> The arch_unmap call was previously moved above the rbtree modifications >>> in commit 5a28fc94c914 ("x86/mpx, mm/co

Re: [PATCH v4 17/29] arm64: implement PKEYS support

2024-07-11 Thread Joey Gouly
On Mon, Jul 08, 2024 at 06:53:18PM +0100, Catalin Marinas wrote: > Hi Szabolcs, > > On Mon, Jun 17, 2024 at 03:51:35PM +0100, Szabolcs Nagy wrote: > > The 06/17/2024 15:40, Florian Weimer wrote: > > > >> A user can still set it by interacting with the register directly, but > > > >> I guess > > >

[PATCH] powerpc: Remove 40x leftovers

2024-07-11 Thread Christophe Leroy
Fixes: e939da89d024 ("powerpc: Remove 40x from Kconfig and defconfig") Fixes: 548f5244f106 ("powerpc/40x: Remove EP405") Signed-off-by: Christophe Leroy --- arch/powerpc/boot/wrapper | 2 +- arch/powerpc/platforms/Kconfig.cputype | 1 - 2 files changed, 1 insertion(+), 2 deletions(-)

[PATCH] Documentation/powerpc: Mention 40x is removed

2024-07-11 Thread Christophe Leroy
Commit 732b32daef80 ("powerpc: Remove core support for 40x") removed 40x. Update documentation accordingly. Signed-off-by: Christophe Leroy --- Documentation/arch/powerpc/cpu_families.rst | 18 -- Documentation/arch/powerpc/elf_hwcaps.rst | 1 + 2 files changed, 1 insertion(+

Re: [PATCH net-next 1/5] net: dpaa: avoid on-stack arrays of NR_CPUS elements

2024-07-11 Thread Breno Leitao
Hello Vladimir, On Thu, Jul 11, 2024 at 02:00:21AM +0300, Vladimir Oltean wrote: > The dpaa-eth driver is written for PowerPC and Arm SoCs which have 1-24 > CPUs. It depends on CONFIG_NR_CPUS having a reasonably small value in > Kconfig. Otherwise, there are 2 functions which allocate on-stack arr

Re: [PATCH] PCI: Fix crash during pci_dev hot-unplug on pseries KVM guest

2024-07-11 Thread Rob Herring
On Wed, Jul 3, 2024 at 8:17 AM Amit Machhiwal wrote: > > With CONFIG_PCI_DYNAMIC_OF_NODES [1], a hot-plug and hot-unplug sequence > of a PCI device attached to a PCI-bridge causes following kernel Oops on > a pseries KVM guest: Can I ask why you have this option on in the first place? Do you have

Re: [PATCH v12 1/6] uaccess: add generic fallback version of copy_mc_to_user()

2024-07-11 Thread Mauro Carvalho Chehab
Em Tue, 28 May 2024 16:59:10 +0800 Tong Tiangen escreveu: > x86/powerpc has it's implementation of copy_mc_to_user(), we add generic > fallback in include/linux/uaccess.h prepare for other architechures to > enable CONFIG_ARCH_HAS_COPY_MC. > > Signed-off-by: Tong Tiangen > Acked-by: Michael Ell

Re: [PATCH] PCI: Fix crash during pci_dev hot-unplug on pseries KVM guest

2024-07-11 Thread Amit Machhiwal
Hi Rob, On 2024/07/11 06:20 AM, Rob Herring wrote: > On Wed, Jul 3, 2024 at 8:17 AM Amit Machhiwal wrote: > > > > With CONFIG_PCI_DYNAMIC_OF_NODES [1], a hot-plug and hot-unplug sequence > > of a PCI device attached to a PCI-bridge causes following kernel Oops on > > a pseries KVM guest: > > Can

Re: [PATCH v4 17/21] mm/mmap: Drop arch_unmap() call from all archs

2024-07-11 Thread Liam R. Howlett
* LEROY Christophe [240711 04:28]: > > > Le 11/07/2024 à 01:26, Liam R. Howlett a écrit : > > * LEROY Christophe [240710 17:02]: > >> > >> > >> Le 10/07/2024 à 21:22, Liam R. Howlett a écrit : > >>> From: "Liam R. Howlett" > >>> > >>> The arch_unmap call was previously moved above the rbtree m

Re: [PATCH] PCI: Fix crash during pci_dev hot-unplug on pseries KVM guest

2024-07-11 Thread Amit Machhiwal
On 2024/07/10 09:48 PM, Lizhi Hou wrote: > > On 7/5/24 12:20, Bjorn Helgaas wrote: > > [+cc Lukas, FYI] > > > > On Wed, Jul 03, 2024 at 07:46:34PM +0530, Amit Machhiwal wrote: > > > With CONFIG_PCI_DYNAMIC_OF_NODES [1], a hot-plug and hot-unplug sequence > > > of a PCI device attached to a PCI-br

Re: [PATCH] PCI: Fix crash during pci_dev hot-unplug on pseries KVM guest

2024-07-11 Thread Rob Herring
+Ubuntu kernel team On Thu, Jul 11, 2024 at 8:21 AM Amit Machhiwal wrote: > > Hi Rob, > > On 2024/07/11 06:20 AM, Rob Herring wrote: > > On Wed, Jul 3, 2024 at 8:17 AM Amit Machhiwal > > wrote: > > > > > > With CONFIG_PCI_DYNAMIC_OF_NODES [1], a hot-plug and hot-unplug sequence > > > of a PCI d

Re: [PATCH] PCI: Fix crash during pci_dev hot-unplug on pseries KVM guest

2024-07-11 Thread Lizhi Hou
On 7/11/24 11:48, Amit Machhiwal wrote: On 2024/07/10 09:48 PM, Lizhi Hou wrote: On 7/5/24 12:20, Bjorn Helgaas wrote: [+cc Lukas, FYI] On Wed, Jul 03, 2024 at 07:46:34PM +0530, Amit Machhiwal wrote: With CONFIG_PCI_DYNAMIC_OF_NODES [1], a hot-plug and hot-unplug sequence of a PCI device at

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

2024-07-11 Thread Andi Shyti
Hi Wolfram, pushed in i2c/i2c-host. Thanks for this big work, at the end it turned out quite nice and I'm happy of the outcome! Thanks Andi On Sat, Jul 06, 2024 at 01:20:00PM GMT, Wolfram Sang wrote: > Start changing the wording of the I2C main header wrt. the newest I2C > v7 and SMBus 3.2 spec

RE: [PATCH net-next 0/5] Eliminate CONFIG_NR_CPUS dependency in dpaa-eth and enable COMPILE_TEST in fsl_qbman

2024-07-11 Thread Madalin Bucur (OSS)
> -Original Message- > From: Vladimir Oltean > Sent: Thursday, July 11, 2024 2:00 AM > To: net...@vger.kernel.org > Cc: David S. Miller ; Eric Dumazet > ; Jakub Kicinski ; Paolo Abeni > ; Breno Leitao ; Herbert Xu > ; Madalin Bucur ; > linux-ker...@vger.kernel.org; linuxppc-dev@lists.ozlab

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

2024-07-11 Thread Wolfram Sang
> Thanks for this big work, at the end it turned out quite nice and > I'm happy of the outcome! Me too. And thanks for the enormous review work! signature.asc Description: PGP signature

Re: [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code

2024-07-11 Thread Alistair Popple
Peter Xu writes: > On Tue, Jul 09, 2024 at 02:07:31PM +1000, Alistair Popple wrote: >> >> Peter Xu writes: >> >> > Hi, Alistair, >> > >> > On Thu, Jun 27, 2024 at 10:54:26AM +1000, Alistair Popple wrote: >> >> Now that DAX is managing page reference counts the same as normal >> >> pages ther

Re: [PATCH V6 00/18] Add data type profiling support for powerpc

2024-07-11 Thread Athira Rajeev
> On 7 Jul 2024, at 8:14 PM, Athira Rajeev wrote: > > The patchset from Namhyung added support for data type profiling > in perf tool. This enabled support to associate PMU samples to data > types they refer using DWARF debug information. With the upstream > perf, currently it possible to run

Re: [PATCH V6 00/18] Add data type profiling support for powerpc

2024-07-11 Thread Namhyung Kim
Hello Athira, On Thu, Jul 11, 2024 at 8:45 PM Athira Rajeev wrote: > > > > > On 7 Jul 2024, at 8:14 PM, Athira Rajeev > > wrote: > > > > The patchset from Namhyung added support for data type profiling > > in perf tool. This enabled support to associate PMU samples to data > > types they refer

[PATCH] vmlinux.lds.h: catch .bss..L* sections into BSS")

2024-07-11 Thread Christophe Leroy
Commit 9a427556fb8e ("vmlinux.lds.h: catch compound literals into data and BSS") added catches for .data..L* and .rodata..L* but missed .bss..L* Since commit 5431fdd2c181 ("ptrace: Convert ptrace_attach() to use lock guards") the following appears at build: LD .tmp_vmlinux.kallsyms1 powerp

Re: [PATCH v12 1/6] uaccess: add generic fallback version of copy_mc_to_user()

2024-07-11 Thread Mauro Carvalho Chehab
Em Thu, 11 Jul 2024 15:53:43 +0200 Mauro Carvalho Chehab escreveu: > Em Tue, 28 May 2024 16:59:10 +0800 > Tong Tiangen escreveu: > > > x86/powerpc has it's implementation of copy_mc_to_user(), we add generic > > fallback in include/linux/uaccess.h prepare for other architechures to > > enable C

Re: [PATCH] vmlinux.lds.h: catch .bss..L* sections into BSS")

2024-07-11 Thread Arnd Bergmann
On Fri, Jul 12, 2024, at 07:51, Christophe Leroy wrote: > Commit 9a427556fb8e ("vmlinux.lds.h: catch compound literals into > data and BSS") added catches for .data..L* and .rodata..L* but missed > .bss..L* > > Since commit 5431fdd2c181 ("ptrace: Convert ptrace_attach() to use > lock guards") the f