Re: [PATCH v1 1/2] virtio_fs: introduce virtio_fs_put_locked helper

2024-09-05 Thread Michael S. Tsirkin
Cc: "Eugenio Pérez" On Sun, Aug 25, 2024 at 04:07:15PM +0300, Max Gurtovoy wrote: > Introduce a new helper function virtio_fs_put_locked to encapsulate the > common pattern of releasing a virtio_fs reference while holding a lock. > The existing virtio_fs_put helper will be used to release a virt

Re: [PATCH v1 2/2] virtio_fs: add sysfs entries for queue information

2024-09-05 Thread Michael S. Tsirkin
Cc: "Eugenio Pérez" On Sun, Aug 25, 2024 at 04:07:16PM +0300, Max Gurtovoy wrote: > Introduce sysfs entries to provide visibility to the multiple queues > used by the Virtio FS device. This enhancement allows users to query > information about these queues. > > Specifically, add two sysfs entri

Re: [PATCH v1 1/2] virtio_fs: introduce virtio_fs_put_locked helper

2024-09-05 Thread Stefan Hajnoczi
On Sun, Aug 25, 2024 at 04:07:15PM +0300, Max Gurtovoy wrote: > Introduce a new helper function virtio_fs_put_locked to encapsulate the > common pattern of releasing a virtio_fs reference while holding a lock. > The existing virtio_fs_put helper will be used to release a virtio_fs > reference while

0010:virtnet_rq_alloc+0x8f/0x1b0 [virtio_net] with 6.10.7 and packed virtqueues

2024-09-05 Thread Jaroslav Pulchart
Hello, My virtual machine crashed with the message "0010:virtnet_rq_alloc+0x8f/0x1b0 [virtio_net]". See the full log below. I did two changes: * Updated my VM packages (kernel from 6.9.5 to 6.10.7) on the VM * enabled "packed virtqueues" by libvirt on host and it happens after a few hours of upti