2023-06-19 10:46:30

by Greg Kroah-Hartman

[permalink] [raw]
Subject: [PATCH 6.1 000/166] 6.1.35-rc1 review

This is the start of the stable review cycle for the 6.1.35 release.
There are 166 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, 21 Jun 2023 10:21:12 +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.35-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.35-rc1

Nick Desaulniers <[email protected]>
kbuild: Update assembler calls to use proper flags and language target

Nathan Chancellor <[email protected]>
MIPS: Prefer cc-option for additions to cflags

Nathan Chancellor <[email protected]>
MIPS: Move '-Wa,-msoft-float' check from as-option to cc-option

Nick Desaulniers <[email protected]>
x86/boot/compressed: prefer cc-option for CFLAGS additions

Bob Pearson <[email protected]>
scsi: target: core: Fix error path in target_setup_session()

Leon Romanovsky <[email protected]>
neighbour: delete neigh_lookup_nodev as not used

Hangbin Liu <[email protected]>
net/sched: act_api: add specific EXT_WARN_MSG for tc action

Hangbin Liu <[email protected]>
Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"

Pedro Tammela <[email protected]>
net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy

Thomas Zimmermann <[email protected]>
drm/amdgpu: Don't set struct drm_driver.output_poll_changed

Ziwei Dai <[email protected]>
rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period

Ben Hutchings <[email protected]>
parisc: Delete redundant register definitions in <asm/assembly.h>

David Howells <[email protected]>
afs: Fix vlserver probe RTT handling

Jiasheng Jiang <[email protected]>
octeon_ep: Add missing check for ioremap

Alex Maftei <[email protected]>
selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET

Lin Ma <[email protected]>
net: tipc: resize nlattr array to correct size

Li Lingfeng <[email protected]>
dm: don't lock fs when the map is NULL during suspend or resume

Íñigo Huguet <[email protected]>
sfc: fix XDP queues mode with legacy IRQ

Fedor Pchelkin <[email protected]>
net: macsec: fix double free of percpu stats

Eric Dumazet <[email protected]>
net: lapbether: only support ethernet devices

Vladimir Oltean <[email protected]>
net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo frames

Vlad Buslov <[email protected]>
net/sched: cls_api: Fix lockup on flushing explicitly created chain

Fabio M. De Francesco <[email protected]>
ext4: drop the call to ext4_error() from ext4_get_group_info()

Steve French <[email protected]>
cifs: fix lease break oops in xfstest generic/098

Danielle Ratson <[email protected]>
selftests: forwarding: hw_stats_l3: Set addrgenmode in a separate step

Peilin Ye <[email protected]>
net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting

Peilin Ye <[email protected]>
net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs

Hangbin Liu <[email protected]>
sched: add new attr TCA_EXT_WARN_MSG to report tc extact message

Vlad Buslov <[email protected]>
selftests/tc-testing: Fix SFB db test

Vlad Buslov <[email protected]>
selftests/tc-testing: Fix Error: failed to find target LOG

Vlad Buslov <[email protected]>
selftests/tc-testing: Fix Error: Specified qdisc kind is unknown.

Natalia Petrova <[email protected]>
drm/nouveau: add nv_encoder pointer check for NULL

Natalia Petrova <[email protected]>
drm/nouveau/dp: check for NULL nv_connector->native_mode

Su Hui <[email protected]>
drm/bridge: ti-sn65dsi86: Avoid possible buffer overflow

Ratchanan Srirattanamet <[email protected]>
drm/nouveau: don't detect DSM for non-NVIDIA device

Maxime Chevallier <[email protected]>
net: phylink: use a dedicated helper to parse usgmii control word

Maxime Chevallier <[email protected]>
net: phylink: report correct max speed for QUSGMII

Aleksandr Loktionov <[email protected]>
igb: fix nvm.ops.read() error handling

Vinicius Costa Gomes <[email protected]>
igc: Fix possible system crash when loading module

Muhammad Husaini Zulkifli <[email protected]>
igc: Clean the TX buffer and TX descriptor ring

Dan Carpenter <[email protected]>
sctp: fix an error code in sctp_sf_eat_auth()

Hangbin Liu <[email protected]>
ipvlan: fix bound dev checking for IPv6 l3s mode

Jakub Kicinski <[email protected]>
net: ethtool: correct MAX attribute value for stats

Saravanan Vajravel <[email protected]>
IB/isert: Fix incorrect release of isert connection

Saravanan Vajravel <[email protected]>
IB/isert: Fix possible list corruption in CMA handler

Saravanan Vajravel <[email protected]>
IB/isert: Fix dead lock in ib_isert

Mark Bloch <[email protected]>
RDMA/mlx5: Fix affinity assignment

Yishai Hadas <[email protected]>
IB/uverbs: Fix to consider event queue closing also upon non-blocking mode

Mark Zhang <[email protected]>
RDMA/cma: Always set static rate to 0 for RoCE

Mark Bloch <[email protected]>
RDMA/mlx5: Create an indirect flow table for steering anchor

Maher Sanalla <[email protected]>
RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions

Nithin Dabilpuram <[email protected]>
octeontx2-af: fix lbk link credits on cn10k

Satha Rao <[email protected]>
octeontx2-af: fixed resource availability check

Ahmed Zaki <[email protected]>
iavf: remove mask from iavf_irq_enable_queues()

Zhu Yanjun <[email protected]>
RDMA/rxe: Fix the use-before-initialization error of resp_pkts

Bob Pearson <[email protected]>
RDMA/rxe: Removed unused name from rxe_task struct

Benjamin Berg <[email protected]>
wifi: mac80211: take lock before setting vif links

Benjamin Berg <[email protected]>
wifi: cfg80211: fix link del callback to call correct handler

Johannes Berg <[email protected]>
wifi: mac80211: fix link activation settings order

Lee Jones <[email protected]>
net/sched: cls_u32: Fix reference counter leak leading to overflow

Ratheesh Kannoth <[email protected]>
octeontx2-af: Fix promiscuous mode

Max Tottenham <[email protected]>
net/sched: act_pedit: Parse L3 Header for L4 offset

Pedro Tammela <[email protected]>
net/sched: act_pedit: remove extra check for key type

Pedro Tammela <[email protected]>
net/sched: simplify tcf_pedit_act

Yuezhen Luan <[email protected]>
igb: Fix extts capture value format for 82580/i354/i350

Guillaume Nault <[email protected]>
ping6: Fix send to link-local addresses with VRF.

Wei Fang <[email protected]>
net: enetc: correct the indexes of highest and 2nd highest TCs

Pablo Neira Ayuso <[email protected]>
netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE

Kamil Maziarz <[email protected]>
ice: Fix XDP memory leak when NIC is brought up and down

Pablo Neira Ayuso <[email protected]>
netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM

Pablo Neira Ayuso <[email protected]>
netfilter: nf_tables: integrate pipapo into commit protocol

Vladimir Oltean <[email protected]>
spi: fsl-dspi: avoid SCK glitches with continuous transfers

Jiasheng Jiang <[email protected]>
spi: cadence-quadspi: Add missing check for dma_set_mask

Bob Pearson <[email protected]>
RDMA/rxe: Fix ref count error in check_rkey()

Bob Pearson <[email protected]>
RDMA/rxe: Fix packet length checks

Li Zhijian <[email protected]>
RDMA/rtrs: Fix rxe_dealloc_pd warning

Li Zhijian <[email protected]>
RDMA/rtrs: Fix the last iu->buf leak in err path

Elson Roy Serrao <[email protected]>
usb: dwc3: gadget: Reset num TRBs before giving back the request

Johan Hovold <[email protected]>
USB: dwc3: fix use-after-free on core driver unbind

Johan Hovold <[email protected]>
USB: dwc3: qcom: fix NULL-deref on suspend

Badhri Jagan Sridharan <[email protected]>
usb: gadget: udc: core: Prevent soft_connect_store() race

Badhri Jagan Sridharan <[email protected]>
usb: gadget: udc: core: Offload usb_udc_vbus_handler processing

Pavan Holla <[email protected]>
usb: typec: Fix fast_role_swap_current show function

Heikki Krogerus <[email protected]>
usb: typec: ucsi: Fix command cancellation

Bernhard Seibold <[email protected]>
serial: lantiq: add missing interrupt ack

Jerry Meng <[email protected]>
USB: serial: option: add Quectel EM061KGL series

Arnd Bergmann <[email protected]>
clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr

Mika Westerberg <[email protected]>
thunderbolt: Mask ring interrupt on Intel hardware as well

Mika Westerberg <[email protected]>
thunderbolt: dma_test: Use correct value for absent rings when creating paths

Mika Westerberg <[email protected]>
thunderbolt: Do not touch CL state configuration during discovery

Edson Juliano Drosdeck <[email protected]>
ALSA: hda/realtek: Add a quirk for Compaq N14JP6

Alex Deucher <[email protected]>
drm/amdgpu: add missing radeon secondary PCI ID

Kenneth Feng <[email protected]>
drm/amd/pm: workaround for compute workload type on some skus

Mario Limonciello <[email protected]>
drm/amd: Tighten permissions on VBIOS flashing attributes

Mario Limonciello <[email protected]>
drm/amd: Make sure image is written to trigger VBIOS image update flow

Hersen Wu <[email protected]>
drm/amd/display: edp do not add non-edid timings

Wes Huang <[email protected]>
net: usb: qmi_wwan: add support for Compal RXM-G1

Sonny Jiang <[email protected]>
drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1

Edward Srouji <[email protected]>
RDMA/uverbs: Restrict usage of privileged QKEYs

Dave Airlie <[email protected]>
nouveau: fix client work fence deletion race

Christian Marangi <[email protected]>
net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_open

Mike Snitzer <[email protected]>
dm thin: fix issue_discard to pass GFP_NOIO to __blkdev_issue_discard

Li Lingfeng <[email protected]>
dm thin metadata: check fail_io before using data_sm

Lukasz Tyl <[email protected]>
ALSA: usb-audio: Add quirk flag for HEM devices to enable native DSD playback

Takashi Iwai <[email protected]>
ALSA: usb-audio: Fix broken resume due to UAC3 power state

Chris Mason <[email protected]>
btrfs: can_nocow_file_extent should pass down args->strict from callers

Christoph Hellwig <[email protected]>
btrfs: fix iomap_begin length for nocow writes

Qu Wenruo <[email protected]>
btrfs: do not ASSERT() on duplicated global roots

Ricardo Ribalda <[email protected]>
powerpc/purgatory: remove PGO flags

Ricardo Ribalda <[email protected]>
riscv/purgatory: remove PGO flags

Ricardo Ribalda <[email protected]>
x86/purgatory: remove PGO flags

Ricardo Ribalda <[email protected]>
kexec: support purgatories with .text.hot sections

Jens Axboe <[email protected]>
io_uring/net: save msghdr->msg_control for retries

Huacai Chen <[email protected]>
LoongArch: Fix perf event id calculation

Ryusuke Konishi <[email protected]>
nilfs2: reject devices with insufficient block count

Ryusuke Konishi <[email protected]>
nilfs2: fix possible out-of-bounds segment allocation in resize ioctl

Ryusuke Konishi <[email protected]>
nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()

Janne Grunau <[email protected]>
nios2: dts: Fix tse_mac "max-frame-size" property

Nhat Pham <[email protected]>
zswap: do not shrink if cgroup may not zswap

Luís Henriques <[email protected]>
ocfs2: check new file size on fallocate call

Luís Henriques <[email protected]>
ocfs2: fix use-after-free when unmounting read-only filesystem

Benjamin Segall <[email protected]>
epoll: ep_autoremove_wake_function should use list_del_init_careful

Dan Carpenter <[email protected]>
wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()

Johannes Berg <[email protected]>
wifi: cfg80211: fix locking in regulatory disconnect

Marc Zyngier <[email protected]>
irqchip/gic: Correctly validate OF quirk descriptors

Tatsuki Sugiura <[email protected]>
NVMe: Add MAXIO 1602 to bogus nid list.

Wenwen Chen <[email protected]>
io_uring: unlock sqd->lock before sq thread release CPU

Sukrut Bellary <[email protected]>
drm:amd:amdgpu: Fix missing buffer object unlock in failure path

Ross Lagerwall <[email protected]>
xen/blkfront: Only check REQ_FUA for writes

Maxim Kochetkov <[email protected]>
ASoC: dwc: move DMA init to snd_soc_dai_driver probe()

Stefan Binding <[email protected]>
ASoC: cs35l41: Fix default regmap values for some registers

Liviu Dudau <[email protected]>
mips: Move initrd_start check after initrd address sanitisation.

Manuel Lauss <[email protected]>
MIPS: Alchemy: fix dbdma2

Manuel Lauss <[email protected]>
MIPS: Restore Au1300 support

Manuel Lauss <[email protected]>
MIPS: unhide PATA_PLATFORM

Helge Deller <[email protected]>
parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory()

Helge Deller <[email protected]>
parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()

Amadeusz Sławiński <[email protected]>
ASoC: Intel: avs: Add missing checks on FE startup

Cezary Rojewski <[email protected]>
ASoC: Intel: avs: Account for UID of ACPI device

Ranjani Sridharan <[email protected]>
ASoC: soc-pcm: test if a BE can be prepared

Johannes Thumshirn <[email protected]>
btrfs: handle memory allocation failure in btrfs_csum_one_bio

Qu Wenruo <[email protected]>
btrfs: scrub: try harder to mark RAID56 block groups read-only

Maya Matuszczyk <[email protected]>
drm: panel-orientation-quirks: Change Air's quirk to support Air Plus

Mario Limonciello <[email protected]>
power: supply: Fix logic checking if system is running from battery

Krzysztof Kozlowski <[email protected]>
irqchip/meson-gpio: Mark OF related data as maybe unused

Douglas Anderson <[email protected]>
irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ firmware issues

Osama Muhammad <[email protected]>
regulator: Fix error checking for debugfs_create_dir

Alexandru Sorodoc <[email protected]>
platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0

Mika Westerberg <[email protected]>
PCI/DPC: Quirk PIO log size for Intel Ice Lake Root Ports

Marek Vasut <[email protected]>
power: supply: Ratelimit no data debug output

Mirsad Todorovac <[email protected]>
selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent change

Milo Spadacini <[email protected]>
tools: gpio: fix debounce_period_us output of lsgpio

Krzysztof Kozlowski <[email protected]>
ARM: dts: vexpress: add missing cache properties

Hans de Goede <[email protected]>
power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + schedule()

Hans de Goede <[email protected]>
power: supply: sc27xx: Fix external_power_changed race

Hans de Goede <[email protected]>
power: supply: ab8500: Fix external_power_changed race

Kunihiko Hayashi <[email protected]>
of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset()

Namjae Jeon <[email protected]>
ksmbd: validate smb request protocol id

Manivannan Sadhasivam <[email protected]>
EDAC/qcom: Get rid of hardcoded register offsets

Manivannan Sadhasivam <[email protected]>
qcom: llcc/edac: Fix the base address used for accessing LLCC banks

Qi Zheng <[email protected]>
cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()

John Sperbeck <[email protected]>
cgroup: always put cset in cgroup_css_set_put_fork

Kamalesh Babulal <[email protected]>
cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers

Mirsad Goran Todorovac <[email protected]>
test_firmware: prevent race conditions by a correct implementation of locking

Christophe JAILLET <[email protected]>
test_firmware: Use kstrtobool() instead of strtobool()

Tom Lendacky <[email protected]>
x86/head/64: Switch to KERNEL_CS as soon as new GDT is installed


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

Diffstat:

Makefile | 4 +-
arch/arm/boot/dts/vexpress-v2p-ca5s.dts | 1 +
arch/loongarch/kernel/perf_event.c | 6 +-
arch/mips/Kconfig | 1 +
arch/mips/Makefile | 4 +-
arch/mips/alchemy/common/dbdma.c | 27 +-
arch/mips/kernel/cpu-probe.c | 5 +
arch/mips/kernel/setup.c | 9 +-
arch/mips/loongson2ef/Platform | 2 +-
arch/nios2/boot/dts/10m50_devboard.dts | 2 +-
arch/nios2/boot/dts/3c120_devboard.dts | 2 +-
arch/parisc/include/asm/assembly.h | 4 -
arch/parisc/kernel/pci-dma.c | 18 +-
arch/powerpc/purgatory/Makefile | 5 +
arch/riscv/purgatory/Makefile | 5 +
arch/x86/boot/compressed/Makefile | 2 +-
arch/x86/kernel/head_64.S | 18 +-
arch/x86/purgatory/Makefile | 5 +
drivers/block/xen-blkfront.c | 3 +-
drivers/char/agp/parisc-agp.c | 15 +-
drivers/clk/pxa/clk-pxa3xx.c | 2 +-
drivers/edac/qcom_edac.c | 122 +++++----
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 1 -
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 7 +-
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 4 +-
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 4 +-
drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c | 6 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 10 +-
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 33 ++-
drivers/gpu/drm/bridge/ti-sn65dsi86.c | 4 +
drivers/gpu/drm/drm_panel_orientation_quirks.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_acpi.c | 3 +
drivers/gpu/drm/nouveau/nouveau_connector.c | 7 +-
drivers/gpu/drm/nouveau/nouveau_drm.c | 14 +-
drivers/infiniband/core/cma.c | 4 +-
drivers/infiniband/core/uverbs_cmd.c | 7 +-
drivers/infiniband/core/uverbs_main.c | 12 +-
drivers/infiniband/hw/mlx5/fs.c | 276 ++++++++++++++++++++-
drivers/infiniband/hw/mlx5/fs.h | 16 ++
drivers/infiniband/hw/mlx5/main.c | 3 +
drivers/infiniband/hw/mlx5/mlx5_ib.h | 14 ++
drivers/infiniband/hw/mlx5/qp.c | 3 +
drivers/infiniband/sw/rxe/rxe_net.c | 6 +
drivers/infiniband/sw/rxe/rxe_qp.c | 16 +-
drivers/infiniband/sw/rxe/rxe_resp.c | 3 +-
drivers/infiniband/sw/rxe/rxe_task.c | 4 +-
drivers/infiniband/sw/rxe/rxe_task.h | 4 +-
drivers/infiniband/ulp/isert/ib_isert.c | 16 +-
drivers/infiniband/ulp/rtrs/rtrs-clt.c | 55 ++--
drivers/infiniband/ulp/rtrs/rtrs.c | 4 +-
drivers/irqchip/irq-gic-common.c | 10 +-
drivers/irqchip/irq-gic-common.h | 1 +
drivers/irqchip/irq-gic-v3.c | 20 ++
drivers/irqchip/irq-meson-gpio.c | 2 +-
drivers/md/dm-ioctl.c | 5 +-
drivers/md/dm-thin-metadata.c | 20 +-
drivers/md/dm-thin.c | 3 +-
drivers/md/dm.c | 4 +
drivers/net/dsa/ocelot/felix_vsc9959.c | 2 +-
drivers/net/ethernet/freescale/enetc/enetc_qos.c | 4 +-
drivers/net/ethernet/intel/iavf/iavf.h | 2 +-
drivers/net/ethernet/intel/iavf/iavf_main.c | 15 +-
drivers/net/ethernet/intel/iavf/iavf_register.h | 2 +-
drivers/net/ethernet/intel/ice/ice_main.c | 4 +
drivers/net/ethernet/intel/igb/igb_ethtool.c | 3 +
drivers/net/ethernet/intel/igb/igb_main.c | 8 +-
drivers/net/ethernet/intel/igc/igc_main.c | 12 +-
.../net/ethernet/marvell/octeon_ep/octep_main.c | 7 +-
.../net/ethernet/marvell/octeontx2/af/rvu_nix.c | 7 +-
.../ethernet/marvell/octeontx2/af/rvu_npc_hash.c | 29 +--
.../net/ethernet/mellanox/mlx5/core/mlx5_core.h | 12 -
drivers/net/ethernet/sfc/efx_channels.c | 2 +
drivers/net/ethernet/sfc/siena/efx_channels.c | 2 +
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 9 +-
drivers/net/ipvlan/ipvlan_l3s.c | 4 +
drivers/net/macsec.c | 12 +-
drivers/net/phy/phylink.c | 41 ++-
drivers/net/usb/qmi_wwan.c | 2 +
drivers/net/wan/lapbether.c | 3 +
drivers/nvme/host/pci.c | 2 +
drivers/of/overlay.c | 1 +
drivers/pci/quirks.c | 9 +-
drivers/platform/x86/asus-nb-wmi.c | 2 +
drivers/power/supply/ab8500_btemp.c | 6 +-
drivers/power/supply/ab8500_fg.c | 6 +-
drivers/power/supply/bq27xxx_battery.c | 6 +-
drivers/power/supply/power_supply_core.c | 8 +-
drivers/power/supply/power_supply_sysfs.c | 3 +-
drivers/power/supply/sc27xx_fuel_gauge.c | 9 +-
drivers/regulator/core.c | 4 +-
drivers/soc/qcom/llcc-qcom.c | 72 +++---
drivers/spi/spi-cadence-quadspi.c | 7 +-
drivers/spi/spi-fsl-dspi.c | 15 ++
drivers/target/target_core_transport.c | 2 +
drivers/thunderbolt/dma_test.c | 8 +-
drivers/thunderbolt/nhi.c | 11 +-
drivers/thunderbolt/tb.c | 17 +-
drivers/tty/serial/lantiq.c | 1 +
drivers/usb/dwc3/core.c | 5 +
drivers/usb/dwc3/dwc3-qcom.c | 11 +-
drivers/usb/dwc3/gadget.c | 1 +
drivers/usb/gadget/udc/core.c | 180 ++++++++++----
drivers/usb/serial/option.c | 16 ++
drivers/usb/typec/pd.c | 2 +-
drivers/usb/typec/ucsi/ucsi.c | 11 +-
fs/afs/vl_probe.c | 4 +-
fs/btrfs/block-group.c | 14 +-
fs/btrfs/disk-io.c | 10 +-
fs/btrfs/file-item.c | 4 +-
fs/btrfs/inode.c | 20 +-
fs/btrfs/scrub.c | 9 +-
fs/cifs/file.c | 8 +-
fs/eventpoll.c | 6 +-
fs/ext4/balloc.c | 20 +-
fs/ksmbd/connection.c | 5 +-
fs/ksmbd/smb_common.c | 14 +-
fs/nilfs2/btnode.c | 12 +-
fs/nilfs2/sufile.c | 9 +
fs/nilfs2/the_nilfs.c | 43 +++-
fs/ocfs2/file.c | 8 +-
fs/ocfs2/super.c | 6 +-
include/linux/mlx5/driver.h | 12 +
include/linux/soc/qcom/llcc-qcom.h | 12 +-
include/net/neighbour.h | 2 -
include/net/netfilter/nf_tables.h | 4 +-
include/net/sch_generic.h | 8 +
include/rdma/ib_addr.h | 23 --
include/sound/soc-acpi.h | 1 +
include/sound/soc-dpcm.h | 4 +
include/uapi/linux/ethtool_netlink.h | 2 +-
include/uapi/linux/rtnetlink.h | 2 +
io_uring/net.c | 8 +-
io_uring/sqpoll.c | 6 +-
kernel/bpf/cgroup.c | 38 +--
kernel/bpf/cgroup_iter.c | 4 +-
kernel/bpf/local_storage.c | 4 +-
kernel/cgroup/cgroup-v1.c | 20 +-
kernel/cgroup/cgroup.c | 77 +++---
kernel/kexec_file.c | 14 +-
kernel/rcu/tree.c | 27 +-
lib/test_firmware.c | 55 ++--
mm/zswap.c | 11 +-
net/core/neighbour.c | 31 ---
net/ipv6/ping.c | 3 +-
net/mac80211/cfg.c | 9 +-
net/mac80211/link.c | 4 +-
net/netfilter/nf_tables_api.c | 59 ++++-
net/netfilter/nfnetlink.c | 3 +-
net/netfilter/nft_set_pipapo.c | 55 ++--
net/sched/act_api.c | 15 +-
net/sched/act_pedit.c | 176 +++++++------
net/sched/cls_api.c | 74 +++---
net/sched/cls_u32.c | 18 +-
net/sched/sch_api.c | 97 +++++---
net/sched/sch_generic.c | 14 +-
net/sctp/sm_statefuns.c | 2 +-
net/tipc/bearer.c | 4 +-
net/wireless/rdev-ops.h | 6 +-
net/wireless/reg.c | 7 +-
scripts/Kconfig.include | 2 +-
scripts/Makefile.compiler | 8 +-
scripts/as-version.sh | 2 +-
sound/pci/hda/patch_realtek.c | 1 +
sound/soc/codecs/cs35l41-lib.c | 6 +-
sound/soc/dwc/dwc-i2s.c | 41 +--
sound/soc/intel/avs/board_selection.c | 2 +-
sound/soc/intel/avs/pcm.c | 23 +-
sound/soc/soc-pcm.c | 20 ++
sound/usb/pcm.c | 4 +
sound/usb/quirks.c | 2 +
tools/gpio/lsgpio.c | 2 +-
tools/testing/selftests/gpio/gpio-sim.sh | 3 +
.../selftests/net/forwarding/hw_stats_l3.sh | 11 +-
tools/testing/selftests/ptp/testptp.c | 6 +-
tools/testing/selftests/tc-testing/config | 1 +
.../selftests/tc-testing/tc-tests/qdiscs/sfb.json | 4 +-
tools/testing/selftests/tc-testing/tdc.sh | 1 +
178 files changed, 1838 insertions(+), 867 deletions(-)




2023-06-19 15:40:34

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/166] 6.1.35-rc1 review



On 6/19/2023 11:27 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.35 release.
> There are 166 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, 21 Jun 2023 10:21:12 +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.35-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-06-19 19:43:27

by Markus Reichelt

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/166] 6.1.35-rc1 review

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

> This is the start of the stable review cycle for the 6.1.35 release.
> There are 166 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, 21 Jun 2023 10:21:12 +0000.
> Anything received after that time might be too late.

Hi Greg

6.1.35-rc1

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

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

2023-06-20 09:36:15

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/166] 6.1.35-rc1 review

On Mon, 19 Jun 2023 at 16:13, Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.1.35 release.
> There are 166 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, 21 Jun 2023 10:21:12 +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.35-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.35-rc1
* git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
* git branch: linux-6.1.y
* git commit: 1781b36a0958c09ec269d0591f929be0590eeb96
* git describe: v6.1.34-167-g1781b36a0958
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.34-167-g1781b36a0958

## Test Regressions (compared to v6.1.33)

## Metric Regressions (compared to v6.1.33)

## Test Fixes (compared to v6.1.33)

## Metric Fixes (compared to v6.1.33)

## Test result summary
total: 173166, pass: 144515, fail: 3419, skip: 25079, xfail: 153

## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 151 total, 150 passed, 1 failed
* arm64: 57 total, 56 passed, 1 failed
* i386: 41 total, 38 passed, 3 failed
* mips: 30 total, 28 passed, 2 failed
* parisc: 4 total, 4 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
* 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-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
* libgpiod
* libhugetlbfs
* log-parser-boot
* log-parser-test
* ltp-cap_bounds
* ltp-commands
* ltp-containers
* ltp-controllers
* ltp-cpuhotplug
* ltp-crypto
* ltp-cve
* ltp-dio
* ltp-fcntl-locktests
* ltp-filecaps
* ltp-fs
* ltp-fs_bind
* ltp-fs_perms_simple
* ltp-fsx
* ltp-hugetlb
* ltp-io
* ltp-ipc
* ltp-math
* ltp-mm
* ltp-nptl
* ltp-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-06-20 09:46:46

by Chris Paterson

[permalink] [raw]
Subject: RE: [PATCH 6.1 000/166] 6.1.35-rc1 review

Hello Greg,

> From: Greg Kroah-Hartman <[email protected]>
> Sent: Monday, June 19, 2023 11:28 AM
>
> This is the start of the stable review cycle for the 6.1.35 release.
> There are 166 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, 21 Jun 2023 10:21:12 +0000.
> Anything received after that time might be too late.

Thank you for the release!

CIP configurations built and booted okay with Linux 6.1.35-rc1 (1781b36a0958):
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/904359597
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/commits/linux-6.1.y

Tested-by: Chris Paterson (CIP) <[email protected]>

Kind regards, Chris

2023-06-20 10:35:27

by Jon Hunter

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/166] 6.1.35-rc1 review

On Mon, 19 Jun 2023 12:27:57 +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.35 release.
> There are 166 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, 21 Jun 2023 10:21:12 +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.35-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.35-rc1-g1781b36a0958
Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000,
tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000,
tegra20-ventana, tegra210-p2371-2180,
tegra210-p3450-0000, tegra30-cardhu-a04

Tested-by: Jon Hunter <[email protected]>

Jon

2023-06-20 10:44:41

by Ron Economos

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/166] 6.1.35-rc1 review

On 6/19/23 3:27 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.35 release.
> There are 166 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, 21 Jun 2023 10:21:12 +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.35-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.1.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

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

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


2023-06-20 11:30:42

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/166] 6.1.35-rc1 review

On Mon, Jun 19, 2023 at 12:27:57PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.35 release.
> There are 166 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]>

Cheers,
Conor.


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

2023-06-20 12:11:47

by Sudip Mukherjee

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/166] 6.1.35-rc1 review

Hi Greg,

On Mon, Jun 19, 2023 at 12:27:57PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.35 release.
> There are 166 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]
mips: Booted on ci20 board. No regression. [3]

[1]. https://openqa.qa.codethink.co.uk/tests/4075
[2]. https://openqa.qa.codethink.co.uk/tests/4076
[3]. https://openqa.qa.codethink.co.uk/tests/4077

Tested-by: Sudip Mukherjee <[email protected]>

--
Regards
Sudip

2023-06-20 13:13:15

by Takeshi Ogasawara

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/166] 6.1.35-rc1 review

Hi Greg

On Mon, Jun 19, 2023 at 7:44 PM Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.1.35 release.
> There are 166 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, 21 Jun 2023 10:21:12 +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.35-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.35-rc1 tested.

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

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

Thanks

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

2023-06-20 17:46:06

by Allen Pais

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/166] 6.1.35-rc1 review

> This is the start of the stable review cycle for the 6.1.35 release.
> There are 166 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, 21 Jun 2023 10:21:12 +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.35-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 x86_64 and ARM64 test systems. No errors or
regressions.

Tested-by: Allen Pais <[email protected]>

Thanks.

2023-06-20 21:39:36

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/166] 6.1.35-rc1 review

On 6/19/23 04:27, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.35 release.
> There are 166 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, 21 Jun 2023 10:21:12 +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.35-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-06-21 01:29:43

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/166] 6.1.35-rc1 review

On Mon, Jun 19, 2023 at 12:27:57PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.35 release.
> There are 166 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, 21 Jun 2023 10:21:12 +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