ubsan: Remove vla bound checks.
authorAndrey Ryabinin <aryabinin@virtuozzo.com>
Mon, 6 May 2019 10:45:27 +0000 (13:45 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 May 2019 18:12:09 +0000 (11:12 -0700)
commit9a91ad929f9a719c0c734abe791a27ab9444cd61
tree44d9144094eb22b18cf8bbcf597aee1a189aa108
parentf0996bc2978e02d2ea898101462b960f6119b18f
ubsan: Remove vla bound checks.

The kernel the kernel is built with -Wvla for some time, so is not
supposed to have any variable length arrays.  Remove vla bounds checking
from ubsan since it's useless now.

Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/ubsan.c
lib/ubsan.h
scripts/Makefile.ubsan