From 2500dbc810d8898c1359c6579715586fffa08a27 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 24 Apr 2014 15:40:08 -0400 Subject: udev: remove seqnum API and all assumptions about seqnums The way the kernel namespaces have been implemented breaks assumptions udev made regarding uevent sequence numbers. Creating devices in a namespace "steals" uevents and its sequence numbers from the host. It confuses the "udevadmin settle" logic, which might block until util a timeout is reached, even when no uevent is pending. Remove any assumptions about sequence numbers and deprecate libudev's API exposing these numbers; none of that can reliably be used anymore when namespaces are involved. Signed-off-by: Anthony G. Basile --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ee70d4c86..61fabe8d1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.68]) -AC_INIT([eudev],[1.6],[https://github.com/gentoo/eudev/issues]) +AC_INIT([eudev],[1.7],[https://github.com/gentoo/eudev/issues]) AC_SUBST(UDEV_VERSION, 212) AC_CONFIG_SRCDIR([src/udev/udevd.c]) -- cgit v1.2.3-65-gdbad