LIST_POISON1 and LIST_POISON2 are identifers used in the Linux kernel that are used to overwrite next and prev pointers of linked list nodes after they are removed to help detect and prevent use-after-free bugs and list corruption.
https://lists.kernelnewbies.org/pipermail/kernelnewbies/2016-March/015879.html