From: Alejandro Colomar <alx@kernel.org>
To: agjZM97qL3w4JZBX@nix-mail.smtp.subspace.kernel.org
Cc: linux-man@vger.kernel.org
Subject: Re: [PATCH 2/2] man/man2/seccomp.2: Document SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
Date: Sat, 16 May 2026 23:44:04 +0200 [thread overview]
Message-ID: <agjkHcnGw1jFDYrX@devuan> (raw)
In-Reply-To: <agjZR_2uzuZCeMPs@nix-mail>
[-- 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 --]
prev parent reply other threads:[~2026-05-16 21:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=agjkHcnGw1jFDYrX@devuan \
--to=alx@kernel.org \
--cc=agjZM97qL3w4JZBX@nix-mail.smtp.subspace.kernel.org \
--cc=linux-man@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.