On Mon, Aug 22, 2011 at 15:51, Milan Broz <mbroz@xxxxxxxxxx> wrote: > kobject_uevent() uses a multicast socket and should ignore > if one of listeners cannot handle messages or nobody is > listening at all. > > Easily reproducible when a process in system is cloned > with CLONE_NEWNET flag. > - if (retval == -ENOBUFS) > + if (retval == -ENOBUFS || retval == -ESRCH) Looks good to me. Kay -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel