The Kernel Oops image has the top line cut off which states the bug occurred in linux4.17.8/lib/list_debug.c:53
That line is part of an if which checks for data corruption in the function __list_del_entry_valid(struct list_head *entry) CHECK_DATA_CORRUPTION(prev->next != entry, "list_del corruption. prev->next should be %px, but was %px\n", entry, prev->next) || Gary