summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio
diff options
context:
space:
mode:
authorEilon Greenstein <eilong@broadcom.com>2009-01-15 06:22:18 +0100
committerDavid S. Miller <davem@davemloft.net>2009-01-15 17:28:10 +0100
commit1cf167f27ad2720af11ee8aa350009342f909e70 (patch)
tree3733c5516e5518cdab133895e515cc4355a216e0 /drivers/net/hamradio
parentcan: fix slowpath issue in hrtimer callback function (diff)
downloadlinux-1cf167f27ad2720af11ee8aa350009342f909e70.tar.xz
linux-1cf167f27ad2720af11ee8aa350009342f909e70.zip
bnx2x: Using singlethread work queue
Since slow-path events, including link update, are handled in work-queue, a race condition was introduced in the self-test that sometimes caused the link status to fail: the self-test was running under RTNL lock, and if the link-watch was scheduled it stoped the shared work-queue (waiting for the RTNL lock) and so the link update event was not handled until the self-test ended (releasing the RTNL lock) with failure (since the link status was not updated) Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hamradio')
0 files changed, 0 insertions, 0 deletions