Skip to content
  • Dmitry Torokhov's avatar
    Input: reduce raciness when input handlers disconnect · 1dfa2812
    Dmitry Torokhov authored
    
    
    There is a race between input handler's release() and disconnect()
    methods: when input handler disconnects it wakes up all regular
    users and then process to walk user list to wake up async. users.
    While disconnect() walks the list release() removes elements of
    the same list causing oopses.
    
    While this is not a substibute for proper locking we can reduce
    odds of getting an oops if we wake up normal readers after walking
    the list.
    
    Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
    1dfa2812