RE: [PATCH v1 net] lan743x: Fix RX Kernel Panic
> In the second and third hunk, you have to check lan743x_rx_allocate_skb() > for NULL too and act accordingly. OK David, I'll work on it. Bryan
Re: [PATCH v1 net] lan743x: Fix RX Kernel Panic
From: Bryan Whitehead Date: Tue, 5 Mar 2019 14:46:04 -0500 > @@ -2060,8 +2068,19 @@ static int lan743x_rx_process_packet(struct lan743x_rx > *rx) > /* packet is available */ > if (first_index == last_index) { > /* single buffer packet */ > +