Created attachment 1112 [details] vmcore-dmesg Description of problem: kernel crash when do cmd 'nmcli device disconnect ***' after rmmod ice and modprobe ice Version-Release number of selected component (if applicable): kernel: 4.19.91-26.6 ice: 1.11.14 How reproducible: The triggering probability is very high Steps to Reproduce: 1、install kernel-4.19.91-26.* and ice-1.11.14 2、rmmod ice && modprobe ice 3、nmcli device disconnect enp65s0f0 (.e.g for device name) Actual results: kernel crash Expected results: kernel do not crash Additional info:
https://gitee.com/src-anolis-sig/kmod-ice/tree/version-4.19-1.9.11/ works well.
The crash location is here: ida_free() { BUG_ON((int)id < 0); }