]> Gentwo Git Trees - linux/.git/commitdiff
Merge branch 'pci/misc'
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 21 Feb 2025 12:35:56 +0000 (06:35 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 21 Feb 2025 12:35:56 +0000 (06:35 -0600)
- Fix interpretation of pci_endpoint_test_bars_read_bar() error returns
  (Niklas Cassel)

- Fix potential string truncation in pci_endpoint_test_probe() (Niklas
  Cassel)

- Fix endpoint BAR testing so the test can skip disabled BARs instead of
  reporting them as failures (Niklas Cassel)

- Increase endpoint test BAR size variable to accommodate BARs larger than
  INT_MAX (Niklas Cassel)

* pci/misc:
  tools/Makefile: Remove pci target
  selftests: pci_endpoint: Skip disabled BARs
  misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAX
  misc: pci_endpoint_test: Give disabled BARs a distinct error code
  misc: pci_endpoint_test: Fix potential truncation in pci_endpoint_test_probe()
  misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handling

1  2 
drivers/misc/pci_endpoint_test.c

Simple merge