+systemd (247-5) unstable; urgency=medium
+
+ KERNEL API INCOMPATIBILITY: Linux 4.14 introduced two new uevents
+ "bind" and "unbind" to the Linux device model. When this kernel
+ change was made, systemd-udevd was only minimally updated to handle
+ and propagate these new event types. The introduction of these new
+ uevents (which are typically generated for USB devices and devices
+ needing a firmware upload before being functional) resulted in a
+ number of issues which we so far didn't address. We hoped the kernel
+ maintainers would themselves address these issues in some form, but
+ that did not happen. To handle them properly, many (if not most) udev
+ rules files shipped in various packages need updating, and so do many
+ programs that monitor or enumerate devices with libudev or sd-device,
+ or otherwise process uevents. Please note that this incompatibility
+ is not fault of systemd or udev, but caused by an incompatible kernel
+ change that happened back in Linux 4.14, but is becoming more and
+ more visible as the new uevents are generated by more kernel drivers.
+
+ To learn more about the required udev rules changes please check the
+ "CHANGES WITH 247" section of /usr/share/doc/systemd/NEWS.gz.
+
+ -- Balint Reczey <rbalint@ubuntu.com> Fri, 11 Dec 2020 18:22:42 +0100
+
systemd (236-1) unstable; urgency=medium
DynamicUser=yes has been enabled for systemd-journal-upload.service and
-systemd (247-5) unstable; urgency=medium
-
- KERNEL API INCOMPATIBILITY: Linux 4.14 introduced two new uevents
- "bind" and "unbind" to the Linux device model. When this kernel
- change was made, systemd-udevd was only minimally updated to handle
- and propagate these new event types. The introduction of these new
- uevents (which are typically generated for USB devices and devices
- needing a firmware upload before being functional) resulted in a
- number of issues which we so far didn't address. We hoped the kernel
- maintainers would themselves address these issues in some form, but
- that did not happen. To handle them properly, many (if not most) udev
- rules files shipped in various packages need updating, and so do many
- programs that monitor or enumerate devices with libudev or sd-device,
- or otherwise process uevents. Please note that this incompatibility
- is not fault of systemd or udev, but caused by an incompatible kernel
- change that happened back in Linux 4.14, but is becoming more and
- more visible as the new uevents are generated by more kernel drivers.
-
- To learn more about the required udev rules changes please check the
- "CHANGES WITH 247" section of /usr/share/doc/systemd/NEWS.gz.
-
- -- Balint Reczey <rbalint@ubuntu.com> Fri, 11 Dec 2020 18:22:42 +0100
-
systemd (241-4) unstable; urgency=medium
DRM render nodes (/dev/dri/renderD*) are now owned by group "render"