From: Jeff Layton <jlayton@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
Kirill Tkhai <ktkhai@virtuozzo.com>,
Al Viro <viro@zeniv.linux.org.uk>,
Bruce Fields <bfields@fieldses.org>
Subject: [GIT PULL] fasync fix for v4.18
Date: Mon, 04 Jun 2018 09:28:18 -0400 [thread overview]
Message-ID: <242535dbd409c1183c6a28ec9462970d37df93a9.camel@kernel.org> (raw)
The following changes since commit fff75eb2a08c2ac96404a2d79685668f3cf5a7a3:
Merge tag 'errseq-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux (2018-04-30 16:53:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git tags/locks-v4.18-1
for you to fetch changes up to 7a107c0f55a3b4c6f84a4323df5610360bde1684:
fasync: Fix deadlock between task-context and interrupt-context kill_fasync() (2018-05-01 07:39:50 -0400)
----------------------------------------------------------------
Just a single fix for a deadlock in the fasync handling code that Kirill
observed while testing. The fix is to change the fa_lock to be rwlock_t,
and use a read lock in kill_fasync_rcu.
----------------------------------------------------------------
Kirill Tkhai (1):
fasync: Fix deadlock between task-context and interrupt-context kill_fasync()
fs/fcntl.c | 15 +++++++--------
include/linux/fs.h | 2 +-
2 files changed, 8 insertions(+), 9 deletions(-)
--
Jeff Layton <jlayton@kernel.org>
reply other threads:[~2018-06-04 13:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=242535dbd409c1183c6a28ec9462970d37df93a9.camel@kernel.org \
--to=jlayton@kernel.org \
--cc=bfields@fieldses.org \
--cc=ktkhai@virtuozzo.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome