Commit 6f98266
Mamatha Inamdar
powerpc/pseries: Define papr-hvpipe ioctl
JIRA: https://issues.redhat.com/browse/RHEL-101849
Conflicts:
backport upstream commit 043439a
- 44bdcff ("Documentation: ioctl-number: Correct full path
to papr-physical-attestation.h") needs more column width to
include full path in the "Include file" column which affects
the complete table format.
- 15afd5d ("Documentation: ioctl-number: Extend
"Include File" column width") changes the table width which
needs so many patches that affect other source files.
- Backport changes: powerpc/include/uapi/asm/papr-physical-attestation.h
instead of arch/powerpc/include/uapi/asm/papr-physical-attestation.h
commit 043439a
Author: Haren Myneni <haren@linux.ibm.com>
Date: Tue Sep 9 01:43:53 2025 -0700
powerpc/pseries: Define papr-hvpipe ioctl
PowerPC FW introduced HVPIPE RTAS calls such as
ibm,send-hvpipe-msg and ibm,receive-hvpipe-msg for the user space
to exchange information with different sources such as Hardware
Management Consoles (HMC).
HVPIPE_IOC_CREATE_HANDLE is defined to use /dev/papr-hvpipe
interface for ibm,send-hvpipe-msg and ibm,receive-hvpipe-msg
RTAS calls.
Also defined papr_hvpipe_hdr which will added in the payload
that is passed between the kernel and the user space.
Signed-off-by: Haren Myneni <haren@linux.ibm.com>
Tested-by: Shashank MS <shashank.gowda@in.ibm.com>
Reviewed-by: Mahesh Salgaonkar <mahesh@linux.ibm.com>
Reviewed-by: Tyrel Datwyler <tyreld@linux.ibm.com>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20250909084402.1488456-2-haren@linux.ibm.com
Signed-off-by: Mamatha Inamdar <minamdar@redhat.com>1 parent 048d3d9 commit 6f98266
File tree
2 files changed
+35
-0
lines changed- Documentation/userspace-api/ioctl
- arch/powerpc/include/uapi/asm
2 files changed
+35
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| 359 | + | |
| 360 | + | |
359 | 361 | | |
360 | 362 | | |
361 | 363 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments