2023-04-12 08:42:28

by Greg KH

[permalink] [raw]
Subject: [PATCH 6.1 000/164] 6.1.24-rc1 review

This is the start of the stable review cycle for the 6.1.24 release.
There are 164 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 Fri, 14 Apr 2023 08:28:02 +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.24-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.24-rc1

Liam R. Howlett <[email protected]>
mm: enable maple tree RCU mode by default.

Liam R. Howlett <[email protected]>
maple_tree: add RCU lock checking to rcu callback functions

Liam R. Howlett <[email protected]>
maple_tree: add smp_rmb() to dead node detection

Liam R. Howlett <[email protected]>
maple_tree: remove extra smp_wmb() from mas_dead_leaves()

Liam R. Howlett <[email protected]>
maple_tree: fix freeing of nodes in rcu mode

Liam R. Howlett <[email protected]>
maple_tree: detect dead nodes in mas_start()

Liam R. Howlett <[email protected]>
maple_tree: refine ma_state init from mas_start()

Liam R. Howlett <[email protected]>
maple_tree: be more cautious about dead nodes

Liam R. Howlett <[email protected]>
maple_tree: fix mas_prev() and mas_find() state handling

Liam R. Howlett <[email protected]>
maple_tree: fix handle of invalidated state in mas_wr_store_setup()

Liam R. Howlett <[email protected]>
maple_tree: reduce user error potential

Liam R. Howlett <[email protected]>
maple_tree: fix potential rcu issue

Liam R. Howlett <[email protected]>
maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()

Alistair Popple <[email protected]>
mm: take a page reference when removing device exclusive entries

Ville Syrjälä <[email protected]>
drm/i915: Split icl_color_commit_noarm() from skl_color_commit_noarm()

Ville Syrjälä <[email protected]>
drm/i915: Use _MMIO_PIPE() for SKL_BOTTOM_COLOR

Robert Foss <[email protected]>
drm/bridge: lt9611: Fix PLL being unable to lock

Imre Deak <[email protected]>
drm/i915/dp_mst: Fix payload removal during output disabling

Imre Deak <[email protected]>
drm/display/dp_mst: Handle old/new payload states in drm_dp_remove_payload()

Tim Huang <[email protected]>
drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 reset

Alex Deucher <[email protected]>
drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resume

Roman Li <[email protected]>
drm/amd/display: Clear MST topology if it fails to resume

Kemeng Shi <[email protected]>
blk-throttle: Fix that bps of child could exceed bps limited in parent

Peng Zhang <[email protected]>
maple_tree: fix a potential concurrency bug in RCU mode

Peng Zhang <[email protected]>
maple_tree: fix get wrong data_end in mtree_lookup_walk()

Peter Xu <[email protected]>
mm/hugetlb: fix uffd wr-protection for CoW optimization path

Rongwei Wang <[email protected]>
mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()

Zheng Yejian <[email protected]>
ring-buffer: Fix race while reader and writer are on the same page

Min Li <[email protected]>
drm/i915: fix race condition UAF in i915_perf_add_config_ioctl

Tvrtko Ursulin <[email protected]>
drm/i915: Fix context runtime accounting

Karol Herbst <[email protected]>
drm/nouveau/disp: Support more modes by checking with lower bpc

Boris Brezillon <[email protected]>
drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path

Jens Axboe <[email protected]>
ublk: read any SQE values upfront

Felix Fietkau <[email protected]>
wifi: mt76: ignore key disable commands

Yafang Shao <[email protected]>
mm: vmalloc: avoid warn_alloc noise caused by fatal signal

Sergey Senozhatsky <[email protected]>
zsmalloc: document freeable stats

Steven Rostedt (Google) <[email protected]>
tracing/synthetic: Make lastcmd_mutex static

Jason Montleon <[email protected]>
ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots()

Steven Rostedt (Google) <[email protected]>
tracing: Free error logs of tracing instances

Daniel Bristot de Oliveira <[email protected]>
tracing/osnoise: Fix notify new tracing_max_latency

Daniel Bristot de Oliveira <[email protected]>
tracing/timerlat: Notify new max thread latency

Tze-nan Wu <[email protected]>
tracing/synthetic: Fix races on freeing last_cmd

Song Yoong Siang <[email protected]>
net: stmmac: Add queue reset into stmmac_xdp_open() function

Hans de Goede <[email protected]>
ACPI: video: Add acpi_backlight=video quirk for Lenovo ThinkPad W530

Hans de Goede <[email protected]>
ACPI: video: Add acpi_backlight=video quirk for Apple iMac14,1 and iMac14,2

Hans de Goede <[email protected]>
ACPI: video: Make acpi_backlight=video work independent from GPU driver

Hans de Goede <[email protected]>
ACPI: video: Add auto_detect arg to __acpi_video_get_backlight_type()

Oliver Hartkopp <[email protected]>
can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infos

Michal Sojka <[email protected]>
can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events

Oliver Hartkopp <[email protected]>
can: isotp: fix race between isotp_sendsmg() and isotp_release()

Oleksij Rempel <[email protected]>
can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access

Christian Brauner <[email protected]>
fs: drop peer group ids under namespace lock

Zheng Yejian <[email protected]>
ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()

John Keeping <[email protected]>
ftrace: Mark get_lock_parent_ip() __always_inline

Kan Liang <[email protected]>
perf/core: Fix the same task check in perf_event_set_output

Yu Kuai <[email protected]>
block: don't set GD_NEED_PART_SCAN if scan partition failed

Ming Lei <[email protected]>
block: ublk: make sure that block size is set correctly

Thiago Rafael Becker <[email protected]>
cifs: sanitize paths in cifs_update_super_prepath.

Keith Busch <[email protected]>
nvme: fix discard support without oncs

Zhong Jinghua <[email protected]>
scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param()

Li Zetao <[email protected]>
scsi: qla2xxx: Fix memory leak in qla2x00_probe_one()

Wojciech Lukowicz <[email protected]>
io_uring: fix memory leak when removing provided buffers

Wojciech Lukowicz <[email protected]>
io_uring: fix return value when removing provided buffers

Nuno Sá <[email protected]>
iio: adc: ad7791: fix IRQ flags

Keith Busch <[email protected]>
blk-mq: directly poll requests

William Breathitt Gray <[email protected]>
counter: 104-quad-8: Fix Synapse action reported for Index signals

William Breathitt Gray <[email protected]>
counter: 104-quad-8: Fix race condition between FLAG and CNTR reads

Steve Clevenger <[email protected]>
coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug

Suzuki K Poulose <[email protected]>
coresight: etm4x: Do not access TRCIDR1 for identification

Muchun Song <[email protected]>
mm: kfence: fix handling discontiguous page

Muchun Song <[email protected]>
mm: kfence: fix PG_slab and memcg_data clearing

Sean Christopherson <[email protected]>
KVM: nVMX: Do not report error code when synthesizing VM-Exit from Real Mode

Sean Christopherson <[email protected]>
KVM: x86: Clear "has_error_code", not "error_code", for RM exception injection

Mario Limonciello <[email protected]>
x86/ACPI/boot: Use FADT version to check support for online capable

Eric DeVolder <[email protected]>
x86/acpi/boot: Correct acpi_is_processor_usable() check

Andy Chi <[email protected]>
ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook

Jeremy Soller <[email protected]>
ALSA: hda/realtek: Add quirk for Clevo X370SNW

Namjae Jeon <[email protected]>
ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr

Marios Makassikis <[email protected]>
ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN

Ilpo Järvinen <[email protected]>
serial: 8250: Prevent starting up DMA Rx on THRI interrupt

Geert Uytterhoeven <[email protected]>
dt-bindings: serial: renesas,scif: Fix 4th IRQ for 4-IRQ SCIFs

Ryusuke Konishi <[email protected]>
nilfs2: fix sysfs interface lifetime

Ryusuke Konishi <[email protected]>
nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()

Sherry Sun <[email protected]>
tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_SBK is asserted in lpuart32_tx_empty

Biju Das <[email protected]>
tty: serial: sh-sci: Fix Rx on RZ/G2L SCI

Biju Das <[email protected]>
tty: serial: sh-sci: Fix transmit end interrupt handler

Kai-Heng Feng <[email protected]>
iio: light: cm32181: Unregister second I2C client if present

Nuno Sá <[email protected]>
iio: buffer: make sure O_NONBLOCK is respected

Nuno Sá <[email protected]>
iio: buffer: correctly return bytes written in output buffers

William Breathitt Gray <[email protected]>
iio: dac: cio-dac: Fix max DAC write value check for 12-bit

Lars-Peter Clausen <[email protected]>
iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chip

Andy Shevchenko <[email protected]>
iio: adc: qcom-spmi-adc5: Fix the channel name

Arnd Bergmann <[email protected]>
iio: adis16480: select CONFIG_CRC32

Ian Ray <[email protected]>
drivers: iio: adc: ltc2497: fix LSB shift

Bjørn Mork <[email protected]>
USB: serial: option: add Quectel RM500U-CN modem

Enrico Sau <[email protected]>
USB: serial: option: add Telit FE990 compositions

RD Babiera <[email protected]>
usb: typec: altmodes/displayport: Fix configure initial pin assignment

Kees Jan Koster <[email protected]>
USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs

Heikki Krogerus <[email protected]>
usb: dwc3: pci: add support for the Intel Meteor Lake-S

Pawel Laszczak <[email protected]>
usb: cdnsp: Fixes error: uninitialized symbol 'len'

D Scott Phillips <[email protected]>
xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommu

Mathias Nyman <[email protected]>
xhci: Free the command allocated for setting LPM if we return early

Wayne Chang <[email protected]>
usb: xhci: tegra: fix sleep in atomic call

Lukas Wunner <[email protected]>
PCI/DOE: Fix memory leak with CONFIG_DEBUG_OBJECTS=y

Lukas Wunner <[email protected]>
PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=y

Lukas Wunner <[email protected]>
cxl/pci: Handle excessive CDAT length

Lukas Wunner <[email protected]>
cxl/pci: Handle truncated CDAT entries

Lukas Wunner <[email protected]>
cxl/pci: Handle truncated CDAT header

Lukas Wunner <[email protected]>
cxl/pci: Fix CDAT retrieval on big endian

Michael Sit Wei Hong <[email protected]>
net: stmmac: check fwnode for phy device before scanning for phy

Ard Biesheuvel <[email protected]>
arm64: compat: Work around uninitialized variable warning

Shailend Chand <[email protected]>
gve: Secure enough bytes in the first TX desc for all TCP pkts

Eric Dumazet <[email protected]>
netlink: annotate lockless accesses to nlk->max_recvmsg_len

Andy Roulin <[email protected]>
ethtool: reset #lanes when lanes is omitted

Kuniyuki Iwashima <[email protected]>
ping: Fix potentail NULL deref for /proc/net/icmp.

Kuniyuki Iwashima <[email protected]>
raw: Fix NULL deref in raw_get_next().

Eric Dumazet <[email protected]>
raw: use net_hash_mix() in hash function

Lingyu Liu <[email protected]>
ice: Reset FDIR counter in FDIR init stage

Simei Su <[email protected]>
ice: fix wrong fallback logic for FDIR

Dai Ngo <[email protected]>
NFSD: callback request does not use correct credential for AUTH_SYS

Jeff Layton <[email protected]>
sunrpc: only free unix grouplist after RCU settles

Corinna Vinschen <[email protected]>
net: stmmac: fix up RX flow hash indirection table when setting channels

Siddharth Vadapalli <[email protected]>
net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe

Dhruva Gole <[email protected]>
gpio: davinci: Add irq chip flag to skip set wake

Dhruva Gole <[email protected]>
gpio: davinci: Do not clear the bank intr enable bit in save_context

Mark Pearson <[email protected]>
platform/x86: think-lmi: Clean up display of current_value on Thinkstation

Mark Pearson <[email protected]>
platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI strings

Armin Wolf <[email protected]>
platform/x86: think-lmi: Fix memory leak when showing current settings

Ziyang Xuan <[email protected]>
ipv6: Fix an uninit variable access bug in __ip6_make_skb()

Sricharan Ramabadhran <[email protected]>
net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT

Xin Long <[email protected]>
sctp: check send stream number after wait_for_sndbuf

Gustav Ekelund <[email protected]>
net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit

Jakub Kicinski <[email protected]>
net: don't let netpoll invoke NAPI if in xmit context

Takashi Iwai <[email protected]>
ALSA: hda/hdmi: Preserve the previous PCM device upon re-enablement

Eric Dumazet <[email protected]>
icmp: guard against too small mtu

Jeff Layton <[email protected]>
nfsd: call op_release, even when op_func returns an error

Chuck Lever <[email protected]>
NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL

Hans de Goede <[email protected]>
wifi: brcmfmac: Fix SDIO suspend/resume regression

Andrea Righi <[email protected]>
l2tp: generate correct module alias strings

Michael Sit Wei Hong <[email protected]>
net: stmmac: remove redundant fixup to support fixed-link mode

Michael Sit Wei Hong <[email protected]>
net: stmmac: check if MAC needs to attach to a PHY

Michael Sit Wei Hong <[email protected]>
net: phylink: add phylink_expects_phy() method

Ziyang Xuan <[email protected]>
net: qrtr: Fix a refcount bug in qrtr_recvmsg()

Felix Fietkau <[email protected]>
wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta

Ryder Lee <[email protected]>
wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()

Nico Boehr <[email protected]>
KVM: s390: pv: fix external interruption loop not always detected

Srinivas Kandagatla <[email protected]>
ASoC: codecs: lpass: fix the order or clks turn off during suspend

Uwe Kleine-König <[email protected]>
pwm: meson: Explicitly set .polarity in .get_state()

Uwe Kleine-König <[email protected]>
pwm: sprd: Explicitly set .polarity in .get_state()

Uwe Kleine-König <[email protected]>
pwm: iqs620a: Explicitly set .polarity in .get_state()

Uwe Kleine-König <[email protected]>
pwm: cros-ec: Explicitly set .polarity in .get_state()

Uwe Kleine-König <[email protected]>
pwm: hibvt: Explicitly set .polarity in .get_state()

Uwe Kleine-König <[email protected]>
pwm: Make .get_state() callback return an error code

Ranjani Sridharan <[email protected]>
ASoC: SOF: ipc4: Ensure DSP is in D0I0 during sof_ipc4_set_get_data()

Mohammed Gamal <[email protected]>
Drivers: vmbus: Check for channel allocation before looking up relids

Randy Dunlap <[email protected]>
gpio: GPIO_REGMAP: select REGMAP instead of depending on it

Reiji Watanabe <[email protected]>
KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU

Marc Zyngier <[email protected]>
KVM: arm64: PMU: Sanitise PMCR_EL0.LP on first vcpu run

Marc Zyngier <[email protected]>
KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow

Marc Zyngier <[email protected]>
KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode

Mike Snitzer <[email protected]>
dm: fix improper splitting for abnormal bios

Heinz Mauelshagen <[email protected]>
dm: change "unsigned" to "unsigned int"

Jiapeng Chong <[email protected]>
dm integrity: Remove bi_sector that's only used by commented debug code

Joe Thornber <[email protected]>
dm cache: Add some documentation to dm-cache-background-tracker.h


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

Diffstat:

.../devicetree/bindings/serial/renesas,scif.yaml | 4 +-
Documentation/mm/zsmalloc.rst | 2 +
Makefile | 4 +-
arch/arm64/kernel/compat_alignment.c | 32 +-
arch/arm64/kvm/pmu-emul.c | 352 ++++++-------------
arch/arm64/kvm/sys_regs.c | 6 +-
arch/s390/kvm/intercept.c | 32 +-
arch/x86/kernel/acpi/boot.c | 9 +-
arch/x86/kvm/vmx/nested.c | 7 +-
arch/x86/kvm/x86.c | 11 +-
block/blk-mq.c | 4 +-
block/blk-throttle.c | 2 +-
block/genhd.c | 8 +-
drivers/acpi/acpi_video.c | 15 +-
drivers/acpi/video_detect.c | 58 +++-
drivers/block/ublk_drv.c | 26 +-
drivers/counter/104-quad-8.c | 31 +-
drivers/cxl/core/pci.c | 38 +-
drivers/cxl/cxlpci.h | 14 +
drivers/gpio/Kconfig | 2 +-
drivers/gpio/gpio-davinci.c | 5 +-
drivers/gpio/gpio-mvebu.c | 9 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 18 +
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +
.../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 2 +-
drivers/gpu/drm/bridge/lontium-lt9611.c | 1 +
drivers/gpu/drm/bridge/ti-sn65dsi86.c | 14 +-
drivers/gpu/drm/display/drm_dp_mst_topology.c | 26 +-
drivers/gpu/drm/i915/display/intel_color.c | 21 +-
drivers/gpu/drm/i915/display/intel_dp_mst.c | 14 +-
.../gpu/drm/i915/gt/intel_execlists_submission.c | 12 +-
drivers/gpu/drm/i915/i915_perf.c | 6 +-
drivers/gpu/drm/i915/i915_reg.h | 3 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 34 +-
drivers/gpu/drm/nouveau/nouveau_dp.c | 8 +-
drivers/gpu/drm/panfrost/panfrost_mmu.c | 1 +
drivers/hv/connection.c | 4 +
drivers/hwtracing/coresight/coresight-etm4x-core.c | 24 +-
drivers/hwtracing/coresight/coresight-etm4x.h | 20 +-
drivers/iio/adc/ad7791.c | 2 +-
drivers/iio/adc/ltc2497.c | 6 +-
drivers/iio/adc/qcom-spmi-adc5.c | 10 +-
drivers/iio/adc/ti-ads7950.c | 1 +
drivers/iio/dac/cio-dac.c | 4 +-
drivers/iio/imu/Kconfig | 1 +
drivers/iio/industrialio-buffer.c | 21 +-
drivers/iio/light/cm32181.c | 12 +
drivers/leds/rgb/leds-qcom-lpg.c | 14 +-
drivers/md/dm-bio-prison-v1.c | 10 +-
drivers/md/dm-bio-prison-v2.c | 12 +-
drivers/md/dm-bio-prison-v2.h | 10 +-
drivers/md/dm-bufio.c | 58 ++--
drivers/md/dm-cache-background-tracker.c | 8 +-
drivers/md/dm-cache-background-tracker.h | 46 ++-
drivers/md/dm-cache-metadata.c | 40 +--
drivers/md/dm-cache-metadata.h | 4 +-
drivers/md/dm-cache-policy-internal.h | 10 +-
drivers/md/dm-cache-policy-smq.c | 163 ++++-----
drivers/md/dm-cache-policy.c | 2 +-
drivers/md/dm-cache-policy.h | 4 +-
drivers/md/dm-cache-target.c | 50 +--
drivers/md/dm-core.h | 6 +-
drivers/md/dm-crypt.c | 48 +--
drivers/md/dm-delay.c | 6 +-
drivers/md/dm-ebs-target.c | 2 +-
drivers/md/dm-era-target.c | 32 +-
drivers/md/dm-exception-store.c | 6 +-
drivers/md/dm-exception-store.h | 18 +-
drivers/md/dm-flakey.c | 22 +-
drivers/md/dm-integrity.c | 328 +++++++++---------
drivers/md/dm-io-rewind.c | 4 +-
drivers/md/dm-io.c | 32 +-
drivers/md/dm-ioctl.c | 18 +-
drivers/md/dm-kcopyd.c | 30 +-
drivers/md/dm-linear.c | 2 +-
drivers/md/dm-log-userspace-base.c | 6 +-
drivers/md/dm-log-userspace-transfer.c | 2 +-
drivers/md/dm-log-writes.c | 10 +-
drivers/md/dm-log.c | 10 +-
drivers/md/dm-mpath.c | 46 +--
drivers/md/dm-mpath.h | 2 +-
drivers/md/dm-path-selector.h | 2 +-
drivers/md/dm-ps-io-affinity.c | 4 +-
drivers/md/dm-ps-queue-length.c | 10 +-
drivers/md/dm-ps-round-robin.c | 6 +-
drivers/md/dm-ps-service-time.c | 14 +-
drivers/md/dm-raid.c | 2 +-
drivers/md/dm-raid1.c | 22 +-
drivers/md/dm-region-hash.c | 22 +-
drivers/md/dm-rq.c | 16 +-
drivers/md/dm-rq.h | 2 +-
drivers/md/dm-snap-persistent.c | 8 +-
drivers/md/dm-snap-transient.c | 6 +-
drivers/md/dm-snap.c | 34 +-
drivers/md/dm-stats.c | 74 ++--
drivers/md/dm-stats.h | 6 +-
drivers/md/dm-stripe.c | 10 +-
drivers/md/dm-switch.c | 46 +--
drivers/md/dm-table.c | 25 +-
drivers/md/dm-thin-metadata.c | 24 +-
drivers/md/dm-thin.c | 46 +--
drivers/md/dm-uevent.c | 4 +-
drivers/md/dm-uevent.h | 4 +-
drivers/md/dm-verity-fec.c | 30 +-
drivers/md/dm-verity-fec.h | 18 +-
drivers/md/dm-verity-target.c | 30 +-
drivers/md/dm-verity.h | 8 +-
drivers/md/dm-writecache.c | 80 ++---
drivers/md/dm.c | 55 ++-
drivers/md/dm.h | 4 +-
drivers/md/persistent-data/dm-array.c | 69 ++--
drivers/md/persistent-data/dm-array.h | 2 +-
drivers/md/persistent-data/dm-bitset.c | 12 +-
drivers/md/persistent-data/dm-block-manager.c | 16 +-
drivers/md/persistent-data/dm-block-manager.h | 6 +-
drivers/md/persistent-data/dm-btree-remove.c | 46 +--
drivers/md/persistent-data/dm-btree-spine.c | 4 +-
drivers/md/persistent-data/dm-btree.c | 98 +++---
drivers/md/persistent-data/dm-btree.h | 12 +-
.../persistent-data/dm-persistent-data-internal.h | 6 +-
drivers/md/persistent-data/dm-space-map-common.c | 28 +-
drivers/md/persistent-data/dm-space-map-metadata.c | 20 +-
.../md/persistent-data/dm-transaction-manager.c | 16 +-
.../md/persistent-data/dm-transaction-manager.h | 2 +-
drivers/net/dsa/mv88e6xxx/chip.c | 2 +-
drivers/net/dsa/mv88e6xxx/global2.c | 20 ++
drivers/net/dsa/mv88e6xxx/global2.h | 1 +
drivers/net/ethernet/google/gve/gve.h | 2 +
drivers/net/ethernet/google/gve/gve_tx.c | 12 +-
drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c | 23 +-
drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c | 1 -
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 21 +-
drivers/net/ethernet/ti/am65-cpsw-nuss.c | 6 +-
drivers/net/phy/phylink.c | 19 +
.../wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c | 36 +-
.../wireless/broadcom/brcm80211/brcmfmac/sdio.h | 2 +
drivers/net/wireless/mediatek/mt76/mt7603/main.c | 10 +-
drivers/net/wireless/mediatek/mt76/mt7615/mac.c | 70 ++--
drivers/net/wireless/mediatek/mt76/mt7615/main.c | 15 +-
drivers/net/wireless/mediatek/mt76/mt7615/mt7615.h | 6 +-
drivers/net/wireless/mediatek/mt76/mt76x02_util.c | 18 +-
drivers/net/wireless/mediatek/mt76/mt7915/main.c | 13 +-
drivers/net/wireless/mediatek/mt76/mt7921/main.c | 13 +-
drivers/nvme/host/core.c | 6 +-
drivers/pci/doe.c | 30 +-
drivers/platform/x86/think-lmi.c | 20 +-
drivers/pwm/pwm-atmel.c | 6 +-
drivers/pwm/pwm-bcm-iproc.c | 8 +-
drivers/pwm/pwm-crc.c | 10 +-
drivers/pwm/pwm-cros-ec.c | 9 +-
drivers/pwm/pwm-dwc.c | 6 +-
drivers/pwm/pwm-hibvt.c | 7 +-
drivers/pwm/pwm-imx-tpm.c | 8 +-
drivers/pwm/pwm-imx27.c | 8 +-
drivers/pwm/pwm-intel-lgm.c | 6 +-
drivers/pwm/pwm-iqs620a.c | 7 +-
drivers/pwm/pwm-keembay.c | 6 +-
drivers/pwm/pwm-lpss.c | 6 +-
drivers/pwm/pwm-meson.c | 16 +-
drivers/pwm/pwm-mtk-disp.c | 12 +-
drivers/pwm/pwm-pca9685.c | 8 +-
drivers/pwm/pwm-raspberrypi-poe.c | 8 +-
drivers/pwm/pwm-rockchip.c | 12 +-
drivers/pwm/pwm-sifive.c | 6 +-
drivers/pwm/pwm-sl28cpld.c | 8 +-
drivers/pwm/pwm-sprd.c | 9 +-
drivers/pwm/pwm-stm32-lp.c | 8 +-
drivers/pwm/pwm-sun4i.c | 12 +-
drivers/pwm/pwm-sunplus.c | 6 +-
drivers/pwm/pwm-visconti.c | 6 +-
drivers/pwm/pwm-xilinx.c | 8 +-
drivers/scsi/iscsi_tcp.c | 3 +-
drivers/scsi/qla2xxx/qla_os.c | 1 +
drivers/tty/serial/8250/8250_port.c | 11 +
drivers/tty/serial/fsl_lpuart.c | 8 +-
drivers/tty/serial/sh-sci.c | 10 +-
drivers/usb/cdns3/cdnsp-ep0.c | 3 +-
drivers/usb/dwc3/dwc3-pci.c | 4 +
drivers/usb/host/xhci-tegra.c | 6 +-
drivers/usb/host/xhci.c | 7 +-
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/option.c | 10 +
drivers/usb/typec/altmodes/displayport.c | 6 +-
fs/cifs/fs_context.c | 13 +-
fs/cifs/fs_context.h | 3 +
fs/cifs/misc.c | 2 +-
fs/ksmbd/connection.c | 5 +-
fs/ksmbd/server.c | 5 +-
fs/ksmbd/smb2pdu.c | 3 -
fs/ksmbd/smb_common.c | 138 ++++++--
fs/ksmbd/smb_common.h | 2 +-
fs/namespace.c | 2 +-
fs/nfsd/blocklayout.c | 1 +
fs/nfsd/nfs4callback.c | 4 +-
fs/nfsd/nfs4xdr.c | 15 +-
fs/nilfs2/segment.c | 3 +-
fs/nilfs2/super.c | 2 +
fs/nilfs2/the_nilfs.c | 12 +-
include/acpi/video.h | 15 +-
include/drm/display/drm_dp_mst_helper.h | 3 +-
include/kvm/arm_pmu.h | 2 -
include/linux/device-mapper.h | 38 +-
include/linux/dm-bufio.h | 12 +-
include/linux/dm-dirty-log.h | 6 +-
include/linux/dm-io.h | 8 +-
include/linux/dm-kcopyd.h | 22 +-
include/linux/dm-region-hash.h | 2 +-
include/linux/ftrace.h | 2 +-
include/linux/mm_types.h | 3 +-
include/linux/pci-doe.h | 8 +-
include/linux/phylink.h | 1 +
include/linux/pwm.h | 4 +-
include/net/raw.h | 15 +-
io_uring/io_uring.c | 2 +-
io_uring/kbuf.c | 7 +-
kernel/events/core.c | 2 +-
kernel/fork.c | 3 +
kernel/trace/ftrace.c | 15 +-
kernel/trace/ring_buffer.c | 13 +-
kernel/trace/trace.c | 1 +
kernel/trace/trace_events_synth.c | 19 +-
kernel/trace/trace_osnoise.c | 4 +-
lib/maple_tree.c | 383 +++++++++++++--------
mm/hugetlb.c | 14 +-
mm/kfence/core.c | 32 +-
mm/memory.c | 16 +-
mm/mmap.c | 3 +-
mm/swapfile.c | 3 +-
mm/vmalloc.c | 8 +-
net/can/isotp.c | 74 ++--
net/can/j1939/transport.c | 5 +-
net/core/netpoll.c | 19 +-
net/ethtool/linkmodes.c | 7 +-
net/ipv4/icmp.c | 5 +
net/ipv4/ping.c | 8 +-
net/ipv4/raw.c | 49 +--
net/ipv4/raw_diag.c | 10 +-
net/ipv6/ip6_output.c | 7 +-
net/ipv6/raw.c | 14 +-
net/l2tp/l2tp_ip.c | 8 +-
net/l2tp/l2tp_ip6.c | 8 +-
net/mac80211/sta_info.c | 3 +-
net/mac80211/util.c | 2 +-
net/netlink/af_netlink.c | 15 +-
net/qrtr/af_qrtr.c | 2 +
net/qrtr/ns.c | 15 +-
net/sctp/socket.c | 4 +
net/sunrpc/svcauth_unix.c | 17 +-
sound/pci/hda/patch_hdmi.c | 11 +
sound/pci/hda/patch_realtek.c | 2 +
sound/soc/codecs/hdac_hdmi.c | 17 +-
sound/soc/codecs/lpass-rx-macro.c | 4 +-
sound/soc/codecs/lpass-tx-macro.c | 4 +-
sound/soc/codecs/lpass-wsa-macro.c | 4 +-
sound/soc/sof/ipc4.c | 8 +
tools/testing/radix-tree/maple.c | 18 +-
256 files changed, 2733 insertions(+), 2053 deletions(-)



2023-04-12 12:55:39

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/164] 6.1.24-rc1 review

On Wed, Apr 12, 2023 at 10:32:02AM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.24 release.
> There are 164 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) (383.00 B)
signature.asc (235.00 B)
Download all attachments

2023-04-12 14:59:41

by Markus Reichelt

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/164] 6.1.24-rc1 review

* Greg Kroah-Hartman <[email protected]> wrote:

> This is the start of the stable review cycle for the 6.1.24 release.
> There are 164 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 Fri, 14 Apr 2023 08:28:02 +0000.
> Anything received after that time might be too late.

Hi Greg

6.1.24-rc1

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

Tested-by: Markus Reichelt <[email protected]>

2023-04-12 18:10:08

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/164] 6.1.24-rc1 review

On 4/12/23 01:32, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.24 release.
> There are 164 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 Fri, 14 Apr 2023 08:28:02 +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.24-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-04-12 19:46:53

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/164] 6.1.24-rc1 review

On 4/12/23 02:32, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.24 release.
> There are 164 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 Fri, 14 Apr 2023 08:28:02 +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.24-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-04-12 21:41:28

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/164] 6.1.24-rc1 review

On Wed, Apr 12, 2023 at 10:32:02AM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.24 release.
> There are 164 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 Fri, 14 Apr 2023 08:28:02 +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 <[email protected]>

Guenter

2023-04-13 02:35:01

by Bagas Sanjaya

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/164] 6.1.24-rc1 review

On Wed, Apr 12, 2023 at 10:32:02AM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.24 release.
> There are 164 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 cross-compiled for arm64 (bcm2711_defconfig, GCC 10.2.0) and
powerpc (ps3_defconfig, GCC 12.2.0).

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

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


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

2023-04-13 02:36:20

by Slade Watkins

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/164] 6.1.24-rc1 review


> On Apr 12, 2023, at 4:32 AM, Greg Kroah-Hartman <[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.1.24 release.
> There are 164 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 Fri, 14 Apr 2023 08:28:02 +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.24-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 & booted on two of my x86_64 test systems, no errors or regressions.

Tested-by: Slade Watkins <[email protected] <mailto:[email protected]>>

Slade

2023-04-13 09:32:27

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/164] 6.1.24-rc1 review

On Wed, 12 Apr 2023 at 14:10, Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.1.24 release.
> There are 164 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 Fri, 14 Apr 2023 08:28:02 +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.24-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.24-rc1
* git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
* git branch: linux-6.1.y
* git commit: 3ffd355e5e57467adbc1a65ccc871125bb75c36e
* git describe: v6.1.22-344-g3ffd355e5e57
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.22-344-g3ffd355e5e57

## Test Regressions (compared to v6.1.22)

## Metric Regressions (compared to v6.1.22)

## Test Fixes (compared to v6.1.22)

## Metric Fixes (compared to v6.1.22)

## Test result summary
total: 153669, pass: 135435, fail: 4189, skip: 13710, xfail: 335

## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 149 total, 148 passed, 1 failed
* arm64: 52 total, 51 passed, 1 failed
* i386: 39 total, 36 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: 44 total, 44 passed, 0 failed

## Test suites summary
* boot
* fwts
* igt-gpu-tools
* kselftest-android
* kselftest-arm64
* kselftest-breakpoints
* kselftest-capabilities
* kselftest-cgroup
* kselftest-clone3
* kselftest-core
* kselftest-cpu-hotplug
* kselftest-cpufreq
* kselftest-drivers-dma-buf
* kselftest-efivarfs
* kselftest-filesystems
* kselftest-filesystems-binderfs
* kselftest-firmware
* kselftest-fpu
* kselftest-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-vm
* 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

2023-04-13 12:20:47

by Ron Economos

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/164] 6.1.24-rc1 review

On 4/12/23 1:32 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.24 release.
> There are 164 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 Fri, 14 Apr 2023 08:28:02 +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.24-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]>