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 DB03836165D; Tue, 17 Feb 2026 14:28:34 +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=1771338514; cv=none; b=INgUo78LLgvLckYx0wIIWKCkCRZObXRd3nZPU2igA1uqAUwuSzrGBvKHkhTB0X3ONb54MIMs69ImH0Ua9btrCgN0Zout2LhKYSF+k0UZFUh39hEI7Z18d9euu88xlrL8Bh2/Blah42dBdN9pu5ysU15BrxicYmT+uqPNzB5vNCc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771338514; c=relaxed/simple; bh=0hjhAMc4gMVt6r/LxdJwQh8O6GhocGTI7ou1i1u1GI0=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=FJtpoS/tF78P9ALfK0VHUZ4x7fY9w9EayVAyVrKm3e6B+BTFVTDRBUTrjA/Hc5b2WRwDICSOOmL1qx1o7mT7yGbk/zU7ZMihrjvexcmHd6qvfA67INB09stDrp9IeYtuk11NWYO0pnVUd7Csa3cQiUUB3NrX9ezx4mozsgDnv84= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=OmK9jZC5; 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="OmK9jZC5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3ACF9C4CEF7; Tue, 17 Feb 2026 14:28:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1771338514; bh=0hjhAMc4gMVt6r/LxdJwQh8O6GhocGTI7ou1i1u1GI0=; h=Date:From:To:Cc:Subject:From; b=OmK9jZC5i8zsHjog4jaIjUICnVHOA1P1dOY85OF50cWvbvF8oCPtR0YUH00+lVUlp 7RSZiasfUIttZv5L7y/fxd7juJUcAHGqgx4rbDlaxZ/btB+gunC98/RJsn/pAIrX5s OLZR9edcyJvt9TL9ZvaT0sIv4gzl5v/bvc0fsD/g= Date: Tue, 17 Feb 2026 15:28:30 +0100 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.0-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 0f61b1860cc3f52aef9036d7235ed1f017632193: Linux 6.19-rc5 (2026-01-11 17:03:14 -1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx.git tags/spdx-7.0-rc1 for you to fetch changes up to c86d39d6805474ab879c00ca6b938c6dd7e4d33f: kernel: debug: Add SPDX license ids to kdb files (2026-01-27 15:57:20 +0100) ---------------------------------------------------------------- SPDX updates for 7.0-rc1 Here are two small changes that add some missing SPDX license lines to some core kernel files. These are: - adding SPDX license lines to kdb files - adding SPDX license lines to the remaining kernel/ files Both of these have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Tim Bird (2): kernel: add SPDX-License-Identifier lines kernel: debug: Add SPDX license ids to kdb files include/linux/kdb.h | 5 +---- include/linux/kgdb.h | 4 +--- kernel/cpu.c | 3 +-- kernel/debug/debug_core.h | 5 +---- kernel/debug/kdb/kdb_bp.c | 5 +---- kernel/debug/kdb/kdb_bt.c | 5 +---- kernel/debug/kdb/kdb_debugger.c | 1 + kernel/debug/kdb/kdb_io.c | 5 +---- kernel/debug/kdb/kdb_keyboard.c | 4 +--- kernel/debug/kdb/kdb_main.c | 5 +---- kernel/debug/kdb/kdb_private.h | 1 + kernel/debug/kdb/kdb_support.c | 5 +---- kernel/relay.c | 3 +-- 13 files changed, 13 insertions(+), 38 deletions(-)