aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/bpf/cgroup.c5
-rw-r--r--kernel/bpf/lpm_trie.c5
-rw-r--r--kernel/cgroup/pids.c5
-rw-r--r--kernel/cgroup/rdma.c5
4 files changed, 4 insertions, 16 deletions
diff --git a/kernel/bpf/cgroup.c b/kernel/bpf/cgroup.c
index fcde0f7b2585..92a7d0cf8d13 100644
--- a/kernel/bpf/cgroup.c
+++ b/kernel/bpf/cgroup.c
@@ -1,11 +1,8 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Functions to manage eBPF programs attached to cgroups 3 * Functions to manage eBPF programs attached to cgroups
3 * 4 *
4 * Copyright (c) 2016 Daniel Mack 5 * Copyright (c) 2016 Daniel Mack
5 *
6 * This file is subject to the terms and conditions of version 2 of the GNU
7 * General Public License. See the file COPYING in the main directory of the
8 * Linux distribution for more details.
9 */ 6 */
10 7
11#include <linux/kernel.h> 8#include <linux/kernel.h>
diff --git a/kernel/bpf/lpm_trie.c b/kernel/bpf/lpm_trie.c
index e61630c2e50b..1647a3f763a7 100644
--- a/kernel/bpf/lpm_trie.c
+++ b/kernel/bpf/lpm_trie.c
@@ -1,12 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Longest prefix match list implementation 3 * Longest prefix match list implementation
3 * 4 *
4 * Copyright (c) 2016,2017 Daniel Mack 5 * Copyright (c) 2016,2017 Daniel Mack
5 * Copyright (c) 2016 David Herrmann 6 * Copyright (c) 2016 David Herrmann
6 *
7 * This file is subject to the terms and conditions of version 2 of the GNU
8 * General Public License. See the file COPYING in the main directory of the
9 * Linux distribution for more details.
10 */ 7 */
11 8
12#include <linux/bpf.h> 9#include <linux/bpf.h>
diff --git a/kernel/cgroup/pids.c b/kernel/cgroup/pids.c
index c9960baaa14f..8e513a573fe9 100644
--- a/kernel/cgroup/pids.c
+++ b/kernel/cgroup/pids.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Process number limiting controller for cgroups. 3 * Process number limiting controller for cgroups.
3 * 4 *
@@ -25,10 +26,6 @@
25 * a superset of parent/child/pids.current. 26 * a superset of parent/child/pids.current.
26 * 27 *
27 * Copyright (C) 2015 Aleksa Sarai <cyphar@cyphar.com> 28 * Copyright (C) 2015 Aleksa Sarai <cyphar@cyphar.com>
28 *
29 * This file is subject to the terms and conditions of version 2 of the GNU
30 * General Public License. See the file COPYING in the main directory of the
31 * Linux distribution for more details.
32 */ 29 */
33 30
34#include <linux/kernel.h> 31#include <linux/kernel.h>
diff --git a/kernel/cgroup/rdma.c b/kernel/cgroup/rdma.c
index 1d75ae7f1cb7..ae042c347c64 100644
--- a/kernel/cgroup/rdma.c
+++ b/kernel/cgroup/rdma.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * RDMA resource limiting controller for cgroups. 3 * RDMA resource limiting controller for cgroups.
3 * 4 *
@@ -5,10 +6,6 @@
5 * additional RDMA resources after a certain limit is reached. 6 * additional RDMA resources after a certain limit is reached.
6 * 7 *
7 * Copyright (C) 2016 Parav Pandit <pandit.parav@gmail.com> 8 * Copyright (C) 2016 Parav Pandit <pandit.parav@gmail.com>
8 *
9 * This file is subject to the terms and conditions of version 2 of the GNU
10 * General Public License. See the file COPYING in the main directory of the
11 * Linux distribution for more details.
12 */ 9 */
13 10
14#include <linux/bitops.h> 11#include <linux/bitops.h>