Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-03-13 Thread Greg Kroah-Hartman
On Tue, Mar 06, 2018 at 03:23:25AM +, Ben Hutchings wrote:
> Patch #132 (which didn't reach the mailing list) was:
> 
> > From: Arnd Bergmann 
> > Date: Wed, 26 Oct 2016 15:55:02 -0700
> > Subject: Input: tca8418_keypad - hide gcc-4.9 -Wmaybe-uninitialized warning
> >
> > commit ea4348c8462a20e8b1b6455a7145d2b86f8a49b6 upstream.
> 
> This appears to introduce a regression, fixed upstream by:
> 
> commit 9dd46c02532a6bed6240101ecf4bbc407f8c6adf
> Author: Dmitry Torokhov 
> Date:   Mon Feb 13 15:45:59 2017 -0800
> 
> Input: tca8418_keypad - remove double read of key event register

Good catch, thanks!

greg k-h


Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-03-13 Thread Greg Kroah-Hartman
On Tue, Mar 06, 2018 at 03:23:25AM +, Ben Hutchings wrote:
> Patch #132 (which didn't reach the mailing list) was:
> 
> > From: Arnd Bergmann 
> > Date: Wed, 26 Oct 2016 15:55:02 -0700
> > Subject: Input: tca8418_keypad - hide gcc-4.9 -Wmaybe-uninitialized warning
> >
> > commit ea4348c8462a20e8b1b6455a7145d2b86f8a49b6 upstream.
> 
> This appears to introduce a regression, fixed upstream by:
> 
> commit 9dd46c02532a6bed6240101ecf4bbc407f8c6adf
> Author: Dmitry Torokhov 
> Date:   Mon Feb 13 15:45:59 2017 -0800
> 
> Input: tca8418_keypad - remove double read of key event register

Good catch, thanks!

greg k-h


Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-03-05 Thread Ben Hutchings
Patch #132 (which didn't reach the mailing list) was:

> From: Arnd Bergmann 
> Date: Wed, 26 Oct 2016 15:55:02 -0700
> Subject: Input: tca8418_keypad - hide gcc-4.9 -Wmaybe-uninitialized warning
>
> commit ea4348c8462a20e8b1b6455a7145d2b86f8a49b6 upstream.

This appears to introduce a regression, fixed upstream by:

commit 9dd46c02532a6bed6240101ecf4bbc407f8c6adf
Author: Dmitry Torokhov 
Date:   Mon Feb 13 15:45:59 2017 -0800

Input: tca8418_keypad - remove double read of key event register

Ben.

-- 
Ben Hutchings
Software Developer, Codethink Ltd.



Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-03-05 Thread Ben Hutchings
Patch #132 (which didn't reach the mailing list) was:

> From: Arnd Bergmann 
> Date: Wed, 26 Oct 2016 15:55:02 -0700
> Subject: Input: tca8418_keypad - hide gcc-4.9 -Wmaybe-uninitialized warning
>
> commit ea4348c8462a20e8b1b6455a7145d2b86f8a49b6 upstream.

This appears to introduce a regression, fixed upstream by:

commit 9dd46c02532a6bed6240101ecf4bbc407f8c6adf
Author: Dmitry Torokhov 
Date:   Mon Feb 13 15:45:59 2017 -0800

Input: tca8418_keypad - remove double read of key event register

Ben.

-- 
Ben Hutchings
Software Developer, Codethink Ltd.



Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-02-24 Thread Guenter Roeck

On 02/23/2018 10:23 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.4.118 release.
There are 193 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 Feb 25 17:02:20 UTC 2018.
Anything received after that time might be too late.



For v4.4.117-193-g68ab56f:

Build results:
total: 145 pass: 145 fail: 0
Qemu test results:
total: 118 pass: 118 fail: 0

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

Guenter


Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-02-24 Thread Guenter Roeck

On 02/23/2018 10:23 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.4.118 release.
There are 193 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 Feb 25 17:02:20 UTC 2018.
Anything received after that time might be too late.



For v4.4.117-193-g68ab56f:

Build results:
total: 145 pass: 145 fail: 0
Qemu test results:
total: 118 pass: 118 fail: 0

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

Guenter


Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-02-24 Thread Greg Kroah-Hartman
On Sat, Feb 24, 2018 at 03:11:45AM -0800, Guenter Roeck wrote:
> On 02/23/2018 10:23 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.4.118 release.
> > There are 193 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 Feb 25 17:02:20 UTC 2018.
> > Anything received after that time might be too late.
> > 
> 
> m68k images in 3.18.96-rc and 4.4.118-rc fail to build with
> 
> m68k-linux-ld: cannot find SOFTIRQENTRY_TEXT
> 
> This is due to 'm68k: add missing SOFTIRQENTRY_TEXT linker section'.
> There is no definition for SOFTIRQENTRY_TEXT in v4.4.y or v3.18.y.

Ugh, I've now dropped this patch from both the 4.4.y and 3.18.y trees,
and pushed out a new git tree.

thanks for catching this,

greg k-h


Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-02-24 Thread Greg Kroah-Hartman
On Sat, Feb 24, 2018 at 03:11:45AM -0800, Guenter Roeck wrote:
> On 02/23/2018 10:23 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.4.118 release.
> > There are 193 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 Feb 25 17:02:20 UTC 2018.
> > Anything received after that time might be too late.
> > 
> 
> m68k images in 3.18.96-rc and 4.4.118-rc fail to build with
> 
> m68k-linux-ld: cannot find SOFTIRQENTRY_TEXT
> 
> This is due to 'm68k: add missing SOFTIRQENTRY_TEXT linker section'.
> There is no definition for SOFTIRQENTRY_TEXT in v4.4.y or v3.18.y.

Ugh, I've now dropped this patch from both the 4.4.y and 3.18.y trees,
and pushed out a new git tree.

thanks for catching this,

greg k-h


Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-02-24 Thread Guenter Roeck

On 02/23/2018 10:23 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.4.118 release.
There are 193 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 Feb 25 17:02:20 UTC 2018.
Anything received after that time might be too late.



m68k images in 3.18.96-rc and 4.4.118-rc fail to build with

m68k-linux-ld: cannot find SOFTIRQENTRY_TEXT

This is due to 'm68k: add missing SOFTIRQENTRY_TEXT linker section'.
There is no definition for SOFTIRQENTRY_TEXT in v4.4.y or v3.18.y.

Guenter


Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-02-24 Thread Guenter Roeck

On 02/23/2018 10:23 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.4.118 release.
There are 193 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 Feb 25 17:02:20 UTC 2018.
Anything received after that time might be too late.



m68k images in 3.18.96-rc and 4.4.118-rc fail to build with

m68k-linux-ld: cannot find SOFTIRQENTRY_TEXT

This is due to 'm68k: add missing SOFTIRQENTRY_TEXT linker section'.
There is no definition for SOFTIRQENTRY_TEXT in v4.4.y or v3.18.y.

Guenter


Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-02-24 Thread Greg Kroah-Hartman
On Fri, Feb 23, 2018 at 04:13:26PM -0700, Nathan Chancellor wrote:
> On Fri, Feb 23, 2018 at 07:23:53PM +0100, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.4.118 release.
> > There are 193 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 Feb 25 17:02:20 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.4.118-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.4.y
> > and the diffstat can be found below.
> > 
> > thanks,
> > 
> > greg k-h
> >
> 
> Merged, compiled, and flashed onto my Pixel 2 XL and OnePlus 5.
> 
> No immediate issues in either dmesg or general usage.

Wonderful, thanks for testing and letting me know.

greg k-h


Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-02-24 Thread Greg Kroah-Hartman
On Fri, Feb 23, 2018 at 04:13:26PM -0700, Nathan Chancellor wrote:
> On Fri, Feb 23, 2018 at 07:23:53PM +0100, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.4.118 release.
> > There are 193 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 Feb 25 17:02:20 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.4.118-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.4.y
> > and the diffstat can be found below.
> > 
> > thanks,
> > 
> > greg k-h
> >
> 
> Merged, compiled, and flashed onto my Pixel 2 XL and OnePlus 5.
> 
> No immediate issues in either dmesg or general usage.

Wonderful, thanks for testing and letting me know.

greg k-h


Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-02-23 Thread Shuah Khan
On 02/23/2018 11:23 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.4.118 release.
> There are 193 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 Feb 25 17:02:20 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.4.118-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.4.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
> 

Compiled and booted on my test system. No dmesg regressions.

thanks,
-- Shuah



Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-02-23 Thread Shuah Khan
On 02/23/2018 11:23 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.4.118 release.
> There are 193 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 Feb 25 17:02:20 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.4.118-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.4.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
> 

Compiled and booted on my test system. No dmesg regressions.

thanks,
-- Shuah



Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-02-23 Thread Dan Rue
On Fri, Feb 23, 2018 at 07:23:53PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.4.118 release.
> There are 193 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 Feb 25 17:02:20 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.4.118-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.4.y
> and the diffstat can be found below.

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

Summary


kernel: 4.4.118-rc1
git repo:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git branch: linux-4.4.y
git commit: 5468668278fb027d3101294c021c57bb000f7962
git describe: v4.4.117-194-g5468668278fb
Test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-4.4-oe/build/v4.4.117-194-g5468668278fb


No regressions (compared to build v4.4.117-62-g0cf542b26c74)

Boards, architectures and test suites:
-

juno-r2 - arm64
* boot - pass: 20,
* kselftest - pass: 34, skip: 29
* libhugetlbfs - pass: 90, skip: 1
* ltp-cap_bounds-tests - pass: 2,
* ltp-containers-tests - pass: 28, skip: 53
* ltp-fcntl-locktests-tests - pass: 2,
* ltp-filecaps-tests - pass: 2,
* ltp-fs-tests - pass: 61, skip: 2
* ltp-fs_bind-tests - pass: 2,
* ltp-fs_perms_simple-tests - pass: 19,
* ltp-fsx-tests - pass: 2,
* ltp-hugetlb-tests - pass: 22,
* ltp-io-tests - pass: 3,
* ltp-ipc-tests - pass: 9,
* ltp-math-tests - pass: 11,
* ltp-nptl-tests - pass: 2,
* ltp-pty-tests - pass: 4,
* ltp-sched-tests - pass: 10, skip: 4
* ltp-securebits-tests - pass: 4,
* ltp-syscalls-tests - pass: 998, skip: 152
* ltp-timers-tests - pass: 12, skip: 1

x15 - arm
* boot - pass: 20,
* kselftest - pass: 33, skip: 29
* libhugetlbfs - pass: 87, skip: 1
* ltp-cap_bounds-tests - pass: 2,
* ltp-containers-tests - pass: 64, skip: 17
* ltp-fcntl-locktests-tests - pass: 2,
* ltp-filecaps-tests - pass: 2,
* ltp-fs-tests - pass: 61, skip: 2
* ltp-fs_bind-tests - pass: 2,
* ltp-fs_perms_simple-tests - pass: 19,
* ltp-fsx-tests - pass: 2,
* ltp-hugetlb-tests - pass: 20, skip: 2
* ltp-io-tests - pass: 3,
* ltp-ipc-tests - pass: 9,
* ltp-math-tests - pass: 11,
* ltp-nptl-tests - pass: 2,
* ltp-pty-tests - pass: 4,
* ltp-sched-tests - pass: 13, skip: 1
* ltp-securebits-tests - pass: 4,
* ltp-syscalls-tests - pass: 1052, skip: 98
* ltp-timers-tests - pass: 12, skip: 1

x86_64
* boot - pass: 20,
* kselftest - pass: 48, skip: 32
* libhugetlbfs - pass: 90, skip: 1
* ltp-cap_bounds-tests - pass: 2,
* ltp-containers-tests - pass: 64, skip: 17
* ltp-fcntl-locktests-tests - pass: 2,
* ltp-filecaps-tests - pass: 2,
* ltp-fs-tests - pass: 62, skip: 1
* ltp-fs_bind-tests - pass: 2,
* ltp-fs_perms_simple-tests - pass: 19,
* ltp-fsx-tests - pass: 2,
* ltp-hugetlb-tests - pass: 22,
* ltp-io-tests - pass: 3,
* ltp-ipc-tests - pass: 9,
* ltp-math-tests - pass: 11,
* ltp-nptl-tests - pass: 2,
* ltp-pty-tests - pass: 4,
* ltp-sched-tests - pass: 9, skip: 5
* ltp-securebits-tests - pass: 4,
* ltp-syscalls-tests - pass: 1030, skip: 120
* ltp-timers-tests - pass: 12, skip: 1

Summary


kernel: 4.4.118-rc1
git repo: https://git.linaro.org/lkft/arm64-stable-rc.git
git tag: 4.4.118-rc1-hikey-20180223-139
git commit: 8cfc89f9b1c6bd4f522109f2a4f4baf7991070f8
git describe: 4.4.118-rc1-hikey-20180223-139
Test details:
https://qa-reports.linaro.org/lkft/linaro-hikey-stable-rc-4.4-oe/build/4.4.118-rc1-hikey-20180223-139


No regressions (compared to build 4.4.118-rc1-hikey-20180223-138)

Boards, architectures and test suites:
-

hi6220-hikey - arm64
* boot - pass: 20,
* kselftest - pass: 31, skip: 32
* libhugetlbfs - pass: 90, skip: 1
* ltp-cap_bounds-tests - pass: 2,
* ltp-containers-tests - pass: 28, skip: 53
* ltp-fcntl-locktests-tests - pass: 2,
* ltp-filecaps-tests - pass: 2,
* ltp-fs-tests - pass: 61, skip: 2
* ltp-fs_bind-tests - pass: 2,
* ltp-fs_perms_simple-tests - pass: 19,
* ltp-fsx-tests - pass: 2,
* ltp-hugetlb-tests - pass: 21, skip: 1
* ltp-io-tests - pass: 3,
* ltp-ipc-tests - pass: 9,
* ltp-math-tests - pass: 11,
* ltp-nptl-tests - pass: 2,
* ltp-pty-tests - pass: 4,
* ltp-sched-tests - pass: 10, skip: 4
* ltp-securebits-tests - pass: 4,
* ltp-syscalls-tests - pass: 996, skip: 154
* ltp-timers-tests - pass: 12, skip: 1


--
Linaro QA (beta)
https://qa-reports.linaro.org


Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-02-23 Thread Dan Rue
On Fri, Feb 23, 2018 at 07:23:53PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.4.118 release.
> There are 193 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 Feb 25 17:02:20 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.4.118-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.4.y
> and the diffstat can be found below.

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

Summary


kernel: 4.4.118-rc1
git repo:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git branch: linux-4.4.y
git commit: 5468668278fb027d3101294c021c57bb000f7962
git describe: v4.4.117-194-g5468668278fb
Test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-4.4-oe/build/v4.4.117-194-g5468668278fb


No regressions (compared to build v4.4.117-62-g0cf542b26c74)

Boards, architectures and test suites:
-

juno-r2 - arm64
* boot - pass: 20,
* kselftest - pass: 34, skip: 29
* libhugetlbfs - pass: 90, skip: 1
* ltp-cap_bounds-tests - pass: 2,
* ltp-containers-tests - pass: 28, skip: 53
* ltp-fcntl-locktests-tests - pass: 2,
* ltp-filecaps-tests - pass: 2,
* ltp-fs-tests - pass: 61, skip: 2
* ltp-fs_bind-tests - pass: 2,
* ltp-fs_perms_simple-tests - pass: 19,
* ltp-fsx-tests - pass: 2,
* ltp-hugetlb-tests - pass: 22,
* ltp-io-tests - pass: 3,
* ltp-ipc-tests - pass: 9,
* ltp-math-tests - pass: 11,
* ltp-nptl-tests - pass: 2,
* ltp-pty-tests - pass: 4,
* ltp-sched-tests - pass: 10, skip: 4
* ltp-securebits-tests - pass: 4,
* ltp-syscalls-tests - pass: 998, skip: 152
* ltp-timers-tests - pass: 12, skip: 1

x15 - arm
* boot - pass: 20,
* kselftest - pass: 33, skip: 29
* libhugetlbfs - pass: 87, skip: 1
* ltp-cap_bounds-tests - pass: 2,
* ltp-containers-tests - pass: 64, skip: 17
* ltp-fcntl-locktests-tests - pass: 2,
* ltp-filecaps-tests - pass: 2,
* ltp-fs-tests - pass: 61, skip: 2
* ltp-fs_bind-tests - pass: 2,
* ltp-fs_perms_simple-tests - pass: 19,
* ltp-fsx-tests - pass: 2,
* ltp-hugetlb-tests - pass: 20, skip: 2
* ltp-io-tests - pass: 3,
* ltp-ipc-tests - pass: 9,
* ltp-math-tests - pass: 11,
* ltp-nptl-tests - pass: 2,
* ltp-pty-tests - pass: 4,
* ltp-sched-tests - pass: 13, skip: 1
* ltp-securebits-tests - pass: 4,
* ltp-syscalls-tests - pass: 1052, skip: 98
* ltp-timers-tests - pass: 12, skip: 1

x86_64
* boot - pass: 20,
* kselftest - pass: 48, skip: 32
* libhugetlbfs - pass: 90, skip: 1
* ltp-cap_bounds-tests - pass: 2,
* ltp-containers-tests - pass: 64, skip: 17
* ltp-fcntl-locktests-tests - pass: 2,
* ltp-filecaps-tests - pass: 2,
* ltp-fs-tests - pass: 62, skip: 1
* ltp-fs_bind-tests - pass: 2,
* ltp-fs_perms_simple-tests - pass: 19,
* ltp-fsx-tests - pass: 2,
* ltp-hugetlb-tests - pass: 22,
* ltp-io-tests - pass: 3,
* ltp-ipc-tests - pass: 9,
* ltp-math-tests - pass: 11,
* ltp-nptl-tests - pass: 2,
* ltp-pty-tests - pass: 4,
* ltp-sched-tests - pass: 9, skip: 5
* ltp-securebits-tests - pass: 4,
* ltp-syscalls-tests - pass: 1030, skip: 120
* ltp-timers-tests - pass: 12, skip: 1

Summary


kernel: 4.4.118-rc1
git repo: https://git.linaro.org/lkft/arm64-stable-rc.git
git tag: 4.4.118-rc1-hikey-20180223-139
git commit: 8cfc89f9b1c6bd4f522109f2a4f4baf7991070f8
git describe: 4.4.118-rc1-hikey-20180223-139
Test details:
https://qa-reports.linaro.org/lkft/linaro-hikey-stable-rc-4.4-oe/build/4.4.118-rc1-hikey-20180223-139


No regressions (compared to build 4.4.118-rc1-hikey-20180223-138)

Boards, architectures and test suites:
-

hi6220-hikey - arm64
* boot - pass: 20,
* kselftest - pass: 31, skip: 32
* libhugetlbfs - pass: 90, skip: 1
* ltp-cap_bounds-tests - pass: 2,
* ltp-containers-tests - pass: 28, skip: 53
* ltp-fcntl-locktests-tests - pass: 2,
* ltp-filecaps-tests - pass: 2,
* ltp-fs-tests - pass: 61, skip: 2
* ltp-fs_bind-tests - pass: 2,
* ltp-fs_perms_simple-tests - pass: 19,
* ltp-fsx-tests - pass: 2,
* ltp-hugetlb-tests - pass: 21, skip: 1
* ltp-io-tests - pass: 3,
* ltp-ipc-tests - pass: 9,
* ltp-math-tests - pass: 11,
* ltp-nptl-tests - pass: 2,
* ltp-pty-tests - pass: 4,
* ltp-sched-tests - pass: 10, skip: 4
* ltp-securebits-tests - pass: 4,
* ltp-syscalls-tests - pass: 996, skip: 154
* ltp-timers-tests - pass: 12, skip: 1


--
Linaro QA (beta)
https://qa-reports.linaro.org


Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-02-23 Thread Nathan Chancellor
On Fri, Feb 23, 2018 at 07:23:53PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.4.118 release.
> There are 193 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 Feb 25 17:02:20 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.4.118-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.4.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
>

Merged, compiled, and flashed onto my Pixel 2 XL and OnePlus 5.

No immediate issues in either dmesg or general usage.

Thanks!
Nathan


Re: [PATCH 4.4 000/193] 4.4.118-stable review

2018-02-23 Thread Nathan Chancellor
On Fri, Feb 23, 2018 at 07:23:53PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.4.118 release.
> There are 193 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 Feb 25 17:02:20 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.4.118-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.4.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
>

Merged, compiled, and flashed onto my Pixel 2 XL and OnePlus 5.

No immediate issues in either dmesg or general usage.

Thanks!
Nathan


[PATCH 4.4 000/193] 4.4.118-stable review

2018-02-23 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.4.118 release.
There are 193 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 Feb 25 17:02:20 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.4.118-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.4.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 4.4.118-rc1

Kamil Konieczny 
crypto: s5p-sss - Fix kernel Oops in AES-ECB mode

Jan Dakinevich 
KVM: nVMX: invvpid handling improvements

Jan Dakinevich 
KVM: VMX: clean up declaration of VPID/EPT invalidation types

Jim Mattson 
kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID types

David Hildenbrand 
KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail

David Hildenbrand 
KVM: nVMX: kmap() can't fail

Darren Kenny 
x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL

KarimAllah Ahmed 
x86/spectre: Simplify spectre_v2 command line parsing

David Woodhouse 
x86/retpoline: Avoid retpolines for built-in __init functions

Dan Williams 
x86/kvm: Update spectre-v1 mitigation

Josh Poimboeuf 
x86/paravirt: Remove 'noreplace-paravirt' cmdline option

Colin Ian King 
x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"

Dan Williams 
x86/spectre: Report get_user mitigation for spectre_v1

Dan Williams 
nl80211: Sanitize array index in parse_txq_params

Dan Williams 
vfs, fdtable: Prevent bounds-check bypass via speculative execution

Dan Williams 
x86/syscall: Sanitize syscall table de-references under speculation

Dan Williams 
x86/get_user: Use pointer masking to limit speculation

Dan Williams 
x86: Introduce barrier_nospec

Dan Williams 
x86: Implement array_index_mask_nospec

Dan Williams 
array_index_nospec: Sanitize speculative array de-references

Mark Rutland 
Documentation: Document array_index_nospec

Dou Liyang 
x86/spectre: Check CONFIG_RETPOLINE in command line parser

Thomas Gleixner 
x86/cpu/bugs: Make retpoline module warning conditional

Borislav Petkov 
x86/bugs: Drop one "mitigation" from dmesg

Borislav Petkov 
x86/nospec: Fix header guards names

Andi Kleen 
module/retpoline: Warn about missing retpoline in module

Peter Zijlstra 
KVM: VMX: Make indirect call speculation safe

Peter Zijlstra 
KVM: x86: Make indirect calls in emulator speculation safe

Waiman Long 
x86/retpoline: Remove the esp/rsp thunk

Wanpeng Li 
KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" 
exceptions simultaneously

Arnd Bergmann 
kasan: rework Kconfig settings

Sudip Mukherjee 
drm/gma500: remove helper function

Borislav Petkov 
x86/microcode/AMD: Change load_microcode_amd()'s param to bool to fix 
preemptibility bug

Michal Marek 
genksyms: Fix segfault with invalid declarations

Andy Lutomirski 
dell-wmi, dell-laptop: depends DMI

Arnd Bergmann 
netlink: fix nla_put_{u8,u16,u32} for KASAN

Vinod Koul 
ASoC: Intel: Kconfig: fix build when ACPI is not enabled

Arnd Bergmann 
ARM: tegra: select USB_ULPI from EHCI rather than platform

Arnd Bergmann 
ncr5380: shut up gcc indentation warning

Arnd Bergmann 
usb: phy: msm add regulator dependency

Arnd Bergmann 
idle: i7300: add PCI dependency

Arnd Bergmann 
binfmt_elf: compat: avoid unused function warning

Arnd Bergmann 
isdn: sc: work around type mismatch warning

Arnd Bergmann 
power: bq27xxx_battery: mark some symbols __maybe_unused

Arnd Bergmann 
Revert "power: bq27xxx_battery: Remove unneeded dependency in Kconfig"

Miklos Szeredi 

[PATCH 4.4 000/193] 4.4.118-stable review

2018-02-23 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.4.118 release.
There are 193 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 Feb 25 17:02:20 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.4.118-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.4.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 4.4.118-rc1

Kamil Konieczny 
crypto: s5p-sss - Fix kernel Oops in AES-ECB mode

Jan Dakinevich 
KVM: nVMX: invvpid handling improvements

Jan Dakinevich 
KVM: VMX: clean up declaration of VPID/EPT invalidation types

Jim Mattson 
kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID types

David Hildenbrand 
KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail

David Hildenbrand 
KVM: nVMX: kmap() can't fail

Darren Kenny 
x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL

KarimAllah Ahmed 
x86/spectre: Simplify spectre_v2 command line parsing

David Woodhouse 
x86/retpoline: Avoid retpolines for built-in __init functions

Dan Williams 
x86/kvm: Update spectre-v1 mitigation

Josh Poimboeuf 
x86/paravirt: Remove 'noreplace-paravirt' cmdline option

Colin Ian King 
x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"

Dan Williams 
x86/spectre: Report get_user mitigation for spectre_v1

Dan Williams 
nl80211: Sanitize array index in parse_txq_params

Dan Williams 
vfs, fdtable: Prevent bounds-check bypass via speculative execution

Dan Williams 
x86/syscall: Sanitize syscall table de-references under speculation

Dan Williams 
x86/get_user: Use pointer masking to limit speculation

Dan Williams 
x86: Introduce barrier_nospec

Dan Williams 
x86: Implement array_index_mask_nospec

Dan Williams 
array_index_nospec: Sanitize speculative array de-references

Mark Rutland 
Documentation: Document array_index_nospec

Dou Liyang 
x86/spectre: Check CONFIG_RETPOLINE in command line parser

Thomas Gleixner 
x86/cpu/bugs: Make retpoline module warning conditional

Borislav Petkov 
x86/bugs: Drop one "mitigation" from dmesg

Borislav Petkov 
x86/nospec: Fix header guards names

Andi Kleen 
module/retpoline: Warn about missing retpoline in module

Peter Zijlstra 
KVM: VMX: Make indirect call speculation safe

Peter Zijlstra 
KVM: x86: Make indirect calls in emulator speculation safe

Waiman Long 
x86/retpoline: Remove the esp/rsp thunk

Wanpeng Li 
KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" 
exceptions simultaneously

Arnd Bergmann 
kasan: rework Kconfig settings

Sudip Mukherjee 
drm/gma500: remove helper function

Borislav Petkov 
x86/microcode/AMD: Change load_microcode_amd()'s param to bool to fix 
preemptibility bug

Michal Marek 
genksyms: Fix segfault with invalid declarations

Andy Lutomirski 
dell-wmi, dell-laptop: depends DMI

Arnd Bergmann 
netlink: fix nla_put_{u8,u16,u32} for KASAN

Vinod Koul 
ASoC: Intel: Kconfig: fix build when ACPI is not enabled

Arnd Bergmann 
ARM: tegra: select USB_ULPI from EHCI rather than platform

Arnd Bergmann 
ncr5380: shut up gcc indentation warning

Arnd Bergmann 
usb: phy: msm add regulator dependency

Arnd Bergmann 
idle: i7300: add PCI dependency

Arnd Bergmann 
binfmt_elf: compat: avoid unused function warning

Arnd Bergmann 
isdn: sc: work around type mismatch warning

Arnd Bergmann 
power: bq27xxx_battery: mark some symbols __maybe_unused

Arnd Bergmann 
Revert "power: bq27xxx_battery: Remove unneeded dependency in Kconfig"

Miklos Szeredi 
ncpfs: fix unused variable warning

Arnd Bergmann 
gpio: xgene: mark PM functions as __maybe_unused

Arnd Bergmann 
net: hp100: remove unnecessary #ifdefs

Jun Nie 
dmaengine: zx: fix build warning

Arnd Bergmann 
perf/x86: Shut up false-positive -Wmaybe-uninitialized warning

Arnd Bergmann 
wireless: cw1200: use __maybe_unused to hide pm functions_

Arnd Bergmann 
cw1200: fix bogus maybe-uninitialized warning

Arnd Bergmann 
v4l: remove MEDIA_TUNER dependency for VIDEO_TUNER

Arnd Bergmann 
hdpvr: hide unused variable

Thierry Reding 
drm/gma500: Sanity-check pipe index

Heikki Krogerus 
serial: 8250_mid: fix broken DMA dependency

Arnd Bergmann 
ASoC: rockchip: use __maybe_unused to hide st_irq_syscfg_resume

Arnd Bergmann 
ISDN: eicon: reduce stack size of sig_ind function

Arnd Bergmann 
em28xx: only use mt9v011 if camera support is enabled

Arnd Bergmann 
go7007: add MEDIA_CAMERA_SUPPORT dependency