From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752000AbbJLIUP (ORCPT ); Mon, 12 Oct 2015 04:20:15 -0400 Received: from mga11.intel.com ([192.55.52.93]:60511 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751255AbbJLIUJ (ORCPT ); Mon, 12 Oct 2015 04:20:09 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,671,1437462000"; d="scan'208";a="790267617" Date: Mon, 12 Oct 2015 16:19:46 +0800 From: Fengguang Wu To: Ingo Molnar Cc: kernel test robot , Peter Zijlstra , lkp@01.org, LKML , Thomas Gleixner , Linus Torvalds , Andrew Morton Subject: Re: [LKP] [lkp] [string] 5f6f0801f5: BUG: KASan: out of bounds access in strlcpy+0xc8/0x250 at addr ffff88011a666ee0 Message-ID: <20151012081946.GA11277@wfg-t540p.sh.intel.com> References: <87612cinlg.fsf@yhuang-dev.intel.com> <20151012073355.GA16543@gmail.com> <20151012075104.GB5518@wfg-t540p.sh.intel.com> <20151012075832.GA8083@wfg-t540p.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151012075832.GA8083@wfg-t540p.sh.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 12, 2015 at 03:58:32PM +0800, Fengguang Wu wrote: > On Mon, Oct 12, 2015 at 03:51:04PM +0800, Fengguang Wu wrote: > > On Mon, Oct 12, 2015 at 09:33:55AM +0200, Ingo Molnar wrote: > > > > > > * kernel test robot wrote: > > > > > > > FYI, we noticed the below changes on > > > > > > > > git://internal_mailing_list_patch_tree Ingo-Molnar/string-Improve-the-generic-strlcpy-implementation > > > > commit 5f6f0801f5fdfce4984c6a14f99dbfbb417acb66 ("string: Improve the generic strlcpy() implementation") > > > > > > Hm, there's no such commit ID anywhere I can see - did you rebase my tree perhaps? > > > > Ingo, all applied patches will be uploaded to github from now on. > > > > Here is the exact commit: > > > > https://github.com/0day-ci/linux/commits/Ingo-Molnar/string-Improve-the-generic-strlcpy-implementation > > Sorry that's already the rebased commit.. The old version was applied > to 4.3-rc4 while the new one is applied to 4.3-rc5. I'll append a time stamp to the branch name to avoid such confusions in future. Thanks, Fengguang