[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1588894359.git.skhan@linuxfoundation.org>
Date: Thu, 7 May 2020 17:57:08 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: viro@...iv.linux.org.uk, axboe@...nel.dk, zohar@...ux.vnet.ibm.com,
mcgrof@...nel.org, keescook@...omium.org
Cc: Shuah Khan <skhan@...uxfoundation.org>,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] fs: avoid fdput() after failed fdget()
While debugging an unrelated problem that got me down the path of
reviewing at all the fdget() and fdput() paths in the kernel.
While doing the review, I noticed these two places where fdput()
is called after failed fdget(). Fixing them in these two patches.
Shuah Khan (2):
fs: avoid fdput() after failed fdget() in ksys_sync_file_range()
fs: avoid fdput() after failed fdget() in kernel_read_file_from_fd()
fs/exec.c | 2 +-
fs/sync.c | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
--
2.20.1
Powered by blists - more mailing lists