struct callback_head mce_kill_me;
#endif
+#ifdef CONFIG_KRETPROBES
+ struct llist_head kretprobe_instances;
+#endif
+
+ #ifdef CONFIG_DEBUG_AID_FOR_SYZBOT
+ unsigned long getblk_stamp;
+ unsigned int getblk_executed;
+ unsigned int getblk_bh_count;
+ unsigned long getblk_bh_state;
+ #endif
+
/*
* New fields for task_struct should be added above here, so that
* they are included in the randomized portion of task_struct.
* or by defining a preprocessor macro in arch/include/asm/div64.h.
*/
+ #include <linux/bitops.h>
#include <linux/export.h>
- #include <linux/kernel.h>
+ #include <linux/math.h>
#include <linux/math64.h>
++#include <linux/log2.h>
/* Not needed on 64bit architectures */
#if BITS_PER_LONG == 32