[Devel] [PATCH rh9] drivers/vhost: Don't panic on double flush of a virtqueue

2022-09-22 Thread Konstantin Khorenko
From: Alexander Atanasov vhost_net_release() calls vhost_net_flush() after vhost_dev_cleanup(), trying to flush already flushed vhost_worker. vhost_net_release() vhost_dev_cleanup() vhost_cleanup_workers() vhost_worker_reset() w->worker = NULL; // !!! vhost_net_flush() vhost_net_f

[Devel] [PATCH RHEL9 COMMIT] drivers/vhost: Don't panic on double flush of a virtqueue

2022-09-22 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-70.22.1.vz9.17.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh9-5.14.0-70.22.1.vz9.17.5 --> commit dde9d64f5e1097cd178e166817ce96b252724c50 Author: Alexander Atanasov Date: Wed Sep 21 20:30:27 2022 +0300 drivers/

Re: [Devel] [PATCH vz7] Create debugfs file with virtio balloon usage information

2022-09-22 Thread Konstantin Khorenko
On 07.09.2022 10:00, Alexander Atanasov wrote: Hello, On 5.09.22 17:01, Konstantin Khorenko wrote: Subject: [PATCH vz7] virtio_balloon: Create debugfs file with the usage information On 02.09.2022 13:19, Alexander Atanasov wrote: Allow the guest to know how much it is ballooned by the host. D

Re: [Devel] [PATCH vz7] Create debugfs file with virtio balloon usage information

2022-09-22 Thread Konstantin Khorenko
On 07.09.2022 10:09, Alexander Atanasov wrote: Hi, On 5.09.22 19:18, Konstantin Khorenko wrote: Talked to Den. 1. Let's print both "num_pages" and "actual" See prev email. I can probably print the values from config but doing config access was not accepted very well. Only the current value m

Re: [Devel] [PATCH vz7] Create debugfs file with virtio balloon usage information

2022-09-22 Thread Konstantin Khorenko
On 05.09.2022 16:01, Konstantin Khorenko wrote: Subject: [PATCH vz7] virtio_balloon: Create debugfs file with the usage information On 02.09.2022 13:19, Alexander Atanasov wrote: Allow the guest to know how much it is ballooned by the host. Depending on options the ballooned memory is accounte