Re: [PATCH 0/2] sh_eth: fix couple of bugs in sh_eth_ring_format()

2016-03-10 Thread David Miller
From: Sergei Shtylyov Date: Fri, 11 Mar 2016 01:01:22 +0300 > On 03/11/2016 12:07 AM, David Miller wrote: > >>> Here's a set of 2 patches against DaveM's 'net.git' repo fixing two >>> bugs >>> in sh_eth_.ring_format()... >>> >>> [1/2] sh_eth: fix NULL pointer dereference in sh_eth_ring_f

Re: [PATCH 0/2] sh_eth: fix couple of bugs in sh_eth_ring_format()

2016-03-10 Thread Sergei Shtylyov
On 03/11/2016 12:07 AM, David Miller wrote: Here's a set of 2 patches against DaveM's 'net.git' repo fixing two bugs in sh_eth_.ring_format()... [1/2] sh_eth: fix NULL pointer dereference in sh_eth_ring_format() [2/2] sh_eth: advance 'rxdesc' later in sh_eth_ring_format() Since Linus is l

Re: [PATCH 0/2] sh_eth: fix couple of bugs in sh_eth_ring_format()

2016-03-10 Thread David Miller
From: Sergei Shtylyov Date: Tue, 08 Mar 2016 01:33:38 +0300 >Here's a set of 2 patches against DaveM's 'net.git' repo fixing two bugs > in sh_eth_.ring_format()... > > [1/2] sh_eth: fix NULL pointer dereference in sh_eth_ring_format() > [2/2] sh_eth: advance 'rxdesc' later in sh_eth_ring_for

[PATCH 0/2] sh_eth: fix couple of bugs in sh_eth_ring_format()

2016-03-07 Thread Sergei Shtylyov
Hello. Here's a set of 2 patches against DaveM's 'net.git' repo fixing two bugs in sh_eth_.ring_format()... [1/2] sh_eth: fix NULL pointer dereference in sh_eth_ring_format() [2/2] sh_eth: advance 'rxdesc' later in sh_eth_ring_format() MBR, Sergei