]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/PR_FUTEX_HASH.2const: Update as of Linux v6.17-rc2
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Tue, 19 Aug 2025 07:17:26 +0000 (09:17 +0200)
committerAlejandro Colomar <alx@kernel.org>
Tue, 19 Aug 2025 11:10:15 +0000 (13:10 +0200)
The PR_FUTEX_HASH prctl interface was updated shortly before the release
of v6.16.  The changes are:
-  The functionality was disabled in v6.16 and enabled v6.17-rc1 after
   some updates address the performance concerns.
-  The "IMMUTABLE" functionality was removed.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Message-ID: <20250819071728.1431543-2-bigeasy@linutronix.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/PR_FUTEX_HASH.2const

index b500c943bf2cbd7fe1764d94b965440a67172388..bc05226cd1594f83b9e9aa82223018d149e1dbe2 100644 (file)
@@ -44,7 +44,7 @@ since random processes can
 share in-kernel locks
 and it is not deterministic which process will be involved.
 .P
-Linux 6.16 implements a process-wide private hash which is used by all
+Linux 6.17 implements a process-wide private hash which is used by all
 .BR futex (2)
 operations that specify the
 .B FUTEX_PRIVATE_FLAG
@@ -68,8 +68,6 @@ The value in
 .I op
 is one of the options below.
 .TP
-.B PR_FUTEX_HASH_GET_IMMUTABLE
-.TQ
 .B PR_FUTEX_HASH_GET_SLOTS
 .TQ
 .B PR_FUTEX_HASH_SET_SLOTS
@@ -82,10 +80,9 @@ is set to indicate the error.
 .SH STANDARDS
 Linux.
 .SH HISTORY
-Linux 6.16.
+Linux 6.17.
 .SH SEE ALSO
 .BR prctl (2),
 .BR futex (2),
-.BR PR_FUTEX_HASH_GET_IMMUTABLE (2const),
 .BR PR_FUTEX_HASH_GET_SLOTS (2const),
 .BR PR_FUTEX_HASH_SET_SLOTS (2const)