summarylogtreecommitdiffstats
path: root/fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch')
-rw-r--r--fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch b/fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch
new file mode 100644
index 000000000000..a865e34091f4
--- /dev/null
+++ b/fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch
@@ -0,0 +1,14 @@
+--- a/patch-5.2-ck1 2019-09-15 09:50:19.754754121 -0400
++++ b/patch-5.2-ck1 2019-09-15 09:51:08.842070790 -0400
+@@ -14886,7 +14886,10 @@ index 000000000000..ab972d0af7b5
+ +
+ +void proc_sched_show_task(struct task_struct *p, struct pid_namespace *ns,
+ + struct seq_file *m)
+-+{}
+++{
+++ seq_printf(m, "%s (%d, #threads: %d)\n", p->comm, task_pid_nr_ns(p, ns),
+++ get_nr_threads(p));
+++}
+ +
+ +void proc_sched_set_task(struct task_struct *p)
+ +{}