randstruct: Mark various structs for randomization
[linux-2.6-microblaze.git] / include / linux / pid_namespace.h
index c2a989d..b09136f 100644 (file)
@@ -52,7 +52,7 @@ struct pid_namespace {
        int hide_pid;
        int reboot;     /* group exit code if this pidns was rebooted */
        struct ns_common ns;
-};
+} __randomize_layout;
 
 extern struct pid_namespace init_pid_ns;