mbox series

[0/2] stable-5.12 backport fixes

Message ID cover.1626651114.git.asml.silence@gmail.com
Headers show
Series stable-5.12 backport fixes | expand

Message

Pavel Begunkov July 18, 2021, 11:54 p.m. UTC
a298232ee6b9a1 ("io_uring: fix link timeout refs") was backported,
however the second chunk of it got discarded, which breaks io_uring.
It depends on another patch, so backport it first (patch 1/2) and
then apply a298232ee6b9a1 again (patch 2/2).

It's a bit messy, the patch will be in the tree twice. Let me
know if there is a better way.

Pavel Begunkov (2):
  io_uring: put link timeout req consistently
  io_uring: fix link timeout refs

 fs/io_uring.c | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Comments

Greg KH July 19, 2021, 12:57 p.m. UTC | #1
On Mon, Jul 19, 2021 at 12:54:21AM +0100, Pavel Begunkov wrote:
> a298232ee6b9a1 ("io_uring: fix link timeout refs") was backported,
> however the second chunk of it got discarded, which breaks io_uring.
> It depends on another patch, so backport it first (patch 1/2) and
> then apply a298232ee6b9a1 again (patch 2/2).
> 
> It's a bit messy, the patch will be in the tree twice. Let me
> know if there is a better way.
> 
> Pavel Begunkov (2):
>   io_uring: put link timeout req consistently
>   io_uring: fix link timeout refs
> 
>  fs/io_uring.c | 9 ++-------
>  1 file changed, 2 insertions(+), 7 deletions(-)

Not a problem, thanks for these.  This is going to be the last 5.12.y
release, so it shouldn't be that confusing.

thanks,

greg k-h