Linux Manual Pages development
 help / color / mirror / Atom feed
* [PATCH 2/2] man/man2/seccomp.2: Document SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
@ 2026-05-16 20:55 funsafemath
  2026-05-16 21:15 ` funsafemath
  2026-05-16 21:44 ` Alejandro Colomar
  0 siblings, 2 replies; 3+ messages in thread
From: funsafemath @ 2026-05-16 20:55 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 895 bytes --]

Document the SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV flag,
which makes the process ignore non-fatal signals until the supervisor sends a response.

Relevant kernel documentation: <Documentation/userspace-api/seccomp_filter.rst>
---
 man/man2/seccomp.2 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/man/man2/seccomp.2 b/man/man2/seccomp.2
index 0729a653c..5dd2675fc 100644
--- a/man/man2/seccomp.2
+++ b/man/man2/seccomp.2
@@ -256,6 +256,13 @@ .SH DESCRIPTION
 .B SECCOMP_FILTER_FLAG_TSYNC
 flags together results in
 .BR EINVAL .
+.TP
+.BR SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV " (since Linux 5.19)"
+.\" commit c2aa2dfef243efe213a480a1ee8566507a5152f4
+Ignore non-fatal signals until the supervisor sends a response.
+.IP
+.B SECCOMP_FILTER_FLAG_NEW_LISTENER
+flag must be set.
 .RE
 .TP
 .BR SECCOMP_GET_ACTION_AVAIL " (since Linux 4.14)"
-- 
2.52.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] man/man2/seccomp.2: Document SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
  2026-05-16 20:55 [PATCH 2/2] man/man2/seccomp.2: Document SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV funsafemath
@ 2026-05-16 21:15 ` funsafemath
  2026-05-16 21:44 ` Alejandro Colomar
  1 sibling, 0 replies; 3+ messages in thread
From: funsafemath @ 2026-05-16 21:15 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 75 bytes --]

Sorry, set a wrong reply header, so message was sent in a separate thread


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] man/man2/seccomp.2: Document SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
  2026-05-16 20:55 [PATCH 2/2] man/man2/seccomp.2: Document SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV funsafemath
  2026-05-16 21:15 ` funsafemath
@ 2026-05-16 21:44 ` Alejandro Colomar
  1 sibling, 0 replies; 3+ messages in thread
From: Alejandro Colomar @ 2026-05-16 21:44 UTC (permalink / raw)
  To: agjZM97qL3w4JZBX; +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1463 bytes --]

Hi,

> Subject: Re: [PATCH 2/2] man/man2/seccomp.2: Document SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV

Please use the In-Reply-To email header field so that related patches
are part of the same thread.

On 2026-05-16T21:55:29+0100, funsafemath wrote:
> Document the SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV flag,
> which makes the process ignore non-fatal signals until the supervisor sends a response.
> 
> Relevant kernel documentation: <Documentation/userspace-api/seccomp_filter.rst>

Please sign the patch.

> ---
>  man/man2/seccomp.2 | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/man/man2/seccomp.2 b/man/man2/seccomp.2
> index 0729a653c..5dd2675fc 100644
> --- a/man/man2/seccomp.2
> +++ b/man/man2/seccomp.2
> @@ -256,6 +256,13 @@ .SH DESCRIPTION
>  .B SECCOMP_FILTER_FLAG_TSYNC
>  flags together results in
>  .BR EINVAL .
> +.TP
> +.BR SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV " (since Linux 5.19)"
> +.\" commit c2aa2dfef243efe213a480a1ee8566507a5152f4
> +Ignore non-fatal signals until the supervisor sends a response.
> +.IP
> +.B SECCOMP_FILTER_FLAG_NEW_LISTENER
> +flag must be set.

This sentence is incomplete.  A correct English sentence would have to
be on of these:

-  The XXX flag must be set.
-  XXX must be set.


Have a lovely night!
Alex

>  .RE
>  .TP
>  .BR SECCOMP_GET_ACTION_AVAIL " (since Linux 4.14)"
> -- 
> 2.52.0
> 



-- 
<https://www.alejandro-colomar.es>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-05-16 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-16 20:55 [PATCH 2/2] man/man2/seccomp.2: Document SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV funsafemath
2026-05-16 21:15 ` funsafemath
2026-05-16 21:44 ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox