All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] nvmet-tcp: Fix NULL pointer dereference during release
@ 2022-08-31  1:34 zhenwei pi
  2022-08-31  1:34 ` [PATCH v2 1/1] " zhenwei pi
  0 siblings, 1 reply; 3+ messages in thread
From: zhenwei pi @ 2022-08-31  1:34 UTC (permalink / raw)
  To: hch, sagi; +Cc: kch, linux-nvme, linux-kernel, zhenwei pi

v1 -> v2:
- Seperate nvmet_tcp_uninit_data_in_cmds() into nvmet_tcp_uninit_req()
  & nvmet_tcp_uninit_data_in_cmds()(free buffers only).

v1:
- Move nvmet_tcp_uninit_data_in_cmds() after nvmet_sq_destroy()

zhenwei pi (1):
  nvmet-tcp: Fix NULL pointer dereference during release

 drivers/nvme/target/tcp.c | 22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2022-08-31  9:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-31  1:34 [PATCH v2 0/1] nvmet-tcp: Fix NULL pointer dereference during release zhenwei pi
2022-08-31  1:34 ` [PATCH v2 1/1] " zhenwei pi
2022-08-31  9:21   ` Sagi Grimberg

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.