summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-02-10 17:03:00 +0100
committerLennart Poettering <lennart@poettering.net>2016-02-10 17:03:00 +0100
commit926db6521b16f5fbf9c532142fd243ee6cea4ca8 (patch)
tree28e2251855f8423da5c779f3d7eb327ba1045550 /NEWS
parent688bb89de5de1d98284737e3c6e815c07a2d39c2 (diff)
parent50f48ad37aad99c54de4db34b07c3825cdedcf41 (diff)
Merge pull request #2574 from zonque/netclass-remove
cgroup: remove support for NetClass= directive
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index da26532840..fbc9942f27 100644
--- a/NEWS
+++ b/NEWS
@@ -130,6 +130,17 @@ CHANGES WITH 229:
initrd, this part of the logic remains in timesyncd, and is not done
by PID 1.
+ * Support for tweaking details in net_cls.class_id through the
+ NetClass= configuration directive has been removed, as the kernel
+ people have decided to deprecate that controller in cgroup v2.
+ Userspace tools such as nftables are moving over to setting rules
+ that are specific to the full cgroup path of a task, which obsoletes
+ these controllers anyway. The NetClass= directive is kept around for
+ legacy compatibility reasons. For a more in-depth description of the
+ kernel change, please refer to the respective upstream commit:
+
+ https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=bd1060a1d671
+
* A new service setting RuntimeMaxSec= has been added that may be used
to specify a maximum runtime for a service. If the timeout is hit, the
service is terminated and put into a failure state.