From: Manas <manas18244@xxxxxxxxxxx>I also edited the commit message (and cover letter) slightly to tell about the
syzbot has pointed to a possible null pointer dereference in
pfnmap_lockdep_assert. vm_file member of vm_area_struct is being
dereferenced without any checks.
This fix assigns mapping only if vm_file is not NULL.