public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6.1 000/239] 6.1.29-rc1 review
@ 2023-05-15 16:24 Greg Kroah-Hartman
  2023-05-15 16:25 ` [PATCH 6.1 061/239] rxrpc: Fix hard call timeout units Greg Kroah-Hartman
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Greg Kroah-Hartman @ 2023-05-15 16:24 UTC (permalink / raw)
  To: stable
  Cc: Greg Kroah-Hartman, patches, linux-kernel, torvalds, akpm, linux,
	shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow

This is the start of the stable review cycle for the 6.1.29 release.
There are 239 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, 17 May 2023 16:16:37 +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.29-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 <gregkh@linuxfoundation.org>
    Linux 6.1.29-rc1

Aurabindo Pillai <aurabindo.pillai@amd.com>
    drm/amd/display: Fix hang when skipping modeset

Christophe Leroy <christophe.leroy@csgroup.eu>
    spi: fsl-cpm: Use 16 bit mode for large transfers with even size

Christophe Leroy <christophe.leroy@csgroup.eu>
    spi: fsl-spi: Re-organise transfer bits_per_word adaptation

Linus Torvalds <torvalds@linux-foundation.org>
    x86: fix clear_user_rep_good() exception handling annotation

Mario Limonciello <mario.limonciello@amd.com>
    x86/amd_nb: Add PCI ID for family 19h model 78h

Chao Yu <chao@kernel.org>
    f2fs: inode: fix to do sanity check on extent cache correctly

Chao Yu <chao@kernel.org>
    f2fs: fix to do sanity check on extent cache correctly

Jani Nikula <jani.nikula@intel.com>
    drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values

Theodore Ts'o <tytso@mit.edu>
    ext4: fix invalid free tracking in ext4_xattr_move_to_block()

Theodore Ts'o <tytso@mit.edu>
    ext4: remove a BUG_ON in ext4_mb_release_group_pa()

Jan Kara <jack@suse.cz>
    ext4: fix lockdep warning when enabling MMP

Theodore Ts'o <tytso@mit.edu>
    ext4: bail out of ext4_xattr_ibody_get() fails for any reason

Theodore Ts'o <tytso@mit.edu>
    ext4: add bounds checking in get_max_inline_xattr_value_size()

Theodore Ts'o <tytso@mit.edu>
    ext4: fix deadlock when converting an inline directory in nojournal mode

Theodore Ts'o <tytso@mit.edu>
    ext4: improve error handling from ext4_dirhash()

Theodore Ts'o <tytso@mit.edu>
    ext4: improve error recovery code paths in __ext4_remount()

Baokun Li <libaokun1@huawei.com>
    ext4: check iomap type only if ext4_iomap_begin() does not fail

Jan Kara <jack@suse.cz>
    ext4: fix data races when using cached status extents

Tudor Ambarus <tudor.ambarus@linaro.org>
    ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum

Ye Bin <yebin10@huawei.com>
    ext4: fix WARNING in mb_find_extent

John Stultz <jstultz@google.com>
    locking/rwsem: Add __always_inline annotation to __down_read_common() and inlined callers

Jani Nikula <jani.nikula@intel.com>
    drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usage

Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
    drm: Add missing DP DSC extended capability definitions.

Namjae Jeon <linkinjeon@kernel.org>
    ksmbd: fix racy issue from smb2 close and logoff with multichannel

Namjae Jeon <linkinjeon@kernel.org>
    ksmbd: block asynchronous requests when making a delay on session setup

Namjae Jeon <linkinjeon@kernel.org>
    ksmbd: destroy expired sessions

Namjae Jeon <linkinjeon@kernel.org>
    ksmbd: fix racy issue from session setup and logoff

Dawei Li <set_pte_at@outlook.com>
    ksmbd: Implements sess->ksmbd_chann_list as xarray

Leo Chen <sancchen@amd.com>
    drm/amd/display: Change default Z8 watermark values

Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
    drm/amd/display: Update Z8 SR exit/enter latencies

Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
    drm/amd/display: Update Z8 watermarks for DCN314

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    ASoC: codecs: wcd938x: fix accessing regmap on unattached devices

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    ASoC: codecs: constify static sdw_slave_ops struct

Shuming Fan <shumingf@realtek.com>
    ASoC: rt1318: Add RT1318 SDCA vendor-specific driver

Leo Chen <sancchen@amd.com>
    drm/amd/display: Lowering min Z8 residency time

Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
    drm/amd/display: Update minimum stutter residency for DCN314 Z8

Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
    drm/amd/display: Add minimum Z8 residency debug option

Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
    drm/amd/display: Fix Z8 support configurations

Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
    drm/amd/display: Add debug option to skip PSR CRTC disable

Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
    drm/amd/display: Add Z8 allow states to z-state support list

Ian Chen <ian.chen@amd.com>
    drm/amd/display: Refactor eDP PSR codes

Ville Syrjälä <ville.syrjala@linux.intel.com>
    drm/i915: Check pipe source size when using skl+ scalers

Animesh Manna <animesh.manna@intel.com>
    drm/i915/mtl: update scaler source and destination limits for MTL

Sascha Hauer <s.hauer@pengutronix.de>
    wifi: rtw88: rtw8821c: Fix rfe_option field width

Jianmin Lv <lvjianmin@loongson.cn>
    irqchip/loongson-eiointc: Fix registration of syscore_ops

Jianmin Lv <lvjianmin@loongson.cn>
    irqchip/loongson-eiointc: Fix incorrect use of acpi_get_vec_parent

Huacai Chen <chenhuacai@kernel.org>
    irqchip/loongarch: Adjust acpi_cascade_irqdomain_init() and sub-routines

Johan Hovold <johan+linaro@kernel.org>
    drm/msm: fix missing wq allocation error handling

Rob Clark <robdclark@chromium.org>
    drm/msm: Hangcheck progress detection

Rob Clark <robdclark@chromium.org>
    drm/msm/adreno: Simplify read64/write64 helpers

Jaegeuk Kim <jaegeuk@kernel.org>
    f2fs: factor out victim_entry usage from general rb_tree use

Jaegeuk Kim <jaegeuk@kernel.org>
    f2fs: allocate the extent_cache by default

Jaegeuk Kim <jaegeuk@kernel.org>
    f2fs: refactor extent_cache to support for read and more

Jaegeuk Kim <jaegeuk@kernel.org>
    f2fs: remove unnecessary __init_extent_tree

Jaegeuk Kim <jaegeuk@kernel.org>
    f2fs: move internal functions into extent_cache.c

Jaegeuk Kim <jaegeuk@kernel.org>
    f2fs: specify extent cache for read explicitly

Konrad Dybcio <konrad.dybcio@linaro.org>
    drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load error

Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
    fs/ntfs3: Refactoring of various minor issues

Ping Cheng <pinglinux@gmail.com>
    HID: wacom: insert timestamp to packed Bluetooth (BT) events

Ping Cheng <pinglinux@gmail.com>
    HID: wacom: Set a default resolution for older tablets

Mario Limonciello <mario.limonciello@amd.com>
    drm/amd: Use `amdgpu_ucode_*` helpers for MES

Mario Limonciello <mario.limonciello@amd.com>
    drm/amd: Add a new helper for loading/validating microcode

Mario Limonciello <mario.limonciello@amd.com>
    drm/amd: Load MES microcode during early_init

Graham Sider <Graham.Sider@amd.com>
    drm/amdgpu: remove deprecated MES version vars

Guchun Chen <guchun.chen@amd.com>
    drm/amd/pm: avoid potential UBSAN issue on legacy asics

Guchun Chen <guchun.chen@amd.com>
    drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend

Guchun Chen <guchun.chen@amd.com>
    drm/amd/pm: parse pp_handle under appropriate conditions

Alvin Lee <Alvin.Lee2@amd.com>
    drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes

Lin.Cao <lincao12@amd.com>
    drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2)

Yifan Zhang <yifan1.zhang@amd.com>
    drm/amdgpu: change gfx 11.0.4 external_id range

Saleemkhan Jamadar <saleemkhan.jamadar@amd.com>
    drm/amdgpu/jpeg: Remove harvest checking for JPEG3

Guchun Chen <guchun.chen@amd.com>
    drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx ras

Horatio Zhang <Hongkun.Zhang@amd.com>
    drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini

Hamza Mahfooz <hamza.mahfooz@amd.com>
    drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini()

Horatio Zhang <Hongkun.Zhang@amd.com>
    drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_fini

Hamza Mahfooz <hamza.mahfooz@amd.com>
    drm/amd/display: fix flickering caused by S/G mode

Samson Tam <Samson.Tam@amd.com>
    drm/amd/display: filter out invalid bits in pipe_fuses

Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
    drm/amd/display: Fix 4to1 MPC black screen with DPP RCO

Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
    drm/amd/display: Add NULL plane_state check for cursor disable logic

James Cowgill <james.cowgill@blaize.com>
    drm/panel: otm8009a: Set backlight parent to panel device

Jianmin Lv <lvjianmin@loongson.cn>
    irqchip/loongson-eiointc: Fix returned value on parsing MADT

Jianmin Lv <lvjianmin@loongson.cn>
    irqchip/loongson-pch-pic: Fix pch_pic_acpi_init calling

Jaegeuk Kim <jaegeuk@kernel.org>
    f2fs: fix potential corruption when moving a directory

Jaegeuk Kim <jaegeuk@kernel.org>
    f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_block

Hans de Goede <hdegoede@redhat.com>
    drm/i915/dsi: Use unconditional msleep() instead of intel_dsi_msleep()

Johan Hovold <johan+linaro@kernel.org>
    drm/msm: fix workqueue leak on bind errors

Johan Hovold <johan+linaro@kernel.org>
    drm/msm: fix vram leak on bind errors

Johan Hovold <johan+linaro@kernel.org>
    drm/msm: fix drm device leak on bind errors

Johan Hovold <johan+linaro@kernel.org>
    drm/msm: fix NULL-deref on irq uninstall

Johan Hovold <johan+linaro@kernel.org>
    drm/msm: fix NULL-deref on snapshot tear down

Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
    drm/i915/color: Fix typo for Plane CSC indexes

Francesco Dolcini <francesco.dolcini@toradex.com>
    drm/bridge: lt8912b: Fix DSI Video Mode

Johan Hovold <johan+linaro@kernel.org>
    drm/msm/adreno: fix runtime PM imbalance at gpu load

Zev Weiss <zev@bewilderbeest.net>
    ARM: dts: aspeed: romed8hm3: Fix GPIO polarity of system-fault LED

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    ARM: dts: s5pv210: correct MIPI CSIS clock name

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    ARM: dts: exynos: fix WM8960 clock name in Itop Elite

Zev Weiss <zev@bewilderbeest.net>
    ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks

Luis Chamberlain <mcgrof@kernel.org>
    sysctl: clarify register_sysctl_init() base directory order

Mathieu Poirier <mathieu.poirier@linaro.org>
    remoteproc: rcar_rproc: Call of_node_put() on iteration error

Mathieu Poirier <mathieu.poirier@linaro.org>
    remoteproc: imx_rproc: Call of_node_put() on iteration error

Mathieu Poirier <mathieu.poirier@linaro.org>
    remoteproc: imx_dsp_rproc: Call of_node_put() on iteration error

Mathieu Poirier <mathieu.poirier@linaro.org>
    remoteproc: st: Call of_node_put() on iteration error

Mathieu Poirier <mathieu.poirier@linaro.org>
    remoteproc: stm32: Call of_node_put() on iteration error

Luis Chamberlain <mcgrof@kernel.org>
    proc_sysctl: enhance documentation

Luis Chamberlain <mcgrof@kernel.org>
    proc_sysctl: update docs for __register_sysctl_table()

Randy Dunlap <rdunlap@infradead.org>
    sh: nmi_debug: fix return value of __setup handler

Randy Dunlap <rdunlap@infradead.org>
    sh: init: use OF_EARLY_FLATTREE for early init

Randy Dunlap <rdunlap@infradead.org>
    sh: mcount.S: fix build error when PRINTK is not enabled

Randy Dunlap <rdunlap@infradead.org>
    sh: math-emu: fix macro redefined warning

Steve French <stfrench@microsoft.com>
    SMB3: force unmount was failing to close deferred close files

Steve French <stfrench@microsoft.com>
    smb3: fix problem remounting a share after shutdown

Jan Kara <jack@suse.cz>
    inotify: Avoid reporting event with invalid wd

Mark Pearson <mpearson-lenovo@squebb.ca>
    platform/x86: thinkpad_acpi: Add profile force ability

Andrey Avdeev <jamesstoun@gmail.com>
    platform/x86: touchscreen_dmi: Add info for the Dexp Ursus KX210i

Mark Pearson <mpearson-lenovo@squebb.ca>
    platform/x86: thinkpad_acpi: Fix platform profiles on T490

Hans de Goede <hdegoede@redhat.com>
    platform/x86: touchscreen_dmi: Add upside-down quirk for GDIX1002 ts on the Juno Tablet

Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
    platform/x86/intel-uncore-freq: Return error on write frequency

Steve French <stfrench@microsoft.com>
    cifs: release leases for deferred close handles when freezing

Pawel Witek <pawel.ireneusz.witek@gmail.com>
    cifs: fix pcchunk length type in smb2_copychunk_range

Naohiro Aota <Naohiro.Aota@wdc.com>
    btrfs: zoned: fix full zone super block reading on ZNS

Naohiro Aota <Naohiro.Aota@wdc.com>
    btrfs: zoned: zone finish data relocation BG with last IO

Filipe Manana <fdmanana@suse.com>
    btrfs: fix space cache inconsistency after error loading it from disk

Anastasia Belova <abelova@astralinux.ru>
    btrfs: print-tree: parent bytenr must be aligned to sector size

Qu Wenruo <wqu@suse.com>
    btrfs: make clear_cache mount option to rebuild FST without disabling it

Christoph Hellwig <hch@lst.de>
    btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add

Josef Bacik <josef@toxicpanda.com>
    btrfs: don't free qgroup space unless specified

Boris Burkov <boris@bur.io>
    btrfs: fix encoded write i_size corruption with no-holes

xiaoshoukui <xiaoshoukui@gmail.com>
    btrfs: fix assertion of exclop condition when starting balance

Qu Wenruo <wqu@suse.com>
    btrfs: properly reject clear_cache and v1 cache for block-group-tree

Naohiro Aota <naohiro.aota@wdc.com>
    btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones

Filipe Manana <fdmanana@suse.com>
    btrfs: fix btrfs_prev_leaf() to not return the same key twice

Borislav Petkov (AMD) <bp@alien8.de>
    x86/retbleed: Fix return thunk alignment

Conor Dooley <conor.dooley@microchip.com>
    RISC-V: fix taking the text_mutex twice during sifive errata patching

Conor Dooley <conor.dooley@microchip.com>
    RISC-V: take text_mutex during alternative patching

Dmitrii Dolgov <9erthalion6@gmail.com>
    perf stat: Separate bperf from bpf_profiler

Yang Jihong <yangjihong1@huawei.com>
    perf tracepoint: Fix memory leak in is_valid_tracepoint()

Yang Jihong <yangjihong1@huawei.com>
    perf symbols: Fix return incorrect build_id size in elf_read_build_id()

Olivier Bacon <olivierb89@gmail.com>
    crypto: engine - fix crypto_queue backlog handling

Herbert Xu <herbert@gondor.apana.org.au>
    crypto: engine - Use crypto_request_complete

Herbert Xu <herbert@gondor.apana.org.au>
    crypto: api - Add scaffolding to change completion function signature

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()

James Clark <james.clark@arm.com>
    perf cs-etm: Fix timeless decode mode detection

Markus Elfring <Markus.Elfring@web.de>
    perf map: Delete two variable initialisations before null pointer checks in sort__sym_from_cmp()

Arnaldo Carvalho de Melo <acme@redhat.com>
    perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its contents

Kajol Jain <kjain@linux.ibm.com>
    perf vendor events power9: Remove UTF-8 characters from JSON files

Yang Jihong <yangjihong1@huawei.com>
    perf ftrace: Make system wide the default target for latency subcommand

Patrice Duroux <patrice.duroux@gmail.com>
    perf tests record_offcpu.sh: Fix redirection of stderr to stdin

Thomas Richter <tmricht@linux.ibm.com>
    perf vendor events s390: Remove UTF-8 characters from JSON file

Roman Lozko <lozko.roma@gmail.com>
    perf scripts intel-pt-events.py: Fix IPC output for Python 2

Kan Liang <kan.liang@linux.intel.com>
    perf record: Fix "read LOST count failed" msg with sample read

Florian Fainelli <f.fainelli@gmail.com>
    net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()

Wei Fang <wei.fang@nxp.com>
    net: enetc: check the index of the SFI rather than the handle

Wenliang Wang <wangwenliang.1995@bytedance.com>
    virtio_net: suppress cpu stall when free_unused_bufs

Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
    ice: block LAN in case of VF to VF offload

Arınç ÜNAL <arinc.unal@arinc9.com>
    net: dsa: mt7530: fix network connectivity with multiple CPU ports

Daniel Golle <daniel@makrotopia.org>
    net: dsa: mt7530: split-off common parts from mt7531_setup

Arınç ÜNAL <arinc.unal@arinc9.com>
    net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621

Claudio Imbrenda <imbrenda@linux.ibm.com>
    KVM: s390: fix race in gmap_make_secure()

Ruliang Lin <u202112092@hust.edu.cn>
    ALSA: caiaq: input: Add error handling for unsupported input methods in `snd_usb_caiaq_input_init`

Chia-I Wu <olvaffe@gmail.com>
    drm/amdgpu: add a missing lock for AMDGPU_SCHED

Kuniyuki Iwashima <kuniyu@amazon.com>
    af_packet: Don't send zero-byte data in packet_sendmsg_spkt().

Shannon Nelson <shannon.nelson@amd.com>
    ionic: catch failure from devlink_alloc

Ido Schimmel <idosch@nvidia.com>
    ethtool: Fix uninitialized number of lanes

Shannon Nelson <shannon.nelson@amd.com>
    ionic: remove noise from ethtool rxnfc error msg

Subbaraya Sundeep <sbhatta@marvell.com>
    octeontx2-vf: Detach LF resources on probe cleanup

Subbaraya Sundeep <sbhatta@marvell.com>
    octeontx2-pf: Disable packet I/O for graceful exit

Ratheesh Kannoth <rkannoth@marvell.com>
    octeontx2-af: Skip PFs if not enabled

Ratheesh Kannoth <rkannoth@marvell.com>
    octeontx2-af: Fix issues with NPC field hash extract

Ratheesh Kannoth <rkannoth@marvell.com>
    octeontx2-af: Update/Fix NPC field hash extract feature

Suman Ghosh <sumang@marvell.com>
    octeontx2-pf: Add additional checks while configuring ucast/bcast/mcast rules

Suman Ghosh <sumang@marvell.com>
    octeontx2-af: Allow mkex profile without DMAC and add L2M/L2B header extraction support

Ratheesh Kannoth <rkannoth@marvell.com>
    octeontx2-pf: Increase the size of dmac filter flows

Ratheesh Kannoth <rkannoth@marvell.com>
    octeontx2-af: Fix depth of cam and mem table.

Ratheesh Kannoth <rkannoth@marvell.com>
    octeontx2-af: Fix start and end bit for scan config

Geetha sowjanya <gakula@marvell.com>
    octeontx2-af: Secure APR table update with the lock

Jeremy Sowden <jeremy@azazel.net>
    selftests: netfilter: fix libmnl pkg-config usage

Radhakrishna Sripada <radhakrishna.sripada@intel.com>
    drm/i915/mtl: Add the missing CPU transcoder mask in intel_device_info

Guo Ren <guoren@kernel.org>
    riscv: compat_syscall_table: Fixup compile warning

David Howells <dhowells@redhat.com>
    rxrpc: Fix hard call timeout units

Andy Moreton <andy.moreton@amd.com>
    sfc: Fix module EEPROM reporting for QSFP modules

Hayes Wang <hayeswang@realtek.com>
    r8152: move setting r8153b_rx_agg_chg_indicate()

Hayes Wang <hayeswang@realtek.com>
    r8152: fix the poor throughput for 2.5G devices

Hayes Wang <hayeswang@realtek.com>
    r8152: fix flow control issue of RTL8156A

Victor Nogueira <victor@mojatatu.com>
    net/sched: act_mirred: Add carrier check

Akhil R <akhilrajeev@nvidia.com>
    i2c: tegra: Fix PEC support for SMBUS block read

Sia Jee Heng <jeeheng.sia@starfivetech.com>
    RISC-V: mm: Enable huge page support to kernel_page_present() function

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe()

Tao Su <tao1.su@linux.intel.com>
    block: Skip destroyed blkg when restart in blkg_destroy_all()

Maxim Korotkov <korotkov.maxim.s@gmail.com>
    writeback: fix call of incorrect macro

Angelo Dureghello <angelo.dureghello@timesys.com>
    net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpu

Antoine Tenart <atenart@kernel.org>
    net: ipv6: fix skb hash for some RST packets

Andrea Mayer <andrea.mayer@uniroma2.it>
    selftests: srv6: make srv6_end_dt46_l3vpn_test more robust

Cong Wang <cong.wang@bytedance.com>
    sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()

Vlad Buslov <vladbu@nvidia.com>
    net/sched: cls_api: remove block_cb from driver_list before freeing

Eric Dumazet <edumazet@google.com>
    tcp: fix skb_copy_ubufs() vs BIG TCP

Cosmo Chou <chou.cosmo@gmail.com>
    net/ncsi: clear Tx enable mode when handling a Config required AEN

Subbaraya Sundeep <sbhatta@marvell.com>
    octeontx2-pf: mcs: Do not reset PN while updating secy

Subbaraya Sundeep <sbhatta@marvell.com>
    octeontx2-pf: mcs: Fix shared counters logic

Subbaraya Sundeep <sbhatta@marvell.com>
    octeontx2-pf: mcs: Clear stats before freeing resource

Subbaraya Sundeep <sbhatta@marvell.com>
    octeontx2-pf: mcs: Match macsec ethertype along with DMAC

Subbaraya Sundeep <sbhatta@marvell.com>
    octeontx2-pf: mcs: Fix NULL pointer dereferences

Geetha sowjanya <gakula@marvell.com>
    octeontx2-af: mcs: Fix MCS block interrupt

Geetha sowjanya <gakula@marvell.com>
    octeontx2-af: mcs: Config parser to skip 8B header

Subbaraya Sundeep <sbhatta@marvell.com>
    octeontx2-af: mcs: Write TCAM_DATA and TCAM_MASK registers at once

Geetha sowjanya <gakula@marvell.com>
    octeonxt2-af: mcs: Fix per port bypass config

John Hickey <jjh@daedalian.us>
    ixgbe: Fix panic during XDP_TX with > 64 CPUs

Aurabindo Pillai <aurabindo.pillai@amd.com>
    drm/amd/display: Update bounding box values for DCN321

Aurabindo Pillai <aurabindo.pillai@amd.com>
    drm/amd/display: Do not clear GPINT register when releasing DMUB from reset

Cruise Hung <Cruise.Hung@amd.com>
    drm/amd/display: Reset OUTBOX0 r/w pointer on DMUB reset

Aurabindo Pillai <aurabindo.pillai@amd.com>
    drm/amd/display: Fixes for dcn32_clk_mgr implementation

Hersen Wu <hersenxs.wu@amd.com>
    drm/amd/display: Return error code on DSC atomic check failure

Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
    drm/amd/display: Add missing WA and MCLK validation

Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
    drm/amd/display: Remove FPU guards from the DML folder

Zheng Wang <zyytlz.wz@163.com>
    scsi: qedi: Fix use after free bug in qedi_remove()

Hans de Goede <hdegoede@redhat.com>
    ASoC: Intel: soc-acpi-byt: Fix "WM510205" match no longer working

Sean Christopherson <seanjc@google.com>
    KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission faults

Mathias Krause <minipli@grsecurity.net>
    KVM: VMX: Make CR0.WP a guest owned bit

Mathias Krause <minipli@grsecurity.net>
    KVM: x86: Make use of kvm_read_cr*_bits() when testing bits

Mathias Krause <minipli@grsecurity.net>
    KVM: x86: Do not unload MMU roots when only toggling CR0.WP with TDP enabled

Paolo Bonzini <pbonzini@redhat.com>
    KVM: x86/mmu: Avoid indirect call for get_cr3

Ryan Lin <tsung-hua.lin@amd.com>
    drm/amd/display: Ext displays with dock can't recognized after resume

ZhangPeng <zhangpeng362@huawei.com>
    fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()

Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
    mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s25hx SEMPER flash

Tanmay Shah <tanmay.shah@amd.com>
    mailbox: zynqmp: Fix counts of child nodes

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    mailbox: zynq: Switch to flexible array to simplify code

Manivannan Sadhasivam <mani@kernel.org>
    soc: qcom: llcc: Do not create EDAC platform device on SDM845

Manivannan Sadhasivam <mani@kernel.org>
    qcom: llcc/edac: Support polling mode for ECC handling

Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
    mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER flash

Miquel Raynal <miquel.raynal@bootlin.com>
    mtd: spi-nor: Add a RWW flag

Sudip Mukherjee <sudip.mukherjee@sifive.com>
    mtd: spi-nor: add SFDP fixups for Quad Page Program

Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
    mtd: spi-nor: spansion: Remove NO_SFDP_FLAGS from s28hs512t info

Sean Christopherson <seanjc@google.com>
    KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are available

Sean Christopherson <seanjc@google.com>
    KVM: x86: Track supported PERF_CAPABILITIES in kvm_caps

Sean Christopherson <seanjc@google.com>
    perf/x86/core: Zero @lbr instead of returning -1 in x86_perf_get_lbr() stub

Jeremi Piotrowski <jpiotrowski@linux.microsoft.com>
    crypto: ccp - Clear PSP interrupt status register before calling handler

Martin Krastev <krastevm@vmware.com>
    drm/vmwgfx: Fix Legacy Display Unit atomic drm support

Zack Rusin <zackr@vmware.com>
    drm/vmwgfx: Remove explicit and broken vblank handling

Wesley Cheng <quic_wcheng@quicinc.com>
    usb: dwc3: gadget: Execute gadget stop after halting the controller

Johan Hovold <johan+linaro@kernel.org>
    USB: dwc3: gadget: drop dead hibernation code


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

Diffstat:

 Makefile                                           |    4 +-
 arch/arm/boot/dts/aspeed-bmc-asrock-e3c246d4i.dts  |    2 +-
 arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts  |    4 +-
 arch/arm/boot/dts/exynos4412-itop-elite.dts        |    2 +-
 arch/arm/boot/dts/s5pv210.dtsi                     |    2 +-
 arch/riscv/errata/sifive/errata.c                  |    3 +
 arch/riscv/errata/thead/errata.c                   |    8 +-
 arch/riscv/kernel/Makefile                         |    1 +
 arch/riscv/kernel/cpufeature.c                     |    6 +-
 arch/riscv/mm/pageattr.c                           |    8 +
 arch/s390/kernel/uv.c                              |   32 +-
 arch/sh/Kconfig.debug                              |    2 +-
 arch/sh/kernel/head_32.S                           |    6 +-
 arch/sh/kernel/nmi_debug.c                         |    4 +-
 arch/sh/kernel/setup.c                             |    4 +-
 arch/sh/math-emu/sfp-util.h                        |    4 -
 arch/x86/events/intel/lbr.c                        |    6 +-
 arch/x86/include/asm/perf_event.h                  |    6 +-
 arch/x86/kernel/amd_nb.c                           |    2 +
 arch/x86/kvm/kvm_cache_regs.h                      |    2 +-
 arch/x86/kvm/mmu.h                                 |   26 +-
 arch/x86/kvm/mmu/mmu.c                             |   46 +-
 arch/x86/kvm/mmu/paging_tmpl.h                     |    2 +-
 arch/x86/kvm/pmu.c                                 |    4 +-
 arch/x86/kvm/svm/svm.c                             |    2 +
 arch/x86/kvm/vmx/capabilities.h                    |   24 -
 arch/x86/kvm/vmx/nested.c                          |    4 +-
 arch/x86/kvm/vmx/pmu_intel.c                       |    2 +-
 arch/x86/kvm/vmx/vmx.c                             |   42 +-
 arch/x86/kvm/vmx/vmx.h                             |   18 +
 arch/x86/kvm/x86.c                                 |   12 +
 arch/x86/kvm/x86.h                                 |    1 +
 arch/x86/lib/clear_page_64.S                       |    2 +-
 arch/x86/lib/retpoline.S                           |    4 +-
 block/blk-cgroup.c                                 |    3 +
 crypto/algapi.c                                    |    3 +
 crypto/crypto_engine.c                             |   10 +-
 .../crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c    |    2 +-
 drivers/crypto/ccp/psp-dev.c                       |    6 +-
 drivers/edac/qcom_edac.c                           |   52 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |    6 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c            |   59 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h            |    3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c          |    6 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c          |   36 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h          |    3 +
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |    3 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c             |    1 -
 drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c             |    1 -
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |    1 -
 drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c             |    1 +
 drivers/gpu/drm/amd/amdgpu/mes_v10_1.c             |  111 +--
 drivers/gpu/drm/amd/amdgpu/mes_v11_0.c             |  102 +-
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c             |    8 +-
 drivers/gpu/drm/amd/amdgpu/soc21.c                 |    2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   28 +-
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |    1 +
 .../drm/amd/display/dc/clk_mgr/dcn31/dcn31_smu.c   |    4 +-
 .../drm/amd/display/dc/clk_mgr/dcn314/dcn314_smu.c |   12 +-
 .../amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c   |    5 +
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |    2 +-
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |    3 +
 drivers/gpu/drm/amd/display/dc/dc.h                |    5 +-
 drivers/gpu/drm/amd/display/dc/dc_link.h           |   14 +-
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  |   16 +-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |    8 +-
 .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c  |    5 +-
 .../gpu/drm/amd/display/dc/dcn30/dcn30_resource.c  |   15 +-
 .../drm/amd/display/dc/dcn302/dcn302_resource.c    |   14 +-
 .../drm/amd/display/dc/dcn303/dcn303_resource.c    |   13 +-
 drivers/gpu/drm/amd/display/dc/dcn31/dcn31_dccg.c  |   13 +-
 .../gpu/drm/amd/display/dc/dcn31/dcn31_resource.c  |    4 +
 .../gpu/drm/amd/display/dc/dcn314/dcn314_dccg.c    |   23 +
 .../gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c   |   10 +
 .../gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.h   |    2 +
 .../gpu/drm/amd/display/dc/dcn314/dcn314_init.c    |    1 +
 .../drm/amd/display/dc/dcn314/dcn314_resource.c    |    6 +
 .../drm/amd/display/dc/dcn315/dcn315_resource.c    |    4 +
 .../drm/amd/display/dc/dcn316/dcn316_resource.c    |    4 +
 drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c |    1 +
 .../gpu/drm/amd/display/dc/dcn32/dcn32_resource.c  |   12 +-
 .../drm/amd/display/dc/dcn321/dcn321_resource.c    |   10 +-
 .../gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c   |   21 +-
 .../gpu/drm/amd/display/dc/dml/dcn30/dcn30_fpu.c   |   20 +-
 .../gpu/drm/amd/display/dc/dml/dcn314/dcn314_fpu.c |    4 +-
 .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c   |   17 +-
 .../amd/display/dc/dml/dcn32/display_mode_vba_32.c |    5 +-
 .../amd/display/dc/dml/dcn32/display_mode_vba_32.h |    1 +
 .../gpu/drm/amd/display/dc/dml/dcn321/dcn321_fpu.c |   24 +-
 drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h       |   23 +-
 .../drm/amd/display/dc/inc/hw_sequencer_private.h  |    4 +
 drivers/gpu/drm/amd/display/dmub/src/dmub_dcn32.c  |    3 +-
 drivers/gpu/drm/amd/pm/amdgpu_dpm.c                |   25 +-
 drivers/gpu/drm/bridge/lontium-lt8912b.c           |    1 -
 drivers/gpu/drm/i915/display/icl_dsi.c             |    2 +-
 drivers/gpu/drm/i915/display/intel_dsi_vbt.c       |   11 -
 drivers/gpu/drm/i915/display/intel_dsi_vbt.h       |    1 -
 drivers/gpu/drm/i915/display/skl_scaler.c          |   57 +-
 drivers/gpu/drm/i915/display/vlv_dsi.c             |   22 +-
 drivers/gpu/drm/i915/i915_pci.c                    |    2 +
 drivers/gpu/drm/i915/i915_reg.h                    |    4 +-
 drivers/gpu/drm/msm/adreno/a4xx_gpu.c              |    3 +-
 drivers/gpu/drm/msm/adreno/a5xx_gpu.c              |   27 +-
 drivers/gpu/drm/msm/adreno/a5xx_preempt.c          |    4 +-
 drivers/gpu/drm/msm/adreno/a6xx_gpu.c              |   58 +-
 drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c        |    3 +-
 drivers/gpu/drm/msm/adreno/adreno_device.c         |   16 +-
 drivers/gpu/drm/msm/msm_drv.c                      |   53 +-
 drivers/gpu/drm/msm/msm_drv.h                      |    8 +-
 drivers/gpu/drm/msm/msm_gpu.c                      |   31 +-
 drivers/gpu/drm/msm/msm_gpu.h                      |   22 +-
 drivers/gpu/drm/msm/msm_ringbuffer.h               |   28 +
 drivers/gpu/drm/panel/panel-orisetech-otm8009a.c   |    2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h                |    3 -
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c                |   96 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.h                |    5 -
 drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c                |   53 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c               |   31 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c               |   26 -
 drivers/hid/wacom_wac.c                            |   38 +-
 drivers/hid/wacom_wac.h                            |    1 +
 drivers/i2c/busses/i2c-tegra.c                     |   40 +-
 drivers/irqchip/irq-loongarch-cpu.c                |   30 +-
 drivers/irqchip/irq-loongson-eiointc.c             |   60 +-
 drivers/irqchip/irq-loongson-pch-pic.c             |   18 +-
 drivers/mailbox/zynqmp-ipi-mailbox.c               |   13 +-
 drivers/mtd/spi-nor/core.c                         |   12 +
 drivers/mtd/spi-nor/core.h                         |    6 +
 drivers/mtd/spi-nor/debugfs.c                      |    2 +
 drivers/mtd/spi-nor/issi.c                         |    1 +
 drivers/mtd/spi-nor/spansion.c                     |   35 +-
 drivers/net/dsa/mt7530.c                           |  113 ++-
 drivers/net/dsa/mv88e6xxx/chip.c                   |    1 +
 drivers/net/ethernet/broadcom/genet/bcmgenet.c     |    1 -
 drivers/net/ethernet/freescale/enetc/enetc_qos.c   |    2 +-
 drivers/net/ethernet/intel/ice/ice_tc_lib.c        |    3 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c       |    3 -
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c      |    6 +-
 drivers/net/ethernet/marvell/octeontx2/af/mbox.c   |    5 +-
 drivers/net/ethernet/marvell/octeontx2/af/mbox.h   |   33 +-
 drivers/net/ethernet/marvell/octeontx2/af/mcs.c    |  110 +--
 drivers/net/ethernet/marvell/octeontx2/af/mcs.h    |   26 +-
 .../ethernet/marvell/octeontx2/af/mcs_cnf10kb.c    |   63 ++
 .../net/ethernet/marvell/octeontx2/af/mcs_reg.h    |    6 +-
 .../net/ethernet/marvell/octeontx2/af/mcs_rvu_if.c |   37 +
 drivers/net/ethernet/marvell/octeontx2/af/npc.h    |    1 +
 drivers/net/ethernet/marvell/octeontx2/af/rvu.c    |   49 +-
 drivers/net/ethernet/marvell/octeontx2/af/rvu.h    |    2 +
 .../net/ethernet/marvell/octeontx2/af/rvu_cgx.c    |    2 +
 .../net/ethernet/marvell/octeontx2/af/rvu_cn10k.c  |   13 +-
 .../ethernet/marvell/octeontx2/af/rvu_debugfs.c    |   11 +-
 .../net/ethernet/marvell/octeontx2/af/rvu_npc.c    |   22 +
 .../net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c |  169 +++-
 .../net/ethernet/marvell/octeontx2/af/rvu_npc_fs.h |    4 +
 .../ethernet/marvell/octeontx2/af/rvu_npc_hash.c   |  123 ++-
 .../ethernet/marvell/octeontx2/af/rvu_npc_hash.h   |   10 +-
 .../ethernet/marvell/octeontx2/nic/cn10k_macsec.c  |   48 +-
 .../ethernet/marvell/octeontx2/nic/otx2_common.h   |    6 +-
 .../ethernet/marvell/octeontx2/nic/otx2_flows.c    |   27 +-
 .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c   |   14 +-
 .../net/ethernet/marvell/octeontx2/nic/otx2_vf.c   |    2 +-
 .../net/ethernet/pensando/ionic/ionic_devlink.c    |    2 +
 .../net/ethernet/pensando/ionic/ionic_ethtool.c    |    2 +-
 drivers/net/ethernet/sfc/mcdi_port_common.c        |   11 +-
 drivers/net/usb/r8152.c                            |   84 +-
 drivers/net/virtio_net.c                           |    2 +
 drivers/net/wireless/realtek/rtw88/rtw8821c.c      |    2 +-
 .../uncore-frequency/uncore-frequency-common.c     |    6 +-
 drivers/platform/x86/thinkpad_acpi.c               |   24 +-
 drivers/platform/x86/touchscreen_dmi.c             |   41 +
 drivers/remoteproc/imx_dsp_rproc.c                 |   12 +-
 drivers/remoteproc/imx_rproc.c                     |    7 +-
 drivers/remoteproc/rcar_rproc.c                    |    9 +-
 drivers/remoteproc/st_remoteproc.c                 |    5 +-
 drivers/remoteproc/stm32_rproc.c                   |    6 +-
 drivers/scsi/qedi/qedi_main.c                      |    3 +
 drivers/soc/qcom/llcc-qcom.c                       |   15 +-
 drivers/spi/spi-fsl-cpm.c                          |   23 +
 drivers/spi/spi-fsl-spi.c                          |   49 +-
 drivers/usb/dwc3/gadget.c                          |   59 +-
 drivers/watchdog/dw_wdt.c                          |    7 +-
 fs/btrfs/block-rsv.c                               |    3 +-
 fs/btrfs/ctree.c                                   |   32 +-
 fs/btrfs/disk-io.c                                 |   25 +-
 fs/btrfs/file-item.c                               |    5 +-
 fs/btrfs/free-space-cache.c                        |    7 +-
 fs/btrfs/free-space-tree.c                         |   50 +-
 fs/btrfs/free-space-tree.h                         |    3 +-
 fs/btrfs/inode.c                                   |    3 +
 fs/btrfs/ioctl.c                                   |    4 +-
 fs/btrfs/print-tree.c                              |    6 +-
 fs/btrfs/super.c                                   |    6 +-
 fs/btrfs/zoned.c                                   |   17 +-
 fs/cifs/cifsfs.c                                   |   16 +
 fs/cifs/connect.c                                  |    7 +
 fs/cifs/smb2ops.c                                  |    2 +-
 fs/ext4/balloc.c                                   |   25 +
 fs/ext4/extents_status.c                           |   30 +-
 fs/ext4/hash.c                                     |    6 +-
 fs/ext4/inline.c                                   |   17 +-
 fs/ext4/inode.c                                    |    2 +-
 fs/ext4/mballoc.c                                  |    6 +-
 fs/ext4/mmp.c                                      |   30 +-
 fs/ext4/namei.c                                    |   53 +-
 fs/ext4/super.c                                    |   19 +-
 fs/ext4/xattr.c                                    |    5 +-
 fs/f2fs/data.c                                     |   20 +-
 fs/f2fs/debug.c                                    |   65 +-
 fs/f2fs/extent_cache.c                             |  585 ++++++-----
 fs/f2fs/f2fs.h                                     |  215 ++--
 fs/f2fs/file.c                                     |    8 +-
 fs/f2fs/gc.c                                       |  143 +--
 fs/f2fs/gc.h                                       |   14 +-
 fs/f2fs/inode.c                                    |   44 +-
 fs/f2fs/namei.c                                    |   20 +-
 fs/f2fs/node.c                                     |   10 +-
 fs/f2fs/node.h                                     |    2 +-
 fs/f2fs/segment.c                                  |   11 +-
 fs/f2fs/shrinker.c                                 |   19 +-
 fs/f2fs/super.c                                    |   12 +-
 fs/fs-writeback.c                                  |    2 +-
 fs/ksmbd/connection.c                              |   68 +-
 fs/ksmbd/connection.h                              |   58 +-
 fs/ksmbd/mgmt/tree_connect.c                       |    3 +
 fs/ksmbd/mgmt/user_session.c                       |  138 +--
 fs/ksmbd/mgmt/user_session.h                       |    5 +-
 fs/ksmbd/server.c                                  |    3 +-
 fs/ksmbd/smb2pdu.c                                 |  122 +--
 fs/ksmbd/smb2pdu.h                                 |    2 +
 fs/ksmbd/transport_tcp.c                           |    2 +-
 fs/notify/inotify/inotify_fsnotify.c               |   11 +-
 fs/ntfs3/bitmap.c                                  |    3 +-
 fs/ntfs3/namei.c                                   |   10 +
 fs/ntfs3/ntfs.h                                    |    3 -
 fs/proc/proc_sysctl.c                              |   42 +-
 include/crypto/algapi.h                            |    7 +
 include/drm/display/drm_dp.h                       |   10 +-
 include/drm/display/drm_dp_helper.h                |    5 +-
 include/linux/crypto.h                             |    6 +
 include/linux/pci_ids.h                            |    1 +
 include/trace/events/f2fs.h                        |   62 +-
 kernel/locking/rwsem.c                             |    8 +-
 net/core/skbuff.c                                  |   20 +-
 net/ethtool/ioctl.c                                |    2 +-
 net/ipv6/sit.c                                     |    8 +-
 net/ipv6/tcp_ipv6.c                                |    2 +-
 net/ncsi/ncsi-aen.c                                |    1 +
 net/packet/af_packet.c                             |    2 +-
 net/rxrpc/sendmsg.c                                |    2 +-
 net/sched/act_mirred.c                             |    2 +-
 net/sched/cls_api.c                                |    1 +
 sound/soc/codecs/Kconfig                           |    6 +
 sound/soc/codecs/Makefile                          |    2 +
 sound/soc/codecs/rt1316-sdw.c                      |    2 +-
 sound/soc/codecs/rt1318-sdw.c                      |  884 +++++++++++++++++
 sound/soc/codecs/rt1318-sdw.h                      |  101 ++
 sound/soc/codecs/rt711-sdca-sdw.c                  |    2 +-
 sound/soc/codecs/rt715-sdca-sdw.c                  |    2 +-
 sound/soc/codecs/wcd938x-sdw.c                     | 1039 +++++++++++++++++++-
 sound/soc/codecs/wcd938x.c                         | 1003 +------------------
 sound/soc/codecs/wcd938x.h                         |    1 +
 sound/soc/codecs/wsa881x.c                         |    2 +-
 sound/soc/codecs/wsa883x.c                         |    2 +-
 sound/soc/intel/common/soc-acpi-intel-byt-match.c  |    2 +-
 sound/usb/caiaq/input.c                            |    1 +
 tools/perf/builtin-ftrace.c                        |    6 +-
 tools/perf/builtin-record.c                        |    2 +-
 tools/perf/builtin-stat.c                          |    4 +-
 .../perf/pmu-events/arch/powerpc/power9/other.json |    4 +-
 .../pmu-events/arch/powerpc/power9/pipeline.json   |    2 +-
 .../perf/pmu-events/arch/s390/cf_z16/extended.json |   10 +-
 tools/perf/scripts/python/intel-pt-events.py       |    2 +-
 tools/perf/tests/shell/record_offcpu.sh            |    2 +-
 tools/perf/util/cs-etm.c                           |   34 +-
 tools/perf/util/evsel.h                            |    5 +
 tools/perf/util/pmu.c                              |    2 +-
 tools/perf/util/sort.c                             |    3 +-
 tools/perf/util/symbol-elf.c                       |    2 +-
 tools/perf/util/tracepoint.c                       |    1 +
 .../selftests/net/srv6_end_dt46_l3vpn_test.sh      |   10 +-
 tools/testing/selftests/netfilter/Makefile         |    7 +-
 281 files changed, 5468 insertions(+), 3039 deletions(-)



^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH 6.1 061/239] rxrpc: Fix hard call timeout units
  2023-05-15 16:24 [PATCH 6.1 000/239] 6.1.29-rc1 review Greg Kroah-Hartman
@ 2023-05-15 16:25 ` Greg Kroah-Hartman
  2023-05-15 20:12 ` [PATCH 6.1 000/239] 6.1.29-rc1 review Chris Paterson
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Greg Kroah-Hartman @ 2023-05-15 16:25 UTC (permalink / raw)
  To: stable
  Cc: Greg Kroah-Hartman, patches, David Howells, Marc Dionne,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	linux-afs, netdev, linux-kernel, Sasha Levin

From: David Howells <dhowells@redhat.com>

[ Upstream commit 0d098d83c5d9e107b2df7f5e11f81492f56d2fe7 ]

The hard call timeout is specified in the RXRPC_SET_CALL_TIMEOUT cmsg in
seconds, so fix the point at which sendmsg() applies it to the call to
convert to jiffies from seconds, not milliseconds.

Fixes: a158bdd3247b ("rxrpc: Fix timeout of a call that hasn't yet been granted a channel")
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: "David S. Miller" <davem@davemloft.net>
cc: Eric Dumazet <edumazet@google.com>
cc: Jakub Kicinski <kuba@kernel.org>
cc: Paolo Abeni <pabeni@redhat.com>
cc: linux-afs@lists.infradead.org
cc: netdev@vger.kernel.org
cc: linux-kernel@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 net/rxrpc/sendmsg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/rxrpc/sendmsg.c b/net/rxrpc/sendmsg.c
index d4e4e94f4f987..71e40f91dd398 100644
--- a/net/rxrpc/sendmsg.c
+++ b/net/rxrpc/sendmsg.c
@@ -736,7 +736,7 @@ int rxrpc_do_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len)
 		fallthrough;
 	case 1:
 		if (p.call.timeouts.hard > 0) {
-			j = msecs_to_jiffies(p.call.timeouts.hard);
+			j = p.call.timeouts.hard * HZ;
 			now = jiffies;
 			j += now;
 			WRITE_ONCE(call->expect_term_by, j);
-- 
2.39.2




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* RE: [PATCH 6.1 000/239] 6.1.29-rc1 review
  2023-05-15 16:24 [PATCH 6.1 000/239] 6.1.29-rc1 review Greg Kroah-Hartman
  2023-05-15 16:25 ` [PATCH 6.1 061/239] rxrpc: Fix hard call timeout units Greg Kroah-Hartman
@ 2023-05-15 20:12 ` Chris Paterson
  2023-05-16  1:25 ` Shuah Khan
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Chris Paterson @ 2023-05-15 20:12 UTC (permalink / raw)
  To: Greg Kroah-Hartman, stable@vger.kernel.org
  Cc: patches@lists.linux.dev, linux-kernel@vger.kernel.org,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org,
	lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com,
	f.fainelli@gmail.com, sudipm.mukherjee@gmail.com,
	srw@sladewatkins.net, rwarsow@gmx.de

Hello Greg,

> From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Sent: Monday, May 15, 2023 5:24 PM
> 
> This is the start of the stable review cycle for the 6.1.29 release.
> There are 239 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, 17 May 2023 16:16:37 +0000.
> Anything received after that time might be too late.

CIP configurations built and booted with Linux 6.1.29-rc1 (b82733c0ff99):
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/867957755
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/commits/linux-6.1.y

Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>

Kind regards, Chris

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 6.1 000/239] 6.1.29-rc1 review
  2023-05-15 16:24 [PATCH 6.1 000/239] 6.1.29-rc1 review Greg Kroah-Hartman
  2023-05-15 16:25 ` [PATCH 6.1 061/239] rxrpc: Fix hard call timeout units Greg Kroah-Hartman
  2023-05-15 20:12 ` [PATCH 6.1 000/239] 6.1.29-rc1 review Chris Paterson
@ 2023-05-16  1:25 ` Shuah Khan
  2023-05-16  8:35 ` Ron Economos
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Shuah Khan @ 2023-05-16  1:25 UTC (permalink / raw)
  To: Greg Kroah-Hartman, stable
  Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
	rwarsow, Shuah Khan

On 5/15/23 10:24, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.29 release.
> There are 239 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, 17 May 2023 16:16:37 +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.29-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 <skhan@linuxfoundation.org>

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 6.1 000/239] 6.1.29-rc1 review
  2023-05-15 16:24 [PATCH 6.1 000/239] 6.1.29-rc1 review Greg Kroah-Hartman
                   ` (2 preceding siblings ...)
  2023-05-16  1:25 ` Shuah Khan
@ 2023-05-16  8:35 ` Ron Economos
  2023-05-16  8:38 ` Bagas Sanjaya
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Ron Economos @ 2023-05-16  8:35 UTC (permalink / raw)
  To: Greg Kroah-Hartman, stable
  Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
	rwarsow

On 5/15/23 9:24 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.29 release.
> There are 239 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, 17 May 2023 16:16:37 +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.29-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 <re@w6rz.net>


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 6.1 000/239] 6.1.29-rc1 review
  2023-05-15 16:24 [PATCH 6.1 000/239] 6.1.29-rc1 review Greg Kroah-Hartman
                   ` (3 preceding siblings ...)
  2023-05-16  8:35 ` Ron Economos
@ 2023-05-16  8:38 ` Bagas Sanjaya
  2023-05-16  9:17 ` Sudip Mukherjee (Codethink)
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Bagas Sanjaya @ 2023-05-16  8:38 UTC (permalink / raw)
  To: Greg Kroah-Hartman, stable
  Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
	rwarsow

[-- Attachment #1: Type: text/plain, Size: 559 bytes --]

On Mon, May 15, 2023 at 06:24:23PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.29 release.
> There are 239 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 <bagasdotme@gmail.com>

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 6.1 000/239] 6.1.29-rc1 review
  2023-05-15 16:24 [PATCH 6.1 000/239] 6.1.29-rc1 review Greg Kroah-Hartman
                   ` (4 preceding siblings ...)
  2023-05-16  8:38 ` Bagas Sanjaya
@ 2023-05-16  9:17 ` Sudip Mukherjee (Codethink)
  2023-05-16 10:25 ` ogasawara takeshi
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Sudip Mukherjee (Codethink) @ 2023-05-16  9:17 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
	patches, lkft-triage, pavel, jonathanh, f.fainelli, srw, rwarsow

Hi Greg,

On Mon, May 15, 2023 at 06:24:23PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.29 release.
> There are 239 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.

Build test (gcc version 12.2.1 20230511):
mips: 52 configs -> no failure
arm: 100 configs -> no failure
arm64: 3 configs -> no failure
x86_64: 4 configs -> no failure
alpha allmodconfig -> no failure
csky 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/3535
[2]. https://openqa.qa.codethink.co.uk/tests/3536

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

-- 
Regards
Sudip

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 6.1 000/239] 6.1.29-rc1 review
  2023-05-15 16:24 [PATCH 6.1 000/239] 6.1.29-rc1 review Greg Kroah-Hartman
                   ` (5 preceding siblings ...)
  2023-05-16  9:17 ` Sudip Mukherjee (Codethink)
@ 2023-05-16 10:25 ` ogasawara takeshi
  2023-05-16 12:27 ` Conor Dooley
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ogasawara takeshi @ 2023-05-16 10:25 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
	patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow

Hi Greg

On Tue, May 16, 2023 at 2:05 AM Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.1.29 release.
> There are 239 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, 17 May 2023 16:16:37 +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.29-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.29-rc1 tested.

x86_64

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

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

Thanks

Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 6.1 000/239] 6.1.29-rc1 review
  2023-05-15 16:24 [PATCH 6.1 000/239] 6.1.29-rc1 review Greg Kroah-Hartman
                   ` (6 preceding siblings ...)
  2023-05-16 10:25 ` ogasawara takeshi
@ 2023-05-16 12:27 ` Conor Dooley
  2023-05-16 13:54 ` Naresh Kamboju
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Conor Dooley @ 2023-05-16 12:27 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
	patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow

[-- Attachment #1: Type: text/plain, Size: 393 bytes --]

On Mon, May 15, 2023 at 06:24:23PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.29 release.
> There are 239 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.

Looks grand here too.
Tested-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 6.1 000/239] 6.1.29-rc1 review
  2023-05-15 16:24 [PATCH 6.1 000/239] 6.1.29-rc1 review Greg Kroah-Hartman
                   ` (7 preceding siblings ...)
  2023-05-16 12:27 ` Conor Dooley
@ 2023-05-16 13:54 ` Naresh Kamboju
  2023-05-16 18:26 ` Markus Reichelt
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Naresh Kamboju @ 2023-05-16 13:54 UTC (permalink / raw)
  To: Greg Kroah-Hartman, open list:KERNEL SELFTEST FRAMEWORK
  Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
	patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow, Michal Clapinski, Ingo Molnar,
	Mathieu Desnoyers, Paul E. McKenney, LTP List, Aaron Lewis,
	Sean Christopherson, Konstantin Komarov, Rudi Heitbaum, ZhangPeng

On Mon, 15 May 2023 at 22:31, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.1.29 release.
> There are 239 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, 17 May 2023 16:16:37 +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.29-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.
Regressions on arm64, arm, x86_64, and i386.

Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>

We have recently upgraded our selftest sources to stable-rc 6.3 and
running on stable rc 6.1 kernel.

List of test regressions:
========
kselftest-membarrier
  - membarrier_membarrier_test_multi_thread
  - membarrier_membarrier_test_single_thread

kselftest-memfd
  - memfd_memfd_test

kselftest-rseq
  - rseq_basic_test

 kselftest-kvm
  - kvm_hyperv_features
  - kvm_xapic_state_test

ltp-commands
  - mkfs01_ntfs_sh

Details:
=====

# selftests: membarrier: membarrier_test_single_thread
# TAP version 13
# 1..18
# Bail out! sys membarrier MEMBARRIER_CMD_GET_REGISTRATIONS test:
flags = 0, errno = 22
# # Planned tests != run tests (18 != 0)
# # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:0 error:0
not ok 1 selftests: membarrier: membarrier_test_single_thread # exit=1
# selftests: membarrier: membarrier_test_multi_thread
# TAP version 13
# 1..16
# ok 1 sys_membarrier available
# ok 2 sys membarrier invalid command test: command = -1, flags = 0,
errno = 22. Failed as expected
# ok 3 sys membarrier MEMBARRIER_CMD_QUERY invalid flags test: flags =
1, errno = 22. Failed as expected
# ok 4 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED not registered
failure test: flags = 0, errno = 1
# ok 5 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE not
registered failure test: flags = 0, errno = 1
# ok 6 sys membarrier MEMBARRIER_CMD_GLOBAL test: flags = 0
# ok 7 sys membarrier MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED test: flags = 0
# Bail out! sys membarrier MEMBARRIER_CMD_GET_REGISTRATIONS test:
flags = 0, errno = 22
# # Planned tests != run tests (16 != 7)
# # Totals: pass:7 fail:0 xfail:0 xpass:0 skip:0 error:0
not ok 2 selftests: membarrier: membarrier_test_multi_thread # exit=1

========

kselftest: Running tests in memfd
TAP version 13
1..3
# selftests: memfd: memfd_test
# Aborted
not ok 1 selftests: memfd: memfd_test # exit=134

========

kselftest: Running tests in rseq
TAP version 13
1..9
# selftests: rseq: basic_test
# basic_test: rseq.h:204: rseq_current_node_id: Assertion
`rseq_node_id_available()' failed.
# ./kselftest/runner.sh: line 35:  1709 Aborted
         /usr/bin/timeout --foreground \"$kselftest_timeout\" $1
not ok 1 selftests: rseq: basic_test # exit=134
# selftests: rseq: basic_percpu_ops_test
# spinlock
# percpu_list
ok 2 selftests: rseq: basic_percpu_ops_test
# selftests: rseq: basic_percpu_ops_mm_cid_test
# spinlock
# percpu_list
ok 3 selftests: rseq: basic_percpu_ops_mm_cid_test
# selftests: rseq: param_test
ok 4 selftests: rseq: param_test
# selftests: rseq: param_test_benchmark
ok 5 selftests: rseq: param_test_benchmark
# selftests: rseq: param_test_compare_twice
ok 6 selftests: rseq: param_test_compare_twice
# selftests: rseq: param_test_mm_cid
# Error: cpu id getter unavailable
not ok 7 selftests: rseq: param_test_mm_cid # exit=255
# selftests: rseq: param_test_mm_cid_benchmark
# Error: cpu id getter unavailable
not ok 8 selftests: rseq: param_test_mm_cid_benchmark # exit=255
# selftests: rseq: param_test_mm_cid_compare_twice
# Error: cpu id getter unavailable
not ok 9 selftests: rseq: param_test_mm_cid_compare_twice # exit=255

======

# selftests: kvm: hyperv_features
# Testing access to Hyper-V specific MSRs
# ==== Test Assertion Failure ====
#   x86_64/hyperv_features.c:498: false
#   pid=1043 tid=1043 errno=4 - Interrupted system call
#      1 0x0000000000403722: ?? ??:0
#      2 0x00007fc1e890157a: ?? ??:0
#      3 0x00007fc1e890162f: ?? ??:0
#      4 0x00000000004037c4: ?? ??:0
#   Failed guest assert: !vector at x86_64/hyperv_features.c:58
# MSR = 40000118, arg1 = d, arg2 = 0
not ok 10 selftests: kvm: hyperv_features # exit=254

# selftests: kvm: xapic_state_test
# ==== Test Assertion Failure ====
#   x86_64/xapic_state_test.c:147: apic_id == expected
#   pid=2175 tid=2175 errno=4 - Interrupted system call
#      1 0x0000000000402bac: ?? ??:0
#      2 0x00000000004025ba: ?? ??:0
#      3 0x00007f0040cd457a: ?? ??:0
#      4 0x00007f0040cd462f: ?? ??:0
#      5 0x0000000000402624: ?? ??:0
#   APIC_ID not set back to xAPIC format; wanted = 1000000, got = 1
not ok 46 selftests: kvm: xapic_state_test # exit=254

====

tst_device.c:93:[  147.226163] loop0: detected capacity change from 0 to 614400
 TINFO: Found free device 0 '/dev/loop0'
mkfs01 1 TINFO: timeout per run is 0h 50m 0s
mkfs01 1 TPASS: 'mkfs -t ntfs  /dev/loop0 ' passed.
mkfs01 2 TINFO: Mounting device: mount -t ntfs /dev/loop0
/scratch/ltp-zKu0Zn6L6o/LTP_mkfs01.ULVi9nN6XF/mntpoint
modprobe: FATAL: Module fuse not found in directory /lib/modules/6.2.16-rc1
ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
mkfs01 2 TBROK: Failed to mount device ntfs type: mount exit = 21
[  166.420602] I/O error, dev loop0, sector 614272 op 0x0:(READ) flags
0x80700 phys_seg 1 prio class 2

Steps to reproduce:
============
# To install tuxrun on your system globally:
# sudo pip3 install -U tuxrun==0.42.0
#
# See https://tuxrun.org/ for complete documentation.

tuxrun   \
 --runtime podman   \
 --device qemu-x86_64   \
 --boot-args rw   \
 --kernel https://storage.tuxsuite.com/public/linaro/lkft/builds/2Pq4UnS1BCkrcnT51kVe9rFF0k1/bzImage
  \
 --modules https://storage.tuxsuite.com/public/linaro/lkft/builds/2Pq4UnS1BCkrcnT51kVe9rFF0k1/modules.tar.xz
  \
 --rootfs https://storage.tuxboot.com/debian/bookworm/amd64/rootfs.ext4.xz   \
 --parameters SKIPFILE=skipfile-lkft.yaml   \
 --parameters KSELFTEST=https://storage.tuxsuite.com/public/linaro/lkft/builds/2PeR5CFkuV3xkzzYLrOV8JHT9ie/kselftest.tar.xz
  \
 --image docker.io/lavasoftware/lava-dispatcher:2023.01.0020.gc1598238f   \
 --tests kselftest-membarrier   \
 --timeouts boot=15

Test log links and details,
==========

membarrier: test_multi_thread:
==========
 - https://lkft.validation.linaro.org/scheduler/job/6427965#L1776
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.28-240-gb82733c0ff99/testrun/17020997/suite/kselftest-membarrier/test/membarrier_membarrier_test_multi_thread/history/
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.28-240-gb82733c0ff99/testrun/17021028/suite/kselftest-membarrier/test/membarrier_membarrier_test_multi_thread/details/
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.28-240-gb82733c0ff99/testrun/17020997/suite/kselftest-membarrier/tests/


memfd_test:
=========
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.28-240-gb82733c0ff99/testrun/17020879/suite/kselftest-memfd/test/memfd_memfd_test/history/
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.28-240-gb82733c0ff99/testrun/17007742/suite/kselftest-memfd/tests/

rseq_basic_test:
=========
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.28-240-gb82733c0ff99/testrun/17020993/suite/kselftest-rseq/test/rseq_basic_test/history/
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.28-240-gb82733c0ff99/testrun/17020993/suite/kselftest-rseq/test/rseq_basic_test/log
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.28-240-gb82733c0ff99/testrun/17020993/suite/kselftest-rseq/test/rseq_basic_test/details/


kvm: kvm_hyperv_features and kvm_xapic_state_test:
=========
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.28-240-gb82733c0ff99/testrun/17020070/suite/kselftest-kvm/test/kvm_hyperv_features/history/
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.28-240-gb82733c0ff99/testrun/17020070/suite/kselftest-kvm/test/kvm_hyperv_features/log
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.28-240-gb82733c0ff99/testrun/17020070/suite/kselftest-kvm/test/kvm_xapic_state_test/history/

ltp-commands: mkfs01_ntfs_sh:
========
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.28-240-gb82733c0ff99/testrun/17019910/suite/ltp-commands/test/mkfs01_ntfs_sh/history/

## Build
* kernel: 6.1.29-rc1
* git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
* git branch: linux-6.1.y
* git commit: b82733c0ff99435bb7eb5ed4ea2e1c1fd69e7ebb
* git describe: v6.1.28-240-gb82733c0ff99
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.28-240-gb82733c0ff99

## Test Regressions (compared to v6.1.28)

* bcm2711-rpi-4-b, kselftest-membarrier
  - membarrier_membarrier_test_multi_thread
  - membarrier_membarrier_test_single_thread

* bcm2711-rpi-4-b, kselftest-memfd
  - memfd_memfd_test

* dragonboard-410c, kselftest-membarrier
  - membarrier_membarrier_test_multi_thread
  - membarrier_membarrier_test_single_thread

* dragonboard-410c, kselftest-memfd
  - memfd_memfd_test

* fvp-aemva, kselftest-membarrier
  - membarrier_membarrier_test_multi_thread
  - membarrier_membarrier_test_single_thread

* fvp-aemva, kselftest-memfd
  - memfd_memfd_test

* i386, kselftest-membarrier
  - membarrier_membarrier_test_multi_thread
  - membarrier_membarrier_test_single_thread

* i386, kselftest-memfd
  - memfd_memfd_test

* juno-r2, kselftest-membarrier
  - membarrier_membarrier_test_multi_thread
  - membarrier_membarrier_test_single_thread

* juno-r2, kselftest-memfd
  - memfd_memfd_test

* qemu-arm64, kselftest-membarrier
  - membarrier_membarrier_test_multi_thread
  - membarrier_membarrier_test_single_thread

* qemu-arm64, kselftest-memfd
  - memfd_memfd_test

* qemu-armv7, kselftest-membarrier
  - membarrier_membarrier_test_multi_thread
  - membarrier_membarrier_test_single_thread

* qemu-i386, kselftest-membarrier
  - membarrier_membarrier_test_multi_thread
  - membarrier_membarrier_test_single_thread

* qemu-i386, kselftest-memfd
  - memfd_memfd_test

* qemu-x86_64, kselftest-membarrier
  - membarrier_membarrier_test_multi_thread
  - membarrier_membarrier_test_single_thread

* qemu-x86_64, kselftest-memfd
  - memfd_memfd_test

* qemu_i386, kselftest-membarrier
  - membarrier_membarrier_test_multi_thread
  - membarrier_membarrier_test_single_thread

* qemu_i386, kselftest-memfd
  - memfd_memfd_test

* qemu_x86_64, kselftest-membarrier
  - membarrier_membarrier_test_multi_thread
  - membarrier_membarrier_test_single_thread

* qemu_x86_64, kselftest-memfd
  - memfd_memfd_test

* x15, kselftest-membarrier
  - membarrier_membarrier_test_multi_thread
  - membarrier_membarrier_test_single_thread

* x15, kselftest-rseq
  - rseq_basic_test

* x15, ltp-commands
  - mkfs01_ntfs_sh

* x86, kselftest-kvm
  - kvm_hyperv_features
  - kvm_xapic_state_test

* x86, kselftest-membarrier
  - membarrier_membarrier_test_multi_thread
  - membarrier_membarrier_test_single_thread

* x86, kselftest-memfd
  - memfd_memfd_test

* x86, kselftest-rseq
  - rseq_basic_test
  - rseq_run_param_test_sh

* x86-kasan, ltp-commands
  - mkfs01_ntfs_sh


## Metric Regressions (compared to v6.1.28)

## Test Fixes (compared to v6.1.28)

## Metric Fixes (compared to v6.1.28)

## Test result summary
total: 161145, pass: 139501, fail: 3428, skip: 17949, xfail: 267

## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 151 total, 150 passed, 1 failed
* arm64: 54 total, 53 passed, 1 failed
* i386: 41 total, 38 passed, 3 failed
* mips: 30 total, 28 passed, 2 failed
* parisc: 8 total, 8 passed, 0 failed
* powerpc: 38 total, 36 passed, 2 failed
* riscv: 16 total, 15 passed, 1 failed
* s390: 16 total, 16 passed, 0 failed
* sh: 14 total, 12 passed, 2 failed
* sparc: 8 total, 8 passed, 0 failed
* x86_64: 46 total, 46 passed, 0 failed

## Test suites summary
* boot
* fwts
* 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-firmware
* kselftest-fpu
* kselftest-ftrace
* 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-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-watchdog
* kselftest-x86
* kselftest-zram
* kunit
* kvm-unit-tests
* libhugetlbfs
* log-parser-boot
* log-parser-test
* ltp-cap_bounds
* ltp-commands
* ltp-containers
* ltp-controllers
* ltp-cpuhotplug
* ltp-crypto
* ltp-cve
* ltp-dio
* ltp-fcntl-locktests
* ltp-filecaps
* ltp-fs
* ltp-fs_bind
* ltp-fs_perms_simple
* ltp-fsx
* ltp-hugetlb
* ltp-io
* ltp-ipc
* ltp-math
* ltp-mm
* ltp-nptl
* ltp-pty
* ltp-sched
* ltp-securebits
* ltp-smoke
* ltp-syscalls
* ltp-tracing
* network-basic-tests
* perf
* rcutorture
* v4l2-compliance
* vdso

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 6.1 000/239] 6.1.29-rc1 review
  2023-05-15 16:24 [PATCH 6.1 000/239] 6.1.29-rc1 review Greg Kroah-Hartman
                   ` (8 preceding siblings ...)
  2023-05-16 13:54 ` Naresh Kamboju
@ 2023-05-16 18:26 ` Markus Reichelt
  2023-05-17  2:52 ` Guenter Roeck
  2023-05-17  7:55 ` Jon Hunter
  11 siblings, 0 replies; 13+ messages in thread
From: Markus Reichelt @ 2023-05-16 18:26 UTC (permalink / raw)
  To: stable, linux-kernel

* Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:

> This is the start of the stable review cycle for the 6.1.29 release.
> There are 239 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, 17 May 2023 16:16:37 +0000.
> Anything received after that time might be too late.

Hi Greg

6.1.29-rc1

compiles, boots and runs here on x86_64
(AMD Ryzen 5 PRO 4650G, Slackware64-15.0)

Tested-by: Markus Reichelt <lkt+2023@mareichelt.com>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 6.1 000/239] 6.1.29-rc1 review
  2023-05-15 16:24 [PATCH 6.1 000/239] 6.1.29-rc1 review Greg Kroah-Hartman
                   ` (9 preceding siblings ...)
  2023-05-16 18:26 ` Markus Reichelt
@ 2023-05-17  2:52 ` Guenter Roeck
  2023-05-17  7:55 ` Jon Hunter
  11 siblings, 0 replies; 13+ messages in thread
From: Guenter Roeck @ 2023-05-17  2:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: stable, patches, linux-kernel, torvalds, akpm, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
	rwarsow

On Mon, May 15, 2023 at 06:24:23PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.29 release.
> There are 239 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, 17 May 2023 16:16:37 +0000.
> Anything received after that time might be too late.
> 

Build results:
	total: 155 pass: 155 fail: 0
Qemu test results:
	total: 519 pass: 519 fail: 0

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

Guenter

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 6.1 000/239] 6.1.29-rc1 review
  2023-05-15 16:24 [PATCH 6.1 000/239] 6.1.29-rc1 review Greg Kroah-Hartman
                   ` (10 preceding siblings ...)
  2023-05-17  2:52 ` Guenter Roeck
@ 2023-05-17  7:55 ` Jon Hunter
  11 siblings, 0 replies; 13+ messages in thread
From: Jon Hunter @ 2023-05-17  7:55 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Greg Kroah-Hartman, patches, linux-kernel, torvalds, akpm, linux,
	shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow, linux-tegra

On Mon, 15 May 2023 18:24:23 +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.29 release.
> There are 239 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, 17 May 2023 16:16:37 +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.29-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.29-rc1-gb82733c0ff99
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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-05-17  7:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-15 16:24 [PATCH 6.1 000/239] 6.1.29-rc1 review Greg Kroah-Hartman
2023-05-15 16:25 ` [PATCH 6.1 061/239] rxrpc: Fix hard call timeout units Greg Kroah-Hartman
2023-05-15 20:12 ` [PATCH 6.1 000/239] 6.1.29-rc1 review Chris Paterson
2023-05-16  1:25 ` Shuah Khan
2023-05-16  8:35 ` Ron Economos
2023-05-16  8:38 ` Bagas Sanjaya
2023-05-16  9:17 ` Sudip Mukherjee (Codethink)
2023-05-16 10:25 ` ogasawara takeshi
2023-05-16 12:27 ` Conor Dooley
2023-05-16 13:54 ` Naresh Kamboju
2023-05-16 18:26 ` Markus Reichelt
2023-05-17  2:52 ` Guenter Roeck
2023-05-17  7:55 ` Jon Hunter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox