mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] signal-avoid-undefined-behaviour-in-kill_something_info-fix.patch removed from -mm tree
@ 2017-07-10 22:36 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-07-10 22:36 UTC (permalink / raw)
  To: akpm, mhocko, oleg, qiuxishi, vbabka, zhongjiang, mm-commits


The patch titled
     Subject: signal-avoid-undefined-behaviour-in-kill_something_info-fix
has been removed from the -mm tree.  Its filename was
     signal-avoid-undefined-behaviour-in-kill_something_info-fix.patch

This patch was dropped because it was folded into signal-avoid-undefined-behaviour-in-kill_something_info.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: signal-avoid-undefined-behaviour-in-kill_something_info-fix

tweak comment

Cc: Michal Hocko <mhocko@kernel.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Cc: Xishi Qiu <qiuxishi@huawei.com>
Cc: zhongjiang <zhongjiang@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/signal.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff -puN kernel/signal.c~signal-avoid-undefined-behaviour-in-kill_something_info-fix kernel/signal.c
--- a/kernel/signal.c~signal-avoid-undefined-behaviour-in-kill_something_info-fix
+++ a/kernel/signal.c
@@ -1402,10 +1402,7 @@ static int kill_something_info(int sig,
 		return ret;
 	}
 
-	/*
-	 * -INT_MIN is undefined, it need to exclude following case to
-	 * avoid the UBSAN detection.
-	 */
+	/* -INT_MIN is undefined.  Exclude this case to avoid a UBSAN warning */
 	if (pid == INT_MIN)
 		return -ESRCH;
 
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

signal-avoid-undefined-behaviour-in-kill_something_info.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-10 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-10 22:36 [folded-merged] signal-avoid-undefined-behaviour-in-kill_something_info-fix.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).