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 95605264623; Mon, 28 Jul 2025 15:07:23 +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=1753715243; cv=none; b=lJ4sAbhG79SrKajDCLBBFAZ2gGJFFZEmo7SD7+5g4JlI4DuB046C2qTUHZtesuM+cPEfswzWsgmxFkdOpvjih629TDbs7NwqmL6AevhAK04KQSDQCZPnylRr6af3qY54/PrT19rBaxQUnmM1y0D3ZTlI6h/VXK0KX+w+OIwjV7M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753715243; c=relaxed/simple; bh=6sh5fL/6H+RTNu7ilK9pLypQK0pDUnrA/A6mqFLr4jk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=StWKJilNBmeLQTOXn5EPyVEDbAKRw9Fm1qX3e3sdL7QrFigY3wpChhnG3Rrn6eLa7SJFhOhosLX7o256h1FLUy0/qFk9Sj8YlnTxVKx42N252hxMJBHi6lMQd8rtN1vCC1l+3xnqyqIGh29gcgFIgwFe9AM3jrk1XNlX4mML+bE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=kuFfL7aD; 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="kuFfL7aD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8D889C4CEE7; Mon, 28 Jul 2025 15:07:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1753715243; bh=6sh5fL/6H+RTNu7ilK9pLypQK0pDUnrA/A6mqFLr4jk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kuFfL7aDkmfSdapYu0Y/RGXFD4eAFvv9tlzdqknq7QjMmeynoLrfPXKgN/hft9HHm 4oqXMI+ceBNorHmnn0+RcKDpZeWT+SoCy2uMnyf16JSFWy2bE7GrDuV+tQRmbP7nnN fh/ZErfxA4wtM+e6zxfz+U7iZMmMj191ITUTdD6A= Date: Mon, 28 Jul 2025 17:07:20 +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: <2025072843-browbeat-rocket-c549@gregkh> References: <20250728141540.296816-1-thuth@redhat.com> Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Mon, Jul 28, 2025 at 02:59:26PM +0000, Marc-Etienne Vargenau (Nokia) wrote: > Hello, > > That should be: > // SPDX-License-Identifier: LGPL-2.1-or-later > not > // SPDX-License-Identifier: LGPL-2.1+ > > « LGPL-2.1+ » is deprecated > https://spdx.org/licenses/LGPL-2.1+.html The kernel does not differenciate between the two at this point in time, sorry. Either is fine for now. Only AFTER we actually tag all files in the tree will we worry about silly things like this. thanks, greg k-h