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=-7.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, 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 14171C04A6B for ; Wed, 8 May 2019 10:09:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CF5C0214C6 for ; Wed, 8 May 2019 10:09:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557310146; bh=Rme+DJTsSFnLvSh8S6m0SdUnAcr17PUQqUWJ0FqQ+0o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=g2Gu7/NDxkmV+hZQxC6QZeW89ZpnTYM6MR6Gvh9le6EG4W7tQj+41azUVBbBD5E5c mOPMtoRPQY6nDw4vZ2jaVp8VuD8Ty7Nl7NTDWQMpZRZvet8MXGKi9eLR40bYtrM4/m S3aFQ+RwQrpu9sZJsmyqdYTe6E/nx8kbaU/sDP3U= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726701AbfEHKJG (ORCPT ); Wed, 8 May 2019 06:09:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:34134 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726163AbfEHKJG (ORCPT ); Wed, 8 May 2019 06:09:06 -0400 Received: from localhost (unknown [84.241.196.96]) (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 8D23720578; Wed, 8 May 2019 10:09:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557310146; bh=Rme+DJTsSFnLvSh8S6m0SdUnAcr17PUQqUWJ0FqQ+0o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jLrjgESn3zdPA/X67C8aY1jzQmr7wqj6pGHE2in5+jEVXWxPHtS38OPOWTfVq83ev 6AsQCtgnA8/wZlQCJRB6HD9TtCsXWZavslDsHgoHHWAa8fUnCqeF3pawB/jJy3XPIZ jJfm1Ipt5rNHHICrwtKaY+TS1f9hRsgdTyLsgCR4= Date: Wed, 8 May 2019 12:09:03 +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: <20190508100903.GB11287@kroah.com> References: <20190507121952.495564307@linutronix.de> <20190507141746.GA28384@kroah.com> <20190507181435.GB13061@kroah.com> <20190507185816.GC17205@kroah.com> <20190508064608.GC21796@kroah.com> <20190508095139.GE6996@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190508095139.GE6996@kroah.com> 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 Wed, May 08, 2019 at 11:51:39AM +0200, Greg KH wrote: > On Wed, May 08, 2019 at 11:26:34AM +0200, Thomas Gleixner wrote: > > On Wed, 8 May 2019, Greg KH wrote: > > > On Wed, May 08, 2019 at 08:25:51AM +0200, Thomas Gleixner wrote: > > > > Apropos changelog. You said they need some care. If you check out the utils > > > > repo, there are templates in the step2/3 directories and the subdirectories > > > > of step1. If you could work on them that would be appreciated. > > > > > > What repo are you referring to? Did I miss a link somewhere? > > > > In the let the fun begin mail: > > > > git://git.kernel.org/pub/scm/utils/spdx/spdx-utils > > Ah, sorry, I missed that. > > It uses 'scancode', but I've lost the link to that repo. Nevermind, that was in the intro email as well...