From 17b89950a1c1fd10d5de0560031bdd379d403d86 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Thu, 26 Jul 2018 17:04:51 +0300 Subject: [PATCH] mtag: hook in the mtag code to check_list.h I apparently didn't hook any of the mtag code up in the released version of Smatch... Probably that was deliberate at the time. Signed-off-by: Dan Carpenter --- check_list.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/check_list.h b/check_list.h index 7c9dfa80..635b0ebf 100644 --- a/check_list.h +++ b/check_list.h @@ -63,6 +63,9 @@ CK(register_constraints) CK(register_constraints_required) CK(register_about_fn_ptr_arg) CK(register_mtag) +CK(register_mtag_map) +CK(register_mtag_data) +CK(register_param_to_mtag_data) CK(check_debug) -- 2.11.4.GIT