Re: [PATCH 4.14 000/143] 4.14.79-stable review

2018-11-05 Thread Jon Hunter


On 03/11/2018 15:04, Greg Kroah-Hartman wrote:
> On Sat, Nov 03, 2018 at 07:31:42AM -0700, Guenter Roeck wrote:
>> On 11/2/18 11:33 AM, Greg Kroah-Hartman wrote:
>>> This is the start of the stable review cycle for the 4.14.79 release.
>>> There are 143 patches in this series, all will be posted as a response
>>> to this one.  If anyone has any issues with these being applied, please
>>> let me know.
>>>
>>> Responses should be made by Sun Nov  4 18:27:59 UTC 2018.
>>> Anything received after that time might be too late.
>>>
>>
>> Build results:
>>  total: 150 pass: 149 fail: 1
>> Failed builds:
>>  xtensa:allmodconfig
>> Qemu test results:
>>  total: 318 pass: 318 fail: 0\
>>
>> Build failure:
>>
>> In file included from include/linux/mlx5/port.h:36:0,
>>  from include/linux/mlx5/driver.h: In function 
>> ‘mlx5_get_vector_affinity_hint’:
>> include/linux/mlx5/driver.h:1208:13: error:
>>  ‘struct irq_desc’ has no member named ‘affinity_hint’
>>
>> Caused by commit 19b743c448db ("net/mlx5: Fix mlx5_get_vector_affinity 
>> function").
> 
> Odd, this should be fixed by a later patch in the same queue, as 0 day
> also reported this.
> 
> Yes, e3ca34880652 ("net/mlx5: Fix build break when CONFIG_SMP=n") in the
> 4.14 tree should resolve this.  Ah, Sasha added it at the "last minute"
> after I did the -rc1 release.  So this should be resolved now, I'll push
> out a -rc2 so that it can be verified...

All tests are passing for Tegra ...

Test results for stable-v4.14:
8 builds:   8 pass, 0 fail
16 boots:   16 pass, 0 fail
14 tests:   14 pass, 0 fail

Linux version:  4.14.79-rc2-gb825fd9
Boards tested:  tegra124-jetson-tk1, tegra20-ventana,
tegra210-p2371-2180, tegra30-cardhu-a04

Cheers
Jon

-- 
nvpublic


Re: [PATCH 4.14 000/143] 4.14.79-stable review

2018-11-05 Thread Jon Hunter


On 03/11/2018 15:04, Greg Kroah-Hartman wrote:
> On Sat, Nov 03, 2018 at 07:31:42AM -0700, Guenter Roeck wrote:
>> On 11/2/18 11:33 AM, Greg Kroah-Hartman wrote:
>>> This is the start of the stable review cycle for the 4.14.79 release.
>>> There are 143 patches in this series, all will be posted as a response
>>> to this one.  If anyone has any issues with these being applied, please
>>> let me know.
>>>
>>> Responses should be made by Sun Nov  4 18:27:59 UTC 2018.
>>> Anything received after that time might be too late.
>>>
>>
>> Build results:
>>  total: 150 pass: 149 fail: 1
>> Failed builds:
>>  xtensa:allmodconfig
>> Qemu test results:
>>  total: 318 pass: 318 fail: 0\
>>
>> Build failure:
>>
>> In file included from include/linux/mlx5/port.h:36:0,
>>  from include/linux/mlx5/driver.h: In function 
>> ‘mlx5_get_vector_affinity_hint’:
>> include/linux/mlx5/driver.h:1208:13: error:
>>  ‘struct irq_desc’ has no member named ‘affinity_hint’
>>
>> Caused by commit 19b743c448db ("net/mlx5: Fix mlx5_get_vector_affinity 
>> function").
> 
> Odd, this should be fixed by a later patch in the same queue, as 0 day
> also reported this.
> 
> Yes, e3ca34880652 ("net/mlx5: Fix build break when CONFIG_SMP=n") in the
> 4.14 tree should resolve this.  Ah, Sasha added it at the "last minute"
> after I did the -rc1 release.  So this should be resolved now, I'll push
> out a -rc2 so that it can be verified...

All tests are passing for Tegra ...

Test results for stable-v4.14:
8 builds:   8 pass, 0 fail
16 boots:   16 pass, 0 fail
14 tests:   14 pass, 0 fail

Linux version:  4.14.79-rc2-gb825fd9
Boards tested:  tegra124-jetson-tk1, tegra20-ventana,
tegra210-p2371-2180, tegra30-cardhu-a04

Cheers
Jon

-- 
nvpublic


Re: [PATCH 4.14 000/143] 4.14.79-stable review

2018-11-04 Thread Greg Kroah-Hartman
On Sat, Nov 03, 2018 at 11:22:51AM -0700, Guenter Roeck wrote:
> On 11/3/18 8:04 AM, Greg Kroah-Hartman wrote:
> > On Sat, Nov 03, 2018 at 07:31:42AM -0700, Guenter Roeck wrote:
> > > On 11/2/18 11:33 AM, Greg Kroah-Hartman wrote:
> > > > This is the start of the stable review cycle for the 4.14.79 release.
> > > > There are 143 patches in this series, all will be posted as a response
> > > > to this one.  If anyone has any issues with these being applied, please
> > > > let me know.
> > > > 
> > > > Responses should be made by Sun Nov  4 18:27:59 UTC 2018.
> > > > Anything received after that time might be too late.
> > > > 
> > > 
> > > Build results:
> > >   total: 150 pass: 149 fail: 1
> > > Failed builds:
> > >   xtensa:allmodconfig
> > > Qemu test results:
> > >   total: 318 pass: 318 fail: 0\
> > > 
> > > Build failure:
> > > 
> > > In file included from include/linux/mlx5/port.h:36:0,
> > >   from include/linux/mlx5/driver.h: In function 
> > > ‘mlx5_get_vector_affinity_hint’:
> > > include/linux/mlx5/driver.h:1208:13: error:
> > >   ‘struct irq_desc’ has no member named ‘affinity_hint’
> > > 
> > > Caused by commit 19b743c448db ("net/mlx5: Fix mlx5_get_vector_affinity 
> > > function").
> > 
> > Odd, this should be fixed by a later patch in the same queue, as 0 day
> > also reported this.
> > 
> > Yes, e3ca34880652 ("net/mlx5: Fix build break when CONFIG_SMP=n") in the
> > 4.14 tree should resolve this.  Ah, Sasha added it at the "last minute"
> > after I did the -rc1 release.  So this should be resolved now, I'll push
> > out a -rc2 so that it can be verified...
> > 
> 
> v4.14.78-144-gb825fd9fbad5 builds fine.

Great!  Thanks for testing this, and the other two, and letting me know.

greg k-h


Re: [PATCH 4.14 000/143] 4.14.79-stable review

2018-11-04 Thread Greg Kroah-Hartman
On Sat, Nov 03, 2018 at 11:22:51AM -0700, Guenter Roeck wrote:
> On 11/3/18 8:04 AM, Greg Kroah-Hartman wrote:
> > On Sat, Nov 03, 2018 at 07:31:42AM -0700, Guenter Roeck wrote:
> > > On 11/2/18 11:33 AM, Greg Kroah-Hartman wrote:
> > > > This is the start of the stable review cycle for the 4.14.79 release.
> > > > There are 143 patches in this series, all will be posted as a response
> > > > to this one.  If anyone has any issues with these being applied, please
> > > > let me know.
> > > > 
> > > > Responses should be made by Sun Nov  4 18:27:59 UTC 2018.
> > > > Anything received after that time might be too late.
> > > > 
> > > 
> > > Build results:
> > >   total: 150 pass: 149 fail: 1
> > > Failed builds:
> > >   xtensa:allmodconfig
> > > Qemu test results:
> > >   total: 318 pass: 318 fail: 0\
> > > 
> > > Build failure:
> > > 
> > > In file included from include/linux/mlx5/port.h:36:0,
> > >   from include/linux/mlx5/driver.h: In function 
> > > ‘mlx5_get_vector_affinity_hint’:
> > > include/linux/mlx5/driver.h:1208:13: error:
> > >   ‘struct irq_desc’ has no member named ‘affinity_hint’
> > > 
> > > Caused by commit 19b743c448db ("net/mlx5: Fix mlx5_get_vector_affinity 
> > > function").
> > 
> > Odd, this should be fixed by a later patch in the same queue, as 0 day
> > also reported this.
> > 
> > Yes, e3ca34880652 ("net/mlx5: Fix build break when CONFIG_SMP=n") in the
> > 4.14 tree should resolve this.  Ah, Sasha added it at the "last minute"
> > after I did the -rc1 release.  So this should be resolved now, I'll push
> > out a -rc2 so that it can be verified...
> > 
> 
> v4.14.78-144-gb825fd9fbad5 builds fine.

Great!  Thanks for testing this, and the other two, and letting me know.

greg k-h


Re: [PATCH 4.14 000/143] 4.14.79-stable review

2018-11-03 Thread Naresh Kamboju
On Sat, 3 Nov 2018 at 20:34, Greg Kroah-Hartman
 wrote:
>
> On Sat, Nov 03, 2018 at 07:31:42AM -0700, Guenter Roeck wrote:
> > On 11/2/18 11:33 AM, Greg Kroah-Hartman wrote:
> > > This is the start of the stable review cycle for the 4.14.79 release.
> > > There are 143 patches in this series, all will be posted as a response
> > > to this one.  If anyone has any issues with these being applied, please
> > > let me know.
> > >
> > > Responses should be made by Sun Nov  4 18:27:59 UTC 2018.
> > > Anything received after that time might be too late.
> > >
> >
> > Build results:
> >   total: 150 pass: 149 fail: 1
> > Failed builds:
> >   xtensa:allmodconfig
> > Qemu test results:
> >   total: 318 pass: 318 fail: 0\
> >
> > Build failure:
> >
> > In file included from include/linux/mlx5/port.h:36:0,
> >  from include/linux/mlx5/driver.h: In function 
> > ‘mlx5_get_vector_affinity_hint’:
> > include/linux/mlx5/driver.h:1208:13: error:
> >   ‘struct irq_desc’ has no member named ‘affinity_hint’
> >
> > Caused by commit 19b743c448db ("net/mlx5: Fix mlx5_get_vector_affinity 
> > function").
>
> Odd, this should be fixed by a later patch in the same queue, as 0 day
> also reported this.
>
> Yes, e3ca34880652 ("net/mlx5: Fix build break when CONFIG_SMP=n") in the
> 4.14 tree should resolve this.  Ah, Sasha added it at the "last minute"
> after I did the -rc1 release.  So this should be resolved now, I'll push
> out a -rc2 so that it can be verified...

Results from Linaro’s test farm.
No regressions on arm64, arm, x86_64 and i386.

Summary


kernel: 4.14.79-rc2
git repo: 
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git branch: linux-4.14.y
git commit: b825fd9fbad594b1eb7f4ba22588e33f00bca345
git describe: v4.14.78-144-gb825fd9fbad5
Test details: 
https://qa-reports.linaro.org/lkft/linux-stable-rc-4.14-oe/build/v4.14.78-144-gb825fd9fbad5

No regressions (compared to build v4.14.78-144-g02f369a75b6e)


>
> thanks,
>
> greg k-h


Re: [PATCH 4.14 000/143] 4.14.79-stable review

2018-11-03 Thread Naresh Kamboju
On Sat, 3 Nov 2018 at 20:34, Greg Kroah-Hartman
 wrote:
>
> On Sat, Nov 03, 2018 at 07:31:42AM -0700, Guenter Roeck wrote:
> > On 11/2/18 11:33 AM, Greg Kroah-Hartman wrote:
> > > This is the start of the stable review cycle for the 4.14.79 release.
> > > There are 143 patches in this series, all will be posted as a response
> > > to this one.  If anyone has any issues with these being applied, please
> > > let me know.
> > >
> > > Responses should be made by Sun Nov  4 18:27:59 UTC 2018.
> > > Anything received after that time might be too late.
> > >
> >
> > Build results:
> >   total: 150 pass: 149 fail: 1
> > Failed builds:
> >   xtensa:allmodconfig
> > Qemu test results:
> >   total: 318 pass: 318 fail: 0\
> >
> > Build failure:
> >
> > In file included from include/linux/mlx5/port.h:36:0,
> >  from include/linux/mlx5/driver.h: In function 
> > ‘mlx5_get_vector_affinity_hint’:
> > include/linux/mlx5/driver.h:1208:13: error:
> >   ‘struct irq_desc’ has no member named ‘affinity_hint’
> >
> > Caused by commit 19b743c448db ("net/mlx5: Fix mlx5_get_vector_affinity 
> > function").
>
> Odd, this should be fixed by a later patch in the same queue, as 0 day
> also reported this.
>
> Yes, e3ca34880652 ("net/mlx5: Fix build break when CONFIG_SMP=n") in the
> 4.14 tree should resolve this.  Ah, Sasha added it at the "last minute"
> after I did the -rc1 release.  So this should be resolved now, I'll push
> out a -rc2 so that it can be verified...

Results from Linaro’s test farm.
No regressions on arm64, arm, x86_64 and i386.

Summary


kernel: 4.14.79-rc2
git repo: 
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git branch: linux-4.14.y
git commit: b825fd9fbad594b1eb7f4ba22588e33f00bca345
git describe: v4.14.78-144-gb825fd9fbad5
Test details: 
https://qa-reports.linaro.org/lkft/linux-stable-rc-4.14-oe/build/v4.14.78-144-gb825fd9fbad5

No regressions (compared to build v4.14.78-144-g02f369a75b6e)


>
> thanks,
>
> greg k-h


Re: [PATCH 4.14 000/143] 4.14.79-stable review

2018-11-03 Thread Guenter Roeck

On 11/3/18 8:04 AM, Greg Kroah-Hartman wrote:

On Sat, Nov 03, 2018 at 07:31:42AM -0700, Guenter Roeck wrote:

On 11/2/18 11:33 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.14.79 release.
There are 143 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun Nov  4 18:27:59 UTC 2018.
Anything received after that time might be too late.



Build results:
total: 150 pass: 149 fail: 1
Failed builds:
xtensa:allmodconfig
Qemu test results:
total: 318 pass: 318 fail: 0\

Build failure:

In file included from include/linux/mlx5/port.h:36:0,
  from include/linux/mlx5/driver.h: In function 
‘mlx5_get_vector_affinity_hint’:
include/linux/mlx5/driver.h:1208:13: error:
‘struct irq_desc’ has no member named ‘affinity_hint’

Caused by commit 19b743c448db ("net/mlx5: Fix mlx5_get_vector_affinity 
function").


Odd, this should be fixed by a later patch in the same queue, as 0 day
also reported this.

Yes, e3ca34880652 ("net/mlx5: Fix build break when CONFIG_SMP=n") in the
4.14 tree should resolve this.  Ah, Sasha added it at the "last minute"
after I did the -rc1 release.  So this should be resolved now, I'll push
out a -rc2 so that it can be verified...



v4.14.78-144-gb825fd9fbad5 builds fine.

Thanks,
Guenter


Re: [PATCH 4.14 000/143] 4.14.79-stable review

2018-11-03 Thread Guenter Roeck

On 11/3/18 8:04 AM, Greg Kroah-Hartman wrote:

On Sat, Nov 03, 2018 at 07:31:42AM -0700, Guenter Roeck wrote:

On 11/2/18 11:33 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.14.79 release.
There are 143 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun Nov  4 18:27:59 UTC 2018.
Anything received after that time might be too late.



Build results:
total: 150 pass: 149 fail: 1
Failed builds:
xtensa:allmodconfig
Qemu test results:
total: 318 pass: 318 fail: 0\

Build failure:

In file included from include/linux/mlx5/port.h:36:0,
  from include/linux/mlx5/driver.h: In function 
‘mlx5_get_vector_affinity_hint’:
include/linux/mlx5/driver.h:1208:13: error:
‘struct irq_desc’ has no member named ‘affinity_hint’

Caused by commit 19b743c448db ("net/mlx5: Fix mlx5_get_vector_affinity 
function").


Odd, this should be fixed by a later patch in the same queue, as 0 day
also reported this.

Yes, e3ca34880652 ("net/mlx5: Fix build break when CONFIG_SMP=n") in the
4.14 tree should resolve this.  Ah, Sasha added it at the "last minute"
after I did the -rc1 release.  So this should be resolved now, I'll push
out a -rc2 so that it can be verified...



v4.14.78-144-gb825fd9fbad5 builds fine.

Thanks,
Guenter


Re: [PATCH 4.14 000/143] 4.14.79-stable review

2018-11-03 Thread Greg Kroah-Hartman
On Sat, Nov 03, 2018 at 07:31:42AM -0700, Guenter Roeck wrote:
> On 11/2/18 11:33 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.14.79 release.
> > There are 143 patches in this series, all will be posted as a response
> > to this one.  If anyone has any issues with these being applied, please
> > let me know.
> > 
> > Responses should be made by Sun Nov  4 18:27:59 UTC 2018.
> > Anything received after that time might be too late.
> > 
> 
> Build results:
>   total: 150 pass: 149 fail: 1
> Failed builds:
>   xtensa:allmodconfig
> Qemu test results:
>   total: 318 pass: 318 fail: 0\
> 
> Build failure:
> 
> In file included from include/linux/mlx5/port.h:36:0,
>  from include/linux/mlx5/driver.h: In function 
> ‘mlx5_get_vector_affinity_hint’:
> include/linux/mlx5/driver.h:1208:13: error:
>   ‘struct irq_desc’ has no member named ‘affinity_hint’
> 
> Caused by commit 19b743c448db ("net/mlx5: Fix mlx5_get_vector_affinity 
> function").

Odd, this should be fixed by a later patch in the same queue, as 0 day
also reported this.

Yes, e3ca34880652 ("net/mlx5: Fix build break when CONFIG_SMP=n") in the
4.14 tree should resolve this.  Ah, Sasha added it at the "last minute"
after I did the -rc1 release.  So this should be resolved now, I'll push
out a -rc2 so that it can be verified...

thanks,

greg k-h


Re: [PATCH 4.14 000/143] 4.14.79-stable review

2018-11-03 Thread Greg Kroah-Hartman
On Sat, Nov 03, 2018 at 07:31:42AM -0700, Guenter Roeck wrote:
> On 11/2/18 11:33 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.14.79 release.
> > There are 143 patches in this series, all will be posted as a response
> > to this one.  If anyone has any issues with these being applied, please
> > let me know.
> > 
> > Responses should be made by Sun Nov  4 18:27:59 UTC 2018.
> > Anything received after that time might be too late.
> > 
> 
> Build results:
>   total: 150 pass: 149 fail: 1
> Failed builds:
>   xtensa:allmodconfig
> Qemu test results:
>   total: 318 pass: 318 fail: 0\
> 
> Build failure:
> 
> In file included from include/linux/mlx5/port.h:36:0,
>  from include/linux/mlx5/driver.h: In function 
> ‘mlx5_get_vector_affinity_hint’:
> include/linux/mlx5/driver.h:1208:13: error:
>   ‘struct irq_desc’ has no member named ‘affinity_hint’
> 
> Caused by commit 19b743c448db ("net/mlx5: Fix mlx5_get_vector_affinity 
> function").

Odd, this should be fixed by a later patch in the same queue, as 0 day
also reported this.

Yes, e3ca34880652 ("net/mlx5: Fix build break when CONFIG_SMP=n") in the
4.14 tree should resolve this.  Ah, Sasha added it at the "last minute"
after I did the -rc1 release.  So this should be resolved now, I'll push
out a -rc2 so that it can be verified...

thanks,

greg k-h


Re: [PATCH 4.14 000/143] 4.14.79-stable review

2018-11-03 Thread Guenter Roeck

On 11/2/18 11:33 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.14.79 release.
There are 143 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun Nov  4 18:27:59 UTC 2018.
Anything received after that time might be too late.



Build results:
total: 150 pass: 149 fail: 1
Failed builds:
xtensa:allmodconfig
Qemu test results:
total: 318 pass: 318 fail: 0\

Build failure:

In file included from include/linux/mlx5/port.h:36:0,
 from include/linux/mlx5/driver.h: In function 
‘mlx5_get_vector_affinity_hint’:
include/linux/mlx5/driver.h:1208:13: error:
‘struct irq_desc’ has no member named ‘affinity_hint’

Caused by commit 19b743c448db ("net/mlx5: Fix mlx5_get_vector_affinity 
function").

Details are available at https://kerneltests.org/builders/.

Guenter



Re: [PATCH 4.14 000/143] 4.14.79-stable review

2018-11-03 Thread Guenter Roeck

On 11/2/18 11:33 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.14.79 release.
There are 143 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun Nov  4 18:27:59 UTC 2018.
Anything received after that time might be too late.



Build results:
total: 150 pass: 149 fail: 1
Failed builds:
xtensa:allmodconfig
Qemu test results:
total: 318 pass: 318 fail: 0\

Build failure:

In file included from include/linux/mlx5/port.h:36:0,
 from include/linux/mlx5/driver.h: In function 
‘mlx5_get_vector_affinity_hint’:
include/linux/mlx5/driver.h:1208:13: error:
‘struct irq_desc’ has no member named ‘affinity_hint’

Caused by commit 19b743c448db ("net/mlx5: Fix mlx5_get_vector_affinity 
function").

Details are available at https://kerneltests.org/builders/.

Guenter



Re: [PATCH 4.14 000/143] 4.14.79-stable review

2018-11-02 Thread kernelci.org bot
stable-rc/linux-4.14.y boot: 125 boots: 0 failed, 110 passed with 13 offline, 2 
untried/unknown (v4.14.78-144-ge862e4c85291)

Full Boot Summary: 
https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.14.y/kernel/v4.14.78-144-ge862e4c85291/
Full Build Summary: 
https://kernelci.org/build/stable-rc/branch/linux-4.14.y/kernel/v4.14.78-144-ge862e4c85291/

Tree: stable-rc
Branch: linux-4.14.y
Git Describe: v4.14.78-144-ge862e4c85291
Git Commit: e862e4c85291ce6758f1aa05b05c54b1afce6844
Git URL: 
http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
Tested: 63 unique boards, 24 SoC families, 15 builds out of 185

Offline Platforms:

arm:

tegra_defconfig:
tegra124-jetson-tk1: 1 offline lab

bcm2835_defconfig:
bcm2835-rpi-b: 1 offline lab

sama5_defconfig:
at91-sama5d4_xplained: 1 offline lab

multi_v7_defconfig:
alpine-db: 1 offline lab
at91-sama5d4_xplained: 1 offline lab
socfpga_cyclone5_de0_sockit: 1 offline lab
sun5i-r8-chip: 1 offline lab
tegra124-jetson-tk1: 1 offline lab

sunxi_defconfig:
sun5i-r8-chip: 1 offline lab

arm64:

defconfig:
apq8016-sbc: 1 offline lab
juno-r2: 1 offline lab
meson-gxl-s905d-p230: 1 offline lab
mt7622-rfb1: 1 offline lab

---
For more info write to 


Re: [PATCH 4.14 000/143] 4.14.79-stable review

2018-11-02 Thread kernelci.org bot
stable-rc/linux-4.14.y boot: 125 boots: 0 failed, 110 passed with 13 offline, 2 
untried/unknown (v4.14.78-144-ge862e4c85291)

Full Boot Summary: 
https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.14.y/kernel/v4.14.78-144-ge862e4c85291/
Full Build Summary: 
https://kernelci.org/build/stable-rc/branch/linux-4.14.y/kernel/v4.14.78-144-ge862e4c85291/

Tree: stable-rc
Branch: linux-4.14.y
Git Describe: v4.14.78-144-ge862e4c85291
Git Commit: e862e4c85291ce6758f1aa05b05c54b1afce6844
Git URL: 
http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
Tested: 63 unique boards, 24 SoC families, 15 builds out of 185

Offline Platforms:

arm:

tegra_defconfig:
tegra124-jetson-tk1: 1 offline lab

bcm2835_defconfig:
bcm2835-rpi-b: 1 offline lab

sama5_defconfig:
at91-sama5d4_xplained: 1 offline lab

multi_v7_defconfig:
alpine-db: 1 offline lab
at91-sama5d4_xplained: 1 offline lab
socfpga_cyclone5_de0_sockit: 1 offline lab
sun5i-r8-chip: 1 offline lab
tegra124-jetson-tk1: 1 offline lab

sunxi_defconfig:
sun5i-r8-chip: 1 offline lab

arm64:

defconfig:
apq8016-sbc: 1 offline lab
juno-r2: 1 offline lab
meson-gxl-s905d-p230: 1 offline lab
mt7622-rfb1: 1 offline lab

---
For more info write to 


[PATCH 4.14 000/143] 4.14.79-stable review

2018-11-02 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.14.79 release.
There are 143 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun Nov  4 18:27:59 UTC 2018.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:

https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.79-rc1.gz
or in the git tree and branch at:

git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
linux-4.14.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 4.14.79-rc1

Davide Caratti 
net/sched: cls_api: add missing validation of netlink attributes

Florian Fainelli 
net: bcmgenet: Poll internal PHY for GENETv5

Nikolay Aleksandrov 
net: ipmr: fix unresolved entry dumps

Ido Schimmel 
rtnetlink: Disallow FDB configuration for non-Ethernet device

Eric Dumazet 
net/mlx5e: fix csum adjustments caused by RXFCS

Dimitris Michailidis 
net: fix pskb_trim_rcsum_slow() with odd trim offset

Cong Wang 
net: drop skb on failure in ip_check_defrag()

Phil Sutter 
net: sched: Fix for duplicate class dump

Huy Nguyen 
net/mlx5: Take only bit 24-26 of wqe.pftype_wq for page fault type

Jaime Caamaño Ruiz 
openvswitch: Fix push/pop ethernet validation

Stefano Brivio 
ip6_tunnel: Fix encapsulation layout

Tobias Jungel 
bonding: fix length of actor system

Wenwen Wang 
ethtool: fix a privilege escalation bug

Ake Koomsin 
virtio_net: avoid using netif_tx_disable() for serializing tx routine

Jason Wang 
vhost: Fix Spectre V1 vulnerability

Paolo Abeni 
udp6: fix encap return code for resubmitting

Marcelo Ricardo Leitner 
sctp: fix race on sctp_id2asoc

Heiner Kallweit 
r8169: fix NAPI handling under high load

Sean Tranchetti 
net: udp: fix handling of CHECKSUM_COMPLETE packets

Niklas Cassel 
net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules

Wenwen Wang 
net: socket: fix a missing-check bug

Jakub Kicinski 
net: sched: gred: pass the right attribute to gred_change_table_def()

David Ahern 
net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs

Fugang Duan 
net: fec: don't dump RX FIFO register when not available

Cong Wang 
llc: set SOCK_RCU_FREE in llc_sap_add_socket()

Stefano Brivio 
ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are 
called

Eric Dumazet 
ipv6: mcast: fix a use-after-free in inet6_mc_check

Nikolay Aleksandrov 
net: bridge: remove ipv6 zero address check in mcast queries

Hangbin Liu 
bridge: do not add port to router list when receives query with source 
0.0.0.0

Colin Ian King 
drm/i915/gvt: fix memory leak of a cmd_entry struct on error exit path

Rasmus Villemoes 
perf tools: Disable parallelism for 'make clean'

Sasha Levin 
Revert "netfilter: ipv6: nf_defrag: drop skb dst before queueing"

Takashi Iwai 
ALSA: usx2y: Fix invalid stream URBs

Philipp Zabel 
media: uvcvideo: Fix driver reference counting

Chris Paterson 
ARM: dts: r8a7790: Correct critical CPU temperature

Peter Xu 
kvm: x86: fix WARN due to uninitialized guest FPU state

Kimmo Rautkoski 
mtd: spi-nor: Add support for is25wp series chips

Christoph Paasch 
sch_netem: restore skb->dev after dequeuing from the rbtree

Khazhismel Kumykov 
fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()

Paolo Abeni 
selftests: rtnetlink.sh explicitly requires bash.

Arthur Kiyanovski 
net: ena: fix NULL dereference due to untimely napi initialization

Arthur Kiyanovski 
net: ena: fix warning in rmmod caused by double iounmap

David Howells 
rxrpc: Fix connection-level abort handling

David Howells 
rxrpc: Only take the rwind and mtu values from latest ACK

David Howells 
rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()

Arnaldo Carvalho de Melo 
perf python: Use -Wno-redundant-decls to build with PYTHON=python3

Sascha Hauer 
ARM: dts: imx53-qsb: disable 1.2GHz OPP

Paul Burton 
compiler.h: Allow arch-specific asm/compiler.h

Sandipan Das 
perf tests: Fix indexing when invoking subtests

Daniel Mack 
libertas: call into generic suspend code before turning off power

Masahiro Yamada 
kconfig: fix the rule of mainmenu_stmt symbol

Arnd Bergmann 
net: stmmac: mark PM functions as __maybe_unused

Dan Carpenter 
x86/paravirt: Fix some warning messages

Florian Fainelli 
net: phy: phylink: Don't release NULL GPIO

Qu Wenruo 
btrfs: quota: Set rescan progress to (u64)-1 if we hit last leaf

Martin K. Petersen 
scsi: sd: Remember that READ CAPACITY(16) succeeded

Brian King 
scsi: ibmvfc: Avoid unnecessary port relogin

Michael Neuling 
selftests/powerpc: 

[PATCH 4.14 000/143] 4.14.79-stable review

2018-11-02 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.14.79 release.
There are 143 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun Nov  4 18:27:59 UTC 2018.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:

https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.79-rc1.gz
or in the git tree and branch at:

git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
linux-4.14.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 4.14.79-rc1

Davide Caratti 
net/sched: cls_api: add missing validation of netlink attributes

Florian Fainelli 
net: bcmgenet: Poll internal PHY for GENETv5

Nikolay Aleksandrov 
net: ipmr: fix unresolved entry dumps

Ido Schimmel 
rtnetlink: Disallow FDB configuration for non-Ethernet device

Eric Dumazet 
net/mlx5e: fix csum adjustments caused by RXFCS

Dimitris Michailidis 
net: fix pskb_trim_rcsum_slow() with odd trim offset

Cong Wang 
net: drop skb on failure in ip_check_defrag()

Phil Sutter 
net: sched: Fix for duplicate class dump

Huy Nguyen 
net/mlx5: Take only bit 24-26 of wqe.pftype_wq for page fault type

Jaime Caamaño Ruiz 
openvswitch: Fix push/pop ethernet validation

Stefano Brivio 
ip6_tunnel: Fix encapsulation layout

Tobias Jungel 
bonding: fix length of actor system

Wenwen Wang 
ethtool: fix a privilege escalation bug

Ake Koomsin 
virtio_net: avoid using netif_tx_disable() for serializing tx routine

Jason Wang 
vhost: Fix Spectre V1 vulnerability

Paolo Abeni 
udp6: fix encap return code for resubmitting

Marcelo Ricardo Leitner 
sctp: fix race on sctp_id2asoc

Heiner Kallweit 
r8169: fix NAPI handling under high load

Sean Tranchetti 
net: udp: fix handling of CHECKSUM_COMPLETE packets

Niklas Cassel 
net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules

Wenwen Wang 
net: socket: fix a missing-check bug

Jakub Kicinski 
net: sched: gred: pass the right attribute to gred_change_table_def()

David Ahern 
net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs

Fugang Duan 
net: fec: don't dump RX FIFO register when not available

Cong Wang 
llc: set SOCK_RCU_FREE in llc_sap_add_socket()

Stefano Brivio 
ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are 
called

Eric Dumazet 
ipv6: mcast: fix a use-after-free in inet6_mc_check

Nikolay Aleksandrov 
net: bridge: remove ipv6 zero address check in mcast queries

Hangbin Liu 
bridge: do not add port to router list when receives query with source 
0.0.0.0

Colin Ian King 
drm/i915/gvt: fix memory leak of a cmd_entry struct on error exit path

Rasmus Villemoes 
perf tools: Disable parallelism for 'make clean'

Sasha Levin 
Revert "netfilter: ipv6: nf_defrag: drop skb dst before queueing"

Takashi Iwai 
ALSA: usx2y: Fix invalid stream URBs

Philipp Zabel 
media: uvcvideo: Fix driver reference counting

Chris Paterson 
ARM: dts: r8a7790: Correct critical CPU temperature

Peter Xu 
kvm: x86: fix WARN due to uninitialized guest FPU state

Kimmo Rautkoski 
mtd: spi-nor: Add support for is25wp series chips

Christoph Paasch 
sch_netem: restore skb->dev after dequeuing from the rbtree

Khazhismel Kumykov 
fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()

Paolo Abeni 
selftests: rtnetlink.sh explicitly requires bash.

Arthur Kiyanovski 
net: ena: fix NULL dereference due to untimely napi initialization

Arthur Kiyanovski 
net: ena: fix warning in rmmod caused by double iounmap

David Howells 
rxrpc: Fix connection-level abort handling

David Howells 
rxrpc: Only take the rwind and mtu values from latest ACK

David Howells 
rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()

Arnaldo Carvalho de Melo 
perf python: Use -Wno-redundant-decls to build with PYTHON=python3

Sascha Hauer 
ARM: dts: imx53-qsb: disable 1.2GHz OPP

Paul Burton 
compiler.h: Allow arch-specific asm/compiler.h

Sandipan Das 
perf tests: Fix indexing when invoking subtests

Daniel Mack 
libertas: call into generic suspend code before turning off power

Masahiro Yamada 
kconfig: fix the rule of mainmenu_stmt symbol

Arnd Bergmann 
net: stmmac: mark PM functions as __maybe_unused

Dan Carpenter 
x86/paravirt: Fix some warning messages

Florian Fainelli 
net: phy: phylink: Don't release NULL GPIO

Qu Wenruo 
btrfs: quota: Set rescan progress to (u64)-1 if we hit last leaf

Martin K. Petersen 
scsi: sd: Remember that READ CAPACITY(16) succeeded

Brian King 
scsi: ibmvfc: Avoid unnecessary port relogin

Michael Neuling 
selftests/powerpc: