]> git.pld-linux.org Git - packages/linux-libc-headers.git/commitdiff
rediff patches
authorJan Palus <atler@pld-linux.org>
Sat, 13 Mar 2021 13:04:47 +0000 (14:04 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 13 Mar 2021 13:04:47 +0000 (14:04 +0100)
linux-libc-headers-wrr.patch
vserver.patch

index 51c086075d1c14fd3427f47599c7c92ccb53be1b..6ef1307da2868a00ec79b21eb3d1db965581a7e2 100644 (file)
@@ -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 */
 +
index 2200f01a4c0b84f3cf56a5e311b790e54c4d07fb..fb59775802d764e93e42a3133ba43c58fa5fa63a 100644 (file)
@@ -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 */
This page took 0.263342 seconds and 4 git commands to generate.