Check accesses to vmalloc allocations

configname: CONFIG_KASAN_VMALLOC

Linux Kernel Configuration
└─>Kernel hacking
└─>Memory Debugging
└─>KASAN: dynamic memory safety error detector
└─>Check accesses to vmalloc allocations
In linux kernel since version 4.14.326 (release Date: 2023-09-23)  
Makes KASAN check the validity of accesses to vmalloc allocations.

With software KASAN modes, all types vmalloc allocations are
checked. Enabling this option leads to higher memory usage.

With Hardware Tag-Based KASAN, only non-executable VM_ALLOC mappings
are checked. There is no additional memory usage.