Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030214AbdGUD34 (ORCPT ); Thu, 20 Jul 2017 23:29:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:55992 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030198AbdGUD3z (ORCPT ); Thu, 20 Jul 2017 23:29:55 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ABC1922BCE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=mhiramat@kernel.org Date: Fri, 21 Jul 2017 12:29:45 +0900 From: Masami Hiramatsu To: Linus Torvalds Cc: kernel test robot , Ananth N Mavinakayanahalli , Anil S Keshavamurthy , Daniel Micay , Kees Cook , Arnd Bergmann , Mark Rutland , Daniel Axtens , Rasmus Villemoes , Andy Shevchenko , Chris Metcalf , Thomas Gleixner , "H. Peter Anvin" , Ingo Molnar , Andrew Morton , LKML , LKP , linux-arm-kernel@lists.infradead.org Subject: Re: [lkp-robot] [include/linux/string.h] 6974f0c455: kernel_BUG_at_lib/string.c Message-Id: <20170721122945.132d570c35f90c3abc011b08@kernel.org> In-Reply-To: References: <20170720014238.GH27396@yexl-desktop> <20170721005140.ebf6d119bb30cc6cfe12ae61@kernel.org> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.30; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 831 Lines: 23 On Thu, 20 Jul 2017 11:41:38 -0700 Linus Torvalds wrote: > On Thu, Jul 20, 2017 at 8:51 AM, Masami Hiramatsu wrote: > > > > Acked-by: Masami Hiramatsu > > Tested-by: Masami Hiramatsu > > Ok, I committed that patch as-is. > > Other architectures may end up with the same issue, unless they really > happen to have just a single instruction that fits in their > kprobe_opcode_t type in their templates. But I didn't touch any of > their (similar) code, since it will need testing. Similar optprobe code are in arm and powerpc, arm does not support FORTIFY_SOURCE (yet), and powerpc already fixed that same way. So I'll make a same fix on arm before traped to the same issue. Thank you, -- Masami Hiramatsu