mbox series

[for-next,0/3] Misc fixes and cleanups

Message ID 20240618184652.71433-1-axboe@kernel.dk (mailing list archive)
Headers show
Series Misc fixes and cleanups | expand

Message

Jens Axboe June 18, 2024, 6:43 p.m. UTC
Hi,

No real theme to these patches, but sending them out together to make
my life a bit easier.

Patch 1 is just a cleanup.

Patch 2 moves io-wq work struct flags to atomics. Again no real reason
to do this outside of making KxSAN happier, but it's prudent to do and
has no real downside.

Patch 3 cleans up a fix that went into 6.10-rc, removing a
__set_current_state() that is bogus and fixing up the additional one to
simply use the usual finish_wait() helper.