Documentation/sound/hd-audio/models.rst | 2 +- Makefile | 4 +- arch/arm64/kvm/guest.c | 83 ++++++++++++++++++++----- arch/x86/kernel/sysfb_efi.c | 8 +++ arch/x86/kvm/vmx/vmx.c | 10 ++- arch/x86/pci/fixup.c | 21 +++++++ crypto/asymmetric_keys/verify_pefile.c | 12 ++-- drivers/gpio/gpio-davinci.c | 2 +- drivers/hwtracing/coresight/coresight-etm4x.c | 2 +- drivers/i2c/busses/i2c-imx-lpi2c.c | 2 + drivers/iio/dac/cio-dac.c | 4 +- drivers/mtd/mtdblock.c | 12 ++-- drivers/mtd/ubi/build.c | 21 +++++-- drivers/mtd/ubi/wl.c | 5 +- drivers/net/ethernet/cadence/macb_main.c | 4 ++ drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c | 8 ++- drivers/net/ethernet/sun/niu.c | 2 +- drivers/pinctrl/pinctrl-amd.c | 56 +++++++++++++---- drivers/power/supply/cros_usbpd-charger.c | 2 +- drivers/pwm/pwm-cros-ec.c | 1 + drivers/scsi/ses.c | 20 +++--- drivers/tty/serial/sh-sci.c | 9 ++- drivers/usb/serial/cp210x.c | 1 + drivers/usb/serial/option.c | 10 +++ drivers/watchdog/sbsa_gwdt.c | 1 + fs/nfs/nfs4_fs.h | 2 +- fs/nfs/nfs4proc.c | 25 ++++---- fs/nfs/nfs4state.c | 8 +-- fs/nilfs2/segment.c | 3 +- fs/nilfs2/super.c | 2 + fs/nilfs2/the_nilfs.c | 12 ++-- include/linux/ftrace.h | 2 +- kernel/cgroup/cpuset.c | 4 +- kernel/events/core.c | 2 +- kernel/trace/ring_buffer.c | 13 +++- mm/swapfile.c | 3 +- net/9p/trans_xen.c | 4 ++ net/bluetooth/hidp/core.c | 2 +- net/bluetooth/l2cap_core.c | 24 ++----- net/core/netpoll.c | 19 +++++- net/ipv4/icmp.c | 5 ++ net/ipv6/ip6_output.c | 7 ++- net/ipv6/udp.c | 8 ++- net/mac80211/sta_info.c | 3 +- net/sctp/socket.c | 4 ++ net/sctp/stream_interleave.c | 3 +- sound/i2c/cs8427.c | 7 ++- sound/pci/emu10k1/emupcm.c | 4 +- sound/pci/hda/patch_realtek.c | 1 + sound/pci/hda/patch_sigmatel.c | 10 +++ 50 files changed, 350 insertions(+), 129 deletions(-)
This is the start of the stable review cycle for the 4.19.281 release.
There are 57 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, 20 Apr 2023 12:02:44 +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.281-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.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.281-rc1
Marc Zyngier <marc.zyngier@arm.com>
arm64: KVM: Fix system register enumeration
Dave Martin <Dave.Martin@arm.com>
KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LIST
Dave Martin <Dave.Martin@arm.com>
KVM: arm64: Factor out core register ID enumeration
Paolo Bonzini <pbonzini@redhat.com>
KVM: nVMX: add missing consistency checks for CR0 and CR4
Steve Clevenger <scclevenger@os.amperecomputing.com>
coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug
George Cherian <george.cherian@marvell.com>
watchdog: sbsa_wdog: Make sure the timeout programming is within the limits
Waiman Long <longman@redhat.com>
cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
ZhaoLong Wang <wangzhaolong1@huawei.com>
ubi: Fix deadlock caused by recursively holding work_sem
Lee Jones <lee.jones@linaro.org>
mtd: ubi: wl: Fix a couple of kernel-doc issues
Zhihao Cheng <chengzhihao1@huawei.com>
ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size
Basavaraj Natikar <Basavaraj.Natikar@amd.com>
x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hot
Jiri Kosina <jkosina@suse.cz>
scsi: ses: Handle enclosure with just a primary component gracefully
Robbie Harwood <rharwood@redhat.com>
verify_pefile: relax wrapper length check
Hans de Goede <hdegoede@redhat.com>
efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L
Alexander Stein <alexander.stein@ew.tq-group.com>
i2c: imx-lpi2c: clean rx/tx buffers upon new message
Grant Grundler <grundler@chromium.org>
power: supply: cros_usbpd: reclassify "default case!" as debug
Eric Dumazet <edumazet@google.com>
udp6: fix potential access to stale information
Roman Gushchin <roman.gushchin@linux.dev>
net: macb: fix a memory corruption in extended buffer descriptor mode
Xin Long <lucien.xin@gmail.com>
sctp: fix a potential overflow in sctp_ifwdtsn_skip
Denis Plotnikov <den-plotnikov@yandex-team.ru>
qlcnic: check pci_reset_function result
Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
niu: Fix missing unwind goto in niu_alloc_channels()
Zheng Wang <zyytlz.wz@163.com>
9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race condition
Bang Li <libang.linuxer@gmail.com>
mtdblock: tolerate corrected bit-flips
Min Li <lm0963hack@gmail.com>
Bluetooth: Fix race condition in hidp_session_thread
Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}
Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards
Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
ALSA: i2c/cs8427: fix iec958 mixer control deactivation
Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
ALSA: hda/sigmatel: add pin overrides for Intel DP45SG motherboard
Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
ALSA: emu10k1: fix capture interrupt handler unlinking
Kornel Dulęba <korneld@chromium.org>
Revert "pinctrl: amd: Disable and mask interrupts on resume"
Rongwei Wang <rongwei.wang@linux.alibaba.com>
mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
Zheng Yejian <zhengyejian1@huawei.com>
ring-buffer: Fix race while reader and writer are on the same page
John Keeping <john@metanate.com>
ftrace: Mark get_lock_parent_ip() __always_inline
Kan Liang <kan.liang@linux.intel.com>
perf/core: Fix the same task check in perf_event_set_output
Jeremy Soller <jeremy@system76.com>
ALSA: hda/realtek: Add quirk for Clevo X370SNW
Ryusuke Konishi <konishi.ryusuke@gmail.com>
nilfs2: fix sysfs interface lifetime
Ryusuke Konishi <konishi.ryusuke@gmail.com>
nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
Biju Das <biju.das.jz@bp.renesas.com>
tty: serial: sh-sci: Fix Rx on RZ/G2L SCI
Biju Das <biju.das.jz@bp.renesas.com>
tty: serial: sh-sci: Fix transmit end interrupt handler
William Breathitt Gray <william.gray@linaro.org>
iio: dac: cio-dac: Fix max DAC write value check for 12-bit
Bjørn Mork <bjorn@mork.no>
USB: serial: option: add Quectel RM500U-CN modem
Enrico Sau <enrico.sau@gmail.com>
USB: serial: option: add Telit FE990 compositions
Kees Jan Koster <kjkoster@kjkoster.org>
USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs
Dhruva Gole <d-gole@ti.com>
gpio: davinci: Add irq chip flag to skip set wake
Ziyang Xuan <william.xuanziyang@huawei.com>
ipv6: Fix an uninit variable access bug in __ip6_make_skb()
Xin Long <lucien.xin@gmail.com>
sctp: check send stream number after wait_for_sndbuf
Jakub Kicinski <kuba@kernel.org>
net: don't let netpoll invoke NAPI if in xmit context
Eric Dumazet <edumazet@google.com>
icmp: guard against too small mtu
Felix Fietkau <nbd@nbd.name>
wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
pwm: cros-ec: Explicitly set .polarity in .get_state()
Trond Myklebust <trond.myklebust@hammerspace.com>
NFSv4: Fix hangs when recovering open state after a server reboot
Trond Myklebust <trond.myklebust@hammerspace.com>
NFSv4: Check the return value of update_open_stateid()
Trond Myklebust <trond.myklebust@hammerspace.com>
NFSv4: Convert struct nfs4_state to use refcount_t
Kornel Dulęba <korneld@chromium.org>
pinctrl: amd: Disable and mask interrupts on resume
Sachi King <nakato@nakato.io>
pinctrl: amd: disable and mask interrupts on probe
Linus Walleij <linus.walleij@linaro.org>
pinctrl: amd: Use irqchip template
Sandeep Singh <sandeep.singh@amd.com>
pinctrl: Added IRQF_SHARED flag for amd-pinctrl driver
-------------
Diffstat:
Documentation/sound/hd-audio/models.rst | 2 +-
Makefile | 4 +-
arch/arm64/kvm/guest.c | 83 ++++++++++++++++++++-----
arch/x86/kernel/sysfb_efi.c | 8 +++
arch/x86/kvm/vmx/vmx.c | 10 ++-
arch/x86/pci/fixup.c | 21 +++++++
crypto/asymmetric_keys/verify_pefile.c | 12 ++--
drivers/gpio/gpio-davinci.c | 2 +-
drivers/hwtracing/coresight/coresight-etm4x.c | 2 +-
drivers/i2c/busses/i2c-imx-lpi2c.c | 2 +
drivers/iio/dac/cio-dac.c | 4 +-
drivers/mtd/mtdblock.c | 12 ++--
drivers/mtd/ubi/build.c | 21 +++++--
drivers/mtd/ubi/wl.c | 5 +-
drivers/net/ethernet/cadence/macb_main.c | 4 ++
drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c | 8 ++-
drivers/net/ethernet/sun/niu.c | 2 +-
drivers/pinctrl/pinctrl-amd.c | 56 +++++++++++++----
drivers/power/supply/cros_usbpd-charger.c | 2 +-
drivers/pwm/pwm-cros-ec.c | 1 +
drivers/scsi/ses.c | 20 +++---
drivers/tty/serial/sh-sci.c | 9 ++-
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/option.c | 10 +++
drivers/watchdog/sbsa_gwdt.c | 1 +
fs/nfs/nfs4_fs.h | 2 +-
fs/nfs/nfs4proc.c | 25 ++++----
fs/nfs/nfs4state.c | 8 +--
fs/nilfs2/segment.c | 3 +-
fs/nilfs2/super.c | 2 +
fs/nilfs2/the_nilfs.c | 12 ++--
include/linux/ftrace.h | 2 +-
kernel/cgroup/cpuset.c | 4 +-
kernel/events/core.c | 2 +-
kernel/trace/ring_buffer.c | 13 +++-
mm/swapfile.c | 3 +-
net/9p/trans_xen.c | 4 ++
net/bluetooth/hidp/core.c | 2 +-
net/bluetooth/l2cap_core.c | 24 ++-----
net/core/netpoll.c | 19 +++++-
net/ipv4/icmp.c | 5 ++
net/ipv6/ip6_output.c | 7 ++-
net/ipv6/udp.c | 8 ++-
net/mac80211/sta_info.c | 3 +-
net/sctp/socket.c | 4 ++
net/sctp/stream_interleave.c | 3 +-
sound/i2c/cs8427.c | 7 ++-
sound/pci/emu10k1/emupcm.c | 4 +-
sound/pci/hda/patch_realtek.c | 1 +
sound/pci/hda/patch_sigmatel.c | 10 +++
50 files changed, 350 insertions(+), 129 deletions(-)
On 2023/4/18 20:21, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.281 release. > There are 57 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, 20 Apr 2023 12:02:44 +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.281-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.19.y > and the diffstat can be found below. > > thanks, > > greg k-h > > ------------- Tested on arm64 and x86 for 4.19.281-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.281-rc1 Commit: 7d789e3a6ae78a8e0f2ba3edeba9d2534badf3e2 Compiler: gcc version 7.3.0 (GCC) arm64: -------------------------------------------------------------------- Testcase Result Summary: total: 8947 passed: 8947 failed: 0 timeout: 0 -------------------------------------------------------------------- x86: -------------------------------------------------------------------- Testcase Result Summary: total: 8947 passed: 8947 failed: 0 timeout: 0 -------------------------------------------------------------------- Tested-by: Hulk Robot <hulkrobot@huawei.com>
On Tue, 18 Apr 2023 14:21:00 +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.19.281 release.
> There are 57 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, 20 Apr 2023 12:02:44 +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.281-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.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.281-rc1-gcc0a9b81697f
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, 18 Apr 2023 at 17:55, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > This is the start of the stable review cycle for the 4.19.281 release. > There are 57 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, 20 Apr 2023 12:02:44 +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.281-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.19.y > and the diffstat can be found below. > > thanks, > > greg k-h Recently we have upgraded the LTP test suite version and started noticing these test failures on 4.19 and 4.14 only on arm64. Need to investigate test case issues or kernel issues. Reported-by: Linux Kernel Functional Testing <lkft@linaro.org> NOTE: creat09.c:73: TINFO: User nobody: uid = 65534, gid = 65534 creat09.c:75: TINFO: Found unused GID 11: SUCCESS (0) creat09.c:120: TINFO: File created with umask(0) creat09.c:106: TPASS: mntpoint/testdir/creat.tmp: Owned by correct group creat09.c:112: TPASS: mntpoint/testdir/creat.tmp: Setgid bit not set creat09.c:106: TPASS: mntpoint/testdir/open.tmp: Owned by correct group creat09.c:112: TPASS: mntpoint/testdir/open.tmp: Setgid bit not set creat09.c:120: TINFO: File created with umask(S_IXGRP) creat09.c:106: TPASS: mntpoint/testdir/creat.tmp: Owned by correct group creat09.c:110: TFAIL: mntpoint/testdir/creat.tmp: Setgid bit is set creat09.c:106: TPASS: mntpoint/testdir/open.tmp: Owned by correct group creat09.c:110: TFAIL: mntpoint/testdir/open.tmp: Setgid bit is set - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19.279-143-gcc0a9b81697f/testrun/16319970/suite/ltp-syscalls/test/creat09/log - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19.279-143-gcc0a9b81697f/testrun/16319970/suite/ltp-syscalls/test/creat09/history/ ## Build * kernel: 4.19.281-rc1 * git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc * git branch: linux-4.19.y * git commit: cc0a9b81697f7222c51d17365c5960680ba00260 * git describe: v4.19.279-143-gcc0a9b81697f * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19.279-143-gcc0a9b81697f ## Test Regressions (compared to v4.19.279-85-ge4a87ad39c98) * qemu-arm64, ltp-cve - cve-2018-13405 ( creat09 ) * qemu-arm64, ltp-syscalls - creat09 ## Metric Regressions (compared to v4.19.279-85-ge4a87ad39c98) ## Test Fixes (compared to v4.19.279-85-ge4a87ad39c98) ## Metric Fixes (compared to v4.19.279-85-ge4a87ad39c98) ## Test result summary total: 96758, pass: 71960, fail: 3568, skip: 21047, xfail: 183 ## Build Summary * arc: 10 total, 10 passed, 0 failed * arm: 108 total, 107 passed, 1 failed * arm64: 34 total, 33 passed, 1 failed * i386: 20 total, 19 passed, 1 failed * mips: 22 total, 22 passed, 0 failed * parisc: 6 total, 6 passed, 0 failed * powerpc: 24 total, 24 passed, 0 failed * s390: 6 total, 6 passed, 0 failed * sh: 12 total, 12 passed, 0 failed * sparc: 6 total, 6 passed, 0 failed * x86_64: 28 total, 27 passed, 1 failed ## Test suites summary * boot * fwts * igt-gpu-tools * kselftest-android * kselftest-arm64 * kselftest-breakpoints * kselftest-capabilities * kselftest-cgroup * kselftest-clone3 * kselftest-core * kselftest-cpu-hotplug * kselftest-cpufreq * kselftest-drivers-dma-buf * kselftest-efivarfs * kselftest-filesystems * kselftest-filesystems-binderfs * kselftest-firmware * kselftest-fpu * kselftest-ftrace * kselftest-futex * kselftest-gpio * kselftest-intel_pstate * kselftest-ipc * kselftest-ir * kselftest-kcmp * kselftest-kexec * kselftest-kvm * kselftest-lib * kselftest-livepatch * kselftest-membarrier * kselftest-memfd * kselftest-memory-hotplug * kselftest-mincore * kselftest-mount * kselftest-mqueue * kselftest-net * kselftest-net-forwarding * 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-tc-testing * kselftest-timens * kselftest-timers * kselftest-tmpfs * kselftest-tpm2 * kselftest-user * kselftest-vm * kselftest-x86 * kselftest-zram * 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-pty * ltp-sched * ltp-securebits * ltp-smoke * ltp-syscalls * ltp-tracing * network-basic-tests * rcutorture * v4l2-compliance * vdso -- Linaro LKFT https://lkft.linaro.org
On Tue, Apr 18, 2023 at 02:21:00PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.281 release. > There are 57 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, 20 Apr 2023 12:02:44 +0000. > Anything received after that time might be too late. > Build results: total: 155 pass: 155 fail: 0 Qemu test results: total: 431 pass: 431 fail: 0 Tested-by: Guenter Roeck <linux@roeck-us.net> Guenter
On 4/18/23 06:21, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.281 release. > There are 57 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, 20 Apr 2023 12:02:44 +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.281-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.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
Hello Greg, > From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > Sent: Tuesday, April 18, 2023 1:21 PM > > This is the start of the stable review cycle for the 4.19.281 release. > There are 57 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, 20 Apr 2023 12:02:44 +0000. > Anything received after that time might be too late. CIP configurations built and booted with Linux 4.19.281-rc1 (cc0a9b81697f): https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/840768979 https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/commits/linux-4.19.y Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com> Kind regards, Chris
© 2016 - 2025 Red Hat, Inc.