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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 2 Jan 2019 16:23:23 -0500
From:   "Michael S. Tsirkin" <mst@...hat.com>
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,
        changpeng.liu@...el.com, dongli.zhang@...cle.com,
        dverkamp@...omium.org, jasowang@...hat.com, mst@...hat.com,
        pbonzini@...hat.com, stefanha@...hat.com, wangyan122@...wei.com
Subject: [PULL] virtio, vhost: features, fixes, cleanups

The following changes since commit 7566ec393f4161572ba6f11ad5171fd5d59b0fbd:

  Linux 4.20-rc7 (2018-12-16 15:46:55 -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 a691ffb46edd7cb12a17ff0965ab59dbc95f48de:

  vhost: correct the related warning message (2018-12-19 18:23:50 -0500)

----------------------------------------------------------------
virtio, vhost: features, fixes, cleanups

discard in virtio blk
misc fixes and cleanups

Signed-off-by: Michael S. Tsirkin <mst@...hat.com>

----------------------------------------------------------------
Changpeng Liu (1):
      virtio_blk: add discard and write zeroes support

Dongli Zhang (1):
      virtio: remove deprecated VIRTIO_PCI_CONFIG()

Michael S. Tsirkin (1):
      virtio: fix test build after uio.h change

Paolo Bonzini (1):
      vhost: split structs into a separate header file

Stefan Hajnoczi (1):
      vhost/vsock: switch to a mutex for vhost_vsock_hash

wangyan (1):
      vhost: correct the related warning message

 drivers/block/virtio_blk.c         |  83 +++++++++++++++++++++++-
 drivers/vhost/scsi.c               |   4 +-
 drivers/vhost/vsock.c              |  16 ++---
 drivers/virtio/virtio_pci_legacy.c |   6 +-
 include/uapi/linux/vhost.h         | 113 +-------------------------------
 include/uapi/linux/vhost_types.h   | 128 +++++++++++++++++++++++++++++++++++++
 include/uapi/linux/virtio_blk.h    |  54 ++++++++++++++++
 tools/virtio/linux/kernel.h        |   4 ++
 8 files changed, 283 insertions(+), 125 deletions(-)
 create mode 100644 include/uapi/linux/vhost_types.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ