Merge branch 'pci/sysfs'
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 5 Nov 2021 16:28:46 +0000 (11:28 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 5 Nov 2021 16:28:46 +0000 (11:28 -0500)
commitebf275b8564ccc3a75a3ee8f9167a4a20794f050
tree392fff6b7aec124c5f41086600d76d136d604157
parente34f4262f69e7ad3c159f6262c524352e301a6e6
parente0f7b19223582c302f5736e93927aafde9458d48
Merge branch 'pci/sysfs'

- Check for CAP_SYS_ADMIN before validating sysfs user input, not after
  (Krzysztof Wilczyński)

- Always return -EINVAL from sysfs "store" functions for invalid user input
  instead of -EINVAL sometimes and -ERANGE others (Krzysztof Wilczyński)

- Use kstrtobool() directly instead of the strtobool() wrapper (Krzysztof
  Wilczyński)

* pci/sysfs:
  PCI: Use kstrtobool() directly, sans strtobool() wrapper
  PCI/sysfs: Return -EINVAL consistently from "store" functions
  PCI/sysfs: Check CAP_SYS_ADMIN before parsing user input

# Conflicts:
# drivers/pci/iov.c
drivers/pci/iov.c
drivers/pci/p2pdma.c
drivers/pci/pci-sysfs.c