In macb_suspend(), idev->ifa_list is fetched with rcu_access_pointer()
and later the pointer is dereferenced as ifa->ifa_local.
So, idev->ifa_list must be fetched with rcu_dereference().
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
macb.h | ||
macb_main.c | ||
macb_pci.c | ||
macb_ptp.c | ||
Makefile |