summaryrefslogtreecommitdiff
path: root/debian/patches/series
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/series')
-rw-r--r--debian/patches/series4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..888c622
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,4 @@
+02-fix-xcscope-el-typo.patch
+03-fix-ocs-bashisms.patch
+04-fix-manpage-warning.patch
+debian-changes-15.7a-3.1
One for such that are directly pinned to a cgroup, and one for such that are effective for it. To illustrate the logic behind that, assume the following example cgroup hierarchy. A - B - C \ D - E If only B has a program attached, it will be effective for B, C, D and E. If D then attaches a program itself, that will be effective for both D and E, and the program in B will only affect B and C. Only one program of a given type is effective for a cgroup. Attaching and detaching programs will be done through the bpf(2) syscall. For now, ingress and egress inet socket filtering are the only supported use-cases. Signed-off-by: Daniel Mack <daniel@zonque.org> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'init')