This is the start of the stable review cycle for the 4.19.253 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 Thu, 21 Jul 2022 11:43:40 +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.253-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.253-rc1
Marc Kleine-Budde mkl@pengutronix.de can: m_can: m_can_tx_handler(): fix use after free of skb
Ilpo Järvinen ilpo.jarvinen@linux.intel.com serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
Ilpo Järvinen ilpo.jarvinen@linux.intel.com serial: stm32: Clear prev values before setting RTS delays
Yi Yang yiyang13@huawei.com serial: 8250: fix return error code in serial8250_request_std_resource()
Chanho Park chanho61.park@samsung.com tty: serial: samsung_tty: set dma burst_size to 1
Thinh Nguyen Thinh.Nguyen@synopsys.com usb: dwc3: gadget: Fix event pending check
Linyu Yuan quic_linyyuan@quicinc.com usb: typec: add missing uevent when partner support PD
Lucien Buchmann lucien.buchmann@gmx.net USB: serial: ftdi_sio: add Belimo device ids
Linus Torvalds torvalds@linux-foundation.org signal handling: don't use BUG_ON() for debugging
Gabriel Fernandez gabriel.fernandez@foss.st.com ARM: dts: stm32: use the correct clock source for CEC on stm32mp151
Juergen Gross jgross@suse.com x86: Clear .brk area at early boot
Stafford Horne shorne@gmail.com irqchip: or1k-pic: Undefine mask_ack for level triggered hardware
Charles Keepax ckeepax@opensource.cirrus.com ASoC: wm5110: Fix DRE control
Mark Brown broonie@kernel.org ASoC: ops: Fix off by one in range control validation
Jianglei Nie niejianglei2021@163.com net: sfp: fix memory leak in sfp_probe()
Michael Walle michael@walle.cc NFC: nxp-nci: don't print header length mismatch on i2c error
Hangyu Hua hbh25y@gmail.com net: tipc: fix possible refcount leak in tipc_sk_create()
Kai-Heng Feng kai.heng.feng@canonical.com platform/x86: hp-wmi: Ignore Sanitization Mode event
Liang He windhl@126.com cpufreq: pmac32-cpufreq: Fix refcount leak bug
Florian Westphal fw@strlen.de netfilter: br_netfilter: do not skip all hooks with 0 priority
Stephan Gerhold stephan.gerhold@kernkonzept.com virtio_mmio: Restore guest page size on resume
Stephan Gerhold stephan.gerhold@kernkonzept.com virtio_mmio: Add missing PM calls to freeze/restore
Íñigo Huguet ihuguet@redhat.com sfc: fix kernel panic when creating VF
Andrea Mayer andrea.mayer@uniroma2.it seg6: bpf: fix skb checksum in bpf_push_seg6_encap()
Andrea Mayer andrea.mayer@uniroma2.it seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors
Andrea Mayer andrea.mayer@uniroma2.it seg6: fix skb checksum evaluation in SRH encapsulation/insertion
Íñigo Huguet ihuguet@redhat.com sfc: fix use after free when disabling sriov
Kuniyuki Iwashima kuniyu@amazon.com ipv4: Fix data-races around sysctl_ip_dynaddr.
Kuniyuki Iwashima kuniyu@amazon.com icmp: Fix a data-race around sysctl_icmp_ratemask.
Kuniyuki Iwashima kuniyu@amazon.com icmp: Fix a data-race around sysctl_icmp_ratelimit.
Michal Suchanek msuchanek@suse.de ARM: dts: sunxi: Fix SPI NOR campatible on Orange Pi Zero
Kuniyuki Iwashima kuniyu@amazon.com icmp: Fix data-races around sysctl.
Kuniyuki Iwashima kuniyu@amazon.com cipso: Fix data-races around sysctl.
Kuniyuki Iwashima kuniyu@amazon.com net: Fix data-races around sysctl_mem.
Kuniyuki Iwashima kuniyu@amazon.com inetpeer: Fix data-races around sysctl.
Francesco Dolcini francesco.dolcini@toradex.com ASoC: sgtl5000: Fix noise on shutdown/remove
Ard Biesheuvel ardb@kernel.org ARM: 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out of idle
Kris Bahnsen kris@embeddedTS.com ARM: dts: imx6qdl-ts7970: Fix ngpio typo and count
Ryusuke Konishi konishi.ryusuke@gmail.com nilfs2: fix incorrect masking of permission flags for symlinks
Tejun Heo tj@kernel.org cgroup: Use separate src/dst nodes when preloading css_sets for migration
Ard Biesheuvel ardb@kernel.org ARM: 9214/1: alignment: advance IT state after emulating Thumb instruction
Dmitry Osipenko dmitry.osipenko@collabora.com ARM: 9213/1: Print message about disabled Spectre workarounds only once
Steven Rostedt (Google) rostedt@goodmis.org net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointer
Zheng Yejian zhengyejian1@huawei.com tracing/histograms: Fix memory leak problem
Juergen Gross jgross@suse.com xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue
Meng Tang tangmeng@uniontech.com ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc221
Meng Tang tangmeng@uniontech.com ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 model
Meng Tang tangmeng@uniontech.com ALSA: hda - Add fixup for Dell Latitidue E5430
-------------
Diffstat:
Documentation/networking/ip-sysctl.txt | 4 +-- Makefile | 4 +-- arch/arm/boot/dts/imx6qdl-ts7970.dtsi | 2 +- arch/arm/boot/dts/stm32mp157c.dtsi | 2 +- arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 2 +- arch/arm/include/asm/ptrace.h | 26 ++++++++++++++++ arch/arm/mm/alignment.c | 3 ++ arch/arm/mm/proc-v7-bugs.c | 9 +++--- arch/arm/probes/decode.h | 26 +--------------- arch/x86/kernel/head64.c | 2 ++ drivers/cpufreq/pmac32-cpufreq.c | 4 +++ drivers/irqchip/irq-or1k-pic.c | 1 - drivers/net/can/m_can/m_can.c | 5 +-- drivers/net/ethernet/sfc/ef10.c | 3 ++ drivers/net/ethernet/sfc/ef10_sriov.c | 10 ++++-- drivers/net/phy/sfp.c | 2 +- drivers/net/xen-netback/rx.c | 1 + drivers/nfc/nxp-nci/i2c.c | 8 +++-- drivers/platform/x86/hp-wmi.c | 3 ++ drivers/tty/serial/8250/8250_port.c | 4 ++- drivers/tty/serial/amba-pl011.c | 23 ++++++++++++-- drivers/tty/serial/samsung.c | 5 ++- drivers/tty/serial/stm32-usart.c | 2 ++ drivers/usb/dwc3/gadget.c | 4 ++- drivers/usb/serial/ftdi_sio.c | 3 ++ drivers/usb/serial/ftdi_sio_ids.h | 6 ++++ drivers/usb/typec/class.c | 1 + drivers/virtio/virtio_mmio.c | 26 ++++++++++++++++ fs/nilfs2/nilfs.h | 3 ++ include/linux/cgroup-defs.h | 3 +- include/net/sock.h | 2 +- include/trace/events/sock.h | 6 ++-- kernel/cgroup/cgroup.c | 37 ++++++++++++++--------- kernel/signal.c | 8 ++--- kernel/trace/trace_events_hist.c | 2 ++ net/bridge/br_netfilter_hooks.c | 21 +++++++++++-- net/core/filter.c | 1 - net/ipv4/af_inet.c | 4 +-- net/ipv4/cipso_ipv4.c | 12 +++++--- net/ipv4/icmp.c | 10 +++--- net/ipv4/inetpeer.c | 12 +++++--- net/ipv6/seg6_iptunnel.c | 5 ++- net/ipv6/seg6_local.c | 2 -- net/tipc/socket.c | 1 + sound/pci/hda/patch_conexant.c | 1 + sound/pci/hda/patch_realtek.c | 13 ++++++++ sound/soc/codecs/sgtl5000.c | 9 ++++++ sound/soc/codecs/sgtl5000.h | 1 + sound/soc/codecs/wm5110.c | 8 +++-- sound/soc/soc-ops.c | 4 +-- 50 files changed, 255 insertions(+), 101 deletions(-)
On 2022/7/19 19:53, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.253 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 Thu, 21 Jul 2022 11:43:40 +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.253-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
Tested on arm64 and x86 for 4.19.253-rc1,
Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Branch: linux-4.19.y Version: 4.19.253-rc1 Commit: 7e891ca4fbed75e8d86f1221c9b3f8151a0e847c Compiler: gcc version 7.3.0 (GCC)
arm64: -------------------------------------------------------------------- Testcase Result Summary: total: 8946 passed: 8946 failed: 0 timeout: 0 --------------------------------------------------------------------
x86: -------------------------------------------------------------------- Testcase Result Summary: total: 8946 passed: 8946 failed: 0 timeout: 0 --------------------------------------------------------------------
Tested-by: Hulk Robot hulkrobot@huawei.com
On Tue, Jul 19, 2022 at 01:53:37PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.253 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 Thu, 21 Jul 2022 11:43:40 +0000. Anything received after that time might be too late.
Build results: total: 157 pass: 157 fail: 0 Qemu test results: total: 425 pass: 425 fail: 0
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter
On Tue, 19 Jul 2022 13:53:37 +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.253 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 Thu, 21 Jul 2022 11:43:40 +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.253-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: 10 builds: 10 pass, 0 fail 22 boots: 22 pass, 0 fail 40 tests: 40 pass, 0 fail
Linux version: 4.19.253-rc1-g8b84863f2dd5 Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra194-p2972-0000, tegra20-ventana, tegra210-p2371-2180, tegra30-cardhu-a04
Tested-by: Jon Hunter jonathanh@nvidia.com
Jon
On Tue, 19 Jul 2022 at 17:29, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.19.253 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 Thu, 21 Jul 2022 11:43:40 +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.253-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. No regressions on arm64, arm, x86_64, and i386.
Tested-by: Linux Kernel Functional Testing lkft@linaro.org
## Build * kernel: 4.19.253-rc1 * git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc * git branch: linux-4.19.y * git commit: 8b84863f2dd59d1663d4c8a38cf7a59fdef04dfc * git describe: v4.19.252-49-g8b84863f2dd5 * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19....
## Test Regressions (compared to v4.19.252) No test regressions found.
## Metric Regressions (compared to v4.19.252) No metric regressions found.
## Test Fixes (compared to v4.19.252) No test fixes found.
## Metric Fixes (compared to v4.19.252) No metric fixes found.
## Test result summary total: 113490, pass: 100359, fail: 274, skip: 11697, xfail: 1160
## Build Summary * arc: 10 total, 10 passed, 0 failed * arm: 291 total, 286 passed, 5 failed * arm64: 58 total, 57 passed, 1 failed * i386: 26 total, 25 passed, 1 failed * mips: 35 total, 35 passed, 0 failed * parisc: 12 total, 12 passed, 0 failed * powerpc: 54 total, 54 passed, 0 failed * s390: 12 total, 12 passed, 0 failed * sh: 24 total, 24 passed, 0 failed * sparc: 12 total, 12 passed, 0 failed * x86_64: 52 total, 51 passed, 1 failed
## Test suites summary * fwts * igt-gpu-tools * kunit * kvm-unit-tests * libhugetlbfs * log-parser-boot * log-parser-test * ltp-cap_bounds * ltp-commands * ltp-containers * ltp-controllers * ltp-cpuhotplug * ltp-crypto * ltp-cve * ltp-dio * ltp-fcntl-locktests * ltp-filecaps * ltp-fs * ltp-fs_bind * ltp-fs_perms_simple * ltp-fsx * ltp-hugetlb * ltp-io * ltp-ipc * ltp-math * ltp-mm * ltp-nptl * ltp-open-posix-tests * ltp-pty * ltp-sched * ltp-securebits * ltp-smoke * ltp-syscalls * ltp-tracing * network-basic-tests * packetdrill * rcutorture * ssuite * v4l2-compliance * vdso
-- Linaro LKFT https://lkft.linaro.org
Hi Greg,
On Tue, Jul 19, 2022 at 01:53:37PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.253 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 Thu, 21 Jul 2022 11:43:40 +0000. Anything received after that time might be too late.
Build test (gcc version 11.3.1 20220706): mips: 63 configs -> no failure arm: 115 configs -> no failure arm64: 2 configs -> no failure x86_64: 4 configs -> no failure alpha allmodconfig -> no failure powerpc allmodconfig -> no failure riscv allmodconfig -> no failure s390 allmodconfig -> no failure xtensa allmodconfig -> no failure
Boot test: x86_64: Booted on my test laptop. No regression. x86_64: Booted on qemu. No regression. [1]
[1]. https://openqa.qa.codethink.co.uk/tests/1519
Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk
-- Regards Sudip