lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 1 Jan 2015 14:26:34 +0200 From: "Michael S. Tsirkin" <mst@...nel.org> To: Linus Torvalds <torvalds@...ux-foundation.org> Cc: kvm@...r.kernel.org, virtualization@...ts.linux-foundation.org, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, mst@...hat.com, rusty@...tcorp.com.au Subject: [PULL] vhost: cleanups and fixes The following changes since commit b7392d2247cfe6771f95d256374f1a8e6a6f48d6: Linux 3.19-rc2 (2014-12-28 16:49:37 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to 5d9a07b0de512b77bf28d2401e5fe3351f00a240: vhost: relax used address alignment (2014-12-29 10:55:06 +0200) ---------------------------------------------------------------- vhost: virtio 1.0 bugfix There's a single change here, fixing a vhost bug where vhost initialization fails due to used ring alignment check being too strict. Cc: Rusty Russell <rusty@...tcorp.com.au> Signed-off-by: Michael S. Tsirkin <mst@...hat.com> ---------------------------------------------------------------- Michael S. Tsirkin (2): virtio_ring: document alignment requirements vhost: relax used address alignment include/uapi/linux/virtio_ring.h | 7 +++++++ drivers/vhost/vhost.c | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists