Re: [PATCH net 0/3] Few mvneta fixes

2017-12-20 Thread David Miller
From: Gregory CLEMENT Date: Tue, 19 Dec 2017 17:59:44 +0100 > here it is a small series of fixes found on the mvneta driver. They > had been already used in the vendor kernel and are now ported to > mainline. Series applied, thanks Gregory.

Re: [PATCH net 0/3] Few mvneta fixes

2017-12-19 Thread Willy Tarreau
Hi Arnd, On Tue, Dec 19, 2017 at 09:18:35PM +0100, Arnd Bergmann wrote: > On Tue, Dec 19, 2017 at 5:59 PM, Gregory CLEMENT > wrote: > > Hello, > > > > here it is a small series of fixes found on the mvneta driver. They > > had been already used in the vendor kernel and are now ported to > > mainl

Re: [PATCH net 0/3] Few mvneta fixes

2017-12-19 Thread Arnd Bergmann
On Tue, Dec 19, 2017 at 5:59 PM, Gregory CLEMENT wrote: > Hello, > > here it is a small series of fixes found on the mvneta driver. They > had been already used in the vendor kernel and are now ported to > mainline. Does one of the patches look like it addresses the rare Oops we discussed on #ker

[PATCH net 0/3] Few mvneta fixes

2017-12-19 Thread Gregory CLEMENT
Hello, here it is a small series of fixes found on the mvneta driver. They had been already used in the vendor kernel and are now ported to mainline. Thanks, Gregory Yelena Krivosheev (3): net: mvneta: clear interface link status on port disable net: mvneta: use proper rxq_number in loop on

[PATCH net 0/3] Few mvneta fixes

2016-03-08 Thread Gregory CLEMENT
Hi David, here is a patch set of few fixes. Without the first one, a kernel configured with debug features ended to hang when the driver is built as a module and is removed. This is quite is annoying for debugging! The second patch fix a forgotten flag at the initial submission of the driver. Th