This is the start of the stable review cycle for the 4.9.274 release. There are 71 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 30 Jun 2021 02:39:51 PM UTC. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/p... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.y and the diffstat can be found below.
Thanks, Sasha
------------- Pseudo-Shortlog of commits:
Alexander Duyck (1): i40e: Be much more verbose about what we can and cannot offload
Anirudh Rayabharam (1): HID: usbhid: fix info leak in hid_submit_ctrl
Antti Järvinen (1): PCI: Mark TI C667X to avoid bus reset
Arnd Bergmann (1): ARM: 9081/1: fix gcc-10 thumb2-kernel regression
Bixuan Cui (1): HID: gt683r: add missing MODULE_DEVICE_TABLE
Bumyong Lee (1): dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclc
Chen Li (1): radeon: use memcpy_to/fromio for UVD fw upload
Chengyang Fan (1): net: ipv4: fix memory leak in ip_mc_add1_src
Christophe JAILLET (4): alx: Fix an error handling path in 'alx_probe()' qlcnic: Fix an error handling path in 'qlcnic_probe()' netxen_nic: Fix an error handling path in 'netxen_nic_probe()' be2net: Fix an error handling path in 'be_probe()'
Dan Robertson (1): net: ieee802154: fix null deref in parse dev addr
Dongliang Mu (1): net: usb: fix possible use-after-free in smsc75xx_bind
Du Cheng (1): cfg80211: call cfg80211_leave_ocb when switching away from OCB
Eric Dumazet (5): net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock inet: use bigger hash table for IP ID generation inet: annotate date races around sk->sk_txhash net/packet: annotate accesses to po->bind net/packet: annotate accesses to po->ifindex
Esben Haabendal (1): net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSY
Fugang Duan (1): net: fec_ptp: add clock rate zero check
Hillf Danton (1): gfs2: Fix use-after-free in gfs2_glock_shrink_scan
Ido Schimmel (1): rtnetlink: Fix regression in bridge VLAN configuration
Jiapeng Chong (2): ethernet: myri10ge: Fix missing error code in myri10ge_probe() rtnetlink: Fix missing error code in rtnl_bridge_notify()
Jisheng Zhang (1): net: stmmac: dwmac1000: Fix extended MAC address registers definition
Johan Hovold (1): i2c: robotfuzz-osif: fix control-request directions
Johannes Berg (2): mac80211: remove warning in ieee80211_get_sband() mac80211: drop multicast fragments
Josh Triplett (1): net: ipconfig: Don't override command-line hostnames or domains
Kees Cook (4): r8152: Avoid memcpy() over-reading of ETH_SS_STATS sh_eth: Avoid memcpy() over-reading of ETH_SS_STATS r8169: Avoid memcpy() over-reading of ETH_SS_STATS net: qed: Fix memcpy() overflow of qed_dcbx_params()
Linyu Yuan (1): net: cdc_eem: fix tx fixup skb leak
Maciej Żenczykowski (1): net: cdc_ncm: switch to eth%d interface naming
Mark Bolhuis (1): HID: Add BUS_VIRTUAL to hid_connect logging
Maurizio Lombardi (1): scsi: target: core: Fix warning on realtime kernels
Maxim Mikityanskiy (1): netfilter: synproxy: Fix out of bounds when parsing TCP options
Ming Lei (1): scsi: core: Put .shost_dev in failure path if host state changes to RUNNING
Nanyong Sun (1): net: ipv4: fix memory leak in netlbl_cipsov4_add_std
Naoya Horiguchi (1): mm: hwpoison: change PageHWPoison behavior on hugetlb pages
Nathan Chancellor (1): Makefile: Move -Wno-unused-but-set-variable out of GCC only block
Norbert Slusarek (1): can: bcm: fix infoleak in struct bcm_msg_head
Paolo Abeni (1): udp: fix race between close() and udp_abort()
Pavel Skripkin (5): net: rds: fix memory leak in rds_recvmsg net: hamradio: fix memory leak in mkiss_close net: ethernet: fix potential use-after-free in ec_bhf_remove net: caif: fix memory leak in ldisc_open nilfs2: fix memory leak in nilfs_sysfs_delete_device_group
Peter Chen (1): usb: dwc3: core: fix kernel panic when do reboot
Rafael J. Wysocki (1): Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"
Randy Dunlap (1): dmaengine: QCOM_HIDMA_MGMT depends on HAS_IOMEM
Sasha Levin (1): Linux 4.9.274-rc1
Shanker Donthineni (1): PCI: Mark some NVIDIA GPUs to avoid bus reset
Srinivas Pandruvada (1): HID: hid-sensor-hub: Return error for hid_set_field() failure
Steven Rostedt (VMware) (3): tracing: Do no increment trace_clock_global() by one tracing: Do not stop recording cmdlines when tracing is off tracing: Do not stop recording comms if the trace file is being read
Suzuki K Poulose (1): arm64: perf: Disable PMU while processing counter overflows
Sven Eckelmann (1): batman-adv: Avoid WARN_ON timing related checks
Tetsuo Handa (1): can: bcm/raw/isotp: use per module netdevice notifier
Thomas Gleixner (1): x86/fpu: Reset state for all signal restore failures
Vineet Gupta (1): ARCv2: save ABI registers across signal handling
Yang Yingliang (1): dmaengine: stedma40: add missing iounmap() on error in d40_probe()
Yongqiang Liu (1): ARM: OMAP2+: Fix build warning when mmc_omap is not built
Zheng Yongjun (4): net/x25: Return the correct errno code net: Return the correct errno code fib: Return the correct errno code ping: Check return value of function 'ping_queue_rcv_skb'
Makefile | 7 +- arch/arc/include/uapi/asm/sigcontext.h | 1 + arch/arc/kernel/signal.c | 43 +++++++++ arch/arm/kernel/setup.c | 16 ++-- arch/arm/mach-omap2/board-n8x0.c | 2 +- arch/arm64/kernel/perf_event.c | 50 ++++++----- arch/x86/kernel/fpu/signal.c | 18 ++-- drivers/dma/pl330.c | 6 +- drivers/dma/qcom/Kconfig | 1 + drivers/dma/ste_dma40.c | 3 + drivers/gpu/drm/radeon/radeon_uvd.c | 4 +- drivers/hid/hid-core.c | 3 + drivers/hid/hid-gt683r.c | 1 + drivers/hid/hid-sensor-hub.c | 13 ++- drivers/hid/usbhid/hid-core.c | 2 +- drivers/i2c/busses/i2c-robotfuzz-osif.c | 4 +- drivers/net/caif/caif_serial.c | 1 + drivers/net/ethernet/atheros/alx/main.c | 1 + drivers/net/ethernet/ec_bhf.c | 4 +- drivers/net/ethernet/emulex/benet/be_main.c | 1 + drivers/net/ethernet/freescale/fec_ptp.c | 4 + drivers/net/ethernet/intel/i40e/i40e_main.c | 52 +++++++++-- .../net/ethernet/myricom/myri10ge/myri10ge.c | 1 + .../ethernet/qlogic/netxen/netxen_nic_main.c | 2 + drivers/net/ethernet/qlogic/qed/qed_dcbx.c | 4 +- .../net/ethernet/qlogic/qlcnic/qlcnic_main.c | 1 + drivers/net/ethernet/realtek/r8169.c | 2 +- drivers/net/ethernet/renesas/sh_eth.c | 2 +- .../net/ethernet/stmicro/stmmac/dwmac1000.h | 8 +- drivers/net/ethernet/xilinx/ll_temac_main.c | 5 ++ drivers/net/hamradio/mkiss.c | 1 + drivers/net/usb/cdc_eem.c | 2 +- drivers/net/usb/cdc_ncm.c | 2 +- drivers/net/usb/r8152.c | 2 +- drivers/net/usb/smsc75xx.c | 10 ++- drivers/pci/pci.c | 16 +++- drivers/pci/quirks.c | 22 +++++ drivers/scsi/hosts.c | 8 +- drivers/target/target_core_transport.c | 4 +- drivers/usb/dwc3/core.c | 2 +- fs/gfs2/glock.c | 2 +- fs/nilfs2/sysfs.c | 1 + include/linux/hid.h | 3 +- include/linux/swapops.h | 9 -- include/net/sock.h | 10 ++- kernel/trace/trace.c | 12 --- kernel/trace/trace_clock.c | 6 +- mm/memory-failure.c | 87 +++++-------------- net/batman-adv/bat_iv_ogm.c | 4 +- net/can/bcm.c | 64 +++++++++++--- net/can/raw.c | 62 ++++++++++--- net/compat.c | 2 +- net/core/fib_rules.c | 2 +- net/core/rtnetlink.c | 4 + net/ieee802154/nl802154.c | 9 +- net/ipv4/cipso_ipv4.c | 1 + net/ipv4/igmp.c | 1 + net/ipv4/ipconfig.c | 13 +-- net/ipv4/ping.c | 12 +-- net/ipv4/route.c | 42 ++++++--- net/ipv4/udp.c | 10 +++ net/ipv6/udp.c | 3 + net/mac80211/ieee80211_i.h | 2 +- net/mac80211/rx.c | 9 +- net/netfilter/nf_synproxy_core.c | 5 ++ net/packet/af_packet.c | 32 +++---- net/rds/recv.c | 2 +- net/unix/af_unix.c | 7 +- net/wireless/util.c | 3 + net/x25/af_x25.c | 2 +- 70 files changed, 493 insertions(+), 259 deletions(-)
On Mon, 28 Jun 2021 10:38:52 -0400, Sasha Levin wrote:
This is the start of the stable review cycle for the 4.9.274 release. There are 71 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 30 Jun 2021 02:39:51 PM UTC. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/p... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.y and the diffstat can be found below.
Thanks, Sasha
All tests passing for Tegra ...
Test results for stable-v4.9: 8 builds: 8 pass, 0 fail 16 boots: 16 pass, 0 fail 32 tests: 32 pass, 0 fail
Linux version: 4.9.274-rc1-ga12e33370009 Boards tested: tegra124-jetson-tk1, tegra20-ventana, tegra210-p2371-2180, tegra30-cardhu-a04
Tested-by: Jon Hunter jonathanh@nvidia.com
Jon
On Mon, 28 Jun 2021 at 20:14, Sasha Levin sashal@kernel.org wrote:
This is the start of the stable review cycle for the 4.9.274 release. There are 71 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 30 Jun 2021 02:39:51 PM UTC. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/p... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.y and the diffstat can be found below.
Thanks, Sasha
Results from Linaro’s test farm. No regressions on arm64, arm, x86_64, and i386.
Tested-by: Linux Kernel Functional Testing lkft@linaro.org
## Build * kernel: 4.9.274-rc1 * git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * git branch: linux-4.9.y * git commit: a12e33370009130a2628d2a2cdca0cfd421a2f5b * git describe: v4.9.273-71-ga12e33370009 * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.9.y/build/v4.9.27...
## No regressions (compared to v4.9.273-55-g9cd83a1b77d2)
## No fixes (compared to v4.9.273-55-g9cd83a1b77d2)
## Test result summary total: 59943, pass: 46910, fail: 1073, skip: 10404, xfail: 1556,
## Build Summary * arm: 97 total, 97 passed, 0 failed * arm64: 24 total, 24 passed, 0 failed * dragonboard-410c: 1 total, 1 passed, 0 failed * hi6220-hikey: 1 total, 1 passed, 0 failed * i386: 14 total, 14 passed, 0 failed * juno-r2: 1 total, 1 passed, 0 failed * mips: 36 total, 36 passed, 0 failed * sparc: 9 total, 9 passed, 0 failed * x15: 1 total, 1 passed, 0 failed * x86: 1 total, 1 passed, 0 failed * x86_64: 14 total, 14 passed, 0 failed
## Test suites summary * fwts * igt-gpu-tools * install-android-platform-tools-r2600 * kselftest-android * kselftest-bpf * kselftest-breakpoints * kselftest-capabilities * kselftest-cgroup * kselftest-clone3 * kselftest-core * kselftest-cpu-hotplug * kselftest-cpufreq * kselftest-drivers * kselftest-efivarfs * kselftest-filesystems * kselftest-firmware * kselftest-fpu * kselftest-futex * kselftest-gpio * kselftest-intel_pstate * kselftest-ipc * kselftest-ir * kselftest-kcmp * kselftest-kvm * kselftest-lib * kselftest-livepatch * kselftest-lkdtm * kselftest-membarrier * kselftest-memfd * kselftest-memory-hotplug * kselftest-mincore * kselftest-mount * kselftest-mqueue * kselftest-net * kselftest-netfilter * kselftest-nsfs * kselftest-openat2 * kselftest-pid_namespace * kselftest-pidfd * kselftest-proc * kselftest-pstore * kselftest-ptrace * kselftest-rseq * kselftest-rtc * kselftest-seccomp * kselftest-sigaltstack * kselftest-size * kselftest-splice * kselftest-static_keys * kselftest-sync * kselftest-sysctl * kselftest-timens * kselftest-timers * kselftest-tmpfs * kselftest-tpm2 * kselftest-user * kselftest-vm * kselftest-x86 * kselftest-zram * kvm-unit-tests * libhugetlbfs * linux-log-parser * 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-open-posix-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-tracing-tests * network-basic-tests * packetdrill * perf * ssuite * v4l2-compliance
-- Linaro LKFT https://lkft.linaro.org
On 6/28/21 7:38 AM, Sasha Levin wrote:
This is the start of the stable review cycle for the 4.9.274 release. There are 71 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 30 Jun 2021 02:39:51 PM UTC. Anything received after that time might be too late.
Build reference: v4.9.273-71-ga12e33370009 gcc version: arc-elf-gcc (GCC) 10.3.0
Building arc:tb10x_defconfig ... failed -------------- Error log: In file included from include/asm-generic/signal.h:10, from arch/arc/include/uapi/asm/signal.h:25, from include/uapi/linux/signal.h:4, from include/linux/signal.h:6, from include/linux/sched.h:37, from arch/arc/kernel/asm-offsets.c:9: arch/arc/include/uapi/asm/sigcontext.h:20:25: error: field 'v2abi' has incomplete type
---
Building arcv2:defconfig ... failed -------------- Error log: In file included from include/asm-generic/signal.h:10, from arch/arc/include/uapi/asm/signal.h:25, from include/uapi/linux/signal.h:4, from include/linux/signal.h:6, from include/linux/sched.h:37, from arch/arc/kernel/asm-offsets.c:9: arch/arc/include/uapi/asm/sigcontext.h:20:25: error: field 'v2abi' has incomplete type
Guenter
On Tue, Jun 29, 2021 at 07:11:10AM -0700, Guenter Roeck wrote:
On 6/28/21 7:38 AM, Sasha Levin wrote:
This is the start of the stable review cycle for the 4.9.274 release. There are 71 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 30 Jun 2021 02:39:51 PM UTC. Anything received after that time might be too late.
Build reference: v4.9.273-71-ga12e33370009 gcc version: arc-elf-gcc (GCC) 10.3.0
Building arc:tb10x_defconfig ... failed
Error log: In file included from include/asm-generic/signal.h:10, from arch/arc/include/uapi/asm/signal.h:25, from include/uapi/linux/signal.h:4, from include/linux/signal.h:6, from include/linux/sched.h:37, from arch/arc/kernel/asm-offsets.c:9: arch/arc/include/uapi/asm/sigcontext.h:20:25: error: field 'v2abi' has incomplete type
Building arcv2:defconfig ... failed
Error log: In file included from include/asm-generic/signal.h:10, from arch/arc/include/uapi/asm/signal.h:25, from include/uapi/linux/signal.h:4, from include/linux/signal.h:6, from include/linux/sched.h:37, from arch/arc/kernel/asm-offsets.c:9: arch/arc/include/uapi/asm/sigcontext.h:20:25: error: field 'v2abi' has incomplete type
Thanks! I'll drop 96f1b00138cb ("ARCv2: save ABI registers across signal handling") from 4.9 and 4.4, and will re-push -rc1.
On Mon, Jun 28, 2021 at 10:38:52AM -0400, Sasha Levin wrote:
This is the start of the stable review cycle for the 4.9.274 release. There are 71 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 30 Jun 2021 02:39:51 PM UTC. Anything received after that time might be too late.
Build results: total: 163 pass: 156 fail: 7 Failed builds: arc:tb10x_defconfig arcv2:defconfig arcv2:allnoconfig arcv2:tinyconfig arcv2:axs103_defconfig arcv2:nsim_hs_smp_defconfig arcv2:vdk_hs38_smp_defconfig Qemu test results: total: 383 pass: 383 fail: 0
Build failures as already reported.
Guenter
On 6/28/21 7:38 AM, Sasha Levin wrote:
This is the start of the stable review cycle for the 4.9.274 release. There are 71 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 30 Jun 2021 02:39:51 PM UTC. Anything received after that time might be too late.
For v4.9.273-70-ga70498c:
Build results: total: 163 pass: 163 fail: 0 Qemu test results: total: 383 pass: 383 fail: 0
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter