aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
authorJason Gunthorpe <jgg@nvidia.com>2026-05-25 13:48:00 -0300
committerJason Gunthorpe <jgg@nvidia.com>2026-05-25 13:48:00 -0300
commite312f0ff9e180e8ebfdab2419898e82cf5408944 (patch)
treec670d4dacbf22b65f9c53d4c62937705386f9768 /include/uapi
parentb86fd95805a7bd4c5b9465c9e7f75e45bbe7eb6f (diff)
parente7ae89a0c97ce2b68b0983cd01eda67cf373517d (diff)
downloadath-e312f0ff9e180e8ebfdab2419898e82cf5408944.tar.gz
Merge tag 'v7.1-rc5' into rdma.git for-next
For dependencies in the following patches Resolve conflicts, use the goto labels from the rc tag. * tag 'v7.1-rc5': (1526 commits) Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/rseq.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/uapi/linux/rseq.h b/include/uapi/linux/rseq.h
index f69344fe6c086..ca6fe1f9d05e7 100644
--- a/include/uapi/linux/rseq.h
+++ b/include/uapi/linux/rseq.h
@@ -28,7 +28,7 @@ enum rseq_cs_flags_bit {
RSEQ_CS_FLAG_NO_RESTART_ON_PREEMPT_BIT = 0,
RSEQ_CS_FLAG_NO_RESTART_ON_SIGNAL_BIT = 1,
RSEQ_CS_FLAG_NO_RESTART_ON_MIGRATE_BIT = 2,
- /* (3) Intentional gap to put new bits into a separate byte */
+ /* (3) Intentional gap to keep new bits separate */
/* User read only feature flags */
RSEQ_CS_FLAG_SLICE_EXT_AVAILABLE_BIT = 4,
@@ -161,6 +161,9 @@ struct rseq {
* - RSEQ_CS_FLAG_NO_RESTART_ON_PREEMPT
* - RSEQ_CS_FLAG_NO_RESTART_ON_SIGNAL
* - RSEQ_CS_FLAG_NO_RESTART_ON_MIGRATE
+ *
+ * It is now used for feature status advertisement by the kernel.
+ * See: enum rseq_cs_flags_bit for further information.
*/
__u32 flags;