Re: netdev: question on ndo_set_rx_mode() API

2015-09-21 Thread Murali Karicheri
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

netdev: question on ndo_set_rx_mode() API

2015-09-18 Thread Murali Karicheri
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