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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_MUTT 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 AB7DBC04AAF for ; Tue, 21 May 2019 10:20:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 81B2D217D7 for ; Tue, 21 May 2019 10:20:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558434019; bh=Bj8p2DYy736zsahyL7YhO/jmkeX9fZ5pBhBgALTfBYE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=xw4xU41b7UAlsvUNsHOUFDhk6136sv8H48qTd3gljw+t3hABwG0vRAkpvRi1MNbdP jZR+OQkYLoOtYOdDB89kooaOCgcYp2jZ/6d3+4CMFJqpXWDCme5YrvlIvkEy41KkHg XbPBPZ7LImIoOahWbpHqEvFslLQRQ9yZ9pRM2Nms= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726138AbfEUKUT (ORCPT ); Tue, 21 May 2019 06:20:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:45442 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726448AbfEUKUT (ORCPT ); Tue, 21 May 2019 06:20:19 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 30A52217D4; Tue, 21 May 2019 10:20:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558434018; bh=Bj8p2DYy736zsahyL7YhO/jmkeX9fZ5pBhBgALTfBYE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LU66W1ErGl2MRNhYN+PVK5q1JMR8R5fVVvTs/pQ9mqOrCSxRRgji/jPbSSfwId2cx adoZBh+zKyUsQJBKibphnukavJQMheR3erYU5vNE+IoHK3SwWRhXNU2raaaTQpDK9+ bdMiu8Q8s73wl2UdDYh4k3NdjycGNMEgk8APm5dw= Date: Tue, 21 May 2019 12:20:16 +0200 From: Greg KH To: Thomas Gleixner Cc: linux-spdx@vger.kernel.org Subject: Re: [patch 00/25] First batch Message-ID: <20190521102016.GA13317@kroah.com> References: <20190519135130.462579320@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190519135130.462579320@linutronix.de> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Sun, May 19, 2019 at 03:51:30PM +0200, Thomas Gleixner wrote: > Folks, > > I was waiting for the reference data to show up, but I fear I'm going to > wait another $N years. So lets start to get over with it. > > The current batch is against the top Linus tree as of today in the morning. > > I've updated the spdx-utils repo with the latest tools and pushed out the > latest automated run to the linux-spdx repository. > > The patches follow all the same pattern: > > 1) Each patch contains a single match rule. > > 2) The changelog of each patch contains the normalized match pattern(s). > The normalization is done by removing comment markers, line breaks, > whitespace damage, uppercase, punctuation, brackets, hyphens and such. > > If there is more than one pattern in the changelog, then the secondary > ones have items in square brackets inside. These are either caused by > copy and paste errors, file wide search/replace errors or randomly > placed copyright notices, .e.g. [no]_[pad]_[ctrl] which is in the file > NO_PAD_CTRL. > > The random words like NO_PAD_CTRL are removed when the boiler plate is > patched out. The copyright notices are kept intact of course. > > 3) The changelog contains also the concluded SPDX license identifier. > > 4) After the Signed-off-by line there is an URL to the actual patch in the > linux-spdx repository as some of the patches are trimmed due to mailing > list size limits. > > 5) The diffstat > > 6) The actual patch (maybe trimmed due to size limits) > > Please review the following: > > 1) Confirm that the concluded SPDX license identifier matches the > pattern(s) > > 2) Spot check the actual patches (if you're masochistic check all) > > In case of disagreement, please holler. If you're happy with the outcome, > please reply with a: 'Reviewed-by: Your Name '. > > You can reply with 'Reviewed-by' to individual mails or to this cover > letter. In both cases we can pick up the reviewed tags automatically. If > you find a problem in only one patch, then you still can give a Reviewed-by > to the cover letter if you reply to the failing patch with an appropriate > comment and state in the cover letter reply: > > 'For the series except patch N/25:' > 'Reviewed-by: Your Name ' To let everyone know, I've queued this series up now and will forward them on to Linus in a bit after they pass some smoke-tests. thanks, greg k-h