On 09/18/2015 01:07 PM, Murali Karicheri wrote:
Hello Netdev experts,
I am seeing an issue with netcp driver that has a mutex lock/unlock()
call. When kernel hack debug options are enabled, I see a warning that
this function is taking a mutex that can sleep and is not allowed. I am
working to fi
Hello Netdev experts,
I am seeing an issue with netcp driver that has a mutex lock/unlock()
call. When kernel hack debug options are enabled, I see a warning that
this function is taking a mutex that can sleep and is not allowed. I am
working to fix this. Looking at other drivers, I see many d