linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Drivers: vmbus: Fix rescind handling in uio_hv_generic
@ 2024-08-29  7:13 Naman Jain
  2024-08-29  7:13 ` [PATCH v2 1/2] uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind Naman Jain
  2024-08-29  7:13 ` [PATCH v2 2/2] Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic Naman Jain
  0 siblings, 2 replies; 6+ messages in thread
From: Naman Jain @ 2024-08-29  7:13 UTC (permalink / raw)
  To: K . Y . Srinivasan, Haiyang Zhang, Wei Liu, Dexuan Cui,
	Greg Kroah-Hartman, Stephen Hemminger, Michael Kelley
  Cc: linux-hyperv, linux-kernel, Saurabh Sengar, Naman Jain, stable

Fix a few issues in rescind handling in uio_hv_generic driver.
Patches are based on latest linux-next tip.

Steps to reproduce issue:
* Probe uio_hv_generic driver and create channels to use fcopy
* Disable the guest service on host and then Enable it.
or
* repeatedly do cat "/dev/uioX" on the device created for fcopy.

Changes since v1:
https://lore.kernel.org/all/20240822110912.13735-1-namjain@linux.microsoft.com/
* Added stable kernel list to cc
* Updated commit messages for more information
* Explicitly handle rescind callback for primary channel only, and add
  comment: Saurabh, Michael.
* Rebase to latest tip.

Naman Jain (1):
  Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic

Saurabh Sengar (1):
  uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind

 drivers/hv/vmbus_drv.c       |  1 +
 drivers/uio/uio_hv_generic.c | 11 ++++++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)


base-commit: 195a402a75791e6e0d96d9da27ca77671bc656a8
-- 
2.34.1


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

end of thread, other threads:[~2024-09-05  7:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-29  7:13 [PATCH v2 0/2] Drivers: vmbus: Fix rescind handling in uio_hv_generic Naman Jain
2024-08-29  7:13 ` [PATCH v2 1/2] uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind Naman Jain
2024-08-29  7:13 ` [PATCH v2 2/2] Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic Naman Jain
2024-08-29 13:40   ` Saurabh Singh Sengar
2024-09-05  7:30     ` Wei Liu
2024-09-05  7:36       ` Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).