Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936203AbdGTSll (ORCPT ); Thu, 20 Jul 2017 14:41:41 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:36881 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932226AbdGTSlj (ORCPT ); Thu, 20 Jul 2017 14:41:39 -0400 MIME-Version: 1.0 In-Reply-To: <20170721005140.ebf6d119bb30cc6cfe12ae61@kernel.org> References: <20170720014238.GH27396@yexl-desktop> <20170721005140.ebf6d119bb30cc6cfe12ae61@kernel.org> From: Linus Torvalds Date: Thu, 20 Jul 2017 11:41:38 -0700 X-Google-Sender-Auth: 9S3vG4UNk7nuvaJtylecB9aj2-k Message-ID: Subject: Re: [lkp-robot] [include/linux/string.h] 6974f0c455: kernel_BUG_at_lib/string.c To: Masami Hiramatsu 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 Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 493 Lines: 13 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. Linus