Hi Jesse, This is the 2nd post of my patch set for aerdrv, contains some minor fixes and cleanups. This version does not contains additional codes for optional features, such as enhancement of aer-inject and support of TRACE_EVENT for error logging that included in previous post. And few patches are dropped for rework and later post. All feedback from Kenji-san should be reflected. Now this set is rebased on pci.git/linux-next. Thanks, H.Seto === Hidetoshi Seto (18): aerdrv, doc: update example output in pcieaer-howto.txt aerdrv: RsvdP of PCI_ERR_ROOT_COMMAND aerdrv: cleanup inconsistent functions aerdrv: make aer_{en,dis}able_rootport static aerdrv: rework find_source_device aerdrv: introduce is_error_source aerdrv: remove compare_device_id aerdrv: rework add_error_device aerdrv: rework aer_isr_one_error() aerdrv: rework get_e_source() aerdrv: rework do_recovery aerdrv: redefine PCI_ERR_ROOT_*_SRC aerdrv: remove magical ROOT_ERR_STATUS_MASKS aerdrv: remove is_downstream aerdrv: rework find_aer_service aerdrv: introduce default_downstream_reset_link aerdrv: trivial cleanup for aerdrv.c aerdrv: trivial cleanup for aerdrv_core.c Documentation/PCI/pcieaer-howto.txt | 29 +- drivers/pci/pcie/aer/aer_inject.c | 2 +- drivers/pci/pcie/aer/aerdrv.c | 179 +++++++++--- drivers/pci/pcie/aer/aerdrv.h | 6 +- drivers/pci/pcie/aer/aerdrv_core.c | 558 +++++++++++++++-------------------- include/linux/pci_regs.h | 3 +- 6 files changed, 384 insertions(+), 393 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html