public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH][6.1][0/2] io_uring: Do not set PF_NO_SETAFFINITY on poller threads
@ 2024-09-06  9:53 Felix Moessbauer
  2024-09-06  9:53 ` [PATCH][6.1][1/2] io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workers Felix Moessbauer
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Felix Moessbauer @ 2024-09-06  9:53 UTC (permalink / raw)
  To: stable
  Cc: io-uring, cgroups, axboe, asml.silence, dqminh, longman,
	adriaan.schmidt, florian.bezdeka, Felix Moessbauer

Setting the PF_NO_SETAFFINITY flag creates problems in combination with
cpuset operations (see commit messages for details). To mitigate this, fixes have
been written to remove the flag from the poller threads, which landed in v6.3. We
need them in v6.1 as well.

Best regards,
Felix Moessbauer
Siemens AG

Jens Axboe (1):
  io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workers

Michal Koutný (1):
  io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threads

 io_uring/io-wq.c  | 16 +++++++++++-----
 io_uring/sqpoll.c |  1 -
 2 files changed, 11 insertions(+), 6 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-09-08 14:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06  9:53 [PATCH][6.1][0/2] io_uring: Do not set PF_NO_SETAFFINITY on poller threads Felix Moessbauer
2024-09-06  9:53 ` [PATCH][6.1][1/2] io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workers Felix Moessbauer
2024-09-06  9:53 ` [PATCH][6.1][2/2] io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threads Felix Moessbauer
2024-09-06 13:33 ` [PATCH][6.1][0/2] io_uring: Do not set PF_NO_SETAFFINITY on poller threads Jens Axboe
2024-09-08 14:16 ` Greg KH

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