[PATCH 4.9 00/63] 4.9.335-rc2 review

Greg Kroah-Hartman posted 63 patches 2 years, 9 months ago
Only 0 patches received!
Makefile                                           |  4 +--
arch/arm/boot/dts/at91sam9g20ek_common.dtsi        |  9 ++++++
arch/arm/mach-mxs/mach-mxs.c                       |  4 ++-
arch/arm64/kernel/cpu_errata.c                     | 25 +++++++++++-----
arch/mips/include/asm/fw/fw.h                      |  2 +-
arch/mips/pic32/pic32mzda/early_console.c          | 13 ++++-----
arch/mips/pic32/pic32mzda/init.c                   |  2 +-
arch/nios2/boot/Makefile                           |  2 +-
arch/s390/kernel/crash_dump.c                      |  2 +-
arch/x86/include/asm/cpufeatures.h                 |  1 +
arch/x86/kernel/cpu/tsx.c                          | 33 +++++++++-------------
arch/x86/mm/ioremap.c                              |  8 +++++-
arch/x86/power/cpu.c                               | 23 +++++++++------
drivers/bus/sunxi-rsb.c                            | 29 +++++++++++++------
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            |  8 ++----
drivers/hwmon/coretemp.c                           |  9 +++++-
drivers/hwmon/i5500_temp.c                         |  2 +-
drivers/hwmon/ibmpex.c                             |  1 +
drivers/iio/health/afe4403.c                       |  5 ++--
drivers/iio/health/afe4404.c                       | 12 ++++----
drivers/iio/industrialio-sw-trigger.c              |  6 +++-
drivers/iio/light/apds9960.c                       | 12 ++++----
drivers/iommu/dmar.c                               |  1 +
drivers/net/can/cc770/cc770_isa.c                  | 10 ++++---
drivers/net/can/sja1000/sja1000_isa.c              | 10 ++++---
drivers/net/ethernet/cavium/thunder/thunder_bgx.c  |  4 ++-
drivers/net/ethernet/mellanox/mlx4/qp.c            |  3 +-
drivers/net/ethernet/mellanox/mlx5/core/cmd.c      |  4 +--
.../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c   |  1 +
drivers/net/ethernet/qlogic/qla3xxx.c              |  1 +
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    |  4 +--
drivers/net/ethernet/renesas/ravb_main.c           |  1 +
drivers/net/ntb_netdev.c                           |  9 +++++-
drivers/net/phy/phy_device.c                       |  1 +
drivers/net/usb/qmi_wwan.c                         |  1 +
drivers/net/wireless/mac80211_hwsim.c              |  5 ++++
drivers/nfc/st-nci/se.c                            |  6 ++--
drivers/pinctrl/pinctrl-single.c                   |  2 +-
drivers/platform/x86/asus-wmi.c                    |  2 ++
drivers/tty/serial/8250/8250_omap.c                |  7 +++--
drivers/video/fbdev/pm2fb.c                        |  5 ----
drivers/xen/platform-pci.c                         |  7 +++--
fs/btrfs/qgroup.c                                  |  9 +-----
fs/nilfs2/dat.c                                    |  7 +++++
fs/nilfs2/sufile.c                                 |  8 ++++++
include/uapi/linux/audit.h                         |  2 +-
kernel/sysctl.c                                    | 26 ++++++++---------
mm/frame_vector.c                                  | 31 ++++----------------
net/9p/trans_fd.c                                  |  6 +++-
net/bluetooth/l2cap_core.c                         | 13 +++++++++
net/hsr/hsr_forward.c                              |  5 ++--
net/ipv4/Kconfig                                   | 10 +++++++
net/ipv4/inet_hashtables.c                         | 10 +++----
net/ipv6/ipv6_sockglue.c                           |  7 +++++
net/ipv6/xfrm6_policy.c                            |  6 +++-
net/key/af_key.c                                   | 32 ++++++++++++++-------
net/mac80211/mesh_pathtbl.c                        |  2 +-
net/nfc/nci/core.c                                 |  2 +-
net/nfc/nci/data.c                                 |  4 ++-
net/packet/af_packet.c                             |  6 ++--
scripts/kconfig/symbol.c                           |  8 ++++--
sound/soc/soc-ops.c                                |  2 +-
tools/vm/slabinfo-gnuplot.sh                       |  4 +--
63 files changed, 312 insertions(+), 184 deletions(-)
[PATCH 4.9 00/63] 4.9.335-rc2 review
Posted by Greg Kroah-Hartman 2 years, 9 months ago
This is the start of the stable review cycle for the 4.9.335 release.
There are 63 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, 08 Dec 2022 12:40:31 +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.335-rc2.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.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.335-rc2

Linus Torvalds <torvalds@linux-foundation.org>
    v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() fails

Linus Torvalds <torvalds@linux-foundation.org>
    proc: proc_skip_spaces() shouldn't think it is working on C strings

Linus Torvalds <torvalds@linux-foundation.org>
    proc: avoid integer type confusion in get_proc_long

Michael Kelley <mikelley@microsoft.com>
    x86/ioremap: Fix page aligned size calculation in __ioremap_caller()

Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
    Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM

Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
    x86/pm: Add enumeration check before spec MSRs save/restore setup

Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
    x86/tsx: Add a feature bit for TSX control MSR support

Ulrich Hecht <uli+cip@fpond.eu>
    Revert "fbdev: fb_pm2fb: Avoid potential divide by zero error"

Kuniyuki Iwashima <kuniyu@amazon.com>
    tcp/udp: Fix memory leak in ipv6_renew_options().

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()

Maxim Korotkov <korotkov.maxim.s@gmail.com>
    pinctrl: single: Fix potential division by zero

Mark Brown <broonie@kernel.org>
    ASoC: ops: Fix bounds check for _sx controls

James Morse <james.morse@arm.com>
    arm64: errata: Fix KVM Spectre-v2 mitigation selection for Cortex-A57/A72

James Morse <james.morse@arm.com>
    arm64: Fix panic() when Spectre-v2 causes Spectre-BHB to re-allocate KVM vectors

ZhangPeng <zhangpeng362@huawei.com>
    nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()

Tiezhu Yang <yangtiezhu@loongson.cn>
    tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep"

ChenXiaoSong <chenxiaosong2@huawei.com>
    btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()

Yang Yingliang <yangyingliang@huawei.com>
    hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()

Phil Auld <pauld@redhat.com>
    hwmon: (coretemp) Check for null before removing sysfs attrs

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    net: ethernet: renesas: ravb: Fix promiscuous mode after system resumed

Willem de Bruijn <willemb@google.com>
    packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETE

YueHaibing <yuehaibing@huawei.com>
    net: hsr: Fix potential use-after-free

Wang Hai <wanghai38@huawei.com>
    net/9p: Fix a potential socket leak in p9_socket_open

Yuan Can <yuancan@huawei.com>
    net: net_netdev: Fix error handling in ntb_netdev_init_module()

Yang Yingliang <yangyingliang@huawei.com>
    net: phy: fix null-ptr-deref while probe() failed

Duoming Zhou <duoming@zju.edu.cn>
    qlcnic: fix sleep-in-atomic-context bugs caused by msleep

Zhang Changzhong <zhangchangzhong@huawei.com>
    can: cc770: cc770_isa_probe(): add missing free_cc770dev()

Zhang Changzhong <zhangchangzhong@huawei.com>
    can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()

YueHaibing <yuehaibing@huawei.com>
    net/mlx5: Fix uninitialized variable bug in outlen_write()

Gaosheng Cui <cuigaosheng1@huawei.com>
    hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails

Yang Yingliang <yangyingliang@huawei.com>
    hwmon: (i5500_temp) fix missing pci_disable_device()

Wei Yongjun <weiyongjun1@huawei.com>
    iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw

Wei Yongjun <weiyongjun1@huawei.com>
    iio: health: afe4403: Fix oob read in afe4403_read_raw

Christian König <christian.koenig@amd.com>
    drm/amdgpu: always register an MMU notifier for userptr

Enrico Sau <enrico.sau@gmail.com>
    net: usb: qmi_wwan: add Telit 0x103a composition

Gleb Mazovetskiy <glex.spb@gmail.com>
    tcp: configurable source port perturb table size

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    platform/x86: asus-wmi: add missing pci_dev_put() in asus_wmi_set_xusb2pr()

ruanjinjie <ruanjinjie@huawei.com>
    xen/platform-pci: add missing free_irq() in error path

Lukas Wunner <lukas@wunner.de>
    serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()

Chen Zhongjin <chenzhongjin@huawei.com>
    nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirty

Randy Dunlap <rdunlap@infradead.org>
    nios2: add FORCE for vmlinuz.gz

Masahiro Yamada <yamada.masahiro@socionext.com>
    kconfig: display recursive dependency resolution hint just once

Chen Zhongjin <chenzhongjin@huawei.com>
    iio: core: Fix entry not deleted when iio_register_sw_trigger_type() fails

Alejandro Concepción Rodríguez <asconcepcion@acoro.eu>
    iio: light: apds9960: fix wrong register for gesture gain

Heiko Carstens <hca@linux.ibm.com>
    s390/crashdump: fix TOD programmable field size

Yu Liao <liaoyu15@huawei.com>
    net: thunderx: Fix the ACPI memory leak

Martin Faltesek <mfaltesek@google.com>
    nfc: st-nci: fix memory leaks in EVT_TRANSACTION

Martin Faltesek <mfaltesek@google.com>
    nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTION

Liu Shixin <liushixin2@huawei.com>
    NFC: nci: fix memory leak in nci_rx_data_packet()

Chen Zhongjin <chenzhongjin@huawei.com>
    xfrm: Fix ignored return value in xfrm6_init()

Zhang Changzhong <zhangchangzhong@huawei.com>
    net/qla3xxx: fix potential memleak in ql3xxx_send()

Peter Kosyh <pkosyh@yandex.ru>
    net/mlx4: Check retval of mlx4_bitmap_init

Zheng Yongjun <zhengyongjun3@huawei.com>
    ARM: mxs: fix memory leak in mxs_machine_init()

Zhengchao Shao <shaozhengchao@huawei.com>
    9p/fd: fix issue of list_del corruption in p9_fd_cancel()

Wang Hai <wanghai38@huawei.com>
    net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()

Lin Ma <linma@zju.edu.cn>
    nfc/nci: fix race with opening and closing

Michael Grzeschik <m.grzeschik@pengutronix.de>
    ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrl

Samuel Holland <samuel@sholland.org>
    bus: sunxi-rsb: Support atomic transfers

Herbert Xu <herbert@gondor.apana.org.au>
    af_key: Fix send_acquire race with pfkey_register

Jason A. Donenfeld <Jason@zx2c4.com>
    MIPS: pic32: treat port as signed integer

Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
    wifi: mac80211: Fix ack frame idr leak when mesh has no route

Gaosheng Cui <cuigaosheng1@huawei.com>
    audit: fix undefined behavior in bit shift for AUDIT_BIT

Jonas Jelonek <jelonek.jonas@gmail.com>
    wifi: mac80211_hwsim: fix debugfs attribute ps with rc table support


-------------

Diffstat:

 Makefile                                           |  4 +--
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi        |  9 ++++++
 arch/arm/mach-mxs/mach-mxs.c                       |  4 ++-
 arch/arm64/kernel/cpu_errata.c                     | 25 +++++++++++-----
 arch/mips/include/asm/fw/fw.h                      |  2 +-
 arch/mips/pic32/pic32mzda/early_console.c          | 13 ++++-----
 arch/mips/pic32/pic32mzda/init.c                   |  2 +-
 arch/nios2/boot/Makefile                           |  2 +-
 arch/s390/kernel/crash_dump.c                      |  2 +-
 arch/x86/include/asm/cpufeatures.h                 |  1 +
 arch/x86/kernel/cpu/tsx.c                          | 33 +++++++++-------------
 arch/x86/mm/ioremap.c                              |  8 +++++-
 arch/x86/power/cpu.c                               | 23 +++++++++------
 drivers/bus/sunxi-rsb.c                            | 29 +++++++++++++------
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            |  8 ++----
 drivers/hwmon/coretemp.c                           |  9 +++++-
 drivers/hwmon/i5500_temp.c                         |  2 +-
 drivers/hwmon/ibmpex.c                             |  1 +
 drivers/iio/health/afe4403.c                       |  5 ++--
 drivers/iio/health/afe4404.c                       | 12 ++++----
 drivers/iio/industrialio-sw-trigger.c              |  6 +++-
 drivers/iio/light/apds9960.c                       | 12 ++++----
 drivers/iommu/dmar.c                               |  1 +
 drivers/net/can/cc770/cc770_isa.c                  | 10 ++++---
 drivers/net/can/sja1000/sja1000_isa.c              | 10 ++++---
 drivers/net/ethernet/cavium/thunder/thunder_bgx.c  |  4 ++-
 drivers/net/ethernet/mellanox/mlx4/qp.c            |  3 +-
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c      |  4 +--
 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c   |  1 +
 drivers/net/ethernet/qlogic/qla3xxx.c              |  1 +
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    |  4 +--
 drivers/net/ethernet/renesas/ravb_main.c           |  1 +
 drivers/net/ntb_netdev.c                           |  9 +++++-
 drivers/net/phy/phy_device.c                       |  1 +
 drivers/net/usb/qmi_wwan.c                         |  1 +
 drivers/net/wireless/mac80211_hwsim.c              |  5 ++++
 drivers/nfc/st-nci/se.c                            |  6 ++--
 drivers/pinctrl/pinctrl-single.c                   |  2 +-
 drivers/platform/x86/asus-wmi.c                    |  2 ++
 drivers/tty/serial/8250/8250_omap.c                |  7 +++--
 drivers/video/fbdev/pm2fb.c                        |  5 ----
 drivers/xen/platform-pci.c                         |  7 +++--
 fs/btrfs/qgroup.c                                  |  9 +-----
 fs/nilfs2/dat.c                                    |  7 +++++
 fs/nilfs2/sufile.c                                 |  8 ++++++
 include/uapi/linux/audit.h                         |  2 +-
 kernel/sysctl.c                                    | 26 ++++++++---------
 mm/frame_vector.c                                  | 31 ++++----------------
 net/9p/trans_fd.c                                  |  6 +++-
 net/bluetooth/l2cap_core.c                         | 13 +++++++++
 net/hsr/hsr_forward.c                              |  5 ++--
 net/ipv4/Kconfig                                   | 10 +++++++
 net/ipv4/inet_hashtables.c                         | 10 +++----
 net/ipv6/ipv6_sockglue.c                           |  7 +++++
 net/ipv6/xfrm6_policy.c                            |  6 +++-
 net/key/af_key.c                                   | 32 ++++++++++++++-------
 net/mac80211/mesh_pathtbl.c                        |  2 +-
 net/nfc/nci/core.c                                 |  2 +-
 net/nfc/nci/data.c                                 |  4 ++-
 net/packet/af_packet.c                             |  6 ++--
 scripts/kconfig/symbol.c                           |  8 ++++--
 sound/soc/soc-ops.c                                |  2 +-
 tools/vm/slabinfo-gnuplot.sh                       |  4 +--
 63 files changed, 312 insertions(+), 184 deletions(-)


Re: [PATCH 4.9 00/63] 4.9.335-rc2 review
Posted by Guenter Roeck 2 years, 9 months ago
On Tue, Dec 06, 2022 at 01:41:45PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.9.335 release.
> There are 63 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, 08 Dec 2022 12:40:31 +0000.
> Anything received after that time might be too late.
> 

Build results:
	total: 162 pass: 162 fail: 0
Qemu test results:
	total: 395 pass: 395 fail: 0

Tested-by: Guenter Roeck <linux@roeck-us.net>

Guenter
Re: [PATCH 4.9 00/63] 4.9.335-rc2 review
Posted by Naresh Kamboju 2 years, 9 months ago
On Tue, 6 Dec 2022 at 18:12, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 4.9.335 release.
> There are 63 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, 08 Dec 2022 12:40:31 +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.335-rc2.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.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.335-rc2
* git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
* git branch: linux-4.9.y
* git commit: 5e545e94a55985ee074b9d08e986e7a397e14a39
* git describe: v4.9.334-64-g5e545e94a559
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.9.y/build/v4.9.334-64-g5e545e94a559

## Test Regressions (compared to v4.9.333-76-gce705e13578d)

## Metric Regressions (compared to v4.9.333-76-gce705e13578d)

## Test Fixes (compared to v4.9.333-76-gce705e13578d)

## Metric Fixes (compared to v4.9.333-76-gce705e13578d)

## Test result summary
total: 23340, pass: 20077, fail: 273, skip: 2462, xfail: 528

## Build Summary
* arc: 10 total, 10 passed, 0 failed
* arm: 280 total, 277 passed, 3 failed
* arm64: 51 total, 46 passed, 5 failed
* i386: 29 total, 28 passed, 1 failed
* mips: 41 total, 40 passed, 1 failed
* powerpc: 45 total, 19 passed, 26 failed
* s390: 15 total, 11 passed, 4 failed
* sh: 24 total, 24 passed, 0 failed
* sparc: 12 total, 12 passed, 0 failed
* x86_64: 48 total, 47 passed, 1 failed

## Test suites summary
* boot
* fwts
* igt-gpu-tools
* kselftest-android
* 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-futex
* kselftest-gpio
* kselftest-intel_pstate
* kselftest-ipc
* kselftest-ir
* kselftest-kcmp
* kselftest-kexec
* kselftest-kvm
* kselftest-lib
* kselftest-livepatch
* kselftest-membarrier
* kselftest-net-forwarding
* kselftest-netfilter
* kselftest-nsfs
* kselftest-openat2
* kselftest-pid_namespace
* kselftest-pidfd
* kselftest-proc
* kselftest-pstore
* kselftest-ptrace
* 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-x86
* kunit
* 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-syscalls
* ltp-tracing
* network-basic-tests
* packetdrill
* rcutorture
* v4l2-compliance
* vdso

--
Linaro LKFT
https://lkft.linaro.org
Re: [PATCH 4.9 00/63] 4.9.335-rc2 review
Posted by Pavel Machek 2 years, 9 months ago
Hi!

> This is the start of the stable review cycle for the 4.9.335 release.
> There are 63 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 did not find any problems here:

https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-4.9.y

Tested-by: Pavel Machek (CIP) <pavel@denx.de>

Best regards,
                                                                Pavel

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Re: [PATCH 4.9 00/63] 4.9.335-rc2 review
Posted by Florian Fainelli 2 years, 9 months ago

On 12/6/2022 4:41 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.9.335 release.
> There are 63 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, 08 Dec 2022 12:40:31 +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.335-rc2.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.9.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels, build tested on 
BMIPS_GENERIC:

Tested-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian
Re: [PATCH 4.9 00/63] 4.9.335-rc2 review
Posted by Jon Hunter 2 years, 9 months ago
On Tue, 06 Dec 2022 13:41:45 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.9.335 release.
> There are 63 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, 08 Dec 2022 12:40:31 +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.335-rc2.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.9.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

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.335-rc2-g5e545e94a559
Boards tested:	tegra124-jetson-tk1, tegra20-ventana,
                tegra210-p2371-2180, tegra30-cardhu-a04

Tested-by: Jon Hunter <jonathanh@nvidia.com>

Jon