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:   Mon, 13 Nov 2017 14:47:08 -0700
From:   Alex Williamson <alex.williamson@...hat.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     "kvm@...r.kernel.org" <kvm@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] VFIO updates for v4.15

Hi Linus,

The following changes since commit 9e66317d3c92ddaab330c125dfe9d06eee268aff:

  Linux 4.14-rc3 (2017-10-01 14:54:54 -0700)

are available in the git repository at:

  git://github.com/awilliam/linux-vfio.git tags/vfio-v4.15-rc1

for you to fetch changes up to f3199673e6eb29e14af45b6074a7df277f14a850:

  Merge branches 'vfio/fixes' and 'vfio/platform' into vfio-next-20171113.0 (2017-11-13 13:59:45 -0700)

----------------------------------------------------------------

VFIO Updates for Linux v4.15

 * Virtualize PCI MPS and MRRS registers

 * Avoid soft lockups on SPAPR when clearing TCE

 * Broadcom FlexRM platform device support

 * Samples driver cleanup & type1 integer overflow fix

----------------------------------------------------------------
Alex Williamson (3):
      vfio/pci: Virtualize Maximum Payload Size
      vfio/pci: Virtualize Maximum Read Request Size
      Merge branches 'vfio/fixes' and 'vfio/platform' into vfio-next-20171113.0

Alexey Kardashevskiy (1):
      vfio/spapr: Add cond_resched() for huge updates

Anup Patel (1):
      vfio: platform: reset: Add Broadcom FlexRM reset module

Bhumika Goyal (1):
      vfio-mdev/samples: make mdev_fops const and static

Dan Carpenter (1):
      vfio/type1: silence integer overflow warning

 drivers/vfio/pci/vfio_pci_config.c                 |  31 +++++-
 drivers/vfio/platform/reset/Kconfig                |   9 ++
 drivers/vfio/platform/reset/Makefile               |   1 +
 .../vfio/platform/reset/vfio_platform_bcmflexrm.c  | 113 +++++++++++++++++++++
 drivers/vfio/vfio_iommu_spapr_tce.c                |   2 +
 drivers/vfio/vfio_iommu_type1.c                    |   3 +
 samples/vfio-mdev/mtty.c                           |   2 +-
 7 files changed, 157 insertions(+), 4 deletions(-)
 create mode 100644 drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c

Powered by blists - more mailing lists