Received: by 10.213.65.68 with SMTP id h4csp56736imn; Thu, 15 Mar 2018 16:42:07 -0700 (PDT) X-Google-Smtp-Source: AG47ELuT8iblBZWC365cirPhRMaPluu7LJIkmA6uZXysrv0nhDdCdq2fg/Re8V90dPiMFxlxG5Pc X-Received: by 2002:a17:902:968c:: with SMTP id n12-v6mr10036040plp.371.1521157327002; Thu, 15 Mar 2018 16:42:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521157326; cv=none; d=google.com; s=arc-20160816; b=aEyMrjT1h8I/Fmifpc6VeD3+W+JbJRzsoRaTgz2L5EqD+nVTonIfSeGxqVydn+95zk HlpC1X6hyNMmbVfs0wv5Q60r/Rz8he5OtNYo9ilv4GbwI8g2fZB6X9N6EmRWBHvlOQn+ g3M+qn0DpJgRNCNCNctfSbzWAx7WsHxnjy7r4Ej93My99GS+XbGko8yv5X2tZ3DZDqol 8wpDV4vrrx4KGa93tY3ITHYhgUPjbQ/WmQNyTgdhPbCj216Ud5C6RGJcVnRlszbHHW/B RztPtLNJ+H0VBcBUqfxs1g2bDlmDeoBCSPhSbHP/p2mJ+TtKiZ2dCqpHSj4RwWVds0wC oulw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=oRCP9S3AnPMk3GABFdxF5/uCMHilh5hqgMtLlQxnUYI=; b=Lj4lVOxpSPq24FQbyjLaqpTEKqF9qvgrGI4kTIJoC+TeDg/aKhFGvQolkk85q1tq0C 9WKb1aa4h/+2/Y0A27RuLkiIMLBsL7RqLka6VOliJUJhLyD6MXHTxaKbFEuJHaP9aXnp fjGi3Wvihdu5p/Svix8+UXVvi2EE0kg1vtKodpmnAJgcAAAu57gKdVRZeoLxNkKKdVOr ktBSxMQhuG/yYthzr4uWENaLqsUyOWMHdDHMKKkQcyStW6s35fb1xUcnE/cDV3wu6sB9 rfXDHmAaw4dU5wWhZE42uTplQtMz7XZlPdPlXKuHdq/h2RzKzH2sxNu9amKRuznDvWcp vELw== 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 d8si4534944pfb.349.2018.03.15.16.41.52; Thu, 15 Mar 2018 16:42:06 -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 S933177AbeCOXko (ORCPT + 99 others); Thu, 15 Mar 2018 19:40:44 -0400 Received: from vps-vb.mhejs.net ([37.28.154.113]:48062 "EHLO vps-vb.mhejs.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932673AbeCOXkm (ORCPT ); Thu, 15 Mar 2018 19:40:42 -0400 Received: by vps-vb.mhejs.net with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ewcUC-0000H9-Qw; Fri, 16 Mar 2018 00:40:40 +0100 Subject: Re: [PATCH v4 00/10] x86/microcode/AMD: Check microcode file sanity before loading it To: Borislav Petkov Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org References: <9964a6cf-00be-78ea-cc1e-7f7062716fce@maciej.szmigiero.name> <20180315232306.GA31610@pd.tnic> From: "Maciej S. Szmigiero" Message-ID: Date: Fri, 16 Mar 2018 00:40:40 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180315232306.GA31610@pd.tnic> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16.03.2018 00:23, Borislav Petkov wrote: > On Fri, Mar 16, 2018 at 12:07:34AM +0100, Maciej S. Szmigiero wrote: >> Currently, it is very easy to make the AMD microcode update driver crash >> or spin on a malformed microcode container file since it does very little >> consistency checking on data loaded from such file. > > Ok, a couple of tips for the next time: > > * please send your reworked patchset for review after review of your > current patchset has been completed. We normally send patchsets once a > week. You've sent yours two days after and that's kinda too fast. I'm > sure you can imagine reviewers have other work to do too. > > So please be patient before resending next time. > > If in doubt, the whole process is documented in Documentation/process/ - > might wanna skim through it. I thought the one week absolute minimum resend time is for the case that there are no comments to a patch, or, more generally, when there is no action and not for "normal process" respins. submitting-patches.rst says: > Once upon a time, patches used to disappear into the void without comment, > but the development process works more smoothly than that now. You should > receive comments within a week or so; if that does not happen, make sure > that you have sent your patches to the right place. Wait for a minimum of > one week before resubmitting or pinging reviewers - possibly longer during > busy times like merge windows. But I will wait a week now for respins if you say so. > * when sending your patchset, make sure all mails are sent as a reply to > the 0/N message. > > Your 0/N has: > > Message-ID: <9964a6cf-00be-78ea-cc1e-7f7062716fce@maciej.szmigiero.name> > > but your 1/N has > > References: > > so something went wrong there. Normally git send-email does this > correctly. I've copied these messages to my mailbox first and sent them from there, so that must have overwritten the message IDs. Will submit them from git-send-email the next time. > Thx. Thanks, Maciej