This set introduces a method to keep devices from matching driver id tables. Please see 0001 for more details of the motivation and implementation. This set currently applies to Bjorn's next (v4.14-rc1) branch. Jon Derrick (3): PCI: pci-driver: Introduce pci device delete list module: Ignore delete_id parameter Documentation: Add pci device delete_id interface Documentation/admin-guide/kernel-parameters.txt | 13 ++ drivers/pci/pci-driver.c | 253 +++++++++++++++++++++++- include/linux/pci.h | 1 + kernel/module.c | 7 + 4 files changed, 272 insertions(+), 2 deletions(-) -- 1.8.3.1