File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
+ # SPDX-License-Identifier: GPL-2.0-only
2
3
# ----------------------------------------------------------------------
3
4
# extract-vmlinux - Extract uncompressed vmlinux from a kernel image
4
5
#
7
8
#
8
9
# (c) 2011 Corentin Chary <corentin.chary@gmail.com>
9
10
#
10
- # Licensed under the GNU General Public License, version 2 (GPLv2).
11
11
# ----------------------------------------------------------------------
12
12
13
13
check_vmlinux ()
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* recordmcount.c: construct a table of the locations of calls to 'mcount'
3
4
* so that ftrace can find them quickly.
4
5
* Copyright 2009 John F. Reiser <jreiser@BitWagon.com>. All rights reserved.
5
- * Licensed under the GNU General Public License, version 2 (GPLv2).
6
6
*
7
7
* Restructured to fit Linux format, as well as other updates:
8
8
* Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: GPL-2.0-only */
1
2
/*
2
3
* recordmcount.h
3
4
*
15
16
*
16
17
* This conversion to macros was done by:
17
18
* Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
18
- *
19
- * Licensed under the GNU General Public License, version 2 (GPLv2).
20
19
*/
21
20
#undef append_func
22
21
#undef is_fake_mcount
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* sortextable.c: Sort the kernel's exception table
3
4
*
6
7
* Based on code taken from recortmcount.c which is:
7
8
*
8
9
* Copyright 2009 John F. Reiser <jreiser@BitWagon.com>. All rights reserved.
9
- * Licensed under the GNU General Public License, version 2 (GPLv2).
10
10
*
11
11
* Restructured to fit Linux format, as well as other updates:
12
12
* Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: GPL-2.0-only */
1
2
/*
2
3
* sortextable.h
3
4
*
7
8
*
8
9
* Copyright 2009 John F. Reiser <jreiser@BitWagon.com>. All rights reserved.
9
10
* Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
10
- *
11
- *
12
- * Licensed under the GNU General Public License, version 2 (GPLv2).
13
11
*/
14
12
15
13
#undef extable_ent_size
You can’t perform that action at this time.
0 commit comments