Re: [Intel-wired-lan] [PATCH] e1000: do not panic on malformed rx_desc

2020-10-01 Thread Paul Menzel
Dear Tong, Am 01.10.20 um 09:03 schrieb Paul Menzel: Am 08.09.20 um 18:22 schrieb Tong Zhang: length may be corrupted in rx_desc How can that be? and lead to panic, so check the sanity before passing it to skb_put [  167.667701] skbuff: skb_over_panic: text:b1e32cc1 len:60224 pu

Re: [Intel-wired-lan] [PATCH] e1000: do not panic on malformed rx_desc

2020-10-01 Thread Paul Menzel
Dear Tong, Thank you for your patch. Am 08.09.20 um 18:22 schrieb Tong Zhang: length may be corrupted in rx_desc How can that be? and lead to panic, so check the sanity before passing it to skb_put [ 167.667701] skbuff: skb_over_panic: text:b1e32cc1 len:60224 put:60224 head:

RE: [Intel-wired-lan] [PATCH] e1000: do not panic on malformed rx_desc

2020-10-01 Thread Brown, Aaron F
t; Subject: [Intel-wired-lan] [PATCH] e1000: do not panic on malformed rx_desc > > length may be corrupted in rx_desc and lead to panic, so check the > sanity before passing it to skb_put > > [ 167.667701] skbuff: skb_over_panic: text:b1e32cc1 len:60224 > put:60224 h

RE: [Intel-wired-lan] [PATCH] e1000: do not panic on malformed rx_desc

2020-09-30 Thread Brown, Aaron F
t; Subject: [Intel-wired-lan] [PATCH] e1000: do not panic on malformed rx_desc > > length may be corrupted in rx_desc and lead to panic, so check the > sanity before passing it to skb_put > > [ 167.667701] skbuff: skb_over_panic: text:b1e32cc1 len:60224 > put:60224 h