Revision e8684db191e4164f3f5f3ad7dec04a6734c25f1c authored by Yuiko Oshino on 27 October 2021, 18:23:02 UTC, committed by David S. Miller on 28 October 2021, 13:45:07 UTC
The driver allocates skb during ndo_open with GFP_ATOMIC which has high chance of failure when there are multiple instances.
GFP_KERNEL is enough while open and use GFP_ATOMIC only from interrupt context.

Fixes: 23f0703c125b ("lan743x: Add main source files for new lan743x driver")
Signed-off-by: Yuiko Oshino <yuiko.oshino@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 1d9d6fd
History
File Mode Size
Makefile -rw-r--r-- 246 bytes
fp_arith.c -rw-r--r-- 14.3 KB
fp_arith.h -rw-r--r-- 1.3 KB
fp_cond.S -rw-r--r-- 5.5 KB
fp_decode.h -rw-r--r-- 10.0 KB
fp_emu.h -rw-r--r-- 4.2 KB
fp_entry.S -rw-r--r-- 6.6 KB
fp_log.c -rw-r--r-- 3.8 KB
fp_move.S -rw-r--r-- 5.5 KB
fp_movem.S -rw-r--r-- 8.0 KB
fp_scan.S -rw-r--r-- 11.4 KB
fp_trig.c -rw-r--r-- 2.7 KB
fp_trig.h -rw-r--r-- 824 bytes
fp_util.S -rw-r--r-- 35.5 KB
multi_arith.h -rw-r--r-- 8.7 KB

back to top