From: Zbigniew Jędrzejewski-Szmek Date: Thu, 25 Jan 2018 09:24:35 +0000 (+0100) Subject: Merge pull request #7915 from poettering/pids-max-tweak X-Git-Tag: v237~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f26f5b60d08a846655ef8da620d4b870ad0bb2e9;p=thirdparty%2Fsystemd.git Merge pull request #7915 from poettering/pids-max-tweak --- f26f5b60d08a846655ef8da620d4b870ad0bb2e9 diff --cc TODO index a7b32bd7954,772fd83be6b..1427ef0faf4 --- a/TODO +++ b/TODO @@@ -39,10 -37,15 +39,19 @@@ Features * add bpf-based implementation of devices cgroup controller logic for compat with cgroupsv2 as supported by newest kernel +* introduce sd_id128_get_boot_app_specific() which is like + sd_id128_get_machine_app_specific(). After all on long-running systems both + IDs have similar properties. + + * emulate properties of the root cgroup on controllers that don't support such + properties natively on cpu/io/memory, the way we already do it for + "pids". Also, add the same logic to cgtop. + + * set TasksAccounting=1 on the root slice if we are running on the root cgroup, + and similar for the others, as soon as we emulate them properly. After all, + Linux keeps these system-wide stats anyway, and it costs nothing to expose + them. + * sd-bus: add vtable flag, that may be used to request client creds implicitly and asynchronously before dispatching the operation