]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit344e4db70c846eabf742b059164b235cc5bb3e39
tree392fff6b7aec124c5f41086600d76d136d604157
parent650d343d1caa416a1fd6d280a27b4663c012b328
parent3a0c711589b822b5836230347303ee6d675421d8
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