This is the start of the stable review cycle for the 4.9.280 release. There are 30 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, 15 Aug 2021 15:05:12 +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.9.280-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.9.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.9.280-rc1
Miklos Szeredi mszeredi@redhat.com ovl: prevent private clone if bind mount is not allowed
YueHaibing yuehaibing@huawei.com net: xilinx_emaclite: Do not print real IOMEM pointer
Pali Rohár pali@kernel.org ppp: Fix generating ppp unit id when ifname is not specified
Longfang Liu liulongfang@huawei.com USB:ehci:fix Kunpeng920 ehci hardware problem
Letu Ren fantasquex@gmail.com net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapter_reset
Prarit Bhargava prarit@redhat.com alpha: Send stop IPI to send to online CPUs
Shreyansh Chouhan chouhan.shreyansh630@gmail.com reiserfs: check directory items on read from disk
Yu Kuai yukuai3@huawei.com reiserfs: add check for root_inode in reiserfs_fill_super
Like Xu likexu@tencent.com perf/x86/amd: Don't touch the AMD64_EVENTSEL_HOSTONLY bit inside the guest
Zheyu Ma zheyuma97@gmail.com pcmcia: i82092: fix a null pointer dereference bug
Maciej W. Rozycki macro@orcam.me.uk MIPS: Malta: Do not byte-swap accesses to the CBUS UART
Maciej W. Rozycki macro@orcam.me.uk serial: 8250: Mask out floating 16/32-bit bus bits
Alex Xu (Hello71) alex_y_xu@yahoo.ca pipe: increase minimum default pipe size to 2 pages
Johan Hovold johan@kernel.org media: rtl28xxu: fix zero-length control request
Hui Su suhui@zeku.com scripts/tracing: fix the bug that can't parse raw_trace_func
Dmitry Osipenko digetx@gmail.com usb: otg-fsm: Fix hrtimer list corruption
David Bauer mail@david-bauer.net USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2
Willy Tarreau w@1wt.eu USB: serial: ch341: fix character loss at high transfer rates
Daniele Palmas dnlplm@gmail.com USB: serial: option: add Telit FD980 composition 0x1056
Qiang.zhang qiang.zhang@windriver.com USB: usbtmc: Fix RCU stall warning
Tetsuo Handa penguin-kernel@i-love.sakura.ne.jp Bluetooth: defer cleanup of resources in hci_unregister_dev()
Pavel Skripkin paskripkin@gmail.com net: vxge: fix use-after-free in vxge_device_unregister
Pavel Skripkin paskripkin@gmail.com net: fec: fix use-after-free in fec_drv_remove
Pavel Skripkin paskripkin@gmail.com net: pegasus: fix uninit-value in get_interrupt_interval
Dan Carpenter dan.carpenter@oracle.com bnx2x: fix an error code in bnx2x_nic_load()
H. Nikolaus Schaller hns@goldelico.com mips: Fix non-POSIX regexp
Wang Hai wanghai38@huawei.com net: natsemi: Fix missing pci_disable_device() in probe and remove
Hans Verkuil hverkuil-cisco@xs4all.nl media: videobuf2-core: dequeue if start_streaming fails
Li Manyi limanyi@uniontech.com scsi: sr: Return correct event when media event code is 3
Takashi Iwai tiwai@suse.de ALSA: seq: Fix racy deletion of subscriber
-------------
Diffstat:
Makefile | 4 +- arch/alpha/kernel/smp.c | 2 +- arch/mips/Makefile | 2 +- arch/mips/mti-malta/malta-platform.c | 3 +- arch/x86/events/perf_event.h | 3 +- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 11 +++++- drivers/media/v4l2-core/videobuf2-core.c | 13 ++++++- drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 3 +- drivers/net/ethernet/freescale/fec_main.c | 2 +- drivers/net/ethernet/natsemi/natsemi.c | 8 +--- drivers/net/ethernet/neterion/vxge/vxge-main.c | 6 +-- drivers/net/ethernet/qlogic/qla3xxx.c | 6 +-- drivers/net/ethernet/xilinx/xilinx_emaclite.c | 5 +-- drivers/net/ppp/ppp_generic.c | 19 ++++++++-- drivers/net/usb/pegasus.c | 14 +++++-- drivers/pcmcia/i82092.c | 1 + drivers/scsi/sr.c | 2 +- drivers/tty/serial/8250/8250_port.c | 12 ++++-- drivers/usb/class/usbtmc.c | 8 +--- drivers/usb/common/usb-otg-fsm.c | 6 ++- drivers/usb/host/ehci-pci.c | 3 ++ drivers/usb/serial/ch341.c | 1 + drivers/usb/serial/ftdi_sio.c | 1 + drivers/usb/serial/ftdi_sio_ids.h | 3 ++ drivers/usb/serial/option.c | 2 + fs/namespace.c | 42 +++++++++++++-------- fs/pipe.c | 19 +++++++++- fs/reiserfs/stree.c | 31 +++++++++++++--- fs/reiserfs/super.c | 8 ++++ include/linux/usb/otg-fsm.h | 1 + include/net/bluetooth/hci_core.h | 1 + net/bluetooth/hci_core.c | 16 ++++---- net/bluetooth/hci_sock.c | 49 +++++++++++++++++-------- net/bluetooth/hci_sysfs.c | 3 ++ scripts/tracing/draw_functrace.py | 6 +-- sound/core/seq/seq_ports.c | 39 ++++++++++++++------ 36 files changed, 250 insertions(+), 105 deletions(-)
On 8/13/21 9:06 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.9.280 release. There are 30 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, 15 Aug 2021 15:05:12 +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.9.280-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.9.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 Fri, 13 Aug 2021 at 20:40, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.9.280 release. There are 30 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, 15 Aug 2021 15:05:12 +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.9.280-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.9.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.9.280-rc1 * git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * git branch: linux-4.9.y * git commit: 5124b049250fa384487453ee2be70fbf82aea45c * git describe: v4.9.279-31-g5124b049250f * 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.279-31-g58fff7715c9c)
## No fixes (compared to v4.9.279-31-g58fff7715c9c)
## Test result summary total: 74784, pass: 58530, fail: 535, skip: 13533, xfail: 2186
## Build Summary * arm: 98 total, 98 passed, 0 failed * arm64: 25 total, 25 passed, 0 failed * dragonboard-410c: 1 total, 1 passed, 0 failed * hi6220-hikey: 1 total, 1 passed, 0 failed * i386: 15 total, 15 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: 15 total, 15 passed, 0 failed
## Test suites summary * fwts * igt-gpu-tools * install-android-platform-tools-r2600 * kselftest-android * kselftest-arm64 * 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-kexec * kselftest-kvm * kselftest-lib * kselftest-livepatch * kselftest-lkdtm * kselftest-membarrier * kselftest-memfd * kselftest-memory-hotplug * kselftest-mincore * kselftest-mount * kselftest-mqueue * 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 Fri, Aug 13, 2021 at 05:06:28PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.9.280 release. There are 30 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, 15 Aug 2021 15:05:12 +0000. Anything received after that time might be too late.
Build results: total: 163 pass: 163 fail: 0 Qemu test results: total: 394 pass: 394 fail: 0
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter