-
Wed Apr 01 2020 Kevin Lyons <kevin.x.lyons@oracle.com> - 219-73.0.1
- enable and start the pstore service [Orabug: 30950903]
- fix to generate the systemd-pstore.service file [Orabug: 30235241]
- Backport upstream patches for the new systemd-pstore tool [Orabug: 30235241]
- do not create utmp update symlinks for reboot and poweroff [Orabug: 27854896]
- OL7 udev rule for virtio net standby interface [Orabug: 28826743]
- fix _netdev is missing for iscsi entry in /etc/fstab [Orabug: 25897792] (tony.l.lam@oracle.com)
- set "RemoveIPC=no" in logind.conf as default for OL7.2 [22224874]
- allow dm remove ioctl to co-operate with UEK3 (Vaughan Cao) [Orabug: 18467469]
- add hv dynamic memory support (Jerry Snitselaar) [Orabug: 18621475]
-
Fri Nov 29 2019 Lukas Nykryn <lnykryn@redhat.com> - 219-73.1
- unit: fix potential use of cgroup_path after free() when freeing unit (#1760149)
-
Fri Oct 25 2019 Lukas Nykryn <lnykryn@redhat.com> - 219-73
- path: stop watching path specs once we triggered the target unit (#1641777)
-
Thu Oct 24 2019 Lukas Nykryn <lnykryn@redhat.com> - 219-72
- service: introduce protocol error type (#1733998)
- service: fix main processes exit behavior for type notify services (#1733998)
- service: go through stop_post on failure (#4770) (#1733998)
- Call getgroups() to know size of supplementary groups array to allocate (#1743230256 KB)
- udev: introduce CONST key name (#1748051)
-
Thu Oct 10 2019 Lukas Nykryn <lnykryn@redhat.com> - 219-71
- core: add a new unit_needs_console() call (#1524359)
- core: rework how we count the n_on_console counter (#1524359)
-
Fri Sep 27 2019 Lukas Nykryn <lnykryn@redhat.com> - 219-70
- add src/journal-remote/browse.html to index
-
Fri Sep 27 2019 Lukas Nykryn <lnykryn@redhat.com> - 219-70
- udev-rules: Add rule for /dev/kfd (#1659516)
- core: exclude .slice units from "systemctl isolate" (#1745199)
- udev/scsi_id: fix incorrect page length when get device identification VPD page (#1635945)
- core: when determining whether a process exit status is clean, consider whether it is a command or a daemon (#1560417)
- units: add Wants=initrd-cleanup.service to initrd-switch-root.target (#4345) (#1560417)
- units: make sure initrd-cleanup.service terminates before switching to rootfs (#1560417)
- core: tiny tweak for cgroup trimming during manager_free() (#1630378)
- process: an empty environment block should be returned as such (#1685648)
- core: make sure initrd-switch-root command survives PID1's killing spree (#4730) (#1754053)
- systemctl: always avoid being killed when doing switch-root (#1754053)
- units: drop KillMode= from initrd-switch-root.service (#1754053)
- systemctl: ignore SIGTERM after switch root (#1754053)
- units: restore Before dependencies for systemd-vconsole-setup.service (#1754053)
- core: reduce the number of stalled PIDs from the watched processes list when possible (#1501796)
- timedate: use gmtime_r() and localtime_r() (#1694605)
- sd-bus: stop using the result of an assignment as an operand of && (#1694605)
- journal-upload: add asserts that snprintf does not return an error (#1694605)
- analyze: actually select longest activated-time of services (#1694605)
- pid1: remove unnecessary error reassignment (#1694605)
- core: drop unnecessary condition (#1694605)
- import: drop unnecessary condition (#1694605)
- journal-verify: add comment and silence LGTM warning (#1694605)
- journal: drop redundant condition (#1694605)
- lldp: set correct state for processing (#1694605)
- sd-bus: fix implicit downcast of bitfield reported by LGTM (#1694605)
- tree-wide: use 'signed int' instead of 'int' for bit field variables (#1694605)
- machinectl: check correct FD for a return value (#1694605)
- shared/install: avoid overwriting 'r' counter with a partial result (#1694605)
- systemctl: set_put() can't return (-)EEXIST (#1694605)
- systemctl: remove dead check (#1694605)
- journal-gateway: explicitly declare local variables (#1694605)
- journal-gateway: use localStorage["cursor"] only when it has valid value (#1694605)
- lgtm: ignore files dropped in upstream (#1694605)
- lgtm: suppress several constant comparisons (#1694605)
-
Thu Aug 22 2019 Lukas Nykryn <lnykryn@redhat.com> - 219-69
- revert local changes made during backport of the test (#1726785)
- core: add a "Requires=" dependency between units and the slices they are located in (#1718953)
- core: rerun GC logic for a unit that loses a reference (#1718953)
- pid1: rename unit_check_gc to unit_may_gc (#1718953)
- pid1: include the source unit in UnitRef (#1718953)
- pid1: fix collection of cycles of units which reference one another (#1718953)
- pid1: free basic unit information at the very end, before freeing the unit (#1718953)
- pid1: properly remove references to the unit from gc queue during final cleanup (#1718953)
- core/timer: Prevent timer looping when unit cannot start (#1710302)
- service: relax PID file symlink chain checks a bit (#8133) (#1724420)
-
Wed Aug 07 2019 David Tardon <dtardon@redhat.com> - 219-68
- fix rpm -V failure on /var/log/journal (#1545372)
-
Fri Jul 12 2019 Lukas Nykryn <lnykryn@redhat.com> - 219-67.1
- return error value on failure (#1729226)
- revert local changes made during backport of the test (#1729226)
- core/timer: Prevent timer looping when unit cannot start (#1729230)
- core: add a "Requires=" dependency between units and the slices they are located in (#1729228)
- core: rerun GC logic for a unit that loses a reference (#1729228)
- pid1: rename unit_check_gc to unit_may_gc (#1729228)
- pid1: include the source unit in UnitRef (#1729228)
- pid1: fix collection of cycles of units which reference one another (#1729228)
- pid1: free basic unit information at the very end, before freeing the unit (#1729228)
- pid1: properly remove references to the unit from gc queue during final cleanup (#1729228)
- service: relax PID file symlink chain checks a bit (#8133) (#1729414)
- path-util: fix more path_is_mount e792e890f fallout (#1279231)