From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1D6821A6819; Mon, 30 Mar 2026 05:50:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774849858; cv=none; b=iVFym1ysFJSQy0GAYm2K4PCYOgBkKckgyFPC32rmMJjIQ2klkSt8Q13CcAana+TYzG4di4uWuMis/xqGXJq6bq3FUG0c3yVzge/PoduIOu3ehoJ/gXd6qPv1npuXAXBgjfXmJUAe1XQ3OZPYyIJlmXF8mSrtlKFBuJac7dRSdCA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774849858; c=relaxed/simple; bh=0CNVspFX398z0tBDyFBsx/45mT4EZOZvdGOm0AnmusY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GSr2FrlLDFzjmEocKwJ7YNxf2BPwXNrhYDc3mrDKZbR+gNlgAcqgjeN7gn7lrtId1n3rKvzNJEfGnZdKsJOpEjkNmDkqca/L3dTTT8hBeDYdrYVAqjlwybjYecYpXPIErcLiWU3XMvO/kgIep36gJVgJ6G+Ra+wfZuWlQebI1MM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=s+jgtszH; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="s+jgtszH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E51F3C4CEF7; Mon, 30 Mar 2026 05:50:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774849857; bh=0CNVspFX398z0tBDyFBsx/45mT4EZOZvdGOm0AnmusY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=s+jgtszHjQ6zWAWUcyolrn1/k6wihW69T94rgpGSLyEDI37YjKoU75ma9QL5ODO+u m38JguODwpSzRI0AFcnRRq5JJinH7W0VxrbdgRELuHefCcApKBIsYBiokUr3gdzhTk kU/gt/MVuXzBH2BEAU/44u//6RpywxqMXgpiZiLJt1OOu3FA1dWI2ihbQwDUdYPEHq Qa9w66WmWFDxRasA/cLizaEJUGs0MfG8Rb9wDZRtwzc/W2O9tXfMmn8724Efu1NoCA 6QUMst3KM5eOs48/i8eRx4LZPbZtBCMFaitDzb07G50WhoVVyb4uWWJ0Sh0Ayl/qxB vIQXu2x9iC42g== Date: Mon, 30 Mar 2026 07:50:53 +0200 From: Nathan Chancellor To: Greg KH Cc: Luis Augenstein , nsc@kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, kstewart@linuxfoundation.org, maximilian.huber@tngtech.com Subject: Re: [PATCH v4 00/15] add SPDX SBOM generation script Message-ID: <20260330055053.GD879042@ax162> References: <20260210205424.11195-1-luis.augenstein@tngtech.com> <2026032913-unable-marbling-473f@gregkh> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2026032913-unable-marbling-473f@gregkh> On Sun, Mar 29, 2026 at 08:29:12AM +0200, Greg KH wrote: > Nathan and Nicolas, any objection from me taking this through my > char/misc tree, or is there something remaining to be done here that > would require another respin, or do you want to take it through the > kbuild tree? I don't have any objection to you taking this through char/misc but I do have some comments on the kbuild integration that will likely require a respin. I will try to get those out today. Cheers, Nathan