2023-09-17 20:03:35

by Greg Kroah-Hartman

[permalink] [raw]
Subject: [PATCH 6.1 000/219] 6.1.54-rc1 review

This is the start of the stable review cycle for the 6.1.54 release.
There are 219 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 Tue, 19 Sep 2023 19:10:04 +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/v6.x/stable-review/patch-6.1.54-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-6.1.y
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <[email protected]>
Linux 6.1.54-rc1

Wesley Chalmers <[email protected]>
drm/amd/display: Fix a bug when searching for insert_above_mpcc

Maciej W. Rozycki <[email protected]>
MIPS: Only fiddle with CHECKFLAGS if `need-compiler'

Kuniyuki Iwashima <[email protected]>
kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().

Vadim Fedorenko <[email protected]>
ixgbe: fix timestamp configuration code

Kuniyuki Iwashima <[email protected]>
tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.

Kuniyuki Iwashima <[email protected]>
tcp: Fix bind() regression for v4-mapped-v6 wildcard address.

Kuniyuki Iwashima <[email protected]>
tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_addr_any).

Kuniyuki Iwashima <[email protected]>
ipv6: Remove in6addr_any alternatives.

Eric Dumazet <[email protected]>
ipv6: fix ip6_sock_set_addr_preferences() typo

Sascha Hauer <[email protected]>
net: macb: fix sleep inside spinlock

Harini Katakam <[email protected]>
net: macb: Enable PTP unicast

Liu Jian <[email protected]>
net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()

Geert Uytterhoeven <[email protected]>
platform/mellanox: NVSW_SN2201 should depend on ACPI

Shravan Kumar Ramani <[email protected]>
platform/mellanox: mlxbf-pmc: Fix reading of unprogrammed events

Shravan Kumar Ramani <[email protected]>
platform/mellanox: mlxbf-pmc: Fix potential buffer overflows

Liming Sun <[email protected]>
platform/mellanox: mlxbf-tmfifo: Drop jumbo frames

Liming Sun <[email protected]>
platform/mellanox: mlxbf-tmfifo: Drop the Rx packet if no more descriptors

Shigeru Yoshida <[email protected]>
kcm: Fix memory leak in error path of kcm_sendmsg()

Hayes Wang <[email protected]>
r8152: check budget for r8152_poll()

Vladimir Oltean <[email protected]>
net: dsa: sja1105: block FDB accesses that are concurrent with a switch reset

Vladimir Oltean <[email protected]>
net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB accesses

Vladimir Oltean <[email protected]>
net: dsa: sja1105: fix multicast forwarding working only for last added mdb entry

Vladimir Oltean <[email protected]>
net: dsa: sja1105: propagate exact error code from sja1105_dynamic_config_poll_valid()

Vladimir Oltean <[email protected]>
net: dsa: sja1105: hide all multicast addresses from "bridge fdb show"

Ciprian Regus <[email protected]>
net:ethernet:adi:adin1110: Fix forwarding offload

Yang Yingliang <[email protected]>
net: ethernet: adi: adin1110: use eth_broadcast_addr() to assign broadcast address

Ziyang Xuan <[email protected]>
hsr: Fix uninit-value access in fill_frame_info()

Hangyu Hua <[email protected]>
net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlro_get_fdir_all()

Hangyu Hua <[email protected]>
net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc()

Vincent Whitchurch <[email protected]>
net: stmmac: fix handling of zero coalescing tx-usecs

Guangguan Wang <[email protected]>
net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add

Björn Töpel <[email protected]>
selftests: Keep symlinks, when possible

Björn Töpel <[email protected]>
kselftest/runner.sh: Propagate SIGTERM to runner child

Liu Jian <[email protected]>
net: ipv4: fix one memleak in __inet_del_ifa()

Jinjie Ruan <[email protected]>
kunit: Fix wild-memory-access bug in kunit_free_suite_set()

Hamza Mahfooz <[email protected]>
drm/amdgpu: register a dirty framebuffer callback for fbcon

Gabe Teeger <[email protected]>
drm/amd/display: Remove wait while locked

Wenjing Liu <[email protected]>
drm/amd/display: always switch off ODM before committing more streams

Namhyung Kim <[email protected]>
perf hists browser: Fix the number of entries for 'e' key

Namhyung Kim <[email protected]>
perf tools: Handle old data in PERF_RECORD_ATTR

Namhyung Kim <[email protected]>
perf test shell stat_bpf_counters: Fix test on Intel

Namhyung Kim <[email protected]>
perf hists browser: Fix hierarchy mode header

Maciej W. Rozycki <[email protected]>
MIPS: Fix CONFIG_CPU_DADDI_WORKAROUNDS `modules_install' regression

Sean Christopherson <[email protected]>
KVM: SVM: Skip VMSA init in sev_es_init_vmcb() if pointer is NULL

Sean Christopherson <[email protected]>
KVM: SVM: Set target pCPU during IRTE update if target vCPU is running

Sean Christopherson <[email protected]>
KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 state

Sean Christopherson <[email protected]>
KVM: nSVM: Check instead of asserting on nested TSC scaling support

Sean Christopherson <[email protected]>
KVM: SVM: Get source vCPUs from source VM for SEV-ES intrahost migration

Sean Christopherson <[email protected]>
KVM: SVM: Don't inject #UD if KVM attempts to skip SEV guest insn

Sean Christopherson <[email protected]>
KVM: SVM: Take and hold ir_list_lock when updating vCPU's Physical ID entry

Hamza Mahfooz <[email protected]>
drm/amd/display: prevent potential division by zero errors

Melissa Wen <[email protected]>
drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gamma

William Zhang <[email protected]>
mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller

William Zhang <[email protected]>
mtd: rawnand: brcmnand: Fix potential false time out warning

Linus Walleij <[email protected]>
mtd: spi-nor: Correct flags for Winbond w25q128

William Zhang <[email protected]>
mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write

William Zhang <[email protected]>
mtd: rawnand: brcmnand: Fix crash during the panic_write

Liu Ying <[email protected]>
drm/mxsfb: Disable overlay plane in mxsfb_plane_overlay_atomic_disable()

Anand Jain <[email protected]>
btrfs: use the correct superblock to compare fsid in btrfs_validate_super

Naohiro Aota <[email protected]>
btrfs: zoned: re-enable metadata over-commit for zoned mode

Josef Bacik <[email protected]>
btrfs: set page extent mapped after read_folio in relocate_one_page

Filipe Manana <[email protected]>
btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART

Boris Burkov <[email protected]>
btrfs: free qgroup rsv on io failure

Boris Burkov <[email protected]>
btrfs: fix start transaction qgroup rsv double free

Naohiro Aota <[email protected]>
btrfs: zoned: do not zone finish data relocation block group

ruanmeisi <[email protected]>
fuse: nlookup missing decrement in fuse_direntplus_link

Damien Le Moal <[email protected]>
ata: pata_ftide010: Add missing MODULE_DESCRIPTION

Damien Le Moal <[email protected]>
ata: sata_gemini: Add missing MODULE_DESCRIPTION

Michael Schmitz <[email protected]>
ata: pata_falcon: fix IO base selection for Q40

Werner Fischer <[email protected]>
ata: ahci: Add Elkhart Lake AHCI controller

Christian Marangi <[email protected]>
hwspinlock: qcom: add missing regmap config for SFPB MMIO implementation

Nathan Chancellor <[email protected]>
lib: test_scanf: Add explicit type cast to result initialization in test_number_prefix()

Jaegeuk Kim <[email protected]>
f2fs: avoid false alarm of circular locking

Jaegeuk Kim <[email protected]>
f2fs: flush inode if atomic file is aborted

Luís Henriques <[email protected]>
ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}

Wang Jianjian <[email protected]>
ext4: add correct group descriptors and reserved GDT blocks to system zone

Zhang Yi <[email protected]>
jbd2: correct the end of the journal recovery scan range

Zhihao Cheng <[email protected]>
jbd2: check 'jh->b_transaction' before removing it from checkpoint

Zhang Yi <[email protected]>
jbd2: fix checkpoint cleanup performance regression

Hien Huynh <[email protected]>
dmaengine: sh: rz-dmac: Fix destination and source data size setting

Walter Chang <[email protected]>
clocksource/drivers/arm_arch_timer: Disable timer before programming CVAL

Pavel Kozlov <[email protected]>
ARC: atomics: Add compiler barrier to atomic operations...

Saeed Mahameed <[email protected]>
net/mlx5: Free IRQ rmap and notifier on kernel shutdown

Kalesh Singh <[email protected]>
Multi-gen LRU: avoid race in inc_min_seq()

Petr Tesarik <[email protected]>
sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory()

Jie Wang <[email protected]>
net: hns3: remove GSO partial feature bit

Yisen Zhuang <[email protected]>
net: hns3: fix the port information display when sfp is absent

Jijie Shao <[email protected]>
net: hns3: fix invalid mutex between tc qdisc and dcb ets command issue

Hao Chen <[email protected]>
net: hns3: fix debugfs concurrency issue between kfree buffer and read

Hao Chen <[email protected]>
net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()

Jian Shen <[email protected]>
net: hns3: fix tx timeout issue

Wander Lairson Costa <[email protected]>
netfilter: nfnetlink_osf: avoid OOB read

Florian Westphal <[email protected]>
netfilter: nftables: exthdr: fix 4-byte stack OOB write

Sebastian Andrzej Siewior <[email protected]>
bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.

Sebastian Andrzej Siewior <[email protected]>
bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().

Martin KaFai Lau <[email protected]>
bpf: Remove prog->active check for bpf_lsm and bpf_iter

Vladimir Oltean <[email protected]>
net: dsa: sja1105: complete tc-cbs offload support on SJA1110

Vladimir Oltean <[email protected]>
net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many times

Vladimir Oltean <[email protected]>
net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offload

Eric Dumazet <[email protected]>
ip_tunnels: use DEV_STATS_INC()

Ariel Marcovitch <[email protected]>
idr: fix param name in idr_alloc_cyclic() doc

Andy Shevchenko <[email protected]>
s390/zcrypt: don't leak memory if dev_set_name() fails

Olga Zaborska <[email protected]>
igb: Change IGB_MIN to allow set rx/tx value between 64 and 80

Olga Zaborska <[email protected]>
igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80

Olga Zaborska <[email protected]>
igc: Change IGC_MIN to allow set rx/tx value between 64 and 80

Geetha sowjanya <[email protected]>
octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue mbox handler

Shigeru Yoshida <[email protected]>
kcm: Destroy mutex in kcm_exit_net()

valis <[email protected]>
net: sched: sch_qfq: Fix UAF in qfq_dequeue()

Kuniyuki Iwashima <[email protected]>
af_unix: Fix data race around sk->sk_err.

Kuniyuki Iwashima <[email protected]>
af_unix: Fix data-races around sk->sk_shutdown.

Kuniyuki Iwashima <[email protected]>
af_unix: Fix data-race around unix_tot_inflight.

Kuniyuki Iwashima <[email protected]>
af_unix: Fix data-races around user->unix_inflight.

John Fastabend <[email protected]>
bpf, sockmap: Fix skb refcnt race after locking changes

Oleksij Rempel <[email protected]>
net: phy: micrel: Correct bit assignments for phy_device flags

Alex Henrie <[email protected]>
net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddr

Liang Chen <[email protected]>
veth: Fixing transmit return status for dropped packets

Eric Dumazet <[email protected]>
gve: fix frag_list chaining

Corinna Vinschen <[email protected]>
igb: disable virtualization features on 82580

Sriram Yagnaraman <[email protected]>
ipv6: ignore dst hint for multipath routes

Sriram Yagnaraman <[email protected]>
ipv4: ignore dst hint for multipath routes

Eric Dumazet <[email protected]>
mptcp: annotate data-races around msk->rmem_fwd_alloc

Eric Dumazet <[email protected]>
net: annotate data-races around sk->sk_forward_alloc

Eric Dumazet <[email protected]>
net: use sk_forward_alloc_get() in sk_get_meminfo()

Sean Christopherson <[email protected]>
drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt()

Sean Christopherson <[email protected]>
drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn()

Sean Christopherson <[email protected]>
drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page"

Xiubo Li <[email protected]>
ceph: make members in struct ceph_mds_request_args_ext a union

Magnus Karlsson <[email protected]>
xsk: Fix xsk_diag use-after-free error during socket cleanup

Florian Westphal <[email protected]>
net: fib: avoid warn splat in flow dissector

Eric Dumazet <[email protected]>
net: read sk->sk_family once in sk_mc_loop()

Eric Dumazet <[email protected]>
ipv4: annotate data-races around fi->fib_dead

Eric Dumazet <[email protected]>
sctp: annotate data-races around sk->sk_wmem_queued

Eric Dumazet <[email protected]>
net/sched: fq_pie: avoid stalls in fq_pie_timer()

Katya Orlova <[email protected]>
smb: propagate error code of extract_sharename()

Paulo Alcantara <[email protected]>
cifs: use fs_context for automounts

Yu Kuai <[email protected]>
blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice()

Yu Kuai <[email protected]>
blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice()

Andrzej Hajda <[email protected]>
drm/i915: mark requests for GuC virtual engines to avoid use-after-free

Namhyung Kim <[email protected]>
perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter test

Kajol Jain <[email protected]>
perf test stat_bpf_counters_cgrp: Fix shellcheck issue about logical operators

Vladimir Zapolskiy <[email protected]>
pwm: lpc32xx: Remove handling of PWM channels

Raag Jadav <[email protected]>
watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-load

Arnaldo Carvalho de Melo <[email protected]>
perf top: Don't pass an ERR_PTR() directly to perf_session__delete()

Kajol Jain <[email protected]>
perf vendor events: Drop STORES_PER_INST metric event for power10 platform

Kajol Jain <[email protected]>
perf vendor events: Drop some of the JSON/events for power10 platform

Kajol Jain <[email protected]>
perf vendor events: Update the JSON/events descriptions for power10 platform

Sean Christopherson <[email protected]>
x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()

Arnaldo Carvalho de Melo <[email protected]>
perf annotate bpf: Don't enclose non-debug code with an assert()

Dmitry Torokhov <[email protected]>
Input: tca6416-keypad - fix interrupt enable disbalance

Dmitry Torokhov <[email protected]>
Input: tca6416-keypad - always expect proper IRQ number in i2c client

Ying Liu <[email protected]>
backlight: gpio_backlight: Drop output GPIO direction check for initial power state

Uwe Kleine-König <[email protected]>
pwm: atmel-tcb: Fix resource freeing in error path and remove

Uwe Kleine-König <[email protected]>
pwm: atmel-tcb: Harmonize resource allocation order

Uwe Kleine-König <[email protected]>
pwm: atmel-tcb: Convert to platform remove callback returning void

Arnaldo Carvalho de Melo <[email protected]>
perf trace: Really free the evsel->priv area

Arnaldo Carvalho de Melo <[email protected]>
perf trace: Use zfree() to reduce chances of use after free

Jeff LaBundy <[email protected]>
Input: iqs7222 - configure power mode before triggering ATI

Konstantin Meskhidze <[email protected]>
kconfig: fix possible buffer overflow

Jonathan Marek <[email protected]>
mailbox: qcom-ipcc: fix incorrect num_chans counting

Andreas Gruenbacher <[email protected]>
gfs2: low-memory forced flush fixes

Andreas Gruenbacher <[email protected]>
gfs2: Switch to wait_event in gfs2_logd

Christophe JAILLET <[email protected]>
tpm_crb: Fix an error handling path in crb_acpi_add()

Masahiro Yamada <[email protected]>
kbuild: do not run depmod for 'make modules_sign'

Masahiro Yamada <[email protected]>
kbuild: rpm-pkg: define _arch conditionally

Eric Dumazet <[email protected]>
net: deal with integer overflows in kmalloc_reserve()

Eric Dumazet <[email protected]>
net: factorize code in kmalloc_reserve()

Eric Dumazet <[email protected]>
net: remove osize variable in __alloc_skb()

Eric Dumazet <[email protected]>
net: add SKB_HEAD_ALIGN() helper

Qiang Yu <[email protected]>
bus: mhi: host: Skip MHI reset if device is in RDDM

Fedor Pchelkin <[email protected]>
NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info

Trond Myklebust <[email protected]>
NFS: Fix a potential data corruption

Johan Hovold <[email protected]>
clk: qcom: mss-sc7180: fix missing resume during probe

Johan Hovold <[email protected]>
clk: qcom: q6sstop-qcs404: fix missing resume during probe

Johan Hovold <[email protected]>
clk: qcom: lpasscc-sc7280: fix missing resume during probe

Johan Hovold <[email protected]>
clk: qcom: dispcc-sm8450: fix runtime PM imbalance on probe errors

Chris Lew <[email protected]>
soc: qcom: qmi_encdec: Restrict string length in decode

Dmitry Baryshkov <[email protected]>
clk: qcom: gcc-mdm9615: use proper parent for pll0_vote clock

Marco Felsch <[email protected]>
clk: imx: pll14xx: align pdiv with reference manual

Ahmad Fatoum <[email protected]>
clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200Hz

Krzysztof Kozlowski <[email protected]>
dt-bindings: clock: xlnx,versal-clk: drop select:false

Raag Jadav <[email protected]>
pinctrl: cherryview: fix address_space_handler() argument

Bharath SM <[email protected]>
cifs: update desired access while requesting for directory lease

Helge Deller <[email protected]>
parisc: led: Reduce CPU overhead for disk & lan LED computation

Helge Deller <[email protected]>
parisc: led: Fix LAN receive and transmit LEDs

Andrew Donnellan <[email protected]>
lib/test_meminit: allocate pages up to order MAX_ORDER

Muchun Song <[email protected]>
mm: hugetlb_vmemmap: fix a race between vmemmap pmd split

Michal Hocko <[email protected]>
memcg: drop kmem.limit_in_bytes

Steve French <[email protected]>
send channel sequence number in SMB3 requests after reconnects

Chris Paterson <[email protected]>
arm64: dts: renesas: rzg2l: Fix txdv-skew-psec typos

Johan Hovold <[email protected]>
clk: qcom: turingcc-qcs404: fix missing resume during probe

Sheetal <[email protected]>
ASoC: tegra: Fix SFC conversion for few rates

Thomas Zimmermann <[email protected]>
drm/ast: Fix DRAM init on AST2200

Johan Hovold <[email protected]>
clk: qcom: camcc-sc7180: fix async resume during probe

Thomas Zimmermann <[email protected]>
fbdev/ep93xx-fb: Do not assign to struct fb_info.dev

Chengming Zhou <[email protected]>
null_blk: fix poll request timeout handling

Quinn Tran <[email protected]>
scsi: qla2xxx: Fix firmware resource tracking

Quinn Tran <[email protected]>
scsi: qla2xxx: Error code did not return to upper layer

Nilesh Javali <[email protected]>
scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit()

Quinn Tran <[email protected]>
scsi: qla2xxx: Flush mailbox commands on chip reset

Manish Rangankar <[email protected]>
scsi: qla2xxx: Remove unsupported ql2xenabledif option

Quinn Tran <[email protected]>
scsi: qla2xxx: Fix TMF leak through

Quinn Tran <[email protected]>
scsi: qla2xxx: Fix session hang in gnl

Quinn Tran <[email protected]>
scsi: qla2xxx: Turn off noisy message log

Quinn Tran <[email protected]>
scsi: qla2xxx: Fix erroneous link up failure

Quinn Tran <[email protected]>
scsi: qla2xxx: Fix command flush during TMF

Quinn Tran <[email protected]>
scsi: qla2xxx: fix inconsistent TMF timeout

Quinn Tran <[email protected]>
scsi: qla2xxx: Fix deletion race condition

Quinn Tran <[email protected]>
scsi: qla2xxx: Limit TMF to 8 per function

Quinn Tran <[email protected]>
scsi: qla2xxx: Adjust IOCB resource on qpair create

Gurchetan Singh <[email protected]>
drm/virtio: Conditionally allocate virtio_gpu_fence

Pavel Begunkov <[email protected]>
io_uring: Don't set affinity on a dying sqpoll thread

Pavel Begunkov <[email protected]>
io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used

Pavel Begunkov <[email protected]>
io_uring: break out of iowq iopoll on teardown

Pavel Begunkov <[email protected]>
io_uring/net: don't overflow multishot accept

Pavel Begunkov <[email protected]>
io_uring: revert "io_uring fix multishot accept ordering"

Pavel Begunkov <[email protected]>
io_uring: always lock in io_apoll_task_func

Kalesh Singh <[email protected]>
Multi-gen LRU: fix per-zone reclaim

Yu Zhao <[email protected]>
mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]

Quan Tian <[email protected]>
net/ipv6: SKB symmetric hash should incorporate transport ports


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

Diffstat:

Documentation/admin-guide/cgroup-v1/memory.rst | 2 -
.../devicetree/bindings/clock/xlnx,versal-clk.yaml | 2 -
Documentation/mm/multigen_lru.rst | 8 +-
Makefile | 6 +-
arch/arc/include/asm/atomic-llsc.h | 6 +-
arch/arc/include/asm/atomic64-arcv2.h | 6 +-
arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi | 4 +-
arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi | 2 +-
arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi | 4 +-
arch/arm64/net/bpf_jit_comp.c | 9 +-
arch/mips/Makefile | 6 +-
arch/parisc/include/asm/led.h | 4 +-
arch/sh/boards/mach-ap325rxa/setup.c | 2 +-
arch/sh/boards/mach-ecovec24/setup.c | 6 +-
arch/sh/boards/mach-kfr2r09/setup.c | 2 +-
arch/sh/boards/mach-migor/setup.c | 2 +-
arch/sh/boards/mach-se/7724/setup.c | 6 +-
arch/x86/include/asm/virtext.h | 6 -
arch/x86/kvm/svm/avic.c | 59 +++++-
arch/x86/kvm/svm/nested.c | 9 +-
arch/x86/kvm/svm/sev.c | 9 +-
arch/x86/kvm/svm/svm.c | 35 ++-
arch/x86/net/bpf_jit_comp.c | 19 +-
block/blk-throttle.c | 99 ++++-----
drivers/ata/ahci.c | 2 +
drivers/ata/pata_falcon.c | 50 +++--
drivers/ata/pata_ftide010.c | 1 +
drivers/ata/sata_gemini.c | 1 +
drivers/block/null_blk/main.c | 12 +-
drivers/bus/mhi/host/pm.c | 5 +
drivers/char/tpm/tpm_crb.c | 5 +-
drivers/clk/imx/clk-pll14xx.c | 13 +-
drivers/clk/qcom/camcc-sc7180.c | 2 +-
drivers/clk/qcom/dispcc-sm8450.c | 13 +-
drivers/clk/qcom/gcc-mdm9615.c | 2 +-
drivers/clk/qcom/lpasscc-sc7280.c | 16 +-
drivers/clk/qcom/mss-sc7180.c | 13 +-
drivers/clk/qcom/q6sstop-qcs404.c | 15 +-
drivers/clk/qcom/turingcc-qcs404.c | 13 +-
drivers/clocksource/arm_arch_timer.c | 7 +
drivers/dma/sh/rz-dmac.c | 11 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 26 ++-
.../drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c | 7 +
drivers/gpu/drm/amd/display/dc/Makefile | 1 +
drivers/gpu/drm/amd/display/dc/core/dc.c | 68 ++++--
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c | 5 +-
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c | 11 -
.../drm/amd/display/modules/freesync/freesync.c | 9 +-
drivers/gpu/drm/ast/ast_post.c | 2 +-
drivers/gpu/drm/i915/gt/intel_engine_types.h | 1 +
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 3 +
drivers/gpu/drm/i915/gvt/gtt.c | 27 +--
drivers/gpu/drm/i915/gvt/gtt.h | 1 -
drivers/gpu/drm/i915/i915_request.c | 7 +-
drivers/gpu/drm/mxsfb/mxsfb_kms.c | 9 +
drivers/gpu/drm/virtio/virtgpu_ioctl.c | 30 +--
drivers/hwspinlock/qcom_hwspinlock.c | 9 +
drivers/input/keyboard/tca6416-keypad.c | 31 +--
drivers/input/misc/iqs7222.c | 8 +-
drivers/mailbox/qcom-ipcc.c | 4 +-
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 112 ++++++----
drivers/mtd/spi-nor/winbond.c | 5 +-
drivers/net/dsa/sja1105/sja1105.h | 4 +
drivers/net/dsa/sja1105/sja1105_dynamic_config.c | 93 ++++----
drivers/net/dsa/sja1105/sja1105_main.c | 120 ++++++++---
drivers/net/dsa/sja1105/sja1105_spi.c | 4 +
drivers/net/ethernet/adi/adin1110.c | 10 +-
drivers/net/ethernet/cadence/macb.h | 4 +
drivers/net/ethernet/cadence/macb_main.c | 18 +-
drivers/net/ethernet/google/gve/gve_rx_dqo.c | 5 +-
drivers/net/ethernet/hisilicon/hns3/hnae3.h | 1 +
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 7 +-
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 19 +-
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 4 +-
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c | 20 +-
.../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 14 +-
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 5 +-
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 2 -
drivers/net/ethernet/intel/igb/igb.h | 4 +-
drivers/net/ethernet/intel/igb/igb_main.c | 5 +-
drivers/net/ethernet/intel/igbvf/igbvf.h | 4 +-
drivers/net/ethernet/intel/igc/igc.h | 4 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 28 +--
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 5 +
.../net/ethernet/marvell/octeontx2/af/rvu_nix.c | 21 +-
drivers/net/ethernet/mediatek/mtk_eth_soc.c | 3 +
.../ethernet/mellanox/mlx5/core/en/tc_tun_encap.c | 5 +-
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c | 26 ++-
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 10 +-
drivers/net/usb/r8152.c | 3 +
drivers/net/veth.c | 4 +-
drivers/parisc/led.c | 4 +-
drivers/pinctrl/intel/pinctrl-cherryview.c | 5 +-
drivers/platform/mellanox/Kconfig | 4 +-
drivers/platform/mellanox/mlxbf-pmc.c | 41 ++--
drivers/platform/mellanox/mlxbf-tmfifo.c | 90 +++++---
drivers/pwm/pwm-atmel-tcb.c | 70 +++---
drivers/pwm/pwm-lpc32xx.c | 16 +-
drivers/s390/crypto/zcrypt_api.c | 1 +
drivers/scsi/qla2xxx/qla_attr.c | 2 -
drivers/scsi/qla2xxx/qla_dbg.c | 2 +-
drivers/scsi/qla2xxx/qla_def.h | 21 +-
drivers/scsi/qla2xxx/qla_dfs.c | 10 +
drivers/scsi/qla2xxx/qla_gbl.h | 1 +
drivers/scsi/qla2xxx/qla_init.c | 234 +++++++++++++--------
drivers/scsi/qla2xxx/qla_inline.h | 57 ++++-
drivers/scsi/qla2xxx/qla_iocb.c | 1 +
drivers/scsi/qla2xxx/qla_isr.c | 7 +-
drivers/scsi/qla2xxx/qla_mbx.c | 7 +-
drivers/scsi/qla2xxx/qla_nvme.c | 3 +-
drivers/scsi/qla2xxx/qla_os.c | 26 ++-
drivers/scsi/qla2xxx/qla_target.c | 14 +-
drivers/soc/qcom/qmi_encdec.c | 4 +-
drivers/video/backlight/gpio_backlight.c | 3 +-
drivers/video/fbdev/ep93xx-fb.c | 1 -
drivers/watchdog/intel-mid_wdt.c | 1 +
fs/btrfs/disk-io.c | 5 +-
fs/btrfs/extent-tree.c | 43 ++--
fs/btrfs/inode.c | 7 +
fs/btrfs/relocation.c | 12 +-
fs/btrfs/space-info.c | 6 +-
fs/btrfs/transaction.c | 26 ++-
fs/btrfs/zoned.c | 16 +-
fs/ext4/balloc.c | 15 +-
fs/ext4/block_validity.c | 8 +-
fs/ext4/crypto.c | 4 +
fs/ext4/ext4.h | 2 +
fs/f2fs/f2fs.h | 24 ++-
fs/f2fs/inline.c | 3 +-
fs/f2fs/segment.c | 2 +
fs/fuse/readdir.c | 10 +-
fs/gfs2/aops.c | 4 +-
fs/gfs2/log.c | 25 +--
fs/jbd2/checkpoint.c | 22 +-
fs/jbd2/recovery.c | 12 +-
fs/nfs/direct.c | 20 +-
fs/nfs/pnfs_dev.c | 2 +-
fs/smb/client/cached_dir.c | 2 +-
fs/smb/client/cifs_dfs_ref.c | 100 ++++-----
fs/smb/client/cifsglob.h | 1 +
fs/smb/client/connect.c | 1 +
fs/smb/client/fscache.c | 2 +-
fs/smb/client/smb2ops.c | 11 +-
fs/smb/client/smb2pdu.c | 11 +
fs/smb/common/smb2pdu.h | 22 ++
include/linux/bpf.h | 24 +--
include/linux/bpf_verifier.h | 13 ++
include/linux/ceph/ceph_fs.h | 24 ++-
include/linux/ipv6.h | 1 +
include/linux/micrel_phy.h | 6 +-
include/linux/mm_inline.h | 4 +-
include/linux/mmzone.h | 8 +-
include/linux/skbuff.h | 8 +
include/linux/tca6416_keypad.h | 1 -
include/net/ip.h | 1 +
include/net/ip6_fib.h | 14 +-
include/net/ip_fib.h | 5 +-
include/net/ip_tunnels.h | 15 +-
include/net/ipv6.h | 7 +-
include/net/sock.h | 12 +-
include/trace/events/fib.h | 5 +-
include/trace/events/fib6.h | 5 +-
io_uring/io-wq.c | 17 +-
io_uring/io-wq.h | 3 +-
io_uring/io_uring.c | 31 ++-
io_uring/net.c | 8 +-
io_uring/poll.c | 3 +-
io_uring/sqpoll.c | 17 ++
io_uring/sqpoll.h | 1 +
kernel/bpf/syscall.c | 7 +-
kernel/bpf/trampoline.c | 81 +++++--
lib/idr.c | 2 +-
lib/kunit/test.c | 3 +-
lib/test_meminit.c | 2 +-
lib/test_scanf.c | 2 +-
mm/hugetlb_vmemmap.c | 34 ++-
mm/memcontrol.c | 10 -
mm/vmscan.c | 50 +++--
net/core/flow_dissector.c | 3 +-
net/core/skbuff.c | 49 ++---
net/core/skmsg.c | 12 +-
net/core/sock.c | 19 +-
net/ethtool/ioctl.c | 10 +-
net/hsr/hsr_forward.c | 1 +
net/ipv4/devinet.c | 10 +-
net/ipv4/fib_semantics.c | 5 +-
net/ipv4/fib_trie.c | 3 +-
net/ipv4/inet_hashtables.c | 43 ++--
net/ipv4/ip_input.c | 3 +-
net/ipv4/route.c | 1 +
net/ipv4/tcp_output.c | 2 +-
net/ipv4/udp.c | 6 +-
net/ipv6/addrconf.c | 2 +-
net/ipv6/ip6_input.c | 3 +-
net/ipv6/route.c | 3 +
net/kcm/kcmsock.c | 15 +-
net/mptcp/protocol.c | 23 +-
net/netfilter/nfnetlink_osf.c | 8 +
net/netfilter/nft_exthdr.c | 22 +-
net/sched/sch_fq_pie.c | 27 ++-
net/sched/sch_plug.c | 2 +-
net/sched/sch_qfq.c | 22 +-
net/sctp/proc.c | 2 +-
net/sctp/socket.c | 10 +-
net/smc/smc_core.c | 2 +
net/tls/tls_sw.c | 4 +-
net/unix/af_unix.c | 2 +-
net/unix/scm.c | 6 +-
net/xdp/xsk_diag.c | 3 +
scripts/kconfig/preprocess.c | 3 +
scripts/package/mkspec | 2 +-
sound/soc/tegra/tegra210_sfc.c | 31 ++-
sound/soc/tegra/tegra210_sfc.h | 4 +-
tools/perf/builtin-top.c | 1 +
tools/perf/builtin-trace.c | 15 +-
.../pmu-events/arch/powerpc/power10/cache.json | 4 +-
.../arch/powerpc/power10/floating_point.json | 7 -
.../pmu-events/arch/powerpc/power10/frontend.json | 30 +--
.../pmu-events/arch/powerpc/power10/marked.json | 30 +--
.../pmu-events/arch/powerpc/power10/memory.json | 6 +-
.../pmu-events/arch/powerpc/power10/metrics.json | 6 -
.../pmu-events/arch/powerpc/power10/others.json | 53 +++--
.../pmu-events/arch/powerpc/power10/pipeline.json | 30 +--
.../perf/pmu-events/arch/powerpc/power10/pmc.json | 4 +-
.../arch/powerpc/power10/translation.json | 11 +-
tools/perf/tests/shell/stat_bpf_counters.sh | 4 +-
tools/perf/tests/shell/stat_bpf_counters_cgrp.sh | 28 ++-
tools/perf/ui/browsers/hists.c | 60 +++---
tools/perf/util/annotate.c | 10 +-
tools/perf/util/header.c | 11 +-
tools/testing/selftests/kselftest/runner.sh | 3 +-
tools/testing/selftests/lib.mk | 4 +-
232 files changed, 2129 insertions(+), 1340 deletions(-)



2023-09-17 20:48:36

by SeongJae Park

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/219] 6.1.54-rc1 review

Hello,

On Sun, 17 Sep 2023 21:12:07 +0200 Greg Kroah-Hartman <[email protected]> wrote:

> This is the start of the stable review cycle for the 6.1.54 release.
> There are 219 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 Tue, 19 Sep 2023 19:10:04 +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/v6.x/stable-review/patch-6.1.54-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-6.1.y
> and the diffstat can be found below.

This rc kernel passes DAMON functionality test[1] on my test machine.
Attaching the test results summary below. Please note that I retrieved the
kernel from linux-stable-rc tree[2].

Tested-by: SeongJae Park <[email protected]>

[1] https://github.com/awslabs/damon-tests/tree/next/corr
[2] 89fc7c511aa5 ("Linux 6.1.54-rc1")

Thanks,
SJ

[...]

---

# .config:1408:warning: override: reassigning to symbol CGROUPS
ok 15 selftests: damon-tests: build_nomemcg.sh
# kselftest dir '/home/sjpark/damon-tests-cont/linux/tools/testing/selftests/damon-tests' is in dirty state.
# the log is at '/home/sjpark/log'.
[32m
ok 1 selftests: damon: debugfs_attrs.sh
ok 2 selftests: damon: debugfs_schemes.sh
ok 3 selftests: damon: debugfs_target_ids.sh
ok 4 selftests: damon: debugfs_empty_targets.sh
ok 5 selftests: damon: debugfs_huge_count_read_write.sh
ok 6 selftests: damon: debugfs_duplicate_context_creation.sh
ok 7 selftests: damon: sysfs.sh
ok 1 selftests: damon-tests: kunit.sh
ok 2 selftests: damon-tests: huge_count_read_write.sh
ok 3 selftests: damon-tests: buffer_overflow.sh
ok 4 selftests: damon-tests: rm_contexts.sh
ok 5 selftests: damon-tests: record_null_deref.sh
ok 6 selftests: damon-tests: dbgfs_target_ids_read_before_terminate_race.sh
ok 7 selftests: damon-tests: dbgfs_target_ids_pid_leak.sh
ok 8 selftests: damon-tests: damo_tests.sh
ok 9 selftests: damon-tests: masim-record.sh
ok 10 selftests: damon-tests: build_i386.sh
ok 11 selftests: damon-tests: build_m68k.sh
ok 12 selftests: damon-tests: build_arm64.sh
ok 13 selftests: damon-tests: build_i386_idle_flag.sh
ok 14 selftests: damon-tests: build_i386_highpte.sh
ok 15 selftests: damon-tests: build_nomemcg.sh
[33m
[92mPASS [39m
_remote_run_corr.sh SUCCESS

2023-09-18 07:59:02

by Takeshi Ogasawara

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/219] 6.1.54-rc1 review

Hi Greg

On Mon, Sep 18, 2023 at 5:03 AM Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.1.54 release.
> There are 219 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 Tue, 19 Sep 2023 19:10:04 +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/v6.x/stable-review/patch-6.1.54-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-6.1.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

6.1.54-rc1 tested.

Build successfully completed.
Boot successfully completed.
No dmesg regressions.
Video output normal.
Sound output normal.

Lenovo ThinkPad X1 Carbon Gen10(Intel i7-1260P(x86_64) arch linux)

Thanks

Tested-by: Takeshi Ogasawara <[email protected]>

2023-09-18 11:37:58

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/219] 6.1.54-rc1 review

On Sun, Sep 17, 2023 at 09:12:07PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.54 release.
> There are 219 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.

Tested-by: Conor Dooley <[email protected]>

Thanks,
Conor.


Attachments:
(No filename) (381.00 B)
signature.asc (235.00 B)
Download all attachments

2023-09-18 12:22:19

by Ron Economos

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/219] 6.1.54-rc1 review

On 9/17/23 12:12 PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.54 release.
> There are 219 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 Tue, 19 Sep 2023 19:10:04 +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/v6.x/stable-review/patch-6.1.54-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-6.1.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

Built and booted successfully on RISC-V RV64 (HiFive Unmatched).

Tested-by: Ron Economos <[email protected]>

2023-09-18 15:32:43

by Bagas Sanjaya

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/219] 6.1.54-rc1 review

On Sun, Sep 17, 2023 at 09:12:07PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.54 release.
> There are 219 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.
>

Successfully compiled and installed bindeb-pkgs on my computer (Acer
Aspire E15, Intel Core i3 Haswell). No noticeable regressions.

Tested-by: Bagas Sanjaya <[email protected]>

--
An old man doll... just what I always wanted! - Clara


Attachments:
(No filename) (559.00 B)
signature.asc (235.00 B)
Download all attachments

2023-09-18 16:53:54

by Jon Hunter

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/219] 6.1.54-rc1 review

On Sun, 17 Sep 2023 21:12:07 +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.54 release.
> There are 219 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 Tue, 19 Sep 2023 19:10:04 +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/v6.x/stable-review/patch-6.1.54-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-6.1.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

All tests passing for Tegra ...

Test results for stable-v6.1:
11 builds: 11 pass, 0 fail
28 boots: 28 pass, 0 fail
130 tests: 130 pass, 0 fail

Linux version: 6.1.54-rc1-g89fc7c511aa5
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 <[email protected]>

Jon

2023-09-18 18:50:34

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/219] 6.1.54-rc1 review



On 9/17/2023 12:12 PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.54 release.
> There are 219 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 Tue, 19 Sep 2023 19:10:04 +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/v6.x/stable-review/patch-6.1.54-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-6.1.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 <[email protected]>
--
Florian

2023-09-18 21:58:35

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/219] 6.1.54-rc1 review

On Sun, Sep 17, 2023 at 09:12:07PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.54 release.
> There are 219 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 Tue, 19 Sep 2023 19:10:04 +0000.
> Anything received after that time might be too late.
>

Build results:
total: 157 pass: 157 fail: 0
Qemu test results:
total: 529 pass: 529 fail: 0

Tested-by: Guenter Roeck <[email protected]>

Guenter

2023-09-19 01:50:13

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/219] 6.1.54-rc1 review

On 9/17/23 13:12, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.54 release.
> There are 219 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 Tue, 19 Sep 2023 19:10:04 +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/v6.x/stable-review/patch-6.1.54-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-6.1.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 <[email protected]>

thanks,
-- Shuah

2023-09-19 06:47:10

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/219] 6.1.54-rc1 review

On Mon, 18 Sept 2023 at 01:30, Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.1.54 release.
> There are 219 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 Tue, 19 Sep 2023 19:10:04 +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/v6.x/stable-review/patch-6.1.54-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-6.1.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 <[email protected]>

## Build
* kernel: 6.1.54-rc1
* git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
* git branch: linux-6.1.y
* git commit: 89fc7c511aa5cd0b21e82ec42611db04d9e3b7c2
* git describe: v6.1.52-813-g89fc7c511aa5
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.52-813-g89fc7c511aa5

## Test Regressions (compared to v6.1.52)

## Metric Regressions (compared to v6.1.52)

## Test Fixes (compared to v6.1.52)

## Metric Fixes (compared to v6.1.52)

## Test result summary
total: 206086, pass: 176646, fail: 2859, skip: 26303, xfail: 278

## Build Summary
* arc: 10 total, 10 passed, 0 failed
* arm: 284 total, 283 passed, 1 failed
* arm64: 89 total, 87 passed, 2 failed
* i386: 67 total, 65 passed, 2 failed
* mips: 56 total, 54 passed, 2 failed
* parisc: 7 total, 7 passed, 0 failed
* powerpc: 70 total, 68 passed, 2 failed
* riscv: 28 total, 26 passed, 2 failed
* s390: 28 total, 27 passed, 1 failed
* sh: 26 total, 24 passed, 2 failed
* sparc: 14 total, 14 passed, 0 failed
* x86_64: 76 total, 72 passed, 4 failed

## Test suites summary
* boot
* kselftest-android
* kselftest-arm64
* kselftest-breakpoints
* kselftest-capabilities
* kselftest-clone3
* kselftest-core
* kselftest-cpu-hotplug
* kselftest-drivers-dma-buf
* kselftest-exec
* 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-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-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-user_events
* kselftest-vDSO
* kselftest-vm
* kselftest-watchdog
* kselftest-x86
* kunit
* kvm-unit-tests
* libgpiod
* log-parser-boot
* log-parser-test
* ltp-cap_bounds
* ltp-commands
* ltp-containers
* ltp-controllers
* ltp-cpuhotplug
* ltp-crypto
* ltp-cve
* ltp-dio
* ltp-fcntl-locktests
* ltp-filecaps
* ltp-fs
* ltp-fs_bind
* ltp-fs_perms_simple
* ltp-fsx
* ltp-hugetlb
* ltp-io
* ltp-ipc
* ltp-math
* ltp-mm
* ltp-nptl
* ltp-pty
* ltp-sched
* ltp-securebits
* ltp-smoke
* ltp-syscalls
* ltp-tracing
* perf
* rcutorture

--
Linaro LKFT
https://lkft.linaro.org

2023-09-21 22:41:51

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/219] 6.1.54-rc1 review

On Sun, Sep 17, 2023 at 09:12:07PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.54 release.
> There are 219 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.

Tested-by: Conor Dooley <[email protected]>

Thanks,
Conor.


Attachments:
(No filename) (381.00 B)
signature.asc (235.00 B)
Download all attachments