diff options
| author | Ingo Molnar <mingo@kernel.org> | 2017-08-17 10:50:48 +0200 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2017-08-17 10:50:48 +0200 |
| commit | 2257e268b1154966c5b0141b23695db1043ff39d (patch) | |
| tree | dae4b032afb9872568cf7921b39d30c79a6c3fee /include/linux/msg.h | |
| parent | 27aac20574110abfd594175a668dc58b23b2b14a (diff) | |
| parent | ac9a40905a610fb02086a37b11ff4bf046825a88 (diff) | |
Merge branch 'linus' into x86/boot, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/msg.h')
| -rw-r--r-- | include/linux/msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/msg.h b/include/linux/msg.h index f3f302f9c197..a001305f5a79 100644 --- a/include/linux/msg.h +++ b/include/linux/msg.h @@ -29,7 +29,7 @@ struct msg_queue { struct list_head q_messages; struct list_head q_receivers; struct list_head q_senders; -}; +} __randomize_layout; /* Helper routines for sys_msgsnd and sys_msgrcv */ extern long do_msgsnd(int msqid, long mtype, void __user *mtext, |
