Received: by 10.192.165.156 with SMTP id m28csp1152786imm; Wed, 18 Apr 2018 05:10:12 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/L19d0keUrbmNql9Ng8mVZotUxL0IyRbIPuPGjnpoD6dHNTZLt2L9CcYRSSSGnliqj0kGF X-Received: by 2002:a17:902:bb8c:: with SMTP id m12-v6mr1889138pls.53.1524053412119; Wed, 18 Apr 2018 05:10:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524053412; cv=none; d=google.com; s=arc-20160816; b=jvaziJxo14490/3KyV2QnVPbvNRnbcHtm9HbJPQzCKLFxoK0RXUSlx4JNymSMenIlN 9SYroBl0ZkMkeQiD0XUnmCYzIRiabRkApeFQyx5mNNcq8oW9iPhEOoRyZTWWgs/NWYpq tuccNF46mHwMVDjfQXRz+Clu7PLhVxIF6FcxhMZwQ993hCV4PAImY0xSJ2zeehbB3w1c xHGpzgLfhYjftZvq+94lVmnVU4eJf4S0zIHiMG6NIO64ry5k+pjvH9ojhe1J66CYqmaR o+QYH6h4Mlz204IaeZU8Ci+NPTUCYCVzNPZXoxoH6TIcT7lN6EHBe9mFCwi3GpAWhVZt N6DQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:mail-followup-to :message-id:subject:cc:to:from:date:arc-authentication-results; bh=tEuV75JirpPjAdq6g61jZb2/IN4uFDH3ZQLdLSi+J0o=; b=DxYtv9y7pR9ra8gc6NPVLCK4WC7L7/kSbnkm8VswLIQLdIB0rT57jrqtNMkf151Dbi QUXpX/HMtC+jEB78f5gc64tM4V+lJJxhpAj/u5ZuhxqNPGEaDv0nLgNspLFCSGnA4suP NAf0ZDZZRqZVjUmkdiw6Yf/MNXPN9C86aRlv4A/JTyfGEn6nYAH3TKLI4198i1SAr3Xm SlrdLdOFnFNscX4Nvna0gJfSZcWHJxbFhIIhfW1daJSUSO6jPYBGggBB1x/zGTVJL5Ec /2hwmKsYaijOEygqzO4FsLxJSwzNmICVkRvoj2tUulS4e8s2GNA6nMvLdzU2Ri5/1M2i WFrQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h12si1007709pgn.317.2018.04.18.05.09.57; Wed, 18 Apr 2018 05:10:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753405AbeDRMIm (ORCPT + 99 others); Wed, 18 Apr 2018 08:08:42 -0400 Received: from mail.pod.cz ([213.155.227.146]:37092 "EHLO mail.pod.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750861AbeDRMIl (ORCPT ); Wed, 18 Apr 2018 08:08:41 -0400 Received: by pc11.op.pod.cz (Postfix, from userid 475) id 40R19h0pdSz70Qm; Wed, 18 Apr 2018 14:08:40 +0200 (CEST) Date: Wed, 18 Apr 2018 14:08:40 +0200 From: Vitezslav Samel To: Borislav Petkov Cc: Ashok Raj , Greg Kroah-Hartman , linux-kernel@vger.kernel.org Subject: Re: 4.15.17 regression: bisected: timeout during microcode update Message-ID: <20180418120839.GA5655@pc11.op.pod.cz> Mail-Followup-To: Borislav Petkov , Ashok Raj , Greg Kroah-Hartman , linux-kernel@vger.kernel.org References: <20180418081140.GA2439@pc11.op.pod.cz> <20180418100721.GA5866@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180418100721.GA5866@pd.tnic> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 18, 2018 at 12:07:21PM +0200, Borislav Petkov wrote: > On Wed, Apr 18, 2018 at 10:11:40AM +0200, Vitezslav Samel wrote: > > Could be done anything to prevent this panic? > > Yes, for starters, is there anything preventing you from using an initrd > and doing early microcode loading? > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/x86/microcode.txt > > If no, consider doing that and not using the late method which is > problematic at best. I switched to firmware-in-kernel early loading and that works OK. But still, the reported issue is regression in 4.15.17 and 4.16+. Thanks, Vita