[PATCH 5.4 00/84] 5.4.270-rc1 review

Greg Kroah-Hartman posted 84 patches 1 year, 11 months ago
Only 0 patches received!
Makefile                                          |    4 +-
arch/arm/mach-ep93xx/core.c                       |    1 +
arch/arm64/boot/dts/qcom/msm8916.dtsi             |    4 +-
arch/s390/pci/pci.c                               |    2 +-
arch/x86/kernel/alternative.c                     |   13 +
drivers/ata/ahci.c                                |   34 +-
drivers/ata/ahci.h                                |    1 +
drivers/base/dd.c                                 |    9 +
drivers/block/virtio_blk.c                        |    7 +-
drivers/dma/fsl-qdma.c                            |    2 +-
drivers/dma/sh/shdma.h                            |    2 +-
drivers/firewire/core-card.c                      |   18 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c           |    3 +
drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h          |    5 +-
drivers/gpu/drm/drm_syncobj.c                     |   16 +-
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c |    8 +-
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c            |    3 +-
drivers/hwmon/coretemp.c                          |    2 +-
drivers/infiniband/hw/bnxt_re/ib_verbs.c          |    5 +-
drivers/infiniband/hw/hfi1/pio.c                  |    6 +-
drivers/infiniband/hw/hfi1/sdma.c                 |    2 +-
drivers/infiniband/ulp/srpt/ib_srpt.c             |   18 +-
drivers/md/dm-crypt.c                             |    6 +
drivers/md/dm-integrity.c                         |   11 +-
drivers/net/gtp.c                                 |   10 +-
drivers/nvme/target/fc.c                          |    8 +-
drivers/nvme/target/tcp.c                         |    1 +
drivers/pci/controller/pci-tegra.c                |   17 +-
drivers/pci/msi.c                                 |    2 +-
drivers/pinctrl/pinctrl-rockchip.c                |   23 +-
drivers/regulator/pwm-regulator.c                 |    3 +
drivers/s390/net/qeth_l3_main.c                   |    9 +-
drivers/scsi/Kconfig                              |    2 +-
drivers/scsi/lpfc/lpfc_scsi.c                     |   12 +-
drivers/soc/renesas/r8a77980-sysc.c               |    3 +-
drivers/spi/spi-mt7621.c                          |    8 +-
drivers/target/target_core_device.c               |    5 -
drivers/target/target_core_transport.c            |    4 +
drivers/usb/cdns3/gadget.c                        |    8 +-
drivers/usb/gadget/function/f_ncm.c               |   10 +-
drivers/usb/roles/class.c                         |   12 +-
drivers/video/fbdev/savage/savagefb_driver.c      |    3 +
drivers/video/fbdev/sis/sis_main.c                |    2 +
fs/afs/volume.c                                   |    4 +-
fs/aio.c                                          |    9 +-
fs/ext4/mballoc.c                                 |   13 +-
fs/iomap/buffered-io.c                            |    3 +
fs/nilfs2/dat.c                                   |   27 +-
include/linux/fs.h                                |    2 +
include/linux/lockdep.h                           |    5 +
include/net/tcp.h                                 |    1 +
kernel/sched/rt.c                                 |   10 +-
kernel/sysctl.c                                   |    4 +
mm/memcontrol.c                                   |    6 +
mm/userfaultfd.c                                  |   14 +-
net/bridge/br_device.c                            |    2 +
net/ipv4/af_inet.c                                |    2 +-
net/ipv4/devinet.c                                |   21 +-
net/ipv4/tcp.c                                    |   27 +-
net/ipv4/tcp_input.c                              |    4 +-
net/ipv6/addrconf.c                               |   21 +-
net/ipv6/seg6.c                                   |   20 +-
net/l2tp/l2tp_ip6.c                               |    2 +-
net/mac80211/sta_info.c                           |    2 +
net/mac80211/tx.c                                 |    2 +-
net/netfilter/nf_conntrack_proto_sctp.c           |    2 +-
net/netfilter/nf_tables_api.c                     |    1 +
net/packet/af_packet.c                            |    4 +-
net/sched/Kconfig                                 |   42 -
net/sched/Makefile                                |    3 -
net/sched/sch_atm.c                               |  710 --------
net/sched/sch_cbq.c                               | 1818 ---------------------
net/sched/sch_dsmark.c                            |  523 ------
net/tls/tls_sw.c                                  |   12 +-
net/wireless/nl80211.c                            |    1 +
scripts/bpf_helpers_doc.py                        |  157 +-
sound/pci/hda/patch_realtek.c                     |    6 +-
sound/soc/sunxi/sun4i-spdif.c                     |    5 +
tools/testing/selftests/bpf/test_verifier.c       |   13 +
virt/kvm/arm/vgic/vgic-its.c                      |    5 +
80 files changed, 572 insertions(+), 3255 deletions(-)
[PATCH 5.4 00/84] 5.4.270-rc1 review
Posted by Greg Kroah-Hartman 1 year, 11 months ago
This is the start of the stable review cycle for the 5.4.270 release.
There are 84 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, 29 Feb 2024 13:15:36 +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.4.270-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.4.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Andrii Nakryiko <andriin@fb.com>
    scripts/bpf: Fix xdp_md forward declaration typo

Bart Van Assche <bvanassche@acm.org>
    fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio

Erik Kurzinger <ekurzinger@nvidia.com>
    drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is set

Christian König <christian.koenig@amd.com>
    drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v3

Florian Westphal <fw@strlen.de>
    netfilter: nf_tables: set dormant flag on hook register failure

Sabrina Dubroca <sd@queasysnail.net>
    tls: stop recv() if initial process_rx_list gave us non-DATA

Jakub Kicinski <kuba@kernel.org>
    tls: rx: drop pointless else after goto

Jakub Kicinski <kuba@kernel.org>
    tls: rx: jump to a more appropriate label

Jason Gunthorpe <jgg@nvidia.com>
    s390: use the correct count for __iowrite64_copy()

Wolfram Sang <wsa+renesas@sang-engineering.com>
    packet: move from strlcpy with unused retval to strscpy

Vasiliy Kovalev <kovalev@altlinux.org>
    ipv6: sr: fix possible use-after-free and null-ptr-deref

Daniil Dulov <d.dulov@aladdin.ru>
    afs: Increase buffer size in afs_update_volume_status()

Eric Dumazet <edumazet@google.com>
    ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid

Eric Dumazet <edumazet@google.com>
    ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid

Arnd Bergmann <arnd@arndb.de>
    nouveau: fix function cast warnings

Randy Dunlap <rdunlap@infradead.org>
    scsi: jazz_esp: Only build if SCSI core is builtin

Gianmarco Lusvardi <glusvardi@posteo.net>
    bpf, scripts: Correct GPL license name

Andrii Nakryiko <andriin@fb.com>
    scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions

Arnd Bergmann <arnd@arndb.de>
    RDMA/srpt: fix function pointer cast warnings

Bart Van Assche <bvanassche@acm.org>
    RDMA/srpt: Make debug output more detailed

Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
    RDMA/bnxt_re: Return error for SRQ resize

Zhipeng Lu <alexious@zju.edu.cn>
    IB/hfi1: Fix a memleak in init_credit_return

Xu Yang <xu.yang_2@nxp.com>
    usb: roles: don't get/set_role() when usb_role_switch is unregistered

Krishna Kurapati <quic_kriskura@quicinc.com>
    usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs

Frank Li <Frank.Li@nxp.com>
    usb: cdns3: fix memory double free when handle zero packet

Frank Li <Frank.Li@nxp.com>
    usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()

Nikita Shubin <nikita.shubin@maquefel.me>
    ARM: ep93xx: Add terminator to gpiod_lookup_table

Tom Parkin <tparkin@katalix.com>
    l2tp: pass correct message length to ip6_append_data

Vidya Sagar <vidyas@nvidia.com>
    PCI/MSI: Prevent MSI hardware interrupt number truncation

Vasiliy Kovalev <kovalev@altlinux.org>
    gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()

Mikulas Patocka <mpatocka@redhat.com>
    dm-crypt: don't modify the data when using authenticated encryption

Daniel Vacek <neelx@redhat.com>
    IB/hfi1: Fix sdma.h tx->num_descs off-by-one error

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    PCI: tegra: Fix OF node reference leak

Pali Rohár <pali@kernel.org>
    PCI: tegra: Fix reporting GPIO error value

Sireesh Kodali <sireeshkodali1@gmail.com>
    arm64: dts: qcom: msm8916: Fix typo in pronto remoteproc node

Nathan Chancellor <nathan@kernel.org>
    drm/amdgpu: Fix type of second parameter in trans_msg() callback

Matthew Wilcox (Oracle) <willy@infradead.org>
    iomap: Set all uptodate bits for an Uptodate page

Mikulas Patocka <mpatocka@redhat.com>
    dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata()

Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
    x86/alternatives: Disable KASAN in apply_alternatives()

Trek <trek00@inbox.ru>
    drm/amdgpu: Check for valid number of registers to read

Icenowy Zheng <icenowy@aosc.io>
    Revert "drm/sun4i: dsi: Change the start delay calculation"

Kai-Heng Feng <kai.heng.feng@canonical.com>
    ALSA: hda/realtek - Enable micmute LED on and HP system

Björn Töpel <bjorn.topel@gmail.com>
    selftests/bpf: Avoid running unprivileged tests with alignment requirements

Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
    net: bridge: clear bridge's private skb space on xmit

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    spi: mt7621: Fix an error message in mt7621_spi_probe()

John Stultz <john.stultz@linaro.org>
    driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES is set

Miaoqian Lin <linmq006@gmail.com>
    pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups

Lee Jones <lee.jones@linaro.org>
    pinctrl: pinctrl-rockchip: Fix a bunch of kerneldoc misdemeanours

Eric Dumazet <edumazet@google.com>
    tcp: add annotations around sk->sk_shutdown accesses

Soheil Hassas Yeganeh <soheil@google.com>
    tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limit

Paolo Abeni <pabeni@redhat.com>
    tcp: factor out __tcp_close() helper

Geert Uytterhoeven <geert+renesas@glider.be>
    pmdomain: renesas: r8a77980-sysc: CR7 must be always on

Alexandra Winter <wintera@linux.ibm.com>
    s390/qeth: Fix potential loss of L3-IP@ in case of network issues

Yi Sun <yi.sun@unisoc.com>
    virtio-blk: Ensure no requests in virtqueues before deleting vqs.

Takashi Sakamoto <o-takashi@sakamocchi.jp>
    firewire: core: send bus reset promptly on gap count error

Hannes Reinecke <hare@suse.de>
    scsi: lpfc: Use unsigned type for num_sge

Zhang Rui <rui.zhang@intel.com>
    hwmon: (coretemp) Enlarge per package core count limit

Daniel Wagner <dwagner@suse.de>
    nvmet-fc: abort command when there is no binding

Xin Long <lucien.xin@gmail.com>
    netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_new

Chen-Yu Tsai <wens@csie.org>
    ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616

Guixin Liu <kanie@linux.alibaba.com>
    nvmet-tcp: fix nvme tcp ida memory leak

Martin Blumenstingl <martin.blumenstingl@googlemail.com>
    regulator: pwm-regulator: Add validity checks in continuous .get_voltage

Baokun Li <libaokun1@huawei.com>
    ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()

Baokun Li <libaokun1@huawei.com>
    ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()

Lennert Buytenhek <kernel@wantstofly.org>
    ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers

Conrad Kostecki <conikost@gentoo.org>
    ahci: asm1166: correct count of reported ports

Fullway Wang <fullwaywang@outlook.com>
    fbdev: sis: Error out if pixclock equals zero

Fullway Wang <fullwaywang@outlook.com>
    fbdev: savage: Error out if pixclock equals zero

Felix Fietkau <nbd@nbd.name>
    wifi: mac80211: fix race condition on enabling fast-xmit

Michal Kazior <michal@plume.com>
    wifi: cfg80211: fix missing interfaces when dumping

Vinod Koul <vkoul@kernel.org>
    dmaengine: fsl-qdma: increase size of 'irq_name'

Vinod Koul <vkoul@kernel.org>
    dmaengine: shdma: increase size of 'dev_id'

Dmitry Bogdanov <d.bogdanov@yadro.com>
    scsi: target: core: Add TMF to tmr_list handling

Cyril Hrubis <chrubis@suse.cz>
    sched/rt: Disallow writing invalid values to sched_rt_period_us

Cyril Hrubis <chrubis@suse.cz>
    sched/rt: Fix sysctl_sched_rr_timeslice intial value

Lokesh Gidra <lokeshgidra@google.com>
    userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb

Ryusuke Konishi <konishi.ryusuke@gmail.com>
    nilfs2: replace WARN_ONs for invalid DAT metadata block requests

GONG, Ruiqi <gongruiqi1@huawei.com>
    memcg: add refcnt for pcpu stock to avoid UAF problem in drain_all_stock()

Cyril Hrubis <chrubis@suse.cz>
    sched/rt: sysctl_sched_rr_timeslice show default timeslice after reset

Jamal Hadi Salim <jhs@mojatatu.com>
    net/sched: Retire dsmark qdisc

Jamal Hadi Salim <jhs@mojatatu.com>
    net/sched: Retire ATM qdisc

Jamal Hadi Salim <jhs@mojatatu.com>
    net/sched: Retire CBQ qdisc

Oliver Upton <oliver.upton@linux.dev>
    KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler

Oliver Upton <oliver.upton@linux.dev>
    KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()


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

Diffstat:

 Makefile                                          |    4 +-
 arch/arm/mach-ep93xx/core.c                       |    1 +
 arch/arm64/boot/dts/qcom/msm8916.dtsi             |    4 +-
 arch/s390/pci/pci.c                               |    2 +-
 arch/x86/kernel/alternative.c                     |   13 +
 drivers/ata/ahci.c                                |   34 +-
 drivers/ata/ahci.h                                |    1 +
 drivers/base/dd.c                                 |    9 +
 drivers/block/virtio_blk.c                        |    7 +-
 drivers/dma/fsl-qdma.c                            |    2 +-
 drivers/dma/sh/shdma.h                            |    2 +-
 drivers/firewire/core-card.c                      |   18 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c           |    3 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h          |    5 +-
 drivers/gpu/drm/drm_syncobj.c                     |   16 +-
 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c |    8 +-
 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c            |    3 +-
 drivers/hwmon/coretemp.c                          |    2 +-
 drivers/infiniband/hw/bnxt_re/ib_verbs.c          |    5 +-
 drivers/infiniband/hw/hfi1/pio.c                  |    6 +-
 drivers/infiniband/hw/hfi1/sdma.c                 |    2 +-
 drivers/infiniband/ulp/srpt/ib_srpt.c             |   18 +-
 drivers/md/dm-crypt.c                             |    6 +
 drivers/md/dm-integrity.c                         |   11 +-
 drivers/net/gtp.c                                 |   10 +-
 drivers/nvme/target/fc.c                          |    8 +-
 drivers/nvme/target/tcp.c                         |    1 +
 drivers/pci/controller/pci-tegra.c                |   17 +-
 drivers/pci/msi.c                                 |    2 +-
 drivers/pinctrl/pinctrl-rockchip.c                |   23 +-
 drivers/regulator/pwm-regulator.c                 |    3 +
 drivers/s390/net/qeth_l3_main.c                   |    9 +-
 drivers/scsi/Kconfig                              |    2 +-
 drivers/scsi/lpfc/lpfc_scsi.c                     |   12 +-
 drivers/soc/renesas/r8a77980-sysc.c               |    3 +-
 drivers/spi/spi-mt7621.c                          |    8 +-
 drivers/target/target_core_device.c               |    5 -
 drivers/target/target_core_transport.c            |    4 +
 drivers/usb/cdns3/gadget.c                        |    8 +-
 drivers/usb/gadget/function/f_ncm.c               |   10 +-
 drivers/usb/roles/class.c                         |   12 +-
 drivers/video/fbdev/savage/savagefb_driver.c      |    3 +
 drivers/video/fbdev/sis/sis_main.c                |    2 +
 fs/afs/volume.c                                   |    4 +-
 fs/aio.c                                          |    9 +-
 fs/ext4/mballoc.c                                 |   13 +-
 fs/iomap/buffered-io.c                            |    3 +
 fs/nilfs2/dat.c                                   |   27 +-
 include/linux/fs.h                                |    2 +
 include/linux/lockdep.h                           |    5 +
 include/net/tcp.h                                 |    1 +
 kernel/sched/rt.c                                 |   10 +-
 kernel/sysctl.c                                   |    4 +
 mm/memcontrol.c                                   |    6 +
 mm/userfaultfd.c                                  |   14 +-
 net/bridge/br_device.c                            |    2 +
 net/ipv4/af_inet.c                                |    2 +-
 net/ipv4/devinet.c                                |   21 +-
 net/ipv4/tcp.c                                    |   27 +-
 net/ipv4/tcp_input.c                              |    4 +-
 net/ipv6/addrconf.c                               |   21 +-
 net/ipv6/seg6.c                                   |   20 +-
 net/l2tp/l2tp_ip6.c                               |    2 +-
 net/mac80211/sta_info.c                           |    2 +
 net/mac80211/tx.c                                 |    2 +-
 net/netfilter/nf_conntrack_proto_sctp.c           |    2 +-
 net/netfilter/nf_tables_api.c                     |    1 +
 net/packet/af_packet.c                            |    4 +-
 net/sched/Kconfig                                 |   42 -
 net/sched/Makefile                                |    3 -
 net/sched/sch_atm.c                               |  710 --------
 net/sched/sch_cbq.c                               | 1818 ---------------------
 net/sched/sch_dsmark.c                            |  523 ------
 net/tls/tls_sw.c                                  |   12 +-
 net/wireless/nl80211.c                            |    1 +
 scripts/bpf_helpers_doc.py                        |  157 +-
 sound/pci/hda/patch_realtek.c                     |    6 +-
 sound/soc/sunxi/sun4i-spdif.c                     |    5 +
 tools/testing/selftests/bpf/test_verifier.c       |   13 +
 virt/kvm/arm/vgic/vgic-its.c                      |    5 +
 80 files changed, 572 insertions(+), 3255 deletions(-)


Re: [PATCH 5.4 00/84]5.4.270-rc1 review
Posted by Shreeya Patel 1 year, 11 months ago
On Tuesday, February 27, 2024 18:56 IST, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:

> This is the start of the stable review cycle for the 5.4.270 release.
> There are 84 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, 29 Feb 2024 13:15:36 +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.4.270-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.4.y
> and the diffstat can be found below.
> 

KernelCI report for stable-rc/linux-5.4.y for this week.

## stable-rc HEAD for linux-5.4.y:
Date: 2024-02-27
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/log/?h=331c26fedbd3ec4b446d0f2ae002f93421d3daa6

## Build failures:
No build failures seen for the stable-rc/linux-5.4.y commit head \o/

## Boot failures:
No **new** boot failures seen for the stable-rc/linux-5.4.y commit head \o/

Tested-by: kernelci.org bot <bot@kernelci.org>

Thanks,
Shreeya Patel
Re: [PATCH 5.4 00/84] 5.4.270-rc1 review
Posted by Harshit Mogalapalli 1 year, 11 months ago
Hi Greg,

On 27/02/24 18:56, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.4.270 release.
> There are 84 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, 29 Feb 2024 13:15:36 +0000.
> Anything received after that time might be too late.
> 

No problems seen on x86_64 and aarch64 with our testing.

Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>

Thanks,
Harshit

> The whole patch series can be found in one patch at:
> 	https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.4.270-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.4.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
>
Re: [PATCH 5.4 00/84] 5.4.270-rc1 review
Posted by Naresh Kamboju 1 year, 11 months ago
On Tue, 27 Feb 2024 at 19:52, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 5.4.270 release.
> There are 84 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, 29 Feb 2024 13:15:36 +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.4.270-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.4.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.4.270-rc1
* git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
* git branch: linux-5.4.y
* git commit: 331c26fedbd3ec4b446d0f2ae002f93421d3daa6
* git describe: v5.4.269-85-g331c26fedbd3
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.4.y/build/v5.4.269-85-g331c26fedbd3

## Test Regressions (compared to v5.4.269)

## Metric Regressions (compared to v5.4.269)

## Test Fixes (compared to v5.4.269)

## Metric Fixes (compared to v5.4.269)

## Test result summary
total: 97761, pass: 78074, fail: 3337, skip: 16283, xfail: 67

## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 138 total, 138 passed, 0 failed
* arm64: 38 total, 36 passed, 2 failed
* i386: 25 total, 19 passed, 6 failed
* mips: 27 total, 27 passed, 0 failed
* parisc: 3 total, 0 passed, 3 failed
* powerpc: 32 total, 31 passed, 1 failed
* riscv: 12 total, 12 passed, 0 failed
* s390: 8 total, 8 passed, 0 failed
* sh: 10 total, 10 passed, 0 failed
* sparc: 8 total, 8 passed, 0 failed
* x86_64: 34 total, 34 passed, 0 failed

## Test suites summary
* boot
* 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-exec
* kselftest-filesystems
* kselftest-filesystems-binderfs
* kselftest-filesystems-epoll
* kselftest-firmware
* kselftest-fpu
* kselftest-ftrace
* kselftest-futex
* kselftest-gpio
* kselftest-intel_pstate
* kselftest-ipc
* kselftest-ir
* kselftest-kcmp
* kselftest-kexec
* kselftest-lib
* kselftest-membarrier
* kselftest-memfd
* kselftest-memory-hotplug
* kselftest-mincore
* kselftest-mm
* 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-sigaltstack
* kselftest-size
* kselftest-tc-testing
* kselftest-timens
* kselftest-timers
* kselftest-tmpfs
* kselftest-tpm2
* kselftest-user
* kselftest-user_events
* kselftest-vDSO
* kselftest-watchdog
* kselftest-x86
* kselftest-zram
* kunit
* 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-hugetlb
* ltp-io
* ltp-ipc
* ltp-math
* ltp-mm
* ltp-nptl
* ltp-pty
* ltp-sched
* ltp-securebits
* ltp-smoke
* ltp-smoketest
* ltp-syscalls
* ltp-tracing
* perf
* rcutorture

--
Linaro LKFT
https://lkft.linaro.org
Re: [PATCH 5.4 00/84] 5.4.270-rc1 review
Posted by Shuah Khan 1 year, 11 months ago
On 2/27/24 06:26, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.4.270 release.
> There are 84 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, 29 Feb 2024 13:15:36 +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.4.270-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.4.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.4 00/84] 5.4.270-rc1 review
Posted by Jon Hunter 1 year, 11 months ago
On Tue, 27 Feb 2024 14:26:27 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.4.270 release.
> There are 84 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, 29 Feb 2024 13:15:36 +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.4.270-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.4.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

All tests passing for Tegra ...

Test results for stable-v5.4:
    10 builds:	10 pass, 0 fail
    24 boots:	24 pass, 0 fail
    54 tests:	54 pass, 0 fail

Linux version:	5.4.270-rc1-g331c26fedbd3
Boards tested:	tegra124-jetson-tk1, tegra186-p2771-0000,
                tegra194-p2972-0000, tegra20-ventana,
                tegra210-p2371-2180, tegra210-p3450-0000,
                tegra30-cardhu-a04

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

Jon
Re: [PATCH 5.4 00/84] 5.4.270-rc1 review
Posted by Florian Fainelli 1 year, 11 months ago
On 2/27/24 05:26, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.4.270 release.
> There are 84 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, 29 Feb 2024 13:15:36 +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.4.270-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.4.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 <florian.fainelli@broadcom.com>
-- 
Florian