[PATCH v8 10/11] x86/paravirt: Adapt assembly for PIE support

2019-07-08 Thread Thomas Garnier
if PIE is enabled, switch the paravirt assembly constraints to be compatible. The %c/i constrains generate smaller code so is kept by default. Position Independent Executable (PIE) support will allow to extend the KASLR randomization range below 0x8000. Signed-off-by: Thomas Garnier

[PATCH v8 00/11] x86: PIE support to extend KASLR randomization

2019-07-08 Thread Thomas Garnier
/hibernate_asm_64.S|4 - 29 files changed, 306 insertions(+), 213 deletions(-) Patchset is based on next-20190708. ___ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo

Re: [PATCH v3 0/3] vsock/virtio: several fixes in the .probe() and .remove()

2019-07-08 Thread David Miller
From: Stefano Garzarella Date: Fri, 5 Jul 2019 13:04:51 +0200 > During the review of "[PATCH] vsock/virtio: Initialize core virtio vsock > before registering the driver", Stefan pointed out some possible issues > in the .probe() and .remove() callbacks of the virtio-vsock driver. ... Series ap

Re: [RFC v2] vhost: introduce mdev based hardware vhost backend

2019-07-08 Thread Jason Wang
On 2019/7/8 下午2:16, Tiwei Bie wrote: On Fri, Jul 05, 2019 at 08:49:46AM -0600, Alex Williamson wrote: On Thu, 4 Jul 2019 14:21:34 +0800 Tiwei Bie wrote: On Thu, Jul 04, 2019 at 12:31:48PM +0800, Jason Wang wrote: On 2019/7/3 下午9:08, Tiwei Bie wrote: On Wed, Jul 03, 2019 at 08:16:23PM +0800,

Re: [RFC v2] vhost: introduce mdev based hardware vhost backend

2019-07-08 Thread Tiwei Bie
On Tue, Jul 09, 2019 at 10:50:38AM +0800, Jason Wang wrote: > On 2019/7/8 下午2:16, Tiwei Bie wrote: > > On Fri, Jul 05, 2019 at 08:49:46AM -0600, Alex Williamson wrote: > > > On Thu, 4 Jul 2019 14:21:34 +0800 > > > Tiwei Bie wrote: > > > > On Thu, Jul 04, 2019 at 12:31:48PM +0800, Jason Wang wrote: