Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1069540pxa; Thu, 20 Aug 2020 01:23:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxOngwgOdn2ukJgcX0em9K8taHTlpXgTQ6J2K+tX/7Y4iDSbYhYMYFi0rGi0unfpX1apq/J X-Received: by 2002:a17:906:aed0:: with SMTP id me16mr2137807ejb.288.1597911806698; Thu, 20 Aug 2020 01:23:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597911806; cv=none; d=google.com; s=arc-20160816; b=ERSDnTG7T2Kw66uJbHw9AjaGDm102ucWnErQepX3OwpGCgKaJ4E759rHjqOomU/Lrp HMYy04Tx3cDCQ8+nxLG4KGTPg+klFveMM+1pXD19owAoRgaDsD3pxmaJ5wRzzu2PDzFD vJoKXc6Z7ef9psQ9U0nFmNY7o03ullqW1gr5VhHnswie83dsHeEpBbeAhOGvhk7qMTAf 1GDzD/Mj9/KLOlZxlpGBegbENULNQqE+Csv+UMruV0ipzrHmtFL5+roQm/dqzhomJ7eR +35MDiCQU6/KtDG9cwSKF32bpjJX9P+/fORDdNNa+WEPN+x67964S4H+fLiMSTtMNsDs Q5iw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=DS4vh8y5ox85NK+xSjWNdAFOouYEiAonchtjwQRVBCA=; b=ZRLqfmWJf7IQAABDSCFnO0AF6+iTiNI9ryTYlcfnCSwMHmYGESpCSLrfc0HmtMTB7r Qjut8p5/KQzQe4E8oaEwYd5pRXQypNz19H1njIkhoIzVo0ucz4U6zfsFvNyfb0FP79Gb nu8IUhtGpjDY9TEBTn+svMyJujWoVmz0jB4NfJjPCL3uf8GBtNz8lRh+2jvdpRzM89bl +zKc/7sZXWb/ktAiO/uwvH5RNzI8WP0hbYzTM87oQCZmYri7iLQVvxw2W9GtWd8aDAzB wgoCHB1MNFzE+Pffjszut3VUlAq8pkCUE9elmZemuJIeaJfl8JlC/lZ3kCd1flGlzqZX DxLQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i21si701403ejz.395.2020.08.20.01.23.02; Thu, 20 Aug 2020 01:23:26 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726716AbgHTIVz (ORCPT + 99 others); Thu, 20 Aug 2020 04:21:55 -0400 Received: from mx2.suse.de ([195.135.220.15]:37416 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725824AbgHTIVw (ORCPT ); Thu, 20 Aug 2020 04:21:52 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 37476AC83; Thu, 20 Aug 2020 08:22:18 +0000 (UTC) Date: Thu, 20 Aug 2020 10:21:49 +0200 From: Borislav Petkov To: Stephen Rothwell Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , Linux Next Mailing List , Linux Kernel Mailing List , Luca Stefani Subject: Re: linux-next: Fixes tag needs some work in the tip tree Message-ID: <20200820082149.GB17365@zn.tnic> References: <20200820161239.25a9b3f4@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200820161239.25a9b3f4@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 20, 2020 at 04:12:39PM +1000, Stephen Rothwell wrote: > Hi all, > > In commit > > 71aefb9a89d4 ("RAS/CEC: Fix cec_init() prototype") > > Fixes tag > > Fixes: 9554bfe403nd ("x86/mce: Convert the CEC to use the MCE notifier") Hmm, this came from the original patch submission: https://lkml.kernel.org/r/20200805095708.83939-1-luca.stefani.ge1@gmail.com the 'n' is already there. > has these problem(s): > > - The SHA1 is not all hex If your script which verifies that is in python, per chance, you could give it to me so that I can add it to my patch massaging script. :-) I have no Fixes: tags sanity checks so far and have never considered that they could possibly be wrong but this here is a case-in-point example. I guess I'd need also an "is the commit ID an actual upstream commit ID" check, while at it. > Presumably > > Fixes: 9554bfe403bd ("x86/mce: Convert the CEC to use the MCE notifier") Fixing... Thx. -- Regards/Gruss, Boris. SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg