BACKPORT: lkdtm: Add tests for struct list corruption
(cherry-picked from 6819d101) When building under CONFIG_DEBUG_LIST, list addition and removal will be sanity-checked. This validates that the check is working as expected by setting up classic corruption attacks against list manipulations, available with the new lkdtm tests CORRUPT_LIST_ADD and CORRUPT_LIST_DEL. Change-Id: Iddf70c61b745342dd4f055dc9c1eb221ca779c2e Signed-off-by:Kees Cook <keescook@chromium.org> Acked-by:
Steven Rostedt <rostedt@goodmis.org> Signed-off-by:
Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by:
Rik van Riel <riel@redhat.com> Signed-off-by:
Satya Tangirala <satyat@google.com> Signed-off-by:
Amit Pundir <amit.pundir@linaro.org>
Loading
Please sign in to comment