All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] fix null-ptr-deref in nbd_open()
@ 2023-11-16 16:23 linan666
  2023-11-16 16:23 ` [PATCH 1/3] nbd: fold nbd config initialization into nbd_alloc_config() linan666
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: linan666 @ 2023-11-16 16:23 UTC (permalink / raw)
  To: josef, axboe
  Cc: linux-block, nbd, linux-kernel, linan122, yukuai3, yi.zhang,
	houtao1, yangerkun

From: Li Nan <linan122@huawei.com>

Li Nan (3):
  nbd: fold nbd config initialization into nbd_alloc_config()
  nbd: factor out a helper to get nbd_config without holding
    'config_lock'
  nbd: fix null-ptr-dereference while accessing 'nbd->config'

 drivers/block/nbd.c | 82 +++++++++++++++++++++++++++++----------------
 1 file changed, 53 insertions(+), 29 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-11-20 17:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-16 16:23 [PATCH 0/3] fix null-ptr-deref in nbd_open() linan666
2023-11-16 16:23 ` [PATCH 1/3] nbd: fold nbd config initialization into nbd_alloc_config() linan666
2023-11-16 16:23 ` [PATCH 2/3] nbd: factor out a helper to get nbd_config without holding 'config_lock' linan666
2023-11-16 16:23 ` [PATCH 3/3] nbd: fix null-ptr-dereference while accessing 'nbd->config' linan666
2023-11-20 17:08 ` [PATCH 0/3] fix null-ptr-deref in nbd_open() Josef Bacik
2023-11-20 17:16 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.