This is the start of the stable review cycle for the 4.19.139 release. There are 48 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 Wed, 12 Aug 2020 15:17:47 +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.19.139-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.19.139-rc1
Eric Biggers ebiggers@google.com Smack: fix use-after-free in smk_write_relabel_self()
Martyna Szapar martyna.szapar@intel.com i40e: Memory leak in i40e_config_iwarp_qvlist
Martyna Szapar martyna.szapar@intel.com i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
Grzegorz Siwik grzegorz.siwik@intel.com i40e: Wrong truncation from u16 to u8
Sergey Nemov sergey.nemov@intel.com i40e: add num_vectors checker in iwarp handler
David Howells dhowells@redhat.com rxrpc: Fix race between recvmsg and sendmsg on immediate call failure
Willem de Bruijn willemb@google.com selftests/net: relax cpu affinity requirement in msg_zerocopy test
Hangbin Liu liuhangbin@gmail.com Revert "vxlan: fix tos value before xmit"
Peilin Ye yepeilin.cs@gmail.com openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()
Xin Long lucien.xin@gmail.com net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()
Lorenzo Bianconi lorenzo@kernel.org net: gre: recompute gre csum for sctp over gre tunnels
Stephen Hemminger stephen@networkplumber.org hv_netvsc: do not use VF device if link is down
Johan Hovold johan@kernel.org net: lan78xx: replace bogus endpoint lookup
Ido Schimmel idosch@mellanox.com vxlan: Ensure FDB dump is performed under RCU
Landen Chao landen.chao@mediatek.com net: ethernet: mtk_eth_soc: fix MTU warnings
Cong Wang xiyou.wangcong@gmail.com ipv6: fix memory leaks on IPV6_ADDRFORM path
Ido Schimmel idosch@mellanox.com ipv4: Silence suspicious RCU usage warning
Frank van der Linden fllinden@amazon.com xattr: break delegations in {set,remove}xattr
Dexuan Cui decui@microsoft.com Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)
Philippe Duplessis-Guindon pduplessis@efficios.com tools lib traceevent: Fix memory leak in process_dynamic_array_len
Xin Xiong xiongx18@fudan.edu.cn atm: fix atm_dev refcnt leaks in atmtcp_remove_persistent
Francesco Ruggeri fruggeri@arista.com igb: reinit_locked() should be called with rtnl_lock
Julian Squires julian@cipht.net cfg80211: check vendor command doit pointer before use
Qiushi Wu wu000273@umn.edu firmware: Fix a reference count leak.
Rustam Kovhaev rkovhaev@gmail.com usb: hso: check for return value in hso_serial_common_create()
Wolfram Sang wsa+renesas@sang-engineering.com i2c: slave: add sanity check when unregistering
Wolfram Sang wsa+renesas@sang-engineering.com i2c: slave: improve sanity check when registering
Ben Skeggs bskeggs@redhat.com drm/nouveau/fbcon: zero-initialise the mode_cmd2 structure
Ben Skeggs bskeggs@redhat.com drm/nouveau/fbcon: fix module unload when fbcon init has failed for some reason
Christoph Hellwig hch@lst.de net/9p: validate fds in p9_fd_open
Johan Hovold johan@kernel.org leds: 88pm860x: fix use-after-free on unbind
Johan Hovold johan@kernel.org leds: lm3533: fix use-after-free on unbind
Johan Hovold johan@kernel.org leds: da903x: fix use-after-free on unbind
Johan Hovold johan@kernel.org leds: wm831x-status: fix use-after-free on unbind
Greg Kroah-Hartman gregkh@linuxfoundation.org mtd: properly check all write ioctls for permissions
Yunhai Zhang zhangyunhai@nsfocus.com vgacon: Fix for missing check in scrollback handling
Jann Horn jannh@google.com binder: Prevent context manager from incrementing ref 0
Adam Ford aford173@gmail.com omapfb: dss: Fix max fclk divider for omap36xx
Peilin Ye yepeilin.cs@gmail.com Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()
Peilin Ye yepeilin.cs@gmail.com Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()
Peilin Ye yepeilin.cs@gmail.com Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()
Suren Baghdasaryan surenb@google.com staging: android: ashmem: Fix lockdep warning for write operation
Takashi Iwai tiwai@suse.de ALSA: seq: oss: Serialize ioctls
Hui Wang hui.wang@canonical.com Revert "ALSA: hda: call runtime_allow() for all hda controllers"
Forest Crossman cyrozap@gmail.com usb: xhci: Fix ASMedia ASM1142 DMA addressing
Forest Crossman cyrozap@gmail.com usb: xhci: define IDs for various ASMedia host controllers
Greg Kroah-Hartman gregkh@linuxfoundation.org USB: iowarrior: fix up report size handling for some devices
Erik Ekman erik@kryo.se USB: serial: qcserial: add EM7305 QDL product ID
-------------
Diffstat:
Makefile | 4 +- drivers/android/binder.c | 15 ++- drivers/atm/atmtcp.c | 10 +- drivers/firmware/qemu_fw_cfg.c | 7 +- drivers/gpu/drm/nouveau/nouveau_fbcon.c | 3 +- drivers/hv/channel_mgmt.c | 21 ++-- drivers/hv/vmbus_drv.c | 4 + drivers/i2c/i2c-core-slave.c | 7 +- drivers/leds/leds-88pm860x.c | 14 ++- drivers/leds/leds-da903x.c | 14 ++- drivers/leds/leds-lm3533.c | 12 ++- drivers/leds/leds-wm831x-status.c | 14 ++- drivers/mtd/mtdchar.c | 56 ++++++++-- drivers/net/ethernet/cavium/thunder/nicvf_main.c | 4 +- drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 51 ++++++--- drivers/net/ethernet/intel/igb/igb_main.c | 9 ++ drivers/net/ethernet/mediatek/mtk_eth_soc.c | 2 + drivers/net/hyperv/netvsc_drv.c | 7 +- drivers/net/usb/hso.c | 5 +- drivers/net/usb/lan78xx.c | 117 ++++++--------------- drivers/net/vxlan.c | 10 +- drivers/staging/android/ashmem.c | 12 +++ drivers/usb/host/xhci-pci.c | 10 +- drivers/usb/misc/iowarrior.c | 35 ++++-- drivers/usb/serial/qcserial.c | 1 + drivers/video/console/vgacon.c | 4 + drivers/video/fbdev/omap2/omapfb/dss/dss.c | 2 +- fs/xattr.c | 84 +++++++++++++-- include/linux/hyperv.h | 2 + include/linux/xattr.h | 2 + include/net/addrconf.h | 1 + net/9p/trans_fd.c | 24 +++-- net/bluetooth/hci_event.c | 11 +- net/ipv4/fib_trie.c | 2 +- net/ipv4/gre_offload.c | 13 ++- net/ipv6/anycast.c | 17 ++- net/ipv6/ipv6_sockglue.c | 1 + net/openvswitch/conntrack.c | 38 +++---- net/rxrpc/call_object.c | 27 +++-- net/rxrpc/conn_object.c | 8 +- net/rxrpc/recvmsg.c | 2 +- net/rxrpc/sendmsg.c | 3 + net/wireless/nl80211.c | 6 +- security/smack/smackfs.c | 13 ++- sound/core/seq/oss/seq_oss.c | 8 +- sound/pci/hda/hda_intel.c | 1 - tools/lib/traceevent/event-parse.c | 1 + tools/testing/selftests/net/msg_zerocopy.c | 5 +- 48 files changed, 488 insertions(+), 231 deletions(-)
On 8/10/20 9:21 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.139 release. There are 48 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 Wed, 12 Aug 2020 15:17:47 +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.19.139-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.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 skhan@linuxfoundation.org
thanks, -- Shuah
On Mon, 10 Aug 2020 17:21:22 +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.139 release. There are 48 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 Wed, 12 Aug 2020 15:17:47 +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.19.139-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y and the diffstat can be found below.
thanks,
greg k-h
All tests passing for Tegra ...
Test results for stable-v4.19: 11 builds: 11 pass, 0 fail 22 boots: 22 pass, 0 fail 38 tests: 38 pass, 0 fail
Linux version: 4.19.139-rc1-gb0e1bc72f7dd Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra194-p2972-0000, tegra20-ventana, tegra210-p2371-2180, tegra30-cardhu-a04
Jon
On Mon, 10 Aug 2020 at 21:00, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.19.139 release. There are 48 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 Wed, 12 Aug 2020 15:17:47 +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.19.139-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y and the diffstat can be found below.
thanks,
greg k-h
Results from Linaro’s test farm. Regressions on x86_64.
We have added LTP tracing test suite this week and started noticing kernel BUG on x86_64 KASAN enabled kernel. Which means this issue might not be specific to this release candidate.
[ 90.134426] ================================================================== [ 90.141651] BUG: KASAN: use-after-free in trace_stack_print+0x133/0x150 [ 90.148264] Read of size 8 at addr ffff888228015ffc by task cat/3569 [ 90.154613] [ 90.156106] CPU: 3 PID: 3569 Comm: cat Not tainted 4.19.139-rc1 #1 [ 90.162278] Hardware name: Supermicro SYS-5019S-ML/X11SSH-F, BIOS 2.2 05/23/2018 [ 90.169669] Call Trace: [ 90.172115] dump_stack+0x7d/0xaa [ 90.175463] print_address_description+0x67/0x229 [ 90.180165] ? trace_stack_print+0x133/0x150 [ 90.184460] kasan_report.cold+0xae/0x2fe [ 90.188469] __asan_load8+0x54/0x90 [ 90.191959] trace_stack_print+0x133/0x150 [ 90.196051] print_trace_line+0x3c7/0x930 [ 90.200063] ? tracing_buffers_read+0x310/0x310 [ 90.204589] tracing_read_pipe+0x2db/0x530 [ 90.208687] __vfs_read+0xe5/0x3c0 [ 90.212093] ? __x64_sys_copy_file_range+0x360/0x360 [ 90.217059] ? fsnotify+0x7cb/0x7f0 [ 90.220550] ? _cond_resched+0x14/0x30 [ 90.224296] ? __inode_security_revalidate+0x5d/0x70 [ 90.229262] ? avc_policy_seqno+0x21/0x30 [ 90.233273] ? security_file_permission+0xc6/0xf0 [ 90.237970] ? security_file_permission+0xc6/0xf0 [ 90.242667] ? rw_verify_area+0x73/0x140 [ 90.246584] vfs_read+0xc8/0x1d0 [ 90.249808] ksys_read+0xbb/0x170 [ 90.253120] ? kernel_write+0xa0/0xa0 [ 90.256786] ? __audit_syscall_exit+0x3bb/0x430 [ 90.261320] __x64_sys_read+0x3e/0x50 [ 90.264985] do_syscall_64+0x63/0x160 [ 90.268649] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [ 90.273693] RIP: 0033:0x7f9596d9e071 [ 90.277266] Code: fe ff ff 48 8d 3d 3f 71 09 00 48 83 ec 08 e8 26 ee 01 00 66 0f 1f 44 00 00 48 8d 05 91 e8 2c 00 8b 00 85 c0 75 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 41 54 49 89 d4 55 48 [ 90.296011] RSP: 002b:00007ffee5028688 EFLAGS: 00000246 ORIG_RAX: 0000000000000000 [ 90.303575] RAX: ffffffffffffffda RBX: 0000000000020000 RCX: 00007f9596d9e071 [ 90.310699] RDX: 0000000000020000 RSI: 00007f9597269000 RDI: 0000000000000006 [ 90.317823] RBP: 0000000000020000 R08: 00000000ffffffff R09: 0000000000000000 [ 90.324947] R10: 00000000000008c6 R11: 0000000000000246 R12: 00007f9597269000 [ 90.332071] R13: 0000000000000006 R14: 0000000000000f8e R15: 0000000000020000 [ 90.339194] [ 90.340684] The buggy address belongs to the page: [ 90.345470] page:ffffea0008a00540 count:1 mapcount:0 mapping:0000000000000000 index:0x0 [ 90.353461] flags: 0x200000000000000() [ 90.357215] raw: 0200000000000000 dead000000000100 dead000000000200 0000000000000000 [ 90.364952] raw: 0000000000000000 0000000000000000 00000001ffffffff 0000000000000000 [ 90.372681] page dumped because: kasan: bad access detected [ 90.378245] [ 90.379736] Memory state around the buggy address: [ 90.384523] ffff888228015f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 90.391741] ffff888228015f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 90.398951] >ffff888228016000: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb [ 90.406161] ^ [ 90.409407] ffff888228016080: fc fc fc fc fc fc fc fc fb fb fb fb fb fb fb fb [ 90.416665] ffff888228016100: fb fb fb fb fb fb fb fb fc fc fc fc fc fc fc fc [ 90.423876] ================================================================== [ 90.431095] Disabling lock debugging due to kernel taint
steps to reproduce: - boot x86_64 with kasan enabled 4.19 stable kernel - cd /opt/ltp - ./runltp -f tracing
Full test log link, https://qa-reports.linaro.org/lkft/linux-stable-rc-4.19-oe/build/v4.19.138-4...
kernel-config link, https://builds.tuxbuild.com/BDfU1nbOpLG7hFIf-nv5dQ/kernel.config
Summary ------------------------------------------------------------------------
kernel: 4.19.139-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.19.y git commit: b0e1bc72f7ddff40c7c5b68313d3ac76495d678d git describe: v4.19.138-49-gb0e1bc72f7dd Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.19-oe/build/v4.19.138-4...
No fixes (compared to build v4.19.138)
Ran 34683 total tests in the following environments and test suites.
Environments -------------- - dragonboard-410c - arm64 - hi6220-hikey - arm64 - i386 - juno-r2 - arm64 - juno-r2-compat - juno-r2-kasan - nxp-ls2088 - qemu_arm - qemu_arm64 - qemu_i386 - qemu_x86_64 - x15 - arm - x86_64 - x86-kasan
Test Suites ----------- * build * igt-gpu-tools * install-android-platform-tools-r2600 * kselftest * kselftest/drivers * kselftest/filesystems * kselftest/net * kvm-unit-tests * linux-log-parser * ltp-cap_bounds-tests * ltp-containers-tests * ltp-cpuhotplug-tests * ltp-crypto-tests * ltp-cve-tests * ltp-ipc-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-tracing-tests * v4l2-compliance * ltp-commands-tests * ltp-controllers-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-io-tests * ltp-math-tests * network-basic-tests * perf * libhugetlbfs * ltp-hugetlb-tests * ltp-mm-tests * ltp-open-posix-tests * ssuite * 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
On Mon 2020-08-10 17:21:22, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.139 release. There are 48 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 Wed, 12 Aug 2020 15:17:47 +0000. Anything received after that time might be too late.
No problems detected in -cip testing:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/17...
Best regards, Pavel
On Mon, Aug 10, 2020 at 05:21:22PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.139 release. There are 48 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 Wed, 12 Aug 2020 15:17:47 +0000. Anything received after that time might be too late.
Build results: total: 155 pass: 155 fail: 0 Qemu test results: total: 421 pass: 421 fail: 0
Guenter