On Fri, 17 Apr 2020 14:38:11 +0200 Cornelia Huck <cohuck@xxxxxxxxxx> wrote: > Friendly ping. > Sorry for the late answer. I prefer to let Vineeth give us his opinion first. I did invest some 30 minutes in understanding the problem, but I'm not sure I understood it properly. According to my current understanding, the current state of affairs is a mess, and the proposed change wouldn't make the situation substantially cleaner, but it would help with the problem at hand. Conny, do you have more background information on uevent suppression (is there some sort of a generic contract between kernel and userspace for uevent suppression)? >From a quick grep it seems to me that most of the uses are about being nice to userspace in a sense, that we want to make sure that when event is received by userspace it can do it's thing, and does not have to wait until the kernel has finished with the stuff that needs to be done to reach a state of affairs that can be considered normal. Regards, Halil > On Fri, 3 Apr 2020 12:40:32 +0200 > Cornelia Huck <cohuck@xxxxxxxxxx> wrote: > > > Hi, > > > > this is kind-of-a-followup to the uevent patches I sent in > > <20200327124503.9794-1-cohuck@xxxxxxxxxx> last Friday. > > > > Currently, the common I/O layer will suppress uevents for subchannels > > that are being registered, delegating generating a delayed ADD uevent > > to the driver that actually binds to it and only generating the uevent > > itself if no driver gets bound. The initial version of that delaying > > was introduced in fa1a8c23eb7d ("s390: cio: Delay uevents for > > subchannels"); from what I remember, we were seeing quite bad storms of > > uevents on LPARs that had a lot of I/O subchannels with no device > > accessible through them. [..] > > Thoughts? > > >