From: NeilBrown <neilb@suse.de>
To: Chuck Lever <chuck.lever@oracle.com>, Jeff Layton <jlayton@kernel.org>
Cc: linux-nfs@vger.kernel.org, Olga Kornievskaia <kolga@netapp.com>,
Dai Ngo <Dai.Ngo@oracle.com>, Tom Talpey <tom@talpey.com>
Subject: [PATCH 0/2] nfsd: proper fix for NULL deref in svc_pool_stats_start()
Date: Tue, 25 Jun 2024 09:04:55 +1000 [thread overview]
Message-ID: <20240624230734.17084-1-neilb@suse.de> (raw)
A recent patch attempted to fix a NULL pointer deref but introduced a
different NULL pointer deref and a possible unbalance unlock.
This series fixes the bug correctly and reverts the faulty fix.
(Sorry for not reviewing this patch earlier)
NeilBrown
[PATCH 1/2] nfsd: initialise nfsd_info.mutex early.
[PATCH 2/2] Revert "nfsd: fix oops when reading pool_stats before
next reply other threads:[~2024-06-24 23:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-24 23:04 NeilBrown [this message]
2024-06-24 23:04 ` [PATCH 1/2] nfsd: initialise nfsd_info.mutex early NeilBrown
2024-06-24 23:04 ` [PATCH 2/2] Revert "nfsd: fix oops when reading pool_stats before server is started" NeilBrown
2024-06-25 10:16 ` [PATCH 0/2] nfsd: proper fix for NULL deref in svc_pool_stats_start() Jeff Layton
2024-06-25 14:22 ` Chuck Lever
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=20240624230734.17084-1-neilb@suse.de \
--to=neilb@suse.de \
--cc=Dai.Ngo@oracle.com \
--cc=chuck.lever@oracle.com \
--cc=jlayton@kernel.org \
--cc=kolga@netapp.com \
--cc=linux-nfs@vger.kernel.org \
--cc=tom@talpey.com \
/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