This is the start of the stable review cycle for the 4.4.219 release. There are 29 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 Mon, 13 Apr 2020 11:51:28 +0000. 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.219-rc1... 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 gregkh@linuxfoundation.org Linux 4.4.219-rc1
Hans Verkuil hans.verkuil@cisco.com drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()
Taniya Das tdas@codeaurora.org clk: qcom: rcg: Return failure for RCG update
Avihai Horon avihaih@mellanox.com RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
Qiujun Huang hqjagain@gmail.com Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
Kaike Wan kaike.wan@intel.com IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
Paul Cercueil paul@crapouillou.net ASoC: jz4740-i2s: Fix divider written at incorrect offset in register
Ross Lagerwall ross.lagerwall@citrix.com xen-netfront: Update features after registering netdev
Ross Lagerwall ross.lagerwall@citrix.com xen-netfront: Fix mismatched rtnl_unlock
Gustavo A. R. Silva gustavo@embeddedor.com power: supply: axp288_charger: Fix unchecked return value
David Ahern dsahern@kernel.org tools/accounting/getdelays.c: fix netlink attribute length
Jason A. Donenfeld Jason@zx2c4.com random: always use batched entropy for get_random_u{32,64}
Richard Palethorpe rpalethorpe@suse.com slcan: Don't transmit uninitialized stack data in padding
Jisheng Zhang Jisheng.Zhang@synaptics.com net: stmmac: dwmac1000: fix out-of-bounds mac address reg setting
Randy Dunlap rdunlap@infradead.org mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
Daniel Jordan daniel.m.jordan@oracle.com padata: always acquire cpu_hotplug_lock before pinst->lock
Krzysztof Opasiak k.opasiak@samsung.com usb: gadget: printer: Drop unused device qualifier descriptor
Krzysztof Opasiak k.opasiak@samsung.com usb: gadget: uac2: Drop unused device qualifier descriptor
Guillaume Nault g.nault@alphalink.fr l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()
Guillaume Nault g.nault@alphalink.fr l2tp: ensure sessions are freed after their PPPOL2TP socket
Gao Feng fgao@ikuai8.com l2tp: Refactor the codes with existing macros instead of literal number
Guillaume Nault g.nault@alphalink.fr l2tp: fix duplicate session creation
Guillaume Nault g.nault@alphalink.fr l2tp: ensure session can't get removed during pppol2tp_session_ioctl()
Guillaume Nault g.nault@alphalink.fr l2tp: fix race in l2tp_recv_common()
Shmulik Ladkani shmulik.ladkani@gmail.com net: l2tp: Make l2tp_ip6 namespace aware
phil.turnbull@oracle.com phil.turnbull@oracle.com l2tp: Correctly return -EBADF from pppol2tp_getname.
Marcelo Ricardo Leitner marcelo.leitner@gmail.com sctp: fix possibly using a bad saddr with a given dst
William Dauchy w.dauchy@criteo.com net, ip_tunnel: fix interface lookup with no key
Qian Cai cai@lca.pw ipv4: fix a RCU-list lock in fib_triestat_seq_show
Gerd Hoffmann kraxel@redhat.com drm/bochs: downgrade pci_request_region failure from error to warning
-------------
Diffstat:
Documentation/accounting/getdelays.c | 2 +- Makefile | 4 +- drivers/char/random.c | 6 - drivers/clk/qcom/clk-rcg2.c | 2 +- drivers/gpu/drm/bochs/bochs_hw.c | 6 +- drivers/gpu/drm/drm_dp_mst_topology.c | 1 + drivers/infiniband/core/cma.c | 1 + drivers/net/can/slcan.c | 4 +- .../net/ethernet/stmicro/stmmac/dwmac1000_core.c | 2 +- drivers/net/xen-netfront.c | 11 +- drivers/power/axp288_charger.c | 4 + drivers/staging/rdma/hfi1/sysfs.c | 13 +- drivers/usb/gadget/function/f_printer.c | 8 -- drivers/usb/gadget/function/f_uac2.c | 12 -- kernel/padata.c | 4 +- mm/mempolicy.c | 6 +- net/bluetooth/rfcomm/tty.c | 4 +- net/ipv4/fib_trie.c | 3 + net/ipv4/ip_tunnel.c | 6 +- net/l2tp/l2tp_core.c | 149 ++++++++++++++++----- net/l2tp/l2tp_core.h | 4 + net/l2tp/l2tp_eth.c | 10 +- net/l2tp/l2tp_ip.c | 17 ++- net/l2tp/l2tp_ip6.c | 28 ++-- net/l2tp/l2tp_ppp.c | 110 +++++++-------- net/sctp/ipv6.c | 20 ++- net/sctp/protocol.c | 28 ++-- sound/soc/jz4740/jz4740-i2s.c | 2 +- 28 files changed, 285 insertions(+), 182 deletions(-)
On 4/11/20 5:08 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.219 release. There are 29 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 Mon, 13 Apr 2020 11:51:28 +0000. Anything received after that time might be too late.
Build results: total: 169 pass: 169 fail: 0 Qemu test results: total: 335 pass: 335 fail: 0
Guenter
On Sat, 11 Apr 2020 at 17:41, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.4.219 release. There are 29 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 Mon, 13 Apr 2020 11:51:28 +0000. 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.219-rc1... 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
Results from Linaro’s test farm. No regressions on arm64, arm, x86_64, and i386.
Summary ------------------------------------------------------------------------
kernel: 4.4.219-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: 8cd74c57ff4a364d0a753e448ce5eab18cc5bb75 git describe: v4.4.218-30-g8cd74c57ff4a Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.4-oe/build/v4.4.218-30-...
No regressions (compared to build v4.4.218)
No fixes (compared to build v4.4.218)
Ran 27015 total tests in the following environments and test suites.
Environments -------------- - i386 - juno-r2 - arm64 - juno-r2-compat - juno-r2-kasan - qemu_arm - qemu_arm64 - qemu_i386 - qemu_x86_64 - x15 - arm - x86_64 - x86-kasan
Test Suites ----------- * build * kselftest * kvm-unit-tests * libhugetlbfs * linux-log-parser * ltp-cap_bounds-tests * ltp-commands-tests * ltp-containers-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-open-posix-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * network-basic-tests * perf * v4l2-compliance * spectre-meltdown-checker-test * install-android-platform-tools-r2600 * kselftest-vsyscall-mode-native
Summary ------------------------------------------------------------------------
kernel: 4.4.219-rc1 git repo: https://git.linaro.org/lkft/arm64-stable-rc.git git branch: 4.4.219-rc1-hikey-20200411-691 git commit: 9b98182ae4842aa200b9878be74c2fa565a1ab29 git describe: 4.4.219-rc1-hikey-20200411-691 Test details: https://qa-reports.linaro.org/lkft/linaro-hikey-stable-rc-4.4-oe/build/4.4.2...
No regressions (compared to build 4.4.219-rc1-hikey-20200409-690)
No fixes (compared to build 4.4.219-rc1-hikey-20200409-690)
Ran 1726 total tests in the following environments and test suites.
Environments -------------- - hi6220-hikey - arm64
Test Suites ----------- * build * install-android-platform-tools-r2600 * kselftest * libhugetlbfs * linux-log-parser * ltp-cap_bounds-tests * ltp-commands-tests * ltp-containers-tests * ltp-cpuhotplug-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 * perf * spectre-meltdown-checker-test * v4l2-compliance
Hello Greg,
From: stable-owner@vger.kernel.org stable-owner@vger.kernel.org On Behalf Of Greg Kroah-Hartman Sent: 11 April 2020 13:09
This is the start of the stable review cycle for the 4.4.219 release. There are 29 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 Mon, 13 Apr 2020 11:51:28 +0000. Anything received after that time might be too late.
No build issues seen for CIP configs for Linux 4.4.219-rc1 (8cd74c57ff4a).
Build logs: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/pipelines/1349... GitLab CI Pipeline: https://gitlab.com/cip-project/cip-testing/linux-cip-pipelines/-/blob/master...
Kind regards, Chris
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.219-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 gregkh@linuxfoundation.org Linux 4.4.219-rc1
Hans Verkuil hans.verkuil@cisco.com drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()
Taniya Das tdas@codeaurora.org clk: qcom: rcg: Return failure for RCG update
Avihai Horon avihaih@mellanox.com RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
Qiujun Huang hqjagain@gmail.com Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
Kaike Wan kaike.wan@intel.com IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
Paul Cercueil paul@crapouillou.net ASoC: jz4740-i2s: Fix divider written at incorrect offset in register
Ross Lagerwall ross.lagerwall@citrix.com xen-netfront: Update features after registering netdev
Ross Lagerwall ross.lagerwall@citrix.com xen-netfront: Fix mismatched rtnl_unlock
Gustavo A. R. Silva gustavo@embeddedor.com power: supply: axp288_charger: Fix unchecked return value
David Ahern dsahern@kernel.org tools/accounting/getdelays.c: fix netlink attribute length
Jason A. Donenfeld Jason@zx2c4.com random: always use batched entropy for get_random_u{32,64}
Richard Palethorpe rpalethorpe@suse.com slcan: Don't transmit uninitialized stack data in padding
Jisheng Zhang Jisheng.Zhang@synaptics.com net: stmmac: dwmac1000: fix out-of-bounds mac address reg setting
Randy Dunlap rdunlap@infradead.org mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
Daniel Jordan daniel.m.jordan@oracle.com padata: always acquire cpu_hotplug_lock before pinst->lock
Krzysztof Opasiak k.opasiak@samsung.com usb: gadget: printer: Drop unused device qualifier descriptor
Krzysztof Opasiak k.opasiak@samsung.com usb: gadget: uac2: Drop unused device qualifier descriptor
Guillaume Nault g.nault@alphalink.fr l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()
Guillaume Nault g.nault@alphalink.fr l2tp: ensure sessions are freed after their PPPOL2TP socket
Gao Feng fgao@ikuai8.com l2tp: Refactor the codes with existing macros instead of literal number
Guillaume Nault g.nault@alphalink.fr l2tp: fix duplicate session creation
Guillaume Nault g.nault@alphalink.fr l2tp: ensure session can't get removed during pppol2tp_session_ioctl()
Guillaume Nault g.nault@alphalink.fr l2tp: fix race in l2tp_recv_common()
Shmulik Ladkani shmulik.ladkani@gmail.com net: l2tp: Make l2tp_ip6 namespace aware
phil.turnbull@oracle.com phil.turnbull@oracle.com l2tp: Correctly return -EBADF from pppol2tp_getname.
Marcelo Ricardo Leitner marcelo.leitner@gmail.com sctp: fix possibly using a bad saddr with a given dst
William Dauchy w.dauchy@criteo.com net, ip_tunnel: fix interface lookup with no key
Qian Cai cai@lca.pw ipv4: fix a RCU-list lock in fib_triestat_seq_show
Gerd Hoffmann kraxel@redhat.com drm/bochs: downgrade pci_request_region failure from error to warning
Diffstat:
Documentation/accounting/getdelays.c | 2 +- Makefile | 4 +- drivers/char/random.c | 6 - drivers/clk/qcom/clk-rcg2.c | 2 +- drivers/gpu/drm/bochs/bochs_hw.c | 6 +- drivers/gpu/drm/drm_dp_mst_topology.c | 1 + drivers/infiniband/core/cma.c | 1 + drivers/net/can/slcan.c | 4 +- .../net/ethernet/stmicro/stmmac/dwmac1000_core.c | 2 +- drivers/net/xen-netfront.c | 11 +- drivers/power/axp288_charger.c | 4 + drivers/staging/rdma/hfi1/sysfs.c | 13 +- drivers/usb/gadget/function/f_printer.c | 8 -- drivers/usb/gadget/function/f_uac2.c | 12 -- kernel/padata.c | 4 +- mm/mempolicy.c | 6 +- net/bluetooth/rfcomm/tty.c | 4 +- net/ipv4/fib_trie.c | 3 + net/ipv4/ip_tunnel.c | 6 +- net/l2tp/l2tp_core.c | 149 ++++++++++++++++----- net/l2tp/l2tp_core.h | 4 + net/l2tp/l2tp_eth.c | 10 +- net/l2tp/l2tp_ip.c | 17 ++- net/l2tp/l2tp_ip6.c | 28 ++-- net/l2tp/l2tp_ppp.c | 110 +++++++-------- net/sctp/ipv6.c | 20 ++- net/sctp/protocol.c | 28 ++-- sound/soc/jz4740/jz4740-i2s.c | 2 +- 28 files changed, 285 insertions(+), 182 deletions(-)
On 11/04/2020 13:08, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.219 release. There are 29 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 Mon, 13 Apr 2020 11:51:28 +0000. 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.219-rc1... 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
Sorry this is late, but all tests are passing for Tegra ...
Test results for stable-v4.4: 6 builds: 6 pass, 0 fail 12 boots: 12 pass, 0 fail 19 tests: 19 pass, 0 fail
Linux version: 4.4.219-rc1-g8cd74c57ff4a Boards tested: tegra124-jetson-tk1, tegra20-ventana, tegra30-cardhu-a04
Cheers Jon
On Tue, Apr 14, 2020 at 11:35:53AM +0100, Jon Hunter wrote:
On 11/04/2020 13:08, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.219 release. There are 29 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 Mon, 13 Apr 2020 11:51:28 +0000. 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.219-rc1... 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
Sorry this is late, but all tests are passing for Tegra ...
Test results for stable-v4.4: 6 builds: 6 pass, 0 fail 12 boots: 12 pass, 0 fail 19 tests: 19 pass, 0 fail
Linux version: 4.4.219-rc1-g8cd74c57ff4a Boards tested: tegra124-jetson-tk1, tegra20-ventana, tegra30-cardhu-a04
No problems, thanks for testing all of these and letting me know.
greg k-h