NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59618 CVS commit: [netbsd-9] src/sys/dev/hyperv



The following reply was made to PR kern/59618; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59618 CVS commit: [netbsd-9] src/sys/dev/hyperv
Date: Sun, 19 Oct 2025 10:55:08 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun Oct 19 10:55:08 UTC 2025
 
 Modified Files:
 	src/sys/dev/hyperv [netbsd-9]: vmbus.c
 
 Log Message:
 Pull up following revision(s) (requested by riastradh in ticket #1976):
 
 	sys/dev/hyperv/vmbus.c: revision 1.20 (patch)
 
 hyperv(4): Use paravirt_membar_sync(9) where needed.
 
 Annotate each remaining membar_sync with the bus_dmamap_sync that I
 think it really ought to be.  Sprinkle some more annotations of where
 bus_dmamap_sync ought to go.  (Although these likely don't matter --
 except as __insn_barrier equivalents -- for hyperv on x86, and these
 buffers are not likely to ever bounce, the syncs may be needed on Arm
 for the underlying r-before-r/w and r/w-before-w ordering if nothing
 else.)
 
 PR kern/59618: occasional virtio block device lock ups/hangs
 (hyperv(4) is not virtio(4) but the same fundamental issue arises.)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4.2.2 -r1.4.2.3 src/sys/dev/hyperv/vmbus.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index