diff options
author | Paul Moore <pmoore@redhat.com> | 2014-01-28 14:44:16 -0500 |
---|---|---|
committer | Paul Moore <pmoore@redhat.com> | 2014-02-05 10:39:48 -0500 |
commit | 825e587af2e90e9b953849f3347a01d8f383d577 (patch) | |
tree | e48942a05882da47544e179c6a0c920e00137a6a /fs/proc/array.c | |
parent | 8ed814602876bec9bad2649ca17f34b499357a1c (diff) | |
parent | d8ec26d7f8287f5788a494f56e8814210f0e64be (diff) |
Merge tag 'v3.13' into stable-3.14
Linux 3.13
Conflicts:
security/selinux/hooks.c
Trivial merge issue in selinux_inet_conn_request() likely due to me
including patches that I sent to the stable folks in my next tree
resulting in the patch hitting twice (I think). Thankfully it was an
easy fix this time, but regardless, lesson learned, I will not do that
again.
Diffstat (limited to 'fs/proc/array.c')
-rw-r--r-- | fs/proc/array.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c index cbd0f1b324b9..1bd2077187fd 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c | |||
@@ -183,6 +183,7 @@ static inline void task_state(struct seq_file *m, struct pid_namespace *ns, | |||
183 | seq_printf(m, | 183 | seq_printf(m, |
184 | "State:\t%s\n" | 184 | "State:\t%s\n" |
185 | "Tgid:\t%d\n" | 185 | "Tgid:\t%d\n" |
186 | "Ngid:\t%d\n" | ||
186 | "Pid:\t%d\n" | 187 | "Pid:\t%d\n" |
187 | "PPid:\t%d\n" | 188 | "PPid:\t%d\n" |
188 | "TracerPid:\t%d\n" | 189 | "TracerPid:\t%d\n" |
@@ -190,6 +191,7 @@ static inline void task_state(struct seq_file *m, struct pid_namespace *ns, | |||
190 | "Gid:\t%d\t%d\t%d\t%d\n", | 191 | "Gid:\t%d\t%d\t%d\t%d\n", |
191 | get_task_state(p), | 192 | get_task_state(p), |
192 | task_tgid_nr_ns(p, ns), | 193 | task_tgid_nr_ns(p, ns), |
194 | task_numa_group_id(p), | ||
193 | pid_nr_ns(pid, ns), | 195 | pid_nr_ns(pid, ns), |
194 | ppid, tpid, | 196 | ppid, tpid, |
195 | from_kuid_munged(user_ns, cred->uid), | 197 | from_kuid_munged(user_ns, cred->uid), |