The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH -mm 0/1] signal: avoid unconditional siginfo copy in send_signal_locked()
@ 2026-07-04 14:34 Oleg Nesterov
  2026-07-04 14:34 ` [PATCH -mm 1/1] " Oleg Nesterov
  0 siblings, 1 reply; 4+ messages in thread
From: Oleg Nesterov @ 2026-07-04 14:34 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Bradley Morgan, Christian Brauner, Eric W. Biederman,
	linux-kernel

On top of

	signal-avoid-shared-siginfo-namespace-rewrites.patch

in -mm tree.

To clarify, this (simple) change looks like a cleanup to me even if it slightly
complicates send_signal_locked(). But cleanups are always subjective, so I won't
argue if anyone thinks otherwise.

To remind, I think we should shift this namespace translation into
__send_signal_locked() -> copy_siginfo() path, but this needs something like
[PATCH v2 2/3] signal: turn the "bool force" arg of __send_signal_locked() into "int flags"
https://lore.kernel.org/all/ajVDzniRXROuyRgD@redhat.com/

Oleg.


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

end of thread, other threads:[~2026-07-06  9:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-04 14:34 [PATCH -mm 0/1] signal: avoid unconditional siginfo copy in send_signal_locked() Oleg Nesterov
2026-07-04 14:34 ` [PATCH -mm 1/1] " Oleg Nesterov
2026-07-04 14:46   ` Bradley Morgan
2026-07-06  9:11   ` Christian Brauner

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