]> git.baikalelectronics.ru Git - kernel.git/commit
udmabuf: add back sanity check
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 20 Jun 2022 07:15:47 +0000 (09:15 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Jun 2022 13:38:29 +0000 (08:38 -0500)
commit6c97ad372eb0db8d3e5c186788ef88ab12992db8
tree3440116ce35993ffedcfa6067503574208e77062
parent08aafa0d475a08e31a13403e9df41c7179f4bdcd
udmabuf: add back sanity check

Check vm_fault->pgoff before using it.  When we removed the warning, we
also removed the check.

Fixes: c37ad6beed18 ("udmabuf: drop WARN_ON() check.")
Reported-by: zdi-disclosures@trendmicro.com
Suggested-by: Linus Torvalds <torvalds@linuxfoundation.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/dma-buf/udmabuf.c