]> Pileus Git - ~andy/linux/blobdiff - kernel/signal.c
net/mlx4_en: Disable HW clock overflow check when no HW support
[~andy/linux] / kernel / signal.c
index 598dc06be4214c7a11fbf128baff984fa9c1c4b5..06ff7764ab7c748fd31634521122b1381af17d73 100644 (file)
@@ -32,6 +32,7 @@
 #include <linux/user_namespace.h>
 #include <linux/uprobes.h>
 #include <linux/compat.h>
+#include <linux/cn_proc.h>
 #define CREATE_TRACE_POINTS
 #include <trace/events/signal.h>
 
@@ -2350,6 +2351,7 @@ relock:
                if (sig_kernel_coredump(signr)) {
                        if (print_fatal_signals)
                                print_fatal_signal(info->si_signo);
+                       proc_coredump_connector(current);
                        /*
                         * If it was able to dump core, this kills all
                         * other threads in the group and synchronizes with