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: <20250426195957.GA598020@bhelgaas>
Date: Sat, 26 Apr 2025 14:59:57 -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 <kwilczynski@...nel.org>,
	Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>,
	Yi Lai <yi1.lai@...el.com>,
	Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
	Niklas Cassel <cassel@...nel.org>, Frank Li <Frank.Li@....com>,
	Guenter Roeck <linux@...ck-us.net>,
	Nicolas Frattaroli <nicolas.frattaroli@...labora.com>,
	Ondrej Jirman <megi@....cz>
Subject: [GIT PULL] PCI fixes for v6.15

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 442cacac2d9935a0698332a568afcb5c6ab8be17:

  misc: pci_endpoint_test: Defer IRQ allocation until ioctl(PCITEST_SET_IRQTYPE) (2025-04-23 17:04:48 -0500)

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

- When releasing a start-aligned resource, e.g., a bridge window, save
  start/end/flags for the next assignment attempt; fixes a v6.15-rc1
  regression (Ilpo Järvinen)

- Move set_pcie_speed.sh from TEST_PROGS to TEST_FILE; fixes a bwctrl
  selftest v6.15-rc1 regression (Ilpo Järvinen)

- Add Manivannan Sadhasivam as maintainer of native host bridge and
  endpoint drivers (Manivannan Sadhasivam)

- In endpoint test driver, defer IRQ allocation from .probe() until ioctl()
  to fix a regression on platforms where the Vendor/Device ID match doesn't
  include driver_data (Niklas Cassel)

----------------------------------------------------------------
Ilpo Järvinen (2):
      PCI: Restore assigned resources fully after release
      selftests/pcie_bwctrl: Fix test progs list

Manivannan Sadhasivam (1):
      MAINTAINERS: Move Manivannan Sadhasivam as PCI Native host bridge and endpoint maintainer

Niklas Cassel (1):
      misc: pci_endpoint_test: Defer IRQ allocation until ioctl(PCITEST_SET_IRQTYPE)

 MAINTAINERS                                  |  2 +-
 drivers/misc/pci_endpoint_test.c             | 21 +--------------------
 drivers/pci/setup-bus.c                      |  4 ++++
 tools/testing/selftests/pcie_bwctrl/Makefile |  3 ++-
 4 files changed, 8 insertions(+), 22 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ