This is the start of the stable review cycle for the 4.19.177 release. There are 50 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, 24 Feb 2021 12:07:46 +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.177-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.177-rc1
Lai Jiangshan laijs@linux.alibaba.com kvm: check tlbs_dirty directly
Arun Easi aeasi@marvell.com scsi: qla2xxx: Fix crash during driver load on big endian machines
Jan Beulich jbeulich@suse.com xen-blkback: fix error handling in xen_blkbk_map()
Jan Beulich jbeulich@suse.com xen-scsiback: don't "handle" error by BUG()
Jan Beulich jbeulich@suse.com xen-netback: don't "handle" error by BUG()
Jan Beulich jbeulich@suse.com xen-blkback: don't "handle" error by BUG()
Stefano Stabellini stefano.stabellini@xilinx.com xen/arm: don't ignore return errors from set_phys_to_machine
Jan Beulich jbeulich@suse.com Xen/gntdev: correct error checking in gntdev_map_grant_pages()
Jan Beulich jbeulich@suse.com Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()
Jan Beulich jbeulich@suse.com Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()
Jan Beulich jbeulich@suse.com Xen/x86: don't bail early from clear_foreign_p2m_mapping()
Loic Poulain loic.poulain@linaro.org net: qrtr: Fix port ID for control messages
Paolo Bonzini pbonzini@redhat.com KVM: SEV: fix double locking due to incorrect backport
Borislav Petkov bp@suse.de x86/build: Disable CET instrumentation in the kernel for 32-bit too
Miklos Szeredi mszeredi@redhat.com ovl: expand warning in ovl_d_real()
Sabyrzhan Tasbolatov snovitoll@gmail.com net/qrtr: restrict user-controlled length in qrtr_tun_write_iter()
Sabyrzhan Tasbolatov snovitoll@gmail.com net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGS
Stefano Garzarella sgarzare@redhat.com vsock: fix locking in vsock_shutdown()
Stefano Garzarella sgarzare@redhat.com vsock/virtio: update credit only if socket is not closed
Edwin Peer edwin.peer@broadcom.com net: watchdog: hold device global xmit lock during tx disable
Norbert Slusarek nslusarek@gmx.net net/vmw_vsock: improve locking in vsock_connect_timeout()
NeilBrown neilb@suse.de net: fix iteration for sctp transport seq_files
Serge Semin Sergey.Semin@baikalelectronics.ru usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based one
Felipe Balbi balbi@kernel.org usb: dwc3: ulpi: fix checkpatch warning
Randy Dunlap rdunlap@infradead.org h8300: fix PREEMPTION build, TI_PRE_COUNT undefined
Alain Volmat alain.volmat@foss.st.com i2c: stm32f7: fix configuration of the digital filter
Fangrui Song maskray@google.com firmware_loader: align .builtin_fw to 8
Yufeng Mo moyufeng@huawei.com net: hns3: add a check for queue_id in hclge_reset_vf_queue()
Florian Westphal fw@strlen.de netfilter: conntrack: skip identical origin tuple in same zone only
Mohammad Athari Bin Ismail mohammad.athari.ismail@intel.com net: stmmac: set TxQ mode back to DCB after disabling CBS
Juergen Gross jgross@suse.com xen/netback: avoid race in xenvif_rx_ring_slots_available()
Sven Auhagen sven.auhagen@voleatech.de netfilter: flowtable: fix tcp and udp header checksum update
Jozsef Kadlecsik kadlec@mail.kfki.hu netfilter: xt_recent: Fix attempt to update deleted entry
Bui Quang Minh minhquangbui99@gmail.com bpf: Check for integer overflow when using roundup_pow_of_two()
Lorenzo Bianconi lorenzo@kernel.org mt76: dma: fix a possible memory leak in mt76_add_fragment()
Russell King rmk+kernel@armlinux.org.uk ARM: kexec: fix oops after TLB are invalidated
Russell King rmk+kernel@armlinux.org.uk ARM: ensure the signal page contains defined contents
Alexandre Belloni alexandre.belloni@bootlin.com ARM: dts: lpc32xx: Revert set default clock rate of HCLK PLL
Lin Feng linf@wangsu.com bfq-iosched: Revert "bfq: Fix computation of shallow depth"
Alexandre Ghiti alex@ghiti.fr riscv: virt_addr_valid must check the address belongs to linear mapping
Victor Lu victorchengchi.lu@amd.com drm/amd/display: Free atomic state after drm_atomic_commit
Victor Lu victorchengchi.lu@amd.com drm/amd/display: Fix dc_sink kref count in emulated_link_detect
Amir Goldstein amir73il@gmail.com ovl: skip getxattr of security labels
Miklos Szeredi mszeredi@redhat.com cap: fix conversions on getxattr
Miklos Szeredi mszeredi@redhat.com ovl: perform vfs_getxattr() with mounter creds
Hans de Goede hdegoede@redhat.com platform/x86: hp-wmi: Disable tablet-mode reporting by default
Marc Zyngier maz@kernel.org arm64: dts: rockchip: Fix PCIe DT properties on rk3399
Julien Grall jgrall@amazon.com arm/xen: Don't probe xenbus as part of an early initcall
Steven Rostedt (VMware) rostedt@goodmis.org tracing: Check length before giving out the filter buffer
Steven Rostedt (VMware) rostedt@goodmis.org tracing: Do not count ftrace events in top level enable output
-------------
Diffstat:
Makefile | 4 +- arch/arm/boot/dts/lpc32xx.dtsi | 3 - arch/arm/include/asm/kexec-internal.h | 12 ++++ arch/arm/kernel/asm-offsets.c | 5 ++ arch/arm/kernel/machine_kexec.c | 20 +++---- arch/arm/kernel/relocate_kernel.S | 38 ++++-------- arch/arm/kernel/signal.c | 14 +++-- arch/arm/xen/enlighten.c | 2 - arch/arm/xen/p2m.c | 6 +- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +- arch/h8300/kernel/asm-offsets.c | 3 + arch/riscv/include/asm/page.h | 5 +- arch/x86/Makefile | 6 +- arch/x86/kvm/svm.c | 1 - arch/x86/xen/p2m.c | 15 +++-- block/bfq-iosched.c | 8 +-- drivers/block/xen-blkback/blkback.c | 30 +++++----- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 18 +++--- drivers/i2c/busses/i2c-stm32f7.c | 11 +++- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 7 +++ drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c | 7 ++- drivers/net/wireless/mediatek/mt76/dma.c | 8 ++- drivers/net/xen-netback/netback.c | 4 +- drivers/net/xen-netback/rx.c | 9 ++- drivers/platform/x86/hp-wmi.c | 14 +++-- drivers/scsi/qla2xxx/qla_tmpl.c | 9 +-- drivers/scsi/qla2xxx/qla_tmpl.h | 2 +- drivers/usb/dwc3/ulpi.c | 20 +++++-- drivers/xen/gntdev.c | 37 ++++++------ drivers/xen/xen-scsiback.c | 4 +- drivers/xen/xenbus/xenbus.h | 1 - drivers/xen/xenbus/xenbus_probe.c | 2 +- fs/overlayfs/copy_up.c | 15 ++--- fs/overlayfs/inode.c | 2 + fs/overlayfs/super.c | 13 +++-- include/asm-generic/vmlinux.lds.h | 2 +- include/linux/netdevice.h | 2 + include/xen/grant_table.h | 1 + include/xen/xenbus.h | 2 - kernel/bpf/stackmap.c | 2 + kernel/trace/trace.c | 2 +- kernel/trace/trace_events.c | 3 +- net/netfilter/nf_conntrack_core.c | 3 +- net/netfilter/nf_flow_table_core.c | 4 +- net/netfilter/xt_recent.c | 12 +++- net/qrtr/qrtr.c | 2 +- net/qrtr/tun.c | 6 ++ net/rds/rdma.c | 3 + net/sctp/proc.c | 16 ++++-- net/vmw_vsock/af_vsock.c | 13 ++--- net/vmw_vsock/hyperv_transport.c | 4 -- net/vmw_vsock/virtio_transport_common.c | 4 +- security/commoncap.c | 67 ++++++++++++++-------- virt/kvm/kvm_main.c | 3 +- 54 files changed, 303 insertions(+), 205 deletions(-)
On Mon 2021-02-22 13:12:51, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.177 release. There are 50 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.
CIP testing has one board failing, but it has problem booting, so it is not kernel fault.
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-4...
Tested-by: Pavel Machek (CIP) pavel@denx.de
Best regards, Pavel
On Mon, Feb 22, 2021 at 01:12:51PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.177 release. There are 50 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, 24 Feb 2021 12:07:46 +0000. Anything received after that time might be too late.
Build results: total: 155 pass: 155 fail: 0 Qemu test results: total: 420 pass: 420 fail: 0
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter
On Mon, Feb 22, 2021 at 01:12:51PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.177 release. There are 50 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, 24 Feb 2021 12:07:46 +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.177-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 machine(x86_64) without any dmesg regression. My compilation uses the default Debian 10 .config(From kernel 4.19.0-14-amd64), followed by olddefconfig.
Tested-by: Igor Matheus Andrade Torrente igormtorrente@gmail.com
Best regards, --- Igor Matheus Andrade Torrente
Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.19.177-rc1
Lai Jiangshan laijs@linux.alibaba.com kvm: check tlbs_dirty directly
Arun Easi aeasi@marvell.com scsi: qla2xxx: Fix crash during driver load on big endian machines
Jan Beulich jbeulich@suse.com xen-blkback: fix error handling in xen_blkbk_map()
Jan Beulich jbeulich@suse.com xen-scsiback: don't "handle" error by BUG()
Jan Beulich jbeulich@suse.com xen-netback: don't "handle" error by BUG()
Jan Beulich jbeulich@suse.com xen-blkback: don't "handle" error by BUG()
Stefano Stabellini stefano.stabellini@xilinx.com xen/arm: don't ignore return errors from set_phys_to_machine
Jan Beulich jbeulich@suse.com Xen/gntdev: correct error checking in gntdev_map_grant_pages()
Jan Beulich jbeulich@suse.com Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()
Jan Beulich jbeulich@suse.com Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()
Jan Beulich jbeulich@suse.com Xen/x86: don't bail early from clear_foreign_p2m_mapping()
Loic Poulain loic.poulain@linaro.org net: qrtr: Fix port ID for control messages
Paolo Bonzini pbonzini@redhat.com KVM: SEV: fix double locking due to incorrect backport
Borislav Petkov bp@suse.de x86/build: Disable CET instrumentation in the kernel for 32-bit too
Miklos Szeredi mszeredi@redhat.com ovl: expand warning in ovl_d_real()
Sabyrzhan Tasbolatov snovitoll@gmail.com net/qrtr: restrict user-controlled length in qrtr_tun_write_iter()
Sabyrzhan Tasbolatov snovitoll@gmail.com net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGS
Stefano Garzarella sgarzare@redhat.com vsock: fix locking in vsock_shutdown()
Stefano Garzarella sgarzare@redhat.com vsock/virtio: update credit only if socket is not closed
Edwin Peer edwin.peer@broadcom.com net: watchdog: hold device global xmit lock during tx disable
Norbert Slusarek nslusarek@gmx.net net/vmw_vsock: improve locking in vsock_connect_timeout()
NeilBrown neilb@suse.de net: fix iteration for sctp transport seq_files
Serge Semin Sergey.Semin@baikalelectronics.ru usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based one
Felipe Balbi balbi@kernel.org usb: dwc3: ulpi: fix checkpatch warning
Randy Dunlap rdunlap@infradead.org h8300: fix PREEMPTION build, TI_PRE_COUNT undefined
Alain Volmat alain.volmat@foss.st.com i2c: stm32f7: fix configuration of the digital filter
Fangrui Song maskray@google.com firmware_loader: align .builtin_fw to 8
Yufeng Mo moyufeng@huawei.com net: hns3: add a check for queue_id in hclge_reset_vf_queue()
Florian Westphal fw@strlen.de netfilter: conntrack: skip identical origin tuple in same zone only
Mohammad Athari Bin Ismail mohammad.athari.ismail@intel.com net: stmmac: set TxQ mode back to DCB after disabling CBS
Juergen Gross jgross@suse.com xen/netback: avoid race in xenvif_rx_ring_slots_available()
Sven Auhagen sven.auhagen@voleatech.de netfilter: flowtable: fix tcp and udp header checksum update
Jozsef Kadlecsik kadlec@mail.kfki.hu netfilter: xt_recent: Fix attempt to update deleted entry
Bui Quang Minh minhquangbui99@gmail.com bpf: Check for integer overflow when using roundup_pow_of_two()
Lorenzo Bianconi lorenzo@kernel.org mt76: dma: fix a possible memory leak in mt76_add_fragment()
Russell King rmk+kernel@armlinux.org.uk ARM: kexec: fix oops after TLB are invalidated
Russell King rmk+kernel@armlinux.org.uk ARM: ensure the signal page contains defined contents
Alexandre Belloni alexandre.belloni@bootlin.com ARM: dts: lpc32xx: Revert set default clock rate of HCLK PLL
Lin Feng linf@wangsu.com bfq-iosched: Revert "bfq: Fix computation of shallow depth"
Alexandre Ghiti alex@ghiti.fr riscv: virt_addr_valid must check the address belongs to linear mapping
Victor Lu victorchengchi.lu@amd.com drm/amd/display: Free atomic state after drm_atomic_commit
Victor Lu victorchengchi.lu@amd.com drm/amd/display: Fix dc_sink kref count in emulated_link_detect
Amir Goldstein amir73il@gmail.com ovl: skip getxattr of security labels
Miklos Szeredi mszeredi@redhat.com cap: fix conversions on getxattr
Miklos Szeredi mszeredi@redhat.com ovl: perform vfs_getxattr() with mounter creds
Hans de Goede hdegoede@redhat.com platform/x86: hp-wmi: Disable tablet-mode reporting by default
Marc Zyngier maz@kernel.org arm64: dts: rockchip: Fix PCIe DT properties on rk3399
Julien Grall jgrall@amazon.com arm/xen: Don't probe xenbus as part of an early initcall
Steven Rostedt (VMware) rostedt@goodmis.org tracing: Check length before giving out the filter buffer
Steven Rostedt (VMware) rostedt@goodmis.org tracing: Do not count ftrace events in top level enable output
Diffstat:
Makefile | 4 +- arch/arm/boot/dts/lpc32xx.dtsi | 3 - arch/arm/include/asm/kexec-internal.h | 12 ++++ arch/arm/kernel/asm-offsets.c | 5 ++ arch/arm/kernel/machine_kexec.c | 20 +++---- arch/arm/kernel/relocate_kernel.S | 38 ++++-------- arch/arm/kernel/signal.c | 14 +++-- arch/arm/xen/enlighten.c | 2 - arch/arm/xen/p2m.c | 6 +- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +- arch/h8300/kernel/asm-offsets.c | 3 + arch/riscv/include/asm/page.h | 5 +- arch/x86/Makefile | 6 +- arch/x86/kvm/svm.c | 1 - arch/x86/xen/p2m.c | 15 +++-- block/bfq-iosched.c | 8 +-- drivers/block/xen-blkback/blkback.c | 30 +++++----- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 18 +++--- drivers/i2c/busses/i2c-stm32f7.c | 11 +++- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 7 +++ drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c | 7 ++- drivers/net/wireless/mediatek/mt76/dma.c | 8 ++- drivers/net/xen-netback/netback.c | 4 +- drivers/net/xen-netback/rx.c | 9 ++- drivers/platform/x86/hp-wmi.c | 14 +++-- drivers/scsi/qla2xxx/qla_tmpl.c | 9 +-- drivers/scsi/qla2xxx/qla_tmpl.h | 2 +- drivers/usb/dwc3/ulpi.c | 20 +++++-- drivers/xen/gntdev.c | 37 ++++++------ drivers/xen/xen-scsiback.c | 4 +- drivers/xen/xenbus/xenbus.h | 1 - drivers/xen/xenbus/xenbus_probe.c | 2 +- fs/overlayfs/copy_up.c | 15 ++--- fs/overlayfs/inode.c | 2 + fs/overlayfs/super.c | 13 +++-- include/asm-generic/vmlinux.lds.h | 2 +- include/linux/netdevice.h | 2 + include/xen/grant_table.h | 1 + include/xen/xenbus.h | 2 - kernel/bpf/stackmap.c | 2 + kernel/trace/trace.c | 2 +- kernel/trace/trace_events.c | 3 +- net/netfilter/nf_conntrack_core.c | 3 +- net/netfilter/nf_flow_table_core.c | 4 +- net/netfilter/xt_recent.c | 12 +++- net/qrtr/qrtr.c | 2 +- net/qrtr/tun.c | 6 ++ net/rds/rdma.c | 3 + net/sctp/proc.c | 16 ++++-- net/vmw_vsock/af_vsock.c | 13 ++--- net/vmw_vsock/hyperv_transport.c | 4 -- net/vmw_vsock/virtio_transport_common.c | 4 +- security/commoncap.c | 67 ++++++++++++++-------- virt/kvm/kvm_main.c | 3 +- 54 files changed, 303 insertions(+), 205 deletions(-)
On Mon, 22 Feb 2021 at 17:47, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.19.177 release. There are 50 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, 24 Feb 2021 12:07:46 +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.177-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
Summary ------------------------------------------------------------------------
kernel: 4.19.177-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: 413fa3cdbf28627d28d937d9ac27b1d184c24711 git describe: v4.19.176-51-g413fa3cdbf28 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19....
No regressions (compared to build v4.19.176-37-ga4346d5d945c)
No fixes (compared to build v4.19.176-37-ga4346d5d945c)
Ran 49321 total tests in the following environments and test suites.
Environments -------------- - arm - arm64 - dragonboard-410c - arm64 - hi6220-hikey - arm64 - i386 - juno-r2 - arm64 - juno-r2-compat - juno-r2-kasan - mips - nxp-ls2088 - nxp-ls2088-64k_page_size - qemu-arm64-clang - qemu-arm64-kasan - qemu-x86_64-clang - qemu-x86_64-kasan - qemu_arm - qemu_arm64 - qemu_arm64-compat - qemu_i386 - qemu_x86_64 - qemu_x86_64-compat - s390 - sparc - x15 - arm - x86_64 - x86-kasan - x86_64
Test Suites ----------- * build * linux-log-parser * install-android-platform-tools-r2600 * kvm-unit-tests * ltp-commands-tests * ltp-containers-tests * ltp-controllers-tests * ltp-dio-tests * ltp-hugetlb-tests * ltp-io-tests * ltp-ipc-tests * ltp-math-tests * ltp-mm-tests * ltp-nptl-tests * ltp-pty-tests * ltp-securebits-tests * ltp-tracing-tests * perf * v4l2-compliance * fwts * kselftest-bpf * libhugetlbfs * ltp-cap_bounds-tests * ltp-cpuhotplug-tests * ltp-crypto-tests * ltp-fcntl-locktests-tests * ltp-filecaps-tests * ltp-fs-tests * ltp-fs_bind-tests * ltp-fs_perms_simple-tests * ltp-fsx-tests * ltp-sched-tests * ltp-syscalls-tests * ltp-cve-tests * ltp-open-posix-tests * rcutorture * ssuite * network-basic-tests * kselftest-android * kselftest-capabilities * kselftest-cgroup * kselftest-clone3 * kselftest-core * kselftest-cpu-hotplug * kselftest-cpufreq * 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-tc-testing * kselftest-timens * kselftest-timers * kselftest-tmpfs * kselftest-tpm2 * kselftest-user * kselftest-zram * kselftest- * kselftest-kexec * kselftest-vm * kselftest-x86 * kselftest-vsyscall-mode-native- * kselftest-vsyscall-mode-none-
On Mon, 22 Feb 2021 13:12:51 +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.177 release. There are 50 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, 24 Feb 2021 12:07:46 +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.177-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: 12 builds: 12 pass, 0 fail 22 boots: 22 pass, 0 fail 38 tests: 38 pass, 0 fail
Linux version: 4.19.177-rc1-g413fa3cdbf28 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 2/22/21 5:12 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.177 release. There are 50 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, 24 Feb 2021 12:07:46 +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.177-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