Re: [PATCH v3] aio: Add support for the POLLFREE
From: Eric Biggers <ebiggers@kernel.org>
Date: 2021-10-06 23:34:23
Also in:
linux-fsdevel, lkml, stable
From: Eric Biggers <ebiggers@kernel.org>
Date: 2021-10-06 23:34:23
Also in:
linux-fsdevel, lkml, stable
On Wed, Oct 06, 2021 at 04:28:23PM -0700, Ramji Jiyani wrote:
Should the Fixes tag refer to Commit bfe4037e722e ("aio: implement
IOCB_CMD_POLL") [2] in this case?
[1] https://lore.kernel.org/lkml/20180110155853.32348-32-hch@lst.de/ (local)
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/fs/aio.c?h=v4.19.209&id=bfe4037e722ec672c9dafd5730d9132afeeb76e9That's the commit that introduced this bug, right? The binder change was earlier. So it seems the answer is yes. - Eric