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 CAA66274676; Mon, 28 Jul 2025 15:34:46 +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=1753716887; cv=none; b=s+4+ENU0R022YxUN0YkqPqY6L1dnzEQAan8oyGogm6zgbuxQ30kiCFtkpgF7OUFNoOL2RX9Q5jQiqWppUzXVRhuy4+79ZA7bvcLQaSnCkOtewfti/e6TjN0tZEUfk1rgb7Ui8+7/NDgcb0cdLw6DvRvwAU89JjS6necnwxPh5vE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753716887; c=relaxed/simple; bh=2xPBmRHeSoQvOWnAnsiNXsyXNpYv0Ly4lmJEuLMt6S4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZKodBf5qahwR3nVUSMsmoucDe1R00Nyz3K1GlR+tsWw4oPOwNCaEuu7OzN8/itVgfRliM8pfnS5EzzrCZmBPtChR8hxfvuBhHCxkPm6TyXYxV6u08ivtLugHI+7X9aTMFIlrphaa1bIxSf8kxrTrUHxRUFOzhbZzbSqj614+UiE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=NkpEyrt7; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="NkpEyrt7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ABDBDC4CEE7; Mon, 28 Jul 2025 15:34:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1753716886; bh=2xPBmRHeSoQvOWnAnsiNXsyXNpYv0Ly4lmJEuLMt6S4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NkpEyrt7JFeapc4gmZKoQ7bGbUNXx+sgazOY1wldwNPeXhWK+HNszrZsMzvO8v0hb gPPw3+8zI9us+gnpCgaz9fe9GHp8Ra1NYPtPGXwVaVYm2u2KCDq150IZpdbq3nPbRS TWFNrUgtNPIeCvUtjq7ufKNzTpRHL7OFbbRWPQ/Y= Date: Mon, 28 Jul 2025 17:34:43 +0200 From: Greg Kroah-Hartman To: "Marc-Etienne Vargenau (Nokia)" Cc: Thomas Huth , Sean Christopherson , Paolo Bonzini , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "x86@kernel.org" , "H. Peter Anvin" , "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-spdx@vger.kernel.org" Subject: Re: [PATCH] arch/x86/kvm/ioapic: Remove license boilerplate with bad FSF address Message-ID: <2025072806-swept-retype-4f7c@gregkh> References: <20250728141540.296816-1-thuth@redhat.com> <2025072843-browbeat-rocket-c549@gregkh> Precedence: bulk X-Mailing-List: linux-spdx@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Please don't top-post on kernel mailing lists. On Mon, Jul 28, 2025 at 03:19:51PM +0000, Marc-Etienne Vargenau (Nokia) wrote: > Hi Greg, > > I agree this is not major, but it means that for example Yocto creates invalid SPDX SBOMs that must be fixed before it can be used. Then Yocto already has that regex setup as the kernel has many such instances of this. > It’s better to use the correct syntax in the kernel. Again, either is fine for now, as per our documentation, don't add additional requirements for contributors that are not there at all. thanks, greg k-h