On Feb 16, 2021, at 1:26 PM, kernel test robot <lkp(a)intel.com>
wrote:
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All warnings (new ones prefixed by >>):
>> arch/x86/mm/tlb.c:1172:18: warning: variable 'info' is uninitialized when
used here [-Wuninitialized]
flush_tlb_func(info);
^~~~
arch/x86/mm/tlb.c:1158:29: note: initialize the variable 'info' to silence this
warning
struct flush_tlb_info *info;
^
= NULL
1 warning generated.
The call to get_flush_tlb_info() got lost in the rebase. I will restore it.