Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 263

Based on 1 normalized pattern(s):

this software may be redistributed and or modified under the terms
of the gnu general public license gpl version 2 only as published by
the free software foundation

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 1 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190529141333.676969322@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
1439f94c 12eb90f1

+1 -4
+1 -4
mm/memory-failure.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008, 2009 Intel Corporation 3 4 * Authors: Andi Kleen, Fengguang Wu 4 - * 5 - * This software may be redistributed and/or modified under the terms of 6 - * the GNU General Public License ("GPL") version 2 only as published by the 7 - * Free Software Foundation. 8 5 * 9 6 * High level machine check handler. Handles pages reported by the 10 7 * hardware as being corrupted usually due to a multi-bit ECC memory or cache