Re: [PATCH 5.4 0/8] 5.4.65-rc1 review

2020-09-12 Thread Naresh Kamboju
On Fri, 11 Sep 2020 at 18:30, Greg Kroah-Hartman
 wrote:
>
> This is the start of the stable review cycle for the 5.4.65 release.
> There are 8 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, 13 Sep 2020 12:54:10 +.
> 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/v5.x/stable-review/patch-5.4.65-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-5.4.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

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

Tested-by: Linux Kernel Functional Testing 

Summary


kernel: 5.4.65-rc1
git repo: 
['https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git',
'https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc']
git branch: linux-5.4.y
git commit: cdcf7cd54ebd34795a39be0bf517dd1017873640
git describe: v5.4.64-9-gcdcf7cd54ebd
Test details: 
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.4.y/build/v5.4.64-9-gcdcf7cd54ebd


No regressions (compared to build v5.4.64)


No fixes (compared to build v5.4.64)

Ran 19759 total tests in the following environments and test suites.

Environments
--
- dragonboard-410c
- hi6220-hikey
- i386
- juno-r2
- qemu_arm
- qemu_arm64
- qemu_i386
- qemu_x86_64
- x15
- x86

Test Suites
---
* build
* install-android-platform-tools-r2600
* kselftest
* kselftest/drivers
* kselftest/filesystems
* kselftest/net
* linux-log-parser
* perf
* network-basic-tests
* libhugetlbfs
* ltp-cap_bounds-tests
* ltp-commands-tests
* ltp-containers-tests
* ltp-controllers-tests
* ltp-cpuhotplug-tests
* ltp-crypto-tests
* ltp-cve-tests
* ltp-dio-tests
* ltp-fcntl-locktests-tests
* ltp-filecaps-tests
* ltp-fs-tests
* ltp-fs_bind-tests
* ltp-fs_perms_simple-tests
* ltp-fsx-tests
* ltp-hugetlb-tests
* ltp-io-tests
* ltp-ipc-tests
* ltp-math-tests
* ltp-mm-tests
* ltp-nptl-tests
* ltp-pty-tests
* ltp-sched-tests
* ltp-securebits-tests
* ltp-syscalls-tests
* ltp-tracing-tests
* v4l2-compliance
* ltp-open-posix-tests
* kselftest-vsyscall-mode-native
* kselftest-vsyscall-mode-native/drivers
* kselftest-vsyscall-mode-native/filesystems
* kselftest-vsyscall-mode-native/net
* kselftest-vsyscall-mode-none
* kselftest-vsyscall-mode-none/drivers
* kselftest-vsyscall-mode-none/filesystems
* kselftest-vsyscall-mode-none/net
* ssuite

-- 
Linaro LKFT
https://lkft.linaro.org


Re: [PATCH 5.4 0/8] 5.4.65-rc1 review

2020-09-11 Thread Shuah Khan

On 9/11/20 6:54 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 5.4.65 release.
There are 8 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, 13 Sep 2020 12:54:10 +.
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/v5.x/stable-review/patch-5.4.65-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-5.4.y
and the diffstat can be found below.

thanks,

greg k-h



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

Tested-by: Shuah Khan 

thanks,
-- Shuah


[PATCH 5.4 0/8] 5.4.65-rc1 review

2020-09-11 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 5.4.65 release.
There are 8 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, 13 Sep 2020 12:54:10 +.
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/v5.x/stable-review/patch-5.4.65-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-5.4.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 5.4.65-rc1

Jakub Kicinski 
net: disable netpoll on fresh napis

Tetsuo Handa 
tipc: fix shutdown() of connectionless socket

Vinicius Costa Gomes 
taprio: Fix using wrong queues in gate mask

Xin Long 
sctp: not disable bh in the whole sctp_get_port_local()

Kamil Lorenc 
net: usb: dm9601: Add USB ID of Keenetic Plus DSL

Paul Moore 
netlabel: fix problems with mapping removal

Ido Schimmel 
ipv6: Fix sysctl max for fib_multipath_hash_policy

Ido Schimmel 
ipv4: Silence suspicious RCU usage warning


-

Diffstat:

 Makefile   |  4 +--
 drivers/net/usb/dm9601.c   |  4 +++
 net/core/dev.c |  3 +-
 net/core/netpoll.c |  2 +-
 net/ipv4/fib_trie.c|  3 +-
 net/ipv6/sysctl_net_ipv6.c |  3 +-
 net/netlabel/netlabel_domainhash.c | 59 +++---
 net/sched/sch_taprio.c | 30 +++
 net/sctp/socket.c  | 16 ---
 net/tipc/socket.c  |  9 --
 10 files changed, 79 insertions(+), 54 deletions(-)