On Mon, Feb 17, 2020 at 08:12:06PM +0100, gregkh@xxxxxxxxxxxxxxxxxxx wrote:
The patch below does not apply to the 5.5-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to <stable@xxxxxxxxxxxxxxx>. thanks, greg k-h ------------------ original commit in Linus's tree ------------------ From 9392a27d88b9707145d713654eb26f0c29789e50 Mon Sep 17 00:00:00 2001 From: Jens Axboe <axboe@xxxxxxxxx> Date: Thu, 6 Feb 2020 21:42:51 -0700 Subject: [PATCH] io-wq: add support for inheriting ->fs Some work items need this for relative path lookup, make it available like the other inherited credentials/mm/etc. Cc: stable@xxxxxxxxxxxxxxx # 5.3+ Signed-off-by: Jens Axboe <axboe@xxxxxxxxx>
It needed some context adjustment going back to 5.5 due to cccf0ee83455 ("io_uring/io-wq: don't use static creds/mm assignments"). Do we actually need this on 5.4? I thought io-wq was a 5.5 thing? -- Thanks, Sasha