From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 396D6C04AAC for ; Mon, 20 May 2019 21:54:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 17482216B7 for ; Mon, 20 May 2019 21:54:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727031AbfETVyZ (ORCPT ); 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