Enable memory corruption identification

configname: CONFIG_KASAN_SW_TAGS_IDENTIFY

Linux Kernel Configuration
└─>Kernel hacking
└─>Memory Debugging
└─>KASAN: runtime memory debugger
└─>Enable memory corruption identification
In linux kernel since version 4.14.326 (release Date: 2023-09-23)  
This option enables best-effort identification of bug type
(use-after-free or out-of-bounds) at the cost of increased
memory consumption.