On Thu, Apr 18, 2019 at 01:20:12AM +0000, Alakesh Haloi wrote: > This patch fixes the following uninitialized variable warning > > fs/proc/task_mmu.c: In function 'show_smap.isra.33': > fs/proc/task_mmu.c:761:7: warning: 'last_vma' may be used uninitialized in this function [-Wmaybe-uninitialized] > bool last_vma; > ^~~~~~~~ > > Cc: stable@xxxxxxxxxxxxxxx # 4.14.x > Signed-off-by: Alakesh Haloi <alakesh.haloi@xxxxxxxxx> > --- > fs/proc/task_mmu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) <formletter> This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly. </formletter>