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:   Fri, 30 Sep 2022 11:59:33 -0400
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,
        acourbot@...omium.org, angus.chen@...uarmicro.com, elic@...dia.com,
        helei.sig11@...edance.com, jasowang@...hat.com,
        lingshan.zhu@...el.com, maxime.coquelin@...hat.com, mst@...hat.com,
        stefanha@...hat.com, suwan.kim027@...il.com,
        xuanzhuo@...ux.alibaba.com
Subject: [GIT PULL] virtio: fixes

The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff:

  Linux 6.0-rc7 (2022-09-25 14:01:02 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

for you to fetch changes up to a43ae8057cc154fd26a3a23c0e8643bef104d995:

  vdpa/mlx5: Fix MQ to support non power of two num queues (2022-09-27 18:32:45 -0400)

----------------------------------------------------------------
virtio: fixes

Some last minute fixes. virtio-blk is the most important one
since it was actually seen in the field, but the rest
of them are small and clearly safe, everything here has
been in next for a while.

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

----------------------------------------------------------------
Angus Chen (1):
      vdpa/ifcvf: fix the calculation of queuepair

Eli Cohen (1):
      vdpa/mlx5: Fix MQ to support non power of two num queues

Maxime Coquelin (1):
      vduse: prevent uninitialized memory accesses

Suwan Kim (1):
      virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()

Xuan Zhuo (1):
      virtio_test: fixup for vq reset

lei he (1):
      virtio-crypto: fix memory-leak

 drivers/block/virtio_blk.c                          | 11 +++++------
 drivers/crypto/virtio/virtio_crypto_akcipher_algs.c |  4 ++++
 drivers/vdpa/ifcvf/ifcvf_base.c                     |  4 ++--
 drivers/vdpa/mlx5/net/mlx5_vnet.c                   | 17 ++++++++++-------
 drivers/vdpa/vdpa_user/vduse_dev.c                  |  9 +++++++--
 tools/virtio/linux/virtio.h                         |  3 +++
 tools/virtio/linux/virtio_config.h                  |  5 +++++
 7 files changed, 36 insertions(+), 17 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ