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>] [day] [month] [year] [list]
Date:	Tue, 17 Mar 2015 12:19:54 +1030
From:	Rusty Russell <rusty@...tcorp.com.au>
To:	"Linus Torvalds" <torvalds@...ux-foundation.org>
Cc:	Thomas Huth <thuth@...ux.vnet.ibm.com>
Subject: [PULL] virtio-next fixes

The following changes since commit 6587457b4b3d663b237a0f95ddf6e67d1828c8ea:

  Merge tag 'dma-buf-for-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/sumits/dma-buf (2015-03-04 09:59:51 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git tags/virtio-next-for-linus

for you to fetch changes up to 704a0b5f234db26de5203740999e39523cfa4e3a:

  virtio_mmio: fix access width for mmio (2015-03-17 12:12:21 +1030)

----------------------------------------------------------------
Not entirely surprising: the ongoing QEMU work on virtio 1.0 has revealed
more minor issues with our virtio 1.0 drivers just introduced in the
kernel.

(I would normally use my fixes branch for this, but there were a batch of them...)

Thanks,
Rusty.

----------------------------------------------------------------
Michael S. Tsirkin (11):
      virtio_console: init work unconditionally
      virtio_console: avoid config access from irq
      virtio_balloon: set DRIVER_OK before using device
      virtio_blk: typo fix
      virtio_blk: fix comment for virtio 1.0
      virtio-balloon: do not call blocking ops when !TASK_RUNNING
      9p/trans_virtio: fix hot-unplug
      virtio_rpmsg: set DRIVER_OK before using device
      virtio_mmio: generation support
      uapi/virtio_scsi: allow overriding CDB/SENSE size
      virtio_mmio: fix access width for mmio

 drivers/char/virtio_console.c    | 19 ++++++++-
 drivers/rpmsg/virtio_rpmsg_bus.c | 17 +++++++-
 drivers/virtio/virtio_balloon.c  | 21 +++++++---
 drivers/virtio/virtio_mmio.c     | 90 ++++++++++++++++++++++++++++++++++++----
 include/uapi/linux/virtio_blk.h  |  8 +++-
 include/uapi/linux/virtio_scsi.h | 12 +++++-
 net/9p/trans_virtio.c            | 24 +++++++++--
 7 files changed, 168 insertions(+), 23 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists