From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pg1-f174.google.com (mail-pg1-f174.google.com [209.85.215.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B4EA7110E for ; Sat, 13 May 2023 09:25:11 +0000 (UTC) Received: by mail-pg1-f174.google.com with SMTP id 41be03b00d2f7-53033a0b473so4824064a12.0 for ; Sat, 13 May 2023 02:25:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1683969911; x=1686561911; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=SlCH0G2m8kRJpvkxVEbC2XIL/mZruz0Jkv7EOy6aMxk=; b=fhQmRZtAHOH36wyJU2rlLs/w4OhknwgCOTsAGH2bgx5fytY08pzzIFphrFGUASWOq4 OJdOATuTGchZKM4Uo+PM0gi4v5ssEvxQhbP9KKE13C8v98wtMD+0EMeZmXHJisssn9sc 7wGGpl0vvH/oFaYAgkHUwbLvVLaE0veCNt8KAH1NSlY0Ed94HnOpf02KjqHMKTPNVWsf lMUUQdgfMZhaDM5dvZ4gH8K/KW3Wyksje5KN4bUk6rttnH8+qeZslb3Bvhz7270CMq2l WdoKImJ+rRYO0op8mHBawLeEcMBCh9GypjQC/Wdr3VxZSQh9TBvdN/qnGyyB1EcUBmob 2ZRQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683969911; x=1686561911; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=SlCH0G2m8kRJpvkxVEbC2XIL/mZruz0Jkv7EOy6aMxk=; b=ZEVMUswcRBo3VLqFru/pFaRnIykJK9mjm62SAIXTf/fY0vSX9ODhYut0dX5NO6Z1Sl 5B3mbdb5U6u4B5kYRv0wPrxWpVm1IOmV208rYVOwzTerfzC909KJwrMAcmesPiYe7URs FFsBzMFL3af/WY83biqdhTcyB2wDhpAWCcS1ab5rCdRzGcXUqFM3Cr/EW0LJabp43Oeg UXDHNydhb7cXBa/5M2+9g2U0yr/OoWaHKGUHdRq9lqUiDmG3Y3h2tDsORc3Jjk0ytbC5 C3Vj0tNXtVbncwcksEaEbnN37QdZk9FNwP8mtjQBb+kMUxJZ5jMRKM1kmWvfDlAXSwlk NOFw== X-Gm-Message-State: AC+VfDzAq56Et3WgnwXHoXwPwPxyOIdFuDyLFXzekqAm/DuQLsX4gvRA sywkcSdnnp7Gw6jXHU6KySI= X-Google-Smtp-Source: ACHHUZ7LknF76h0kIjVXmGlmqNXZ+WVcST0A5b/F7jca+bKv9M+VoFiYWPkLa51Ng/PS0qu7yYpFQg== X-Received: by 2002:a17:903:338e:b0:1a9:8ba4:d0d3 with SMTP id kb14-20020a170903338e00b001a98ba4d0d3mr24277429plb.8.1683969911004; Sat, 13 May 2023 02:25:11 -0700 (PDT) Received: from [192.168.43.80] (subs02-180-214-232-69.three.co.id. [180.214.232.69]) by smtp.gmail.com with ESMTPSA id d13-20020a170902728d00b001a217a7a11csm6335741pll.131.2023.05.13.02.25.03 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 13 May 2023 02:25:10 -0700 (PDT) Message-ID: Date: Sat, 13 May 2023 16:25:01 +0700 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH v2 00/10] Treewide GPL SPDX conversion and cleanup (in response to Didi's GPL full name fixes) Content-Language: en-US To: Greg Kroah-Hartman Cc: Linux SPDX Licenses , Linux DRI Development , Linux Kernel Mailing List , Linux Networking , Linux ARM , Linux Staging Drivers , Linux Watchdog Devices , Linux Kernel Actions , Diederik de Haas , Kate Stewart , Philippe Ombredanne , Thomas Gleixner , David Airlie , Karsten Keil , Jay Vosburgh , Andy Gospodarek , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Sam Creasey , Dominik Brodowski , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Wim Van Sebroeck , Guenter Roeck , Jan Kara , =?UTF-8?Q?Andreas_F=c3=a4rber?= , Manivannan Sadhasivam References: <20230512100620.36807-1-bagasdotme@gmail.com> <2023051243-bunch-goliath-7380@gregkh> From: Bagas Sanjaya In-Reply-To: <2023051243-bunch-goliath-7380@gregkh> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 5/12/23 18:23, Greg Kroah-Hartman wrote: > I'm glad to take these types of changes through the SPDX tree, but > please break them up into smaller changes that show the justification > for each type of change in each subsystem, so that we can evaluate them > on an individual basis. As you did here, you are lumping things > together only by the existance of the file in the tree, not by the > logical type of change happening, which isn't ok. > > Also, you can send them as subsystem-specific series, so as to not have > to cross-post all of the changes all over the place. I doubt the drm > developers care about ethernet driver license issues :) > OK, thanks! -- An old man doll... just what I always wanted! - Clara