From: Subash Abhinov Kasiviswanathan <[email protected]>
Date: Thu, 21 Sep 2017 18:00:36 -0600
> Xiaolong reported a suspicious rcu_dereference_check in the device
> unregister notifier callback. Since we do not dereference the
> rx_handler_data, it's ok to just check for the value of the pointer.
> Note that this section is already protected by rtnl_lock.
...
> Fixes: ceed73a2cf4a ("drivers: net: ethernet: qualcomm: rmnet: Initial
> implementation")
> Signed-off-by: Subash Abhinov Kasiviswanathan <[email protected]>
> Reported-by: kernel test robot <[email protected]>
Applied, thank you.