Ver Fonte

Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent

Ingo Molnar há 15 anos atrás
pai
commit
16106822b6
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      include/trace/events/signal.h

+ 2 - 1
include/trace/events/signal.h

@@ -10,7 +10,8 @@
 
 #define TP_STORE_SIGINFO(__entry, info)				\
 	do {							\
-		if (info == SEND_SIG_NOINFO) {			\
+		if (info == SEND_SIG_NOINFO ||			\
+		    info == SEND_SIG_FORCED) {			\
 			__entry->errno	= 0;			\
 			__entry->code	= SI_USER;		\
 		} else if (info == SEND_SIG_PRIV) {		\