Re: [PATCH 0/9] network driver fixes

2016-01-29 Thread Arnd Bergmann
On Thursday 28 January 2016 16:14:13 David Miller wrote: > From: Arnd Bergmann > Date: Wed, 27 Jan 2016 15:04:50 +0100 > > > These are all fixes for relatively harmless bugs that showed up > > in my randconfig testing, so they should not be needed for v4.5 > > but get merged into net-next. > > >

Re: [PATCH 0/9] network driver fixes

2016-01-28 Thread David Miller
From: Arnd Bergmann Date: Wed, 27 Jan 2016 15:04:50 +0100 > These are all fixes for relatively harmless bugs that showed up > in my randconfig testing, so they should not be needed for v4.5 > but get merged into net-next. > > I've managed to address all 'uninitialized variable' warnings that > I

[PATCH 0/9] network driver fixes

2016-01-27 Thread Arnd Bergmann
These are all fixes for relatively harmless bugs that showed up in my randconfig testing, so they should not be needed for v4.5 but get merged into net-next. I've managed to address all 'uninitialized variable' warnings that I get in ARM randconfig kernels now, this series includes the last five I