Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966869AbdIZATy (ORCPT ); Mon, 25 Sep 2017 20:19:54 -0400 Received: from mga14.intel.com ([192.55.52.115]:20663 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965490AbdIZATw (ORCPT ); Mon, 25 Sep 2017 20:19:52 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,438,1500966000"; d="scan'208";a="1018349577" Date: Tue, 26 Sep 2017 08:19:47 +0800 From: Fengguang Wu To: Ingo Molnar Cc: Eric Biggers , LKP , linux-kernel@vger.kernel.org, Rik van Riel , Kees Cook Subject: Re: 9f4835fb96 ("x86/fpu: Tighten validation of user-supplied .."): Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b Message-ID: <20170926001947.7ceoek4wt7fvuchz@wfg-t540p.sh.intel.com> References: <59c6e23f.nOk6ceVoId2JVMIx%fengguang.wu@intel.com> <20170925022013.g46frhgxfaniyoab@wfg-t540p.sh.intel.com> <20170925131033.2mvlrspgvti5tpbj@wfg-t540p.sh.intel.com> <20170925145509.py4prxskkbpqfjsd@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20170925145509.py4prxskkbpqfjsd@gmail.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 778 Lines: 24 On Mon, Sep 25, 2017 at 04:55:09PM +0200, Ingo Molnar wrote: > >* Fengguang Wu wrote: > >> On Mon, Sep 25, 2017 at 10:20:13AM +0800, kernel test robot wrote: >> > Hi Ingo, >> > >> > On your request I'm resending the report here, with attached dmesg, >> > kconfig and reproduce script. >> > >> > I'll go on to test your split up commits, too. >> > >> > https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86/fpu >> >> It looks 6fc19a42 ("x86/fpu: Use validate_xstate_header() to validate >> the xstate_header in sanitize_restored_xstate()") is the first bad commit. > >Thank you! Could you check that the latest tip:master or tip:WIP.x86/fpu >(9cff7344187e) fixes this crash? Yes, both of them are free from that crash. :) Regards, Fengguang