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
No related branches found
No related tags found
Showing
- drivers/pci/endpoint/functions/pci-epf-ntb.c 6 additions, 12 deletionsdrivers/pci/endpoint/functions/pci-epf-ntb.c
- drivers/pci/endpoint/pci-ep-cfs.c 12 additions, 23 deletionsdrivers/pci/endpoint/pci-ep-cfs.c
- drivers/pci/iov.c 6 additions, 8 deletionsdrivers/pci/iov.c
- drivers/pci/p2pdma.c 3 additions, 3 deletionsdrivers/pci/p2pdma.c
- drivers/pci/pci-sysfs.c 13 additions, 14 deletionsdrivers/pci/pci-sysfs.c
- drivers/pci/pcie/aspm.c 2 additions, 2 deletionsdrivers/pci/pcie/aspm.c
Loading
Please register or sign in to comment