UBSAN: run-time undefined behavior sanity checker
[deliverable/linux.git] / include / linux / sched.h
index 4bae8ab3b89391f7d8d1566f56d3666d5d19058d..02dabf281b2fe7f1d0f08b6c6ff2664c533da8b8 100644 (file)
@@ -834,6 +834,7 @@ struct user_struct {
        unsigned long mq_bytes; /* How many bytes can be allocated to mqueue? */
 #endif
        unsigned long locked_shm; /* How many pages of mlocked shm ? */
+       unsigned long unix_inflight;    /* How many files in flight in unix sockets */
 
 #ifdef CONFIG_KEYS
        struct key *uid_keyring;        /* UID specific keyring */
@@ -1642,6 +1643,9 @@ struct task_struct {
        struct held_lock held_locks[MAX_LOCK_DEPTH];
        gfp_t lockdep_reclaim_gfp;
 #endif
+#ifdef CONFIG_UBSAN
+       unsigned int in_ubsan;
+#endif
 
 /* journalling filesystem info */
        void *journal_info;
This page took 0.026224 seconds and 5 git commands to generate.