Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp216786ybm; Mon, 20 May 2019 14:55:52 -0700 (PDT) X-Google-Smtp-Source: APXvYqxOoy6eHoQVCRZ5j30+RrsGQXaHWmP2K0FqxRnDUN8iUpitJ9XzXHi52ICBQRYvYtSsCpAL X-Received: by 2002:aa7:93bb:: with SMTP id x27mr81956910pff.104.1558389352030; Mon, 20 May 2019 14:55:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558389352; cv=none; d=google.com; s=arc-20160816; b=kL30dxY3IG7rHqzgilCC7uUu+vx3fgSE1IDJuD7n9SlbZqc3sEHVZKMN/qJ0a03K53 b6x2G4frY0HLBcCQ3E9eeI4nrxxoKlAiIIPu9xWP8zzv/sXVBC5Y8/zOPprIZiIPeSfy tGUlBwSfFPm7SiTxEug1EoIbHi+R1C7vEQmN38IKhzyl/ob8i5FBHLV4uAXO8z2v7Qqz 1sdaiVJq+Y4OBMuf4GVw9c2pRsymAB0SxBcq9sN/F/y+sTUFUvKdjeFeI2luh+PfHoiX wDADxx+C6M2tziVVbMMsOMhBMYHJENr3Nng0MyQvppzUxqz1nf0Z3kVQn98asMfAVgGd m3Bw== 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:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=xnCsA6V9nQsawIq1tE+FaIixfYCnaIW0lo4C6ntT+Gs=; b=Yrj5NO87RMynyk6D8HdVZZl3INAU5GKPChHENP7WG2+THNiRgTrn25BojwfD/PCj/S Q3giSkUp8Kd6UhunXlLb9PA1EpF01xl5BD0oA8w/TjaodjgHjcSH4cSXB2vmRodeknTT XVWdg+Rcsw+vnk6U1zHx2n/PxaeVzULTh0Uq9A+KqZrqS8dUuR/LkgqfHjrMzlfxF2RR dQCrwe/lx/MtwkoH22uTqqXYMtGSiagDT84cO5YH1Nf6J4R/eeZvMJbvXNnUXlpIQXCX 73cbNH1o1KByLYJ6VW0cRDIsWK++rcaX7reSYFpFUQNTOsFEclWVZT8CLCy8XN6wIwUf s8+Q== 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 c20si20276331pfn.256.2019.05.20.14.55.37; Mon, 20 May 2019 14:55:52 -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 S1726888AbfETVyZ (ORCPT + 99 others); Mon, 20 May 2019 17:54:25 -0400 Received: from ms.lwn.net ([45.79.88.28]:36360 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725810AbfETVyY (ORCPT ); Mon, 20 May 2019 17:54:24 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 23E726A2; Mon, 20 May 2019 21:54:24 +0000 (UTC) Date: Mon, 20 May 2019 15:54:23 -0600 From: Jonathan Corbet To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List , Sven Eckelmann Subject: Re: linux-next: Fixes tag needs some work in the jc_docs tree Message-ID: <20190520155423.2ad5d16a@lwn.net> In-Reply-To: <20190521074435.7a277fd6@canb.auug.org.au> References: <20190521074435.7a277fd6@canb.auug.org.au> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 21 May 2019 07:44:35 +1000 Stephen Rothwell wrote: > In commit > > 9eaa65e8aad5 ("scripts/spdxcheck.py: Add dual license subdirectory") > > Fixes tag > > Fixes: 99871f2f9a4d ("scripts/spdxcheck.py: Fix path to deprecated licenses") > > has these problem(s): > > - Target SHA1 does not exist > > Did you mean > > Fixes: e6d319f68d4d ("scripts/spdxcheck.py: Fix path to deprecated licenses") Argh, sorry, I should have caught that. Fixed, thanks. jon