Re: [PATCH 0/9] More virtio hardening

2021-10-12 Thread Jason Wang
On Tue, Oct 12, 2021 at 3:03 PM Michael S. Tsirkin wrote: > > On Tue, Oct 12, 2021 at 02:43:13PM +0800, Jason Wang wrote: > > On Tue, Oct 12, 2021 at 2:35 PM Michael S. Tsirkin wrote: > > > > > > On Tue, Oct 12, 2021 at 02:11:10PM +0800, Jason Wang wrote: > > > > On Tue, Oct 12, 2021 at 1:44 PM

Re: [PATCH 0/9] More virtio hardening

2021-10-12 Thread Michael S. Tsirkin
On Tue, Oct 12, 2021 at 02:43:13PM +0800, Jason Wang wrote: > On Tue, Oct 12, 2021 at 2:35 PM Michael S. Tsirkin wrote: > > > > On Tue, Oct 12, 2021 at 02:11:10PM +0800, Jason Wang wrote: > > > On Tue, Oct 12, 2021 at 1:44 PM Michael S. Tsirkin > > > wrote: > > > > > > > > On Tue, Oct 12, 2021

Re: [PATCH 0/9] More virtio hardening

2021-10-12 Thread Jason Wang
On Tue, Oct 12, 2021 at 2:35 PM Michael S. Tsirkin wrote: > > On Tue, Oct 12, 2021 at 02:11:10PM +0800, Jason Wang wrote: > > On Tue, Oct 12, 2021 at 1:44 PM Michael S. Tsirkin wrote: > > > > > > On Tue, Oct 12, 2021 at 10:43:57AM +0800, Jason Wang wrote: > > > > On Mon, Oct 11, 2021 at 8:36 PM

Re: [PATCH 0/9] More virtio hardening

2021-10-12 Thread Michael S. Tsirkin
On Tue, Oct 12, 2021 at 02:11:10PM +0800, Jason Wang wrote: > On Tue, Oct 12, 2021 at 1:44 PM Michael S. Tsirkin wrote: > > > > On Tue, Oct 12, 2021 at 10:43:57AM +0800, Jason Wang wrote: > > > On Mon, Oct 11, 2021 at 8:36 PM Michael S. Tsirkin > > > wrote: > > > > > > > > On Mon, Oct 11, 2021

Re: [PATCH 0/9] More virtio hardening

2021-10-12 Thread Jason Wang
On Tue, Oct 12, 2021 at 1:44 PM Michael S. Tsirkin wrote: > > On Tue, Oct 12, 2021 at 10:43:57AM +0800, Jason Wang wrote: > > On Mon, Oct 11, 2021 at 8:36 PM Michael S. Tsirkin wrote: > > > > > > On Mon, Oct 11, 2021 at 03:36:51PM +0800, Jason Wang wrote: > > > > On Tue, Oct 5, 2021 at 3:42 PM

Re: [PATCH 0/9] More virtio hardening

2021-10-11 Thread Michael S. Tsirkin
On Tue, Oct 12, 2021 at 10:43:57AM +0800, Jason Wang wrote: > On Mon, Oct 11, 2021 at 8:36 PM Michael S. Tsirkin wrote: > > > > On Mon, Oct 11, 2021 at 03:36:51PM +0800, Jason Wang wrote: > > > On Tue, Oct 5, 2021 at 3:42 PM Michael S. Tsirkin wrote: > > > > > > > > On Mon, Sep 13, 2021 at

Re: [PATCH 0/9] More virtio hardening

2021-10-11 Thread Jason Wang
On Mon, Oct 11, 2021 at 8:36 PM Michael S. Tsirkin wrote: > > On Mon, Oct 11, 2021 at 03:36:51PM +0800, Jason Wang wrote: > > On Tue, Oct 5, 2021 at 3:42 PM Michael S. Tsirkin wrote: > > > > > > On Mon, Sep 13, 2021 at 01:53:44PM +0800, Jason Wang wrote: > > > > Hi All: > > > > > > > > This

Re: [PATCH 0/9] More virtio hardening

2021-10-11 Thread Michael S. Tsirkin
On Mon, Oct 11, 2021 at 03:36:51PM +0800, Jason Wang wrote: > On Tue, Oct 5, 2021 at 3:42 PM Michael S. Tsirkin wrote: > > > > On Mon, Sep 13, 2021 at 01:53:44PM +0800, Jason Wang wrote: > > > Hi All: > > > > > > This series treis to do more hardening for virito. > > > > > > patch 1 validates the

Re: [PATCH 0/9] More virtio hardening

2021-10-11 Thread Jason Wang
On Tue, Oct 5, 2021 at 3:42 PM Michael S. Tsirkin wrote: > > On Mon, Sep 13, 2021 at 01:53:44PM +0800, Jason Wang wrote: > > Hi All: > > > > This series treis to do more hardening for virito. > > > > patch 1 validates the num_queues for virio-blk device. > > patch 2-4 validates max_nr_ports for

Re: [PATCH 0/9] More virtio hardening

2021-10-05 Thread Michael S. Tsirkin
On Mon, Sep 13, 2021 at 01:53:44PM +0800, Jason Wang wrote: > Hi All: > > This series treis to do more hardening for virito. > > patch 1 validates the num_queues for virio-blk device. > patch 2-4 validates max_nr_ports for virito-console device. > patch 5-7 harden virtio-pci interrupts to make

[PATCH 0/9] More virtio hardening

2021-09-12 Thread Jason Wang
Hi All: This series treis to do more hardening for virito. patch 1 validates the num_queues for virio-blk device. patch 2-4 validates max_nr_ports for virito-console device. patch 5-7 harden virtio-pci interrupts to make sure no exepcted interrupt handler is tiggered. If this makes sense we can