From 25e33390032a4d0ddd590add54004803235b7ae2 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sat, 13 Mar 2021 14:04:47 +0100 Subject: [PATCH] rediff patches --- linux-libc-headers-wrr.patch | 2 +- vserver.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-libc-headers-wrr.patch b/linux-libc-headers-wrr.patch index 51c0860..6ef1307 100644 --- a/linux-libc-headers-wrr.patch +++ b/linux-libc-headers-wrr.patch @@ -14,7 +14,7 @@ */ @@ -959,4 +964,96 @@ - #define TCA_CBS_MAX (__TCA_CBS_MAX - 1) + #define TCA_ETS_MAX (__TCA_ETS_MAX - 1) +/* WRR section */ + diff --git a/vserver.patch b/vserver.patch index 2200f01..fb59775 100644 --- a/vserver.patch +++ b/vserver.patch @@ -2,7 +2,7 @@ +++ linux-3.7/include/uapi/linux/capability.h 2011-01-19 19:07:14.046959978 +0100 @@ -356,7 +356,12 @@ - #define CAP_LAST_CAP CAP_SYSLOG + #define CAP_LAST_CAP CAP_CHECKPOINT_RESTORE -#define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP) +/* Allow context manipulations */ -- 2.44.0