~enr0n/ubuntu/+source/systemd:ubuntu-kinetic

Last commit made on 2023-03-20
Get this branch:
git clone -b ubuntu-kinetic https://git.launchpad.net/~enr0n/ubuntu/+source/systemd
Only Nick Rosbrook can upload to this branch. If you are Nick Rosbrook please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu-kinetic
Repository:
lp:~enr0n/ubuntu/+source/systemd

Recent commits

6b2e008... by Nick Rosbrook

Release systemd 251.4-1ubuntu7.3

9e88533... by Nick Rosbrook

Update changelog

deb435f... by Nick Rosbrook

udev: gracefully handle rename failures (LP: #2002445)

These patches are follow-on to commit ffb1e85fdd3f0fe9b158b28a95cfa6d241fcbe70
("udev: avoid NIC renaming race with kernel (LP: #2002445)"). With the
previous patches, the error from the kernel is handled gracefully and
the would-have-been new name is kept as an alternative name. However,
udev did not previously have logic to undo the other changes made to
device properties.

These patches complete the handling of rename failues by adding logic to
restore syspath and properties on rename failure, including but not
limited to the case where the kernel will not allow the device rename.

This consists of the following upstream commits:

 * core/device: ignore failed uevents
 * sd-device: introduce device_get_property_int()
 * udev: restore syspath and properties on failure
 * sd-device: make device_set_syspath() clear sysname and sysnum

Gbp-Dch: Short

74ae8a9... by Nick Rosbrook

Release systemd 251.4-1ubuntu7.2

29f1e8b... by Nick Rosbrook

Update changelog

ffb1e85... by Nick Rosbrook

udev: avoid NIC renaming race with kernel (LP: #2002445)

This consists of the following upstream commits:

 * sd-netlink: add a test for rtnl_set_link_name()
 * udev: attempt device rename even if interface is up
 * sd-netlink: restore altname on error in rtnl_set_link_name
 * sd-netlink: do not swap old name and alternative name
 * udev/net: allow new link name as an altname before renaming happens

Gbp-Dch: Short

751bac5... by Nick Rosbrook

network/dhcp4: accept local subnet routes from DHCP (LP: #2004478)

4e1bee2... by Nishit Majithia

Import Debian changes 251.4-1ubuntu7.1

systemd (251.4-1ubuntu7.1) kinetic-security; urgency=medium
.
  * SECURITY UPDATE: information leak vulnerability in systemd-coredump
    - debian/patches/CVE-2022-4415.patch: do not allow user to access
      coredumps with changed uid/gid/capabilities
    - CVE-2022-4415
  * SECURITY UPDATE: DoS vulnerability in systemd-coredump
    - debian/patches/backport-for-CVE-2022-45873.patch: allow
      json_variant_dump() to return an error
    - debian/patches/CVE-2022-45873.patch: avoid deadlock when passing
      processed backtrace data
    - CVE-2022-45873

05c129f... by Nick Rosbrook

Release systemd 251.4-1ubuntu7

320f136... by Nick Rosbrook

Update changelog