Eideticom / eid-hermes

An open-source eBPF accelerator that can run on QEMU and AWS F1 instances
10 stars 2 forks source link

driver: fix to work on 5.7+ kernels #32

Closed iomartin closed 3 years ago

iomartin commented 3 years ago

On 5.7+ kernels, the pci_cleanup_aer_uncorrect_error_status() function was renamed to pci_aer_clear_nonfatal_status(). Upstream commit: https://github.com/torvalds/linux/commit/894020fdd88c1e9a74c60b67c0f19f1c7696ba2f

Reported-by: Niclas Hedam nhed@itu.dk

iomartin commented 3 years ago

@niclashedam let me know if that fixes it for you