]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7f963dcf832bf5dd6a709cc87707b9681e96d424
tree44d9144094eb22b18cf8bbcf597aee1a189aa108
parent578c7c5c2bc4bcd50668026679dee5101e128c50
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