[PATCH RESEND 2/3] Documentation: ioctl-number: Extend "Include File" column width

2025-07-07 Thread Bagas Sanjaya
Extend width of "Include File" column to fit full path to papr-physical-attestation.h in later commit. Signed-off-by: Bagas Sanjaya --- .../userspace-api/ioctl/ioctl-number.rst | 516 +- 1 file changed, 258 insertions(+), 258 deletions(-) diff --git a/Documentation/userspac

Re: [PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt

2025-07-07 Thread Krzysztof Kozlowski
On 07/07/2025 09:02, Haren Myneni wrote: > On Thu, 2025-07-03 at 09:00 +0200, Krzysztof Kozlowski wrote: >> On 03/07/2025 00:14, Haren Myneni wrote: >>> +static int __init enable_hvpipe_IRQ(void) >>> +{ >>> + struct device_node *np; >>> + >>> + hvpipe_check_exception_token = >>> rtas_function_t

Re: mm/slub.o: warning: objtool: ___slab_alloc.isra.111.part.112+0x4c0: can't find jump dest instruction at .text.___slab_alloc.isra.111.part.112+0x68c

2025-07-07 Thread Arnd Bergmann
On Mon, Jul 7, 2025, at 09:56, kernel test robot wrote: > commit: 4496e1c1354bd4837bcc1414f6e1a4d042857903 crash_dump, nvme: > select CONFIGFS_FS as built-in ... >>> mm/slub.o: warning: objtool: ___slab_alloc.isra.111.part.112+0x4c0: can't >>> find jump dest instruction at .text.___slab_alloc.isr

Re: [PATCH 0/2] soc: use new GPIO line value setter callbacks

2025-07-07 Thread Bartosz Golaszewski
On Mon, Jun 23, 2025 at 12:05 PM Christophe Leroy wrote: > > > > Le 23/06/2025 à 11:55, Bartosz Golaszewski a écrit : > > On Mon, Jun 23, 2025 at 11:54 AM Christophe Leroy > > wrote: > >> > >> Hi, > >> > >> > >> Le 23/06/2025 à 09:33, Bartosz Golaszewski a écrit : > >>> On Tue, Jun 10, 2025 at 2:

[PATCH 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL

2025-07-07 Thread Aditya Bodkhe
commit a1be9ccc57f0 ("function_graph: Support recording and printing the return value of function") introduced support for function graph return value tracing. Additionally, commit a3ed4157b7d8 ("fgraph: Replace fgraph_ret_regs with ftrace_regs") further refactored and optimized the implementation

[PATCH 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer

2025-07-07 Thread Aditya Bodkhe
From: Hari Bathini Since commit 4346ba160409 ("fprobe: Rewrite fprobe on function-graph tracer"), FPROBE depends on HAVE_FUNCTION_GRAPH_FREGS. With previous patch adding HAVE_FUNCTION_GRAPH_FREGS for powerpc, FPROBE can be enabled on powerpc. But with the commit b5fa903b7f7c ("fprobe: Add fprobe_

Re: [PATCH RFC 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces

2025-07-07 Thread Krzysztof Kozlowski
On 07/07/2025 08:53, Haren Myneni wrote: > On Thu, 2025-07-03 at 08:58 +0200, Krzysztof Kozlowski wrote: >> On 03/07/2025 00:14, Haren Myneni wrote: >>> +static struct miscdevice papr_hvpipe_dev = { >>> + .minor = MISC_DYNAMIC_MINOR, >>> + .name = "papr-hvpipe", >>> + .fops =

Re: [PATCH v4 4/5] PCI: host-common: Add link down handling for host bridges

2025-07-07 Thread Niklas Cassel
Hello Mani, On Fri, May 30, 2025 at 09:39:28PM +0530, Manivannan Sadhasivam wrote: > On Fri, May 30, 2025 at 06:34:04AM -0500, Bjorn Helgaas wrote: > > > I think pci_host_handle_link_down() should take a Root Port, not a > > host bridge, and the controller driver should figure out which port > >

Re: [PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt

2025-07-07 Thread Haren Myneni
On Mon, 2025-07-07 at 09:43 +0200, Krzysztof Kozlowski wrote: > On 07/07/2025 09:35, Krzysztof Kozlowski wrote: > > On 07/07/2025 09:02, Haren Myneni wrote: > > > On Thu, 2025-07-03 at 09:00 +0200, Krzysztof Kozlowski wrote: > > > > On 03/07/2025 00:14, Haren Myneni wrote: > > > > > +static int __i

Re: [PATCH v2 6/6] pci/hotplug/pnv_php: Enable third attention indicator

2025-07-07 Thread Krishna Kumar
Thanks all for the review and Thanks a bunch to Timothy for fixing the PE Freeze issue. The hotplug issues are like you fix N issue and N+1 th issue will come with new HW. We had a meeting of around 1.5 -2.0 hr with demo, code review and log review and we decided to let these fixes go ahead. I

[PATCH 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer

2025-07-07 Thread Aditya Bodkhe
From: Hari Bathini Since commit 4346ba160409 ("fprobe: Rewrite fprobe on function-graph tracer"), FPROBE depends on HAVE_FUNCTION_GRAPH_FREGS. With previous patch adding HAVE_FUNCTION_GRAPH_FREGS for powerpc, FPROBE can be enabled on powerpc. But with the commit b5fa903b7f7c ("fprobe: Add fprobe_

[PATCH] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL

2025-07-07 Thread Aditya Bodkhe
commit a1be9ccc57f0 ("function_graph: Support recording and printing the return value of function") introduced support for function graph return value tracing. Additionally, commit a3ed4157b7d8 ("fgraph: Replace fgraph_ret_regs with ftrace_regs") further refactored and optimized the implementation

Re: [PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt

2025-07-07 Thread Haren Myneni
On Thu, 2025-07-03 at 09:00 +0200, Krzysztof Kozlowski wrote: > On 03/07/2025 00:14, Haren Myneni wrote: > > +static int __init enable_hvpipe_IRQ(void) > > +{ > > + struct device_node *np; > > + > > + hvpipe_check_exception_token = > > rtas_function_token(RTAS_FN_CHECK_EXCEPTION); > > + if (h

Re: [PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt

2025-07-07 Thread Krzysztof Kozlowski
On 07/07/2025 09:35, Krzysztof Kozlowski wrote: > On 07/07/2025 09:02, Haren Myneni wrote: >> On Thu, 2025-07-03 at 09:00 +0200, Krzysztof Kozlowski wrote: >>> On 03/07/2025 00:14, Haren Myneni wrote: +static int __init enable_hvpipe_IRQ(void) +{ + struct device_node *np; + >>>

Re: [PATCH v2] integrity: Extract secure boot enquiry function out of IMA

2025-07-07 Thread Nayna Jain
On 7/2/25 10:07 PM, GONG Ruiqi wrote: Hi Mimi, On 7/3/2025 9:38 AM, Mimi Zohar wrote: [CC: Nayna Jain] On Sat, 2025-06-28 at 14:32 +0800, GONG Ruiqi wrote: ... The original reason for querying the secure boot status of the system was in order to differentiate IMA policies. Subsequently, t

Re: [PATCH 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL

2025-07-07 Thread Aditya Bodkhe
Posted wrong version by mistake please ignore . On 07/07/25 12:48 pm, Aditya Bodkhe wrote: commit a1be9ccc57f0 ("function_graph: Support recording and printing the return value of function") introduced support for function graph return value tracing. Additionally, commit a3ed4157b7d8 ("fgraph:

Re: [PATCH v4 4/5] PCI: host-common: Add link down handling for host bridges

2025-07-07 Thread Niklas Cassel
+ Mani's kernel.org email. On Mon, Jul 07, 2025 at 01:05:39PM +0200, Niklas Cassel wrote: > Hello Mani, > > On Fri, May 30, 2025 at 09:39:28PM +0530, Manivannan Sadhasivam wrote: > > On Fri, May 30, 2025 at 06:34:04AM -0500, Bjorn Helgaas wrote: > > > > > I think pci_host_handle_link_down() shou

[PATCH RESEND 3/3] Documentation: ioctl-number: Correct full path to papr-physical-attestation.h

2025-07-07 Thread Bagas Sanjaya
Commit 03c9d1a5a30d93 ("Documentation: Fix description format for powerpc RTAS ioctls") fixes Sphinx warning by chopping arch/ path component of papr-physical-attestation.h to fit existing "Include File" column. Now that the column has been widened just enough for that header file, add back its arc

[PATCH RESEND 0/3] ioctl numbers list cleanup for papr-physical-attestation.h

2025-07-07 Thread Bagas Sanjaya
Hi, Sorry if my original series [1] didn't get reviewed at all (and merged), so I'm resending it here. This is the cleanup series following up from 03c9d1a5a30d93 ("Documentation: Fix description format for powerpc RTAS ioctls"), now based on docs-next tree. The end result should be the same as m

[PATCH RESEND 1/3] Documentation: ioctl-number: Fix linuxppc-dev mailto link

2025-07-07 Thread Bagas Sanjaya
Spell out full Linux PPC mailing list address like other subsystem mailing lists listed in the table. Fixes: 43d869ac25f1 ("powerpc/pseries: Define papr_indices_io_block for papr-indices ioctls") Fixes: 8aa9efc0be66 ("powerpc/pseries: Add papr-platform-dump character driver for dump retrieval")

Re: [PATCH RESEND 1/3] Documentation: ioctl-number: Fix linuxppc-dev mailto link

2025-07-07 Thread Haren Myneni
On Tue, 2025-07-08 at 07:43 +0700, Bagas Sanjaya wrote: > Spell out full Linux PPC mailing list address like other subsystem > mailing lists listed in the table. > > Please also add: Fixes: 514f6ff4369a ("powerpc/pseries: Add papr-vpd character driver for VPD retrieval") Fixes: 905b9e48786e (

Re: [PATCH RESEND 3/3] Documentation: ioctl-number: Correct full path to papr-physical-attestation.h

2025-07-07 Thread Haren Myneni
On Tue, 2025-07-08 at 07:43 +0700, Bagas Sanjaya wrote: > Commit 03c9d1a5a30d93 ("Documentation: Fix description format for > powerpc RTAS ioctls") fixes Sphinx warning by chopping arch/ path > component of papr-physical-attestation.h to fit existing "Include > File" > column. Now that the column h

Re: [PATCH RESEND 2/3] Documentation: ioctl-number: Extend "Include File" column width

2025-07-07 Thread Haren Myneni
On Tue, 2025-07-08 at 07:43 +0700, Bagas Sanjaya wrote: > Extend width of "Include File" column to fit full path to > papr-physical-attestation.h in later commit. > > Signed-off-by: Bagas Sanjaya Reviewed-by: Haren Myneni > --- > .../userspace-api/ioctl/ioctl-number.rst | 516 +--