This is the start of the stable review cycle for the 4.14.19 release. There are 22 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 11 13:39:12 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.19-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 gregkh@linuxfoundation.org Linux 4.14.19-rc1
Dan Carpenter dan.carpenter@oracle.com scsi: storvsc: missing error code in storvsc_probe()
Andrew Morton akpm@linux-foundation.org kernel/exit.c: export abort() to modules
Sudip Mukherjee sudipm.mukherjee@gmail.com arch: define weak abort()
Robert Baronescu robert.baronescu@nxp.com crypto: tcrypt - fix S/G table for test_aead_speed()
Jesse Chan jc@linux.com media: soc_camera: soc_scale_crop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
Jesse Chan jc@linux.com media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
Eric Dumazet edumazet@google.com soreuseport: fix mem leak in reuseport_add_sock()
Martin KaFai Lau kafai@fb.com ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
Neal Cardwell ncardwell@google.com tcp_bbr: fix pacing_gain to always be unity when using lt_bw
Jiri Pirko jiri@mellanox.com rocker: fix possible null pointer dereference in rocker_router_fib_event_work
David Ahern dsahern@gmail.com net: ipv6: send unsolicited NA after DAD
Roman Gushchin guro@fb.com Revert "defer call to mem_cgroup_sk_alloc()"
Jason Wang jasowang@redhat.com vhost_net: stop device during reset owner
Li RongQing lirongqing@baidu.com tcp: release sk_frag.page in tcp_disconnect
Chunhao Lin hau@realtek.com r8169: fix RTL8168EP take too long to complete driver initialization.
Kristian Evensen kristian.evensen@gmail.com qmi_wwan: Add support for Quectel EP06
Junxiao Bi junxiao.bi@oracle.com qlcnic: fix deadlock bug
Eric Dumazet edumazet@google.com net: igmp: add a missing rcu locking section
Nikolay Aleksandrov nikolay@cumulusnetworks.com ip6mr: fix stale iterator
Masahiro Yamada yamada.masahiro@socionext.com kbuild: rpm-pkg: keep spec file until make mrproper
Masahiro Yamada yamada.masahiro@socionext.com .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore
Masahiro Yamada yamada.masahiro@socionext.com .gitignore: sort normal pattern rules alphabetically
-------------
Diffstat:
.gitignore | 49 ++++++++++++---------- Makefile | 4 +- arch/arc/boot/.gitignore | 1 - arch/arm/boot/.gitignore | 1 - arch/arm/kernel/traps.c | 1 - arch/arm64/boot/dts/.gitignore | 1 - arch/m32r/kernel/traps.c | 1 - arch/metag/boot/.gitignore | 1 - arch/microblaze/boot/.gitignore | 1 - arch/mips/boot/.gitignore | 1 - arch/nios2/boot/.gitignore | 1 - arch/powerpc/boot/.gitignore | 1 - arch/unicore32/kernel/traps.c | 1 - arch/xtensa/boot/.gitignore | 1 - crypto/tcrypt.c | 6 ++- .../media/platform/mtk-vcodec/mtk_vcodec_util.c | 3 ++ drivers/media/platform/soc_camera/soc_scale_crop.c | 4 ++ .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 18 ++++---- drivers/net/ethernet/realtek/r8169.c | 4 +- drivers/net/ethernet/rocker/rocker_main.c | 18 ++++---- drivers/net/usb/qmi_wwan.c | 1 + drivers/of/unittest-data/.gitignore | 2 - drivers/scsi/storvsc_drv.c | 4 +- drivers/vhost/net.c | 1 + kernel/exit.c | 9 ++++ mm/memcontrol.c | 14 +++++++ net/core/sock.c | 5 +-- net/core/sock_reuseport.c | 35 +++++++++------- net/ipv4/igmp.c | 4 ++ net/ipv4/inet_connection_sock.c | 1 - net/ipv4/tcp.c | 6 +++ net/ipv4/tcp_bbr.c | 6 +-- net/ipv6/addrconf.c | 30 +++++++++++-- net/ipv6/af_inet6.c | 11 +++-- net/ipv6/ip6mr.c | 1 + net/ipv6/ndisc.c | 5 +++ scripts/package/Makefile | 4 +- 37 files changed, 164 insertions(+), 93 deletions(-)
On Fri, Feb 9, 2018 at 7:39 AM, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.14.19 release. There are 22 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.
Is it too late to add these two patches?
https://www.spinics.net/lists/arm-kernel/msg632667.html
On Fri, Feb 09, 2018 at 12:01:45PM -0600, Timur Tabi wrote:
On Fri, Feb 9, 2018 at 7:39 AM, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.14.19 release. There are 22 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.
Is it too late to add these two patches?
Oops, yeah, I'll pick them up for the next release, sorry. Was traveling all this week and with the middle of the merge window, finding all of the stable patches that can be applied right now was hard. After 4.16-rc1 is out, it will get easier.
thanks,
greg k-h
On 02/09/2018 12:18 PM, Greg Kroah-Hartman wrote:
Oops, yeah, I'll pick them up for the next release, sorry. Was traveling all this week and with the middle of the merge window, finding all of the stable patches that can be applied right now was hard. After 4.16-rc1 is out, it will get easier.
No problem. I just want to make sure they weren't completely forgotten.
stable-rc/linux-4.14.y boot: 111 boots: 2 failed, 109 passed (v4.14.18-23-g8d861f5b27b0)
Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.14.y/kernel/v4.14... Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.14.y/kernel/v4.14.18-23-...
Tree: stable-rc Branch: linux-4.14.y Git Describe: v4.14.18-23-g8d861f5b27b0 Git Commit: 8d861f5b27b05466ce2a9d3c4108367555dccefe Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Tested: 63 unique boards, 22 SoC families, 16 builds out of 185
Boot Regressions Detected:
arm64:
defconfig: bcm2837-rpi-3-b: lab-baylibre: new failure (last pass: v4.14.18-19-g44b8fc264b98) r8a7795-salvator-x: lab-baylibre: new failure (last pass: v4.14.18-19-g44b8fc264b98)
Boot Failures Detected:
arm64:
defconfig bcm2837-rpi-3-b: 1 failed lab r8a7795-salvator-x: 1 failed lab
--- For more info write to info@kernelci.org
On Fri, Feb 9, 2018 at 11:36 AM, kernelci.org bot bot@kernelci.org wrote:
stable-rc/linux-4.14.y boot: 111 boots: 2 failed, 109 passed (v4.14.18-23-g8d861f5b27b0)
Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.14.y/kernel/v4.14... Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.14.y/kernel/v4.14.18-23-...
Tree: stable-rc Branch: linux-4.14.y Git Describe: v4.14.18-23-g8d861f5b27b0 Git Commit: 8d861f5b27b05466ce2a9d3c4108367555dccefe Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Tested: 63 unique boards, 22 SoC families, 16 builds out of 185
TL;DR; All is well.
Boot Regressions Detected:
arm64:
defconfig: bcm2837-rpi-3-b: lab-baylibre: new failure (last pass: v4.14.18-19-g44b8fc264b98) r8a7795-salvator-x: lab-baylibre: new failure (last pass: v4.14.18-19-g44b8fc264b98)
Both of these are a bootloader failure to TFTP a kernel image.
Kevin
On 02/09/2018 06:39 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.14.19 release. There are 22 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 11 13:39:12 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.19-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
Compiled and booted on my test system. No dmesg regressions.
thanks, -- Shuah
On Fri, Feb 09, 2018 at 02:39:49PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.14.19 release. There are 22 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 11 13:39:12 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.19-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.
Results from Linaro’s test farm. No regressions on arm64, arm and x86_64.
Once again, please disregard the fanotify06 and runltp_syscalls regressions listed below. They are caused by an LTP upgrade.
Summary ------------------------------------------------------------------------
kernel: 4.14.19-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.14.y git commit: 8d861f5b27b05466ce2a9d3c4108367555dccefe git describe: v4.14.18-23-g8d861f5b27b0 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.14-oe/build/v4.14.18-23...
Regressions (compared to build v4.14.18-19-g44b8fc264b98) ------------------------------------------------------------------------
hi6220-hikey - arm64: ltp-syscalls-tests: * fanotify06 * runltp_syscalls
* test src: git://github.com/linux-test-project/ltp.git
juno-r2 - arm64: ltp-syscalls-tests: * fanotify06 * runltp_syscalls
* test src: git://github.com/linux-test-project/ltp.git
x86_64: ltp-syscalls-tests: * runltp_syscalls
* test src: git://github.com/linux-test-project/ltp.git
Boards, architectures and test suites: -------------------------------------
hi6220-hikey - arm64 * boot - pass: 20 * kselftest - skip: 17, pass: 48 * libhugetlbfs - skip: 1, pass: 90 * ltp-cap_bounds-tests - pass: 2 * ltp-containers-tests - skip: 17, pass: 64 * ltp-fcntl-locktests-tests - pass: 2 * ltp-filecaps-tests - pass: 2 * ltp-fs-tests - skip: 2, pass: 61 * ltp-fs_bind-tests - pass: 2 * ltp-fs_perms_simple-tests - pass: 19 * ltp-fsx-tests - pass: 2 * ltp-hugetlb-tests - skip: 1, pass: 21 * 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 - skip: 4, pass: 10 * ltp-securebits-tests - pass: 4 * ltp-syscalls-tests - fail: 2, skip: 152, pass: 996 * ltp-timers-tests - skip: 1, pass: 12
juno-r2 - arm64 * boot - pass: 20 * kselftest - skip: 17, pass: 48 * libhugetlbfs - skip: 1, pass: 90 * ltp-cap_bounds-tests - pass: 2 * ltp-containers-tests - skip: 17, pass: 64 * ltp-fcntl-locktests-tests - pass: 2 * ltp-filecaps-tests - pass: 2 * ltp-fs-tests - skip: 2, pass: 61 * 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 - skip: 4, pass: 10 * ltp-securebits-tests - pass: 4 * ltp-syscalls-tests - fail: 2, skip: 149, pass: 999 * ltp-timers-tests - skip: 1, pass: 12
x15 - arm * boot - pass: 20 * kselftest - skip: 19, pass: 45 * libhugetlbfs - skip: 1, pass: 87 * ltp-cap_bounds-tests - pass: 2 * ltp-containers-tests - skip: 17, pass: 64 * ltp-fcntl-locktests-tests - pass: 2 * ltp-filecaps-tests - pass: 2 * ltp-fs-tests - skip: 2, pass: 61 * ltp-fs_bind-tests - pass: 2 * ltp-fs_perms_simple-tests - pass: 19 * ltp-fsx-tests - pass: 2 * ltp-hugetlb-tests - skip: 2, pass: 20 * 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 - skip: 1, pass: 13 * ltp-securebits-tests - pass: 4 * ltp-syscalls-tests - fail: 2, skip: 97, pass: 1051 * ltp-timers-tests - skip: 1, pass: 12
x86_64 * boot - pass: 20 * kselftest - skip: 19, pass: 61 * libhugetlbfs - skip: 1, pass: 89 * ltp-cap_bounds-tests - pass: 2 * ltp-containers-tests - skip: 17, pass: 64 * ltp-fcntl-locktests-tests - pass: 2 * ltp-filecaps-tests - pass: 2 * ltp-fs-tests - skip: 1, pass: 62 * 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 - skip: 5, pass: 9 * ltp-securebits-tests - pass: 4 * ltp-syscalls-tests - fail: 2, skip: 118, pass: 1030 * ltp-timers-tests - skip: 1, pass: 12
-- Linaro QA (beta) https://qa-reports.linaro.org
On 02/09/2018 05:39 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.14.19 release. There are 22 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 11 13:39:12 UTC 2018. Anything received after that time might be too late.
Build results: total: 145 pass: 145 fail: 0 Qemu test results: total: 126 pass: 126 fail: 0
Details are available at http://kerneltests.org/builders.
Guenter
On Sat, Feb 10, 2018 at 07:47:55AM -0800, Guenter Roeck wrote:
On 02/09/2018 05:39 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.14.19 release. There are 22 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 11 13:39:12 UTC 2018. Anything received after that time might be too late.
Build results: total: 145 pass: 145 fail: 0 Qemu test results: total: 126 pass: 126 fail: 0
Details are available at http://kerneltests.org/builders.
Thanks for testing these and letting me know.
greg k-h