Add the following lines of code to create an uninitialized variable in any kernel code and observe how Valgrind helps identify the issue: int demo; printf("%s, %d\n", __FUNCTION__, demo);