Re: [PATCH 1/3] MAINTAINERS: add myself as maintainer for the fsl-mc bus

2025-03-19 Thread Stuart Yoder
On Wed, Mar 19, 2025 at 4:43 AM Ioana Ciornei wrote: > Laurentiu left the company and is no longer involved with the fsl-mc > bus. Remove him and add myself as maintainer. > > Signed-off-by: Ioana Ciornei > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH bpf-next 11/11] bpf: Fall back to nospec for spec path verification

2025-03-19 Thread Luis Gerhorst
Alexei Starovoitov writes: > On Thu, Mar 13, 2025 at 10:57 AM Luis Gerhorst wrote: >> With increased limits this allows applying mitigations to large BPF >> progs such as the Parca Continuous Profiler's prog. However, this >> requires a jump-seq limit of 256k. In any case, the same principle >>

Re: [PATCH 1/3] MAINTAINERS: add myself as maintainer for the fsl-mc bus

2025-03-19 Thread Ioana Ciornei
On Wed, Mar 19, 2025 at 05:45:19AM -0500, Stuart Yoder wrote: > On Wed, Mar 19, 2025 at 4:43 AM Ioana Ciornei wrote: > > > Laurentiu left the company and is no longer involved with the fsl-mc > > bus. Remove him and add myself as maintainer. > > > > Signed-off-by: Ioana Ciornei > > --- > > MAIN

Re: [main-line][PowerPC]selftests/powerpc/signal: sigfuz fails

2025-03-19 Thread Venkat Rao Bagalkote
Thanks Michael and Maddy for the feedback. On 18/03/25 4:20 pm, Madhavan Srinivasan wrote: On 3/17/25 4:43 PM, Michael Ellerman wrote: Venkat Rao Bagalkote writes: Greetings!! I am observing selftests/powerpc/signal:sigfuz test fails on linux mainline repo on IBM Power10 systems. The test pa

[PATCH v2 32/57] irqdomain: ppc: Switch to irq_domain_create_*()

2025-03-19 Thread Jiri Slaby (SUSE)
irq_domain_add_*() interfaces are going away as being obsolete now. Switch to the preferred irq_domain_create_*() ones. Those differ in the node parameter: They take more generic struct fwnode_handle instead of struct device_node. Therefore, of_fwnode_handle() is added around the original parameter

[PATCH 1/3] MAINTAINERS: add myself as maintainer for the fsl-mc bus

2025-03-19 Thread Ioana Ciornei
Laurentiu left the company and is no longer involved with the fsl-mc bus. Remove him and add myself as maintainer. Signed-off-by: Ioana Ciornei --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index ebf7fa9a814d..76b6db4074ce 100644 --

[PATCH 3/3] MAINTAINERS: add the linuppc-dev list to the fsl-mc bus entry

2025-03-19 Thread Ioana Ciornei
As discussed in the thread linked below, the fsl-mc bus lacked a clear maintenance path. Since Christophe accepted to take the fsl-mc bus patches through his soc fsl subtree, add the linuxppc-dev mailing list in the MAINTAINERS entry. Link: https://lore.kernel.org/r/1d822960-85a7-42b3-88cf-9d3dbc7

[PATCH 2/3] MAINTAINERS: fix nonexistent dtbinding file name

2025-03-19 Thread Ioana Ciornei
The blamed commit converted the fsl,qoriq-mc.txt into fsl,qoriq-mc.yaml but forgot to also update the MAINTAINERS file to reference the new filename. Fix this by using the corrent filename - fsl,qoriq-mc.yaml. Fixes: bfb921b2a9d5 ("dt-bindings: misc: fsl,qoriq-mc: convert to yaml format") Signed-

[PATCH 0/3] MAINTAINERS: updates for the fsl-mc bus entry

2025-03-19 Thread Ioana Ciornei
This patch set updates the fsl-mc bus driver MAINTAINERS entry. Since there are small separate changes, I put each of them into a separate patch. Ioana Ciornei (3): MAINTAINERS: add myself as maintainer for the fsl-mc bus MAINTAINERS: fix nonexistent dtbinding file name MAINTAINERS: add the

Re: [PATCH v4 07/14] arm64: Add support for suppressing warning backtraces

2025-03-19 Thread Christophe Leroy
Le 18/03/2025 à 16:59, Will Deacon a écrit : On Thu, Mar 13, 2025 at 05:40:59PM +0100, Alessandro Carminati wrote: On Thu, Mar 13, 2025 at 1:25 PM Will Deacon wrote: On Thu, Mar 13, 2025 at 11:43:22AM +, Alessandro Carminati wrote: diff --git a/arch/arm64/include/asm/bug.h b/arch/arm6

[PATCH v2 41/57] irqdomain: ppc: Switch to irq_find_mapping()

2025-03-19 Thread Jiri Slaby (SUSE)
irq_linear_revmap() is deprecated, so remove all its uses and supersede them by an identical call to irq_find_mapping(). Signed-off-by: Jiri Slaby (SUSE) Cc: Madhavan Srinivasan Cc: Michael Ellerman Cc: Nicholas Piggin Cc: Christophe Leroy Cc: Naveen N Rao Cc: Anatolij Gustschin Cc: Scott W

Re: [PATCH v4 07/14] arm64: Add support for suppressing warning backtraces

2025-03-19 Thread Guenter Roeck
On 3/19/25 01:05, Christophe Leroy wrote: Le 18/03/2025 à 16:59, Will Deacon a écrit : On Thu, Mar 13, 2025 at 05:40:59PM +0100, Alessandro Carminati wrote: On Thu, Mar 13, 2025 at 1:25 PM Will Deacon wrote: On Thu, Mar 13, 2025 at 11:43:22AM +, Alessandro Carminati wrote: diff --git

Re: [PATCH 5/6] mips: drop GENERIC_IOMAP wrapper

2025-03-19 Thread Arnd Bergmann
to add a couple of extra typecasts, which >> makes it rather ugly, but the change below seems to work. > > Thanks, that does make the -Wnull-pointer-arithmetic warnings disappear. > That build still fails in next-20250319 (which includes that change) at > the end with: >

Re: [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement

2025-03-19 Thread Borislav Petkov
On Fri, Jan 10, 2025 at 06:40:30PM +, Brendan Jackman wrote: > Add a boot time parameter to control the newly added X86_FEATURE_ASI. > "asi=on" or "asi=off" can be used in the kernel command line to enable > or disable ASI at boot time. If not specified, ASI enablement depends > on CONFIG_ADDRE

Re: [PATCH] powerpc/pseries/iommu: memory notifier incorrectly adds TCEs for pmemory

2025-03-19 Thread Michal Suchánek
Hello, looks like this upsets some assumption qemu has about these windows. https://lists.nongnu.org/archive/html/qemu-devel/2025-03/msg05137.html When Linux kernel that has this patch applied is running inside a qemu VM with a PCI device and the VM is rebooted qemu crashes shortly after the nex

Re: [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement

2025-03-19 Thread Yosry Ahmed
On Wed, Mar 19, 2025 at 06:29:35PM +0100, Borislav Petkov wrote: > On Fri, Jan 10, 2025 at 06:40:30PM +, Brendan Jackman wrote: > > Add a boot time parameter to control the newly added X86_FEATURE_ASI. > > "asi=on" or "asi=off" can be used in the kernel command line to enable > > or disable ASI

[PATCH v2 08/57] irqdomain: ppc: Switch to of_fwnode_handle()

2025-03-19 Thread Jiri Slaby (SUSE)
of_node_to_fwnode() is irqdomain's reimplementation of the "officially" defined of_fwnode_handle(). The former is in the process of being removed, so use the latter instead. Signed-off-by: Jiri Slaby (SUSE) Cc: Madhavan Srinivasan Cc: Michael Ellerman Cc: Nicholas Piggin Cc: Christophe Leroy

[PATCH v2 48/57] irqdomain: soc: Switch to irq_find_mapping()

2025-03-19 Thread Jiri Slaby (SUSE)
irq_linear_revmap() is deprecated, so remove all its uses and supersede them by an identical call to irq_find_mapping(). Signed-off-by: Jiri Slaby (SUSE) Cc: Qiang Zhao Cc: Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-arm-ker...@lists.infradead.org --- drivers/soc/fsl/qe/qe_ic.

Re: [PATCH v2 00/57] irqdomain: Cleanups and Documentation

2025-03-19 Thread Jiri Slaby
On 19. 03. 25, 11:21, Andy Shevchenko wrote: I am all to support the idea, but in some cases I would think of a bit more work to be done to get rid of the of_fwnode_handle(np) in favour of dev_fwnode(dev). Note, this is based on a brief look, I haven't any example at hand right now. Aah, that's

Re: [PATCH 1/4] i2c: pasemi: Add registers bits and switch to BIT()

2025-03-19 Thread Andi Shyti
Hi Sven, On Sat, Feb 22, 2025 at 01:38:33PM +, Sven Peter via B4 Relay wrote: > From: Sven Peter > > Add the missing register bits to the defines and also switch > those to use the BIT macro which is much more readable than > using hardcoded masks > > Co-developed-by: Hector Martin > Signe

Re: [PATCH 2/4] i2c: pasemi: Improve error recovery

2025-03-19 Thread Andi Shyti
Hi Sven, On Sat, Feb 22, 2025 at 01:38:34PM +, Sven Peter via B4 Relay wrote: > The hardware (supposedly) has a 25ms timeout for clock stretching > and the driver uses 100ms which should be plenty. Can we add this lines as a comment to the define you are adding? > The error > reocvery itself

Re: [PATCH v2 00/57] irqdomain: Cleanups and Documentation

2025-03-19 Thread Andy Shevchenko
On Wed, Mar 19, 2025 at 11:30 AM Jiri Slaby (SUSE) wrote: > > Hi, > > tl;dr if patches are agreed upon, I ask subsys maintainers to take the > respective ones via their trees (as they are split per subsys), so that > the IRQ tree can take only the rest. That would minimize churn/conflicts > during

Re: [PATCH 3/3] MAINTAINERS: add the linuppc-dev list to the fsl-mc bus entry

2025-03-19 Thread Christophe Leroy
Le 19/03/2025 à 10:43, Ioana Ciornei a écrit : [Vous ne recevez pas souvent de courriers de ioana.cior...@nxp.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] As discussed in the thread linked below, the fsl-mc bus lacked a clear maintenance path.