Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit bb969fdc authored by Antti Kaijanmäki's avatar Antti Kaijanmäki Committed by Greg Kroah-Hartman
Browse files

hso: fix soft-lockup


commit dcfcb256 upstream.

Fix soft-lockup in hso.c which is triggered on SMP machine when
modem is removed while file descriptor(s) under /dev are still open:

  old version called kref_put() too early which resulted in destroying
  hso_serial and hso_device objects which were still used later on.

Signed-off-by: default avatarAntti Kaijanmäki <antti.kaijanmaki@nomovok.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 415cc7b7
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment