From: Yuval Mintz <yuval.mi...@qlogic.com>
Date: Mon, 1 Jun 2015 15:08:18 +0300

> Commit dff173de84958 ("bnx2x: Fix statistics locking scheme") changed the
> bnx2x locking around statistics state into using a mutex - but the lock
> is being accessed via a timer which is forbidden.
> 
> [If compiled with CONFIG_DEBUG_MUTEXES, logs show a warning about
> accessing the mutex in interrupt context]
> 
> This moves the implementation into using a semaphore [with size '1']
> instead.
> 
> Signed-off-by: Yuval Mintz <yuval.mi...@qlogic.com>
> Signed-off-by: Ariel Elior <ariel.el...@qlogic.com>

Applied, thank you.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to