Re: [PATCH] vhost: make msg padding explicit
From: David Miller <davem@davemloft.net>
Date: 2018-05-01 15:28:27
Also in:
kvm, lkml
From: David Miller <davem@davemloft.net>
Date: 2018-05-01 15:28:27
Also in:
kvm, lkml
From: "Michael S. Tsirkin" <mst@redhat.com> Date: Fri, 27 Apr 2018 19:02:05 +0300
There's a 32 bit hole just after type. It's best to give it a name, this way compiler is forced to initialize it with rest of the structure. Reported-by: Kevin Easton <redacted> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Michael, will you be sending this directly to Linus or would you like me to apply it to net or net-next? Thanks.