NetBSD-Bugs archive

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

PR/58555 CVS commit: [netbsd-10] src/sys/dev/virtio



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58555 CVS commit: [netbsd-10] src/sys/dev/virtio
Date: Wed, 7 Aug 2024 11:05:22 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Wed Aug  7 11:05:22 UTC 2024
 
 Modified Files:
 	src/sys/dev/virtio [netbsd-10]: viocon.c
 
 Log Message:
 Pull up following revision(s) (requested by riastradh in ticket #778):
 
 	sys/dev/virtio/viocon.c: revision 1.10
 
 viocon(4): Defer viocon_rx_fill til after virtio_child_attach_finish.
 
 Since virtio.c 1.66, virtqueue_enqueue* can't be used until after
 virtio_child_attach_finish completes.
 
 https://mail-index.netbsd.org/source-changes/2023/03/23/msg143799.html
 
 PR kern/58555: Kernel panic during boot when using viocon with PCIe
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.5.4.1 -r1.5.4.2 src/sys/dev/virtio/viocon.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