[PATCH 5.10 00/57] 5.10.169-rc1 review

Greg Kroah-Hartman posted 57 patches 2 years, 6 months ago
Only 0 patches received!
Makefile                                           |  4 +-
arch/s390/boot/compressed/decompressor.c           |  2 +-
arch/s390/kernel/signal.c                          |  2 +-
arch/x86/kvm/x86.c                                 |  3 +-
drivers/gpu/drm/i915/gt/intel_workarounds.c        | 32 ++++++++--------
drivers/mmc/core/sdio_bus.c                        | 17 +++++++--
drivers/mmc/core/sdio_cis.c                        | 12 ------
drivers/mmc/host/jz4740_mmc.c                      | 10 +++++
drivers/mmc/host/mmc_spi.c                         |  8 ++--
drivers/net/ethernet/broadcom/bgmac-bcma.c         |  6 +--
drivers/net/ethernet/broadcom/bnxt/bnxt.c          |  8 +++-
drivers/net/ethernet/intel/i40e/i40e_main.c        |  4 +-
drivers/net/ethernet/intel/ixgbe/ixgbe.h           |  2 +
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c      | 28 ++++++++------
.../ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c    |  2 +
drivers/net/ethernet/stmicro/stmmac/dwmac5.c       |  3 +-
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |  3 +-
.../net/ethernet/stmicro/stmmac/stmmac_platform.c  |  2 +-
drivers/net/usb/kalmia.c                           |  8 ++--
drivers/nvme/target/fc.c                           |  4 +-
drivers/nvmem/core.c                               | 43 +++++++++++-----------
drivers/platform/x86/touchscreen_dmi.c             |  9 +++++
fs/aio.c                                           |  4 ++
fs/nilfs2/ioctl.c                                  |  7 ++++
fs/nilfs2/super.c                                  |  9 +++++
fs/nilfs2/the_nilfs.c                              |  8 +++-
fs/overlayfs/file.c                                | 28 ++++++++++++--
fs/squashfs/xattr_id.c                             |  2 +-
include/linux/hugetlb.h                            |  5 ++-
include/linux/nvmem-provider.h                     |  2 -
include/linux/stmmac.h                             |  1 +
include/net/sock.h                                 | 13 +++++++
kernel/sched/psi.c                                 |  7 ++--
kernel/time/alarmtimer.c                           | 33 +++++++++++++++--
mm/memblock.c                                      |  8 +---
net/core/dev.c                                     |  2 +-
net/dccp/ipv6.c                                    |  7 +---
net/ipv6/datagram.c                                |  2 +-
net/ipv6/tcp_ipv6.c                                | 11 ++----
net/mpls/af_mpls.c                                 |  4 ++
net/netfilter/nft_tproxy.c                         |  8 ++++
net/openvswitch/meter.c                            |  4 +-
net/rose/af_rose.c                                 |  8 ++++
net/sched/act_bpf.c                                |  2 +-
net/sched/act_connmark.c                           |  2 +-
net/sched/act_ctinfo.c                             |  6 +--
net/sched/act_gate.c                               |  2 +-
net/sched/act_ife.c                                |  2 +-
net/sched/act_ipt.c                                |  2 +-
net/sched/act_mpls.c                               |  2 +-
net/sched/act_nat.c                                |  2 +-
net/sched/act_pedit.c                              |  2 +-
net/sched/act_police.c                             |  2 +-
net/sched/act_sample.c                             |  2 +-
net/sched/act_simple.c                             |  2 +-
net/sched/act_skbedit.c                            |  2 +-
net/sched/act_skbmod.c                             |  2 +-
net/sched/cls_tcindex.c                            | 34 +++++++++++++++--
net/sched/sch_htb.c                                |  5 ++-
net/sctp/diag.c                                    |  4 +-
sound/pci/hda/hda_bind.c                           |  2 +
sound/pci/hda/hda_codec.c                          |  1 -
sound/pci/hda/patch_conexant.c                     |  1 +
sound/pci/hda/patch_realtek.c                      |  2 +-
sound/soc/codecs/cs42l56.c                         |  6 ---
sound/soc/intel/boards/sof_rt5682.c                |  3 ++
sound/soc/sof/intel/hda-dai.c                      |  8 ++--
.../selftests/bpf/verifier/search_pruning.c        | 36 ++++++++++++++++++
tools/virtio/linux/bug.h                           |  8 ++--
tools/virtio/linux/build_bug.h                     |  7 ++++
tools/virtio/linux/cpumask.h                       |  7 ++++
tools/virtio/linux/gfp.h                           |  7 ++++
tools/virtio/linux/kernel.h                        |  1 +
tools/virtio/linux/kmsan.h                         | 12 ++++++
tools/virtio/linux/scatterlist.h                   |  1 +
tools/virtio/linux/topology.h                      |  7 ++++
76 files changed, 404 insertions(+), 165 deletions(-)
[PATCH 5.10 00/57] 5.10.169-rc1 review
Posted by Greg Kroah-Hartman 2 years, 6 months ago
This is the start of the stable review cycle for the 5.10.169 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 Wed, 22 Feb 2023 13:35:35 +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/v5.x/stable-review/patch-5.10.169-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-5.10.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 5.10.169-rc1

Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
    nvmem: core: fix return value

Dan Carpenter <error27@gmail.com>
    net: sched: sch: Fix off by one in htb_activate_prios()

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ASoC: SOF: Intel: hda-dai: fix possible stream_tag leak

Thomas Gleixner <tglx@linutronix.de>
    alarmtimer: Prevent starvation by small intervals and SIG_IGN

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    kvm: initialize all of the kvm_debugregs structure before sending it to userspace

Pedro Tammela <pctammela@mojatatu.com>
    net/sched: tcindex: search key must be 16 bits

Natalia Petrova <n.petrova@fintech.ru>
    i40e: Add checking for null for nlmsg_find_attr()

Pedro Tammela <pctammela@mojatatu.com>
    net/sched: act_ctinfo: use percpu stats

Baowen Zheng <baowen.zheng@corigine.com>
    flow_offload: fill flags to action structure

Matt Roper <matthew.d.roper@intel.com>
    drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT list

Raviteja Goud Talla <ravitejax.goud.talla@intel.com>
    drm/i915/gen11: Moving WAs to icl_gt_workarounds_init()

Ryusuke Konishi <konishi.ryusuke@gmail.com>
    nilfs2: fix underflow in second superblock position calculations

Guillaume Nault <gnault@redhat.com>
    ipv6: Fix tcp socket connection with DSCP.

Guillaume Nault <gnault@redhat.com>
    ipv6: Fix datagram socket connection with DSCP.

Jason Xing <kernelxing@tencent.com>
    ixgbe: add double of VLAN header when computing the max MTU

Jakub Kicinski <kuba@kernel.org>
    net: mpls: fix stale pointer if allocation fails during device rename

Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
    net: stmmac: Restrict warning on disabling DMA store and fwd mode

Michael Chan <michael.chan@broadcom.com>
    bnxt_en: Fix mqprio and XDP ring checking logic

Johannes Zink <j.zink@pengutronix.de>
    net: stmmac: fix order of dwmac5 FlexPPS parametrization sequence

Hangyu Hua <hbh25y@gmail.com>
    net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()

Miko Larsson <mikoxyzzz@gmail.com>
    net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path

Kuniyuki Iwashima <kuniyu@amazon.com>
    dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.

Pedro Tammela <pctammela@mojatatu.com>
    net/sched: tcindex: update imperfect hash filters respecting rcu

Pietro Borrello <borrello@diag.uniroma1.it>
    sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list

Rafał Miłecki <rafal@milecki.pl>
    net: bgmac: fix BCM5358 support by setting correct flags

Jason Xing <kernelxing@tencent.com>
    i40e: add double of VLAN header when computing the max MTU

Jason Xing <kernelxing@tencent.com>
    ixgbe: allow to increase MTU to 3K with XDP enabled

Andrew Morton <akpm@linux-foundation.org>
    revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"

Felix Riemann <felix.riemann@sma.de>
    net: Fix unwanted sign extension in netdev_stats_to_stats64()

Aaron Thompson <dev@aaront.org>
    Revert "mm: Always release pages to the buddy allocator in memblock_free_late()."

Mike Kravetz <mike.kravetz@oracle.com>
    hugetlb: check for undefined shift on 32 bit architectures

Munehisa Kamata <kamatam@amazon.com>
    sched/psi: Fix use-after-free in ep_remove_wait_queue()

Kailang Yang <kailang@realtek.com>
    ALSA: hda/realtek - fixed wrong gpio assigned

Bo Liu <bo.liu@senarytech.com>
    ALSA: hda/conexant: add a new hda codec SN6180

Yang Yingliang <yangyingliang@huawei.com>
    mmc: mmc_spi: fix error handling in mmc_spi_probe()

Yang Yingliang <yangyingliang@huawei.com>
    mmc: sdio: fix possible resource leaks in some error paths

Paul Cercueil <paul@crapouillou.net>
    mmc: jz4740: Work around bug on JZ4760(B)

Florian Westphal <fw@strlen.de>
    netfilter: nft_tproxy: restrict to prerouting hook

Amir Goldstein <amir73il@gmail.com>
    ovl: remove privs in ovl_fallocate()

Amir Goldstein <amir73il@gmail.com>
    ovl: remove privs in ovl_copyfile()

Sumanth Korikkar <sumanthk@linux.ibm.com>
    s390/signal: fix endless loop in do_signal

Seth Jenkins <sethjenkins@google.com>
    aio: fix mremap after fork null-deref

Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
    nvmem: core: fix registration vs use race

Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
    nvmem: core: fix cleanup after dev_set_name()

Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
    nvmem: core: remove nvmem_config wp_gpio

Gaosheng Cui <cuigaosheng1@huawei.com>
    nvmem: core: add error handling for dev_set_name

Hans de Goede <hdegoede@redhat.com>
    platform/x86: touchscreen_dmi: Add Chuwi Vi8 (CWI501) DMI match

Amit Engel <Amit.Engel@dell.com>
    nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association

Vasily Gorbik <gor@linux.ibm.com>
    s390/decompressor: specify __decompress() buf len to avoid overflow

Kees Cook <keescook@chromium.org>
    net: sched: sch: Bounds check priority

Andrey Konovalov <andrey.konovalov@linaro.org>
    net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoC

Hyunwoo Kim <v4bel@theori.io>
    net/rose: Fix to not accept on connected socket

Shunsuke Mie <mie@igel.co.jp>
    tools/virtio: fix the vringh test for virtio ring changes

Arnd Bergmann <arnd@arndb.de>
    ASoC: cs42l56: fix DT probe

Cezary Rojewski <cezary.rojewski@intel.com>
    ALSA: hda: Do not unset preset when cleaning up codec

Eduard Zingerman <eddyz87@gmail.com>
    selftests/bpf: Verify copy_register_state() preserves parent/live fields

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ASoC: Intel: sof_rt5682: always set dpcm_capture for amplifiers


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

Diffstat:

 Makefile                                           |  4 +-
 arch/s390/boot/compressed/decompressor.c           |  2 +-
 arch/s390/kernel/signal.c                          |  2 +-
 arch/x86/kvm/x86.c                                 |  3 +-
 drivers/gpu/drm/i915/gt/intel_workarounds.c        | 32 ++++++++--------
 drivers/mmc/core/sdio_bus.c                        | 17 +++++++--
 drivers/mmc/core/sdio_cis.c                        | 12 ------
 drivers/mmc/host/jz4740_mmc.c                      | 10 +++++
 drivers/mmc/host/mmc_spi.c                         |  8 ++--
 drivers/net/ethernet/broadcom/bgmac-bcma.c         |  6 +--
 drivers/net/ethernet/broadcom/bnxt/bnxt.c          |  8 +++-
 drivers/net/ethernet/intel/i40e/i40e_main.c        |  4 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe.h           |  2 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c      | 28 ++++++++------
 .../ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c    |  2 +
 drivers/net/ethernet/stmicro/stmmac/dwmac5.c       |  3 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |  3 +-
 .../net/ethernet/stmicro/stmmac/stmmac_platform.c  |  2 +-
 drivers/net/usb/kalmia.c                           |  8 ++--
 drivers/nvme/target/fc.c                           |  4 +-
 drivers/nvmem/core.c                               | 43 +++++++++++-----------
 drivers/platform/x86/touchscreen_dmi.c             |  9 +++++
 fs/aio.c                                           |  4 ++
 fs/nilfs2/ioctl.c                                  |  7 ++++
 fs/nilfs2/super.c                                  |  9 +++++
 fs/nilfs2/the_nilfs.c                              |  8 +++-
 fs/overlayfs/file.c                                | 28 ++++++++++++--
 fs/squashfs/xattr_id.c                             |  2 +-
 include/linux/hugetlb.h                            |  5 ++-
 include/linux/nvmem-provider.h                     |  2 -
 include/linux/stmmac.h                             |  1 +
 include/net/sock.h                                 | 13 +++++++
 kernel/sched/psi.c                                 |  7 ++--
 kernel/time/alarmtimer.c                           | 33 +++++++++++++++--
 mm/memblock.c                                      |  8 +---
 net/core/dev.c                                     |  2 +-
 net/dccp/ipv6.c                                    |  7 +---
 net/ipv6/datagram.c                                |  2 +-
 net/ipv6/tcp_ipv6.c                                | 11 ++----
 net/mpls/af_mpls.c                                 |  4 ++
 net/netfilter/nft_tproxy.c                         |  8 ++++
 net/openvswitch/meter.c                            |  4 +-
 net/rose/af_rose.c                                 |  8 ++++
 net/sched/act_bpf.c                                |  2 +-
 net/sched/act_connmark.c                           |  2 +-
 net/sched/act_ctinfo.c                             |  6 +--
 net/sched/act_gate.c                               |  2 +-
 net/sched/act_ife.c                                |  2 +-
 net/sched/act_ipt.c                                |  2 +-
 net/sched/act_mpls.c                               |  2 +-
 net/sched/act_nat.c                                |  2 +-
 net/sched/act_pedit.c                              |  2 +-
 net/sched/act_police.c                             |  2 +-
 net/sched/act_sample.c                             |  2 +-
 net/sched/act_simple.c                             |  2 +-
 net/sched/act_skbedit.c                            |  2 +-
 net/sched/act_skbmod.c                             |  2 +-
 net/sched/cls_tcindex.c                            | 34 +++++++++++++++--
 net/sched/sch_htb.c                                |  5 ++-
 net/sctp/diag.c                                    |  4 +-
 sound/pci/hda/hda_bind.c                           |  2 +
 sound/pci/hda/hda_codec.c                          |  1 -
 sound/pci/hda/patch_conexant.c                     |  1 +
 sound/pci/hda/patch_realtek.c                      |  2 +-
 sound/soc/codecs/cs42l56.c                         |  6 ---
 sound/soc/intel/boards/sof_rt5682.c                |  3 ++
 sound/soc/sof/intel/hda-dai.c                      |  8 ++--
 .../selftests/bpf/verifier/search_pruning.c        | 36 ++++++++++++++++++
 tools/virtio/linux/bug.h                           |  8 ++--
 tools/virtio/linux/build_bug.h                     |  7 ++++
 tools/virtio/linux/cpumask.h                       |  7 ++++
 tools/virtio/linux/gfp.h                           |  7 ++++
 tools/virtio/linux/kernel.h                        |  1 +
 tools/virtio/linux/kmsan.h                         | 12 ++++++
 tools/virtio/linux/scatterlist.h                   |  1 +
 tools/virtio/linux/topology.h                      |  7 ++++
 76 files changed, 404 insertions(+), 165 deletions(-)


Re: [PATCH 5.10 00/57] 5.10.169-rc1 review
Posted by zhouzhixiu 2 years, 6 months ago
On 2023/2/20 21:36, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.10.169 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 Wed, 22 Feb 2023 13:35:35 +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/v5.x/stable-review/patch-5.10.169-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-5.10.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
> -------------
Tested on arm64 and x86 for 5.10.169-rc1,

Kernel 
repo:https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
Branch: linux-5.10.y
Version: 5.10.169-rc1
Commit: 7d11e4c4fc56eb25c5b41da93748dbcf21956316
Compiler: gcc version 7.3.0 (GCC)

arm64:
--------------------------------------------------------------------
Testcase Result Summary:
total: 9023
passed: 9023
failed: 0
timeout: 0
--------------------------------------------------------------------

x86:
--------------------------------------------------------------------
Testcase Result Summary:
total: 9023
passed: 9023
failed: 0
timeout: 0
--------------------------------------------------------------------
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Re: [PATCH 5.10 00/57] 5.10.169-rc1 review
Posted by Shuah Khan 2 years, 6 months ago
On 2/20/23 06:36, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.10.169 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 Wed, 22 Feb 2023 13:35:35 +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/v5.x/stable-review/patch-5.10.169-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-5.10.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
Re: [PATCH 5.10 00/57] 5.10.169-rc1 review
Posted by Florian Fainelli 2 years, 6 months ago
On 2/20/23 05:36, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.10.169 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 Wed, 22 Feb 2023 13:35:35 +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/v5.x/stable-review/patch-5.10.169-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-5.10.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

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

Tested-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian
Re: [PATCH 5.10 00/57] 5.10.169-rc1 review
Posted by Guenter Roeck 2 years, 6 months ago
On Mon, Feb 20, 2023 at 02:36:08PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.10.169 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 Wed, 22 Feb 2023 13:35:35 +0000.
> Anything received after that time might be too late.
> 

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

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

Guenter
Re: [PATCH 5.10 00/57] 5.10.169-rc1 review
Posted by Sudip Mukherjee (Codethink) 2 years, 6 months ago
Hi Greg,

On Mon, Feb 20, 2023 at 02:36:08PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.10.169 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 Wed, 22 Feb 2023 13:35:35 +0000.
> Anything received after that time might be too late.

Build test (gcc version 11.3.1 20230210):
mips: 63 configs -> no failure
arm: 104 configs -> no failure
arm64: 3 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]
arm64: Booted on rpi4b (4GB model). No regression. [2]

[1]. https://openqa.qa.codethink.co.uk/tests/2906
[2]. https://openqa.qa.codethink.co.uk/tests/2909


Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>

-- 
Regards
Sudip
Re: [PATCH 5.10 00/57] 5.10.169-rc1 review
Posted by Jon Hunter 2 years, 6 months ago
On Mon, 20 Feb 2023 14:36:08 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.10.169 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 Wed, 22 Feb 2023 13:35:35 +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/v5.x/stable-review/patch-5.10.169-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-5.10.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

All tests passing for Tegra ...

Test results for stable-v5.10:
    11 builds:	11 pass, 0 fail
    28 boots:	28 pass, 0 fail
    75 tests:	75 pass, 0 fail

Linux version:	5.10.169-rc1-g7d11e4c4fc56
Boards tested:	tegra124-jetson-tk1, tegra186-p2771-0000,
                tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000,
                tegra20-ventana, tegra210-p2371-2180,
                tegra210-p3450-0000, tegra30-cardhu-a04

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

Jon
Re: [PATCH 5.10 00/57] 5.10.169-rc1 review
Posted by Naresh Kamboju 2 years, 6 months ago
On Mon, 20 Feb 2023 at 19:25, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 5.10.169 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 Wed, 22 Feb 2023 13:35:35 +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/v5.x/stable-review/patch-5.10.169-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-5.10.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: 5.10.169-rc1
* git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
* git branch: linux-5.10.y
* git commit: 7d11e4c4fc56eb25c5b41da93748dbcf21956316
* git describe: v5.10.168-58-g7d11e4c4fc56
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.10.y/build/v5.10.168-58-g7d11e4c4fc56

## Test Regressions (compared to v5.10.168)

## Metric Regressions (compared to v5.10.168)

## Test Fixes (compared to v5.10.168)

## Metric Fixes (compared to v5.10.168)

## Test result summary
total: 156525, pass: 130423, fail: 3439, skip: 22346, xfail: 317

## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 149 total, 148 passed, 1 failed
* arm64: 49 total, 46 passed, 3 failed
* i386: 39 total, 37 passed, 2 failed
* mips: 31 total, 29 passed, 2 failed
* parisc: 8 total, 8 passed, 0 failed
* powerpc: 32 total, 25 passed, 7 failed
* riscv: 16 total, 11 passed, 5 failed
* s390: 16 total, 16 passed, 0 failed
* sh: 14 total, 12 passed, 2 failed
* sparc: 8 total, 8 passed, 0 failed
* x86_64: 42 total, 40 passed, 2 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-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-net-mptcp
* kselftest-netfilter
* kselftest-nsfs
* kselftest-openat2
* kselftest-pid_namespace
* kselftest-pidfd
* kselftest-proc
* kselftest-pstore
* kselftest-ptrace
* kselftest-rseq
* kselftest-rtc
* kselftest-seccomp
* kselftest-tc-testing
* kselftest-timens
* kselftest-timers
* kselftest-tmpfs
* kselftest-tpm2
* kselftest-user
* kselftest-vm
* kselftest-x86
* kselftest-zram
* kunit
* kvm-unit-tests
* libgpiod
* 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
* perf
* rcutorture
* v4l2-compliance
* vdso

--
Linaro LKFT
https://lkft.linaro.org
Re: [PATCH 5.10 00/57] 5.10.169-rc1 review
Posted by Pavel Machek 2 years, 6 months ago
Hi!

> This is the start of the stable review cycle for the 5.10.169 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.

CIP testing did not find any problems here:

https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-5.10.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