Understanding_Linux_Kernel_Vulnerability

How to compile module

[root@raminfp]# make
[root@raminfp]# sudo insmod <module_vun.ko>
[root@raminfp]# sudo rmmod <module_vun.ko>

How to trigger user-land code

[root@raminfp]# gcc trigger_UAF.c -o trigger_UAF
[root@raminfp]# ./trigger_UAF

Image PoC Crash of kenrel message

Double Free

Thanks of review Andrey Konovalov @xairy