Skip to content

Commit f513348

Browse files
committed
doc: update ChangeLog for upcoming v4.15
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 820b9a7 commit f513348

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

doc/ChangeLog.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,32 @@ All relevant changes are documented in this file.
77
---------------------
88

99
### Changes
10+
- Change default reboot to SOC reset from WDT reset, issue #460
11+
- Bump required versions of libite (v2.6.2) and libuev (v2.4.1)
1012
- Allow longer service identifiers (`:id`), up to 64 characters
1113
- Allow skipping bootstrap wait (180 sec) with Ctrl-C
12-
- Change default reboot to SOC reset from WDT reset, issue #460
13-
- Unlock `initctl` commands start/stop/restart/reload service during
14-
bootstrap, shutdown, and reboot. Also, allow `initctl reload` in
15-
bootstrap. This makes it possible to start manual:yes type services
16-
at botostrap, for example, which has been a common feature request.
14+
- Unlock `initctl` commands start/stop/restart/reload service during bootstrap,
15+
shutdown, and reboot. Also, allow `initctl reload` in bootstrap. This makes
16+
it possible to start manual:yes type services at botostrap, for example, which
17+
has been a common feature request
18+
- Add support for `clone3()` syscall with atomic cgroup assignment, from Linux
19+
kernel 5.3+. Eliminates race conditions where forked processes (e.g., logger
20+
processes) ended up in wrong cgroups. Falls back to `fork()` on older kernels
21+
- Add support for cgroup delegation, useful for, e.g., container runtimes
22+
creating sub-groups for the container instance's processes
23+
- Add cgroup leaf name override: `cgroup.system,name:udevd` allows using
24+
descriptive names like `/system/udevd/` instead of filename derived names
25+
like `/system/10-hotplug/`. Syntax supports combining with other options:
26+
`cgroup.system,name:foo,delegate,cpu.max:10000`
1727

1828
### Fixes
1929
- Fix #453: RTC plugin fixes by Ming Liu, Atlas Copco
2030
- Fix #455: ANSI escape sequences logged by tools using glib logging,
2131
caused by use of PTY instead of pipe for stdout/stderr redirection
32+
- getty: fix terminal scrollback issues after login on console TTY. Mouse
33+
scroll wheel and Shift+PgUp/PgDn sometimes would not work properly
34+
- Fix flickering and artifacts in `initctl top`
35+
- Fix file descriptor leak in `initctl top`
2236
- Ensure mount/unmount skips `noauto` entries
2337

2438

0 commit comments

Comments
 (0)