Revision dc280d93623927570da279e99393879dbbab39e7 authored by Thomas Gleixner on 21 December 2016, 19:19:49 UTC, committed by Thomas Gleixner on 25 December 2016, 09:47:42 UTC
Developers manage to overwrite states blindly without thought. That's fatal
and hard to debug. Add sanity checks to make it fail.

This requries to restructure the code so that the dynamic state allocation
happens in the same lock protected section as the actual store. Otherwise
the previous assignment of 'Reserved' to the name field would trigger the
overwrite check.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Sebastian Siewior <bigeasy@linutronix.de>
Link: http://lkml.kernel.org/r/20161221192111.675234535@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

1 parent 59fefd0
History
File Mode Size
Makefile -rw-r--r-- 164 bytes
bitops.c -rw-r--r-- 1.7 KB
checksum.c -rw-r--r-- 3.5 KB
delay.c -rw-r--r-- 1.8 KB
fixup.S -rw-r--r-- 2.5 KB
io.c -rw-r--r-- 9.7 KB
iomap.c -rw-r--r-- 10.4 KB
lusercopy.S -rw-r--r-- 3.2 KB
memcpy.c -rw-r--r-- 15.8 KB
memset.c -rw-r--r-- 2.4 KB
ucmpdi2.c -rw-r--r-- 448 bytes

back to top