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 B075A326927; Fri, 24 Apr 2026 13:18:51 +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=1777036731; cv=none; b=Ine8rHJx/M3HzPCtoydZ7gIlwTa5dq1xeH5LplCrLCRsGsq7tZFM88lgMHlq+MtRzhgdIP2jGmZ3Q8+I3OYKsn54dD8YOIFe4gtxdC9iAQAGa9YznbfpXzXBopp3vKXKYScktZTLNiItjoBWnyN17t6srBA8DwHl9bwaWYF3L7M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777036731; c=relaxed/simple; bh=xX75TLLslVfiYo+CnKX5SFyJImrDPmCbEtz/LuBehPE=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=TsbjKzJqSXn7qENoU6dgerQ8fGfGyeyG2QQiC9H9WZU0gi2ONOakjxuFFb8hFufGH58zSz4aK6MbeXKiYT+q96JbOFEwwuqqtPZvqnZ0YjPrglryKT2eGrxCWtPmigwVV6MCJ0mRxAnGeX3aadsL3dzcYdWFPfMrUawNvLz42I8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=SK2DFr0m; 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="SK2DFr0m" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1DECEC19425; Fri, 24 Apr 2026 13:18:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1777036731; bh=xX75TLLslVfiYo+CnKX5SFyJImrDPmCbEtz/LuBehPE=; h=Date:From:To:Cc:Subject:From; b=SK2DFr0m0DlG28f/UwNp5UW3WfDAVsYSG+8MpU8mxuUSuYHyO/xt2lAH/d34UxlxQ a0xAuOSEAEIPr8wuvsAB+sGxYaoIQ2QahMeJHg5fmjzLpPuy/EVpiSI5xoSyLimOOy YsMkEMKOgX+Zo6PESe1vABhFhYFeD+clnbYREu10= Date: Fri, 24 Apr 2026 15:18:49 +0200 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: Thomas Gleixner , linux-kernel@vger.kernel.org, linux-spdx@vger.kernel.org Subject: [GIT PULL] SPDX updates for 7.1-rc1 Message-ID: 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 The following changes since commit f338e77383789c0cae23ca3d48adcc5e9e137e3c: Linux 7.0-rc4 (2026-03-15 13:52:05 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx.git tags/spdx-7.1-rc1 for you to fetch changes up to ebf1bafd090790704ba54c032de299fccd90a9da: LICENSES: Explicitly allow SPDX-FileCopyrightText (2026-03-20 11:42:50 +0100) ---------------------------------------------------------------- SPDX change for 7.1-rc1 Here is a single SPDX-like change for 7.1-rc1. It explicitly allows the use of SPDX-FileCopyrightText which has been used already in many files. At the same time, update checkpatch to catch any "non allowed" spdx identifiers as we don't want to go overboard here. This has been in linux-next for a long time with no reported problems. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Krzysztof Kozlowski (1): LICENSES: Explicitly allow SPDX-FileCopyrightText Documentation/process/license-rules.rst | 7 +++++-- scripts/checkpatch.pl | 8 ++++++++ 2 files changed, 13 insertions(+), 2 deletions(-)