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 <[email protected]>

----------------------------------------------------------------
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(-)

Reply via email to