Linux NFS development
 help / color / mirror / Atom feed
* [PATCH 0/2] nfsd: proper fix for NULL deref in svc_pool_stats_start()
@ 2024-06-24 23:04 NeilBrown
  2024-06-24 23:04 ` [PATCH 1/2] nfsd: initialise nfsd_info.mutex early NeilBrown
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: NeilBrown @ 2024-06-24 23:04 UTC (permalink / raw)
  To: Chuck Lever, Jeff Layton
  Cc: linux-nfs, Olga Kornievskaia, Dai Ngo, Tom Talpey

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-06-25 14:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-24 23:04 [PATCH 0/2] nfsd: proper fix for NULL deref in svc_pool_stats_start() NeilBrown
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox