Message ID | 20190813204513.4790-1-skunberg.kelsey@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | PCI: pci-sysfs.c cleanup | expand |
[+cc Greg] On Tue, Aug 13, 2019 at 02:45:10PM -0600, Kelsey Skunberg wrote: > This series is designed to clean up device attributes and permissions in > pci-sysfs.c. Then move the sysfs SR-IOV functions from pci-sysfs.c to > iov.c for better organization. Patches build off of each other. > > Patch 1: Define device attributes with DEVICE_ATTR*() instead of __ATTR*(). > > Patch 2: Change permissions from symbolic to the preferred octal. > > Patch 3: Move sysfs SR-IOV functions to iov.c to keep the feature's code > together. > > Changes since v1: > Add patch 1 and 2 to fix the way device attributes are defined > and change permissions from symbolic to octal. Patch 3 which moves > sysfs SR-IOV functions to iov.c will then apply cleaner. > > > Kelsey Skunberg (3): > PCI: sysfs: Define device attributes with DEVICE_ATTR*() > PCI: sysfs: Change permissions from symbolic to octal > PCI/IOV: Move sysfs SR-IOV functions to iov.c > > drivers/pci/iov.c | 168 +++++++++++++++++++++++++++++++ > drivers/pci/pci-sysfs.c | 217 ++++------------------------------------ > drivers/pci/pci.h | 2 +- > 3 files changed, 188 insertions(+), 199 deletions(-) Applied to pci/virtualization for v5.4, thanks! Beginning of thread: https://lore.kernel.org/r/20190813204513.4790-1-skunberg.kelsey@gmail.com