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.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,T_DKIMWL_WL_HIGH, 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 D1532C004C9 for ; Tue, 7 May 2019 14:17:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A3CFE20989 for ; Tue, 7 May 2019 14:17:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557238674; bh=lwjJqJDTs4rCIVO5DSgHGmciBIv2wE0SBZWWKI6i7cA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=SdDeP7oSWBEUDjg+zG+I1jNy9PHgJNAi9Z48hKig4ZxYd84FvP/080L8M7d1nUA7x PVXPY6SN5O4NFWkZ+gqm/mcT5csT9EcWmZ7KT9xAHWTyrA6CKNgmqw1sWqEnEItYx9 58I2M5XTrhhpVaIghnWqsHZIsEwekmL6dkgExlWs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726454AbfEGORy (ORCPT ); Tue, 7 May 2019 10:17:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:34970 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726414AbfEGORt (ORCPT ); Tue, 7 May 2019 10:17:49 -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 5B98D205ED; Tue, 7 May 2019 14:17:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557238668; bh=lwjJqJDTs4rCIVO5DSgHGmciBIv2wE0SBZWWKI6i7cA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=edneufqUq+niMPzE3UEN925b8FP/yynAyZbwvzmz1no4BLijgerd3ztNVexAQ0koM clOTBebSjMP0069HAdKV4cfAn6zyyINbDZPNuDjvQNPZAPTKDaIE9nAzfca7ra7a07 mo/5HFj7yLNR/TRN+nR8jctgjR3Of6zWZwizAyYk= Date: Tue, 7 May 2019 16:17:46 +0200 From: Greg KH To: Thomas Gleixner Cc: linux-spdx@vger.kernel.org Subject: Re: [patch 0/4] SPDX: First batch of patches Message-ID: <20190507141746.GA28384@kroah.com> References: <20190507121952.495564307@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190507121952.495564307@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 Tue, May 07, 2019 at 02:19:52PM +0200, Thomas Gleixner wrote: > Hi! > > As promised here are the first 4 automatically generated patches. Each > patch handles exactly one match pattern (rule). > > While reviewing the patch (actual code change) might be massively time > consuming, the quick and important part is to look at the patterns and > verify whether the license conclusion is correct. The tooling which > replaces exactly those patterns is pretty solid by now. But if you really > insists on looking at each individual file change, you're welcome. :) > > Note that some of the patterns contain obscure things like: > > [no]_[pad]_[ctrl] > > in the middle. This one is a clear copy and paste artifact which happens to > be in arch/arm/mach-imx/iomux-mx35.h: > > * of the License, or (at your option, NO_PAD_CTRL) any later version. > > Oh well..... What's the diffstat of all 4 of these patches? How many files are you fixing up here? thanks, greg k-h