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]
Message-ID: <20230411184227.GA4167614@bhelgaas>
Date:   Tue, 11 Apr 2023 13:42:27 -0500
From:   Bjorn Helgaas <helgaas@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
        Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
        Krzysztof WilczyƄski <kw@...ux.com>,
        Rob Herring <robh@...nel.org>,
        Jon Hunter <jonathanh@...dia.com>,
        Kuppuswamy Sathyanarayanan 
        <sathyanarayanan.kuppuswamy@...ux.intel.com>,
        Basavaraj Natikar <Basavaraj.Natikar@....com>,
        Thomas Glanzmann <thomas@...nzmann.de>,
        Mario Limonciello <mario.limonciello@....com>,
        Reinette Chatre <reinette.chatre@...el.com>,
        Arnd Bergmann <arnd@...nel.org>
Subject: [GIT PULL] PCI fixes for v6.3

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git pci-v6.3-fixes-2

for you to fetch changes up to 30ba2d09edb5ea857a1473ae3d820911347ada62:

  PCI: Fix use-after-free in pci_bus_release_domain_nr() (2023-04-06 18:20:59 -0500)

----------------------------------------------------------------
- Provide pci_msix_can_alloc_dyn() stub when CONFIG_PCI_MSI unset to avoid
  build errors (Reinette Chatre)

- Quirk AMD XHCI controller that loses MSI-X state in D3hot to avoid broken
  USB after hotplug or suspend/resume (Basavaraj Natikar)

- Fix use-after-free in pci_bus_release_domain_nr() (Rob Herring)

----------------------------------------------------------------
Basavaraj Natikar (1):
      x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hot

Reinette Chatre (1):
      PCI/MSI: Provide missing stub for pci_msix_can_alloc_dyn()

Rob Herring (1):
      PCI: Fix use-after-free in pci_bus_release_domain_nr()

 arch/x86/pci/fixup.c | 21 +++++++++++++++++++++
 drivers/pci/remove.c |  5 +++--
 include/linux/pci.h  |  2 ++
 3 files changed, 26 insertions(+), 2 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ