Merge ~enr0n/ubuntu/+source/systemd:ubuntu-kinetic into ~ubuntu-core-dev/ubuntu/+source/systemd:ubuntu-kinetic
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Merged at revision: | 6b2e008ecdea47dd8cc6fdadddf42a8199c51def | ||||
| Proposed branch: | ~enr0n/ubuntu/+source/systemd:ubuntu-kinetic | ||||
| Merge into: | ~ubuntu-core-dev/ubuntu/+source/systemd:ubuntu-kinetic | ||||
| Diff against target: |
363 lines (+323/-0) 6 files modified
debian/changelog (+12/-0) debian/patches/lp2002445/core-device-ignore-failed-uevents.patch (+43/-0) debian/patches/lp2002445/sd-device-introduce-device_get_property_int.patch (+56/-0) debian/patches/lp2002445/sd-device-make-device_set_syspath-clear-sysname-and-sysnu.patch (+45/-0) debian/patches/lp2002445/udev-restore-syspath-and-properties-on-failure.patch (+163/-0) debian/patches/series (+4/-0) |
||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Lukas Märdian | Approve | ||
|
Review via email:
|
|||
Description of the change
The fix for LP: #2002445 is incomplete without these patches. In particular, udev needs to properly clean up modified device properties after failed renaming attempts. The full upstream PR is here: https:/
Only the necessary commits from that PR are backported here.
PPA: https:/
autopkgtest:
systemd 251.4-1ubuntu7.
systemd 251.4-1ubuntu7.
systemd 251.4-1ubuntu7.
systemd 251.4-1ubuntu7.
These failures are due to LP: #2009859, and the failing tests will not be considered regressions. The s390x test got lost or wasn't triggered correctly.

Thanks, refreshed/ backported patches lgtm.
praise: I really like how you provide full context in the commit messages and merge-proposal (test-builds, autopkgtest logs + explanation). Kudos!