2023-12-18 14:03:45

by Greg Kroah-Hartman

[permalink] [raw]
Subject: [PATCH 6.6 000/166] 6.6.8-rc1 review

This is the start of the stable review cycle for the 6.6.8 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, 20 Dec 2023 13:50:31 +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.6.8-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.6.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Patrisious Haddad <[email protected]>
RDMA/mlx5: Change the key being sent for MPV device affiliation

Fangrui Song <[email protected]>
x86/speculation, objtool: Use absolute relocations for annotations

Steven Rostedt (Google) <[email protected]>
ring-buffer: Have rb_time_cmpxchg() set the msb counter too

Steven Rostedt (Google) <[email protected]>
ring-buffer: Do not try to put back write_stamp

Steven Rostedt (Google) <[email protected]>
ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs

Steven Rostedt (Google) <[email protected]>
ring-buffer: Fix writing to the buffer with max_data_size

Steven Rostedt (Google) <[email protected]>
ring-buffer: Have saved event hold the entire event

Steven Rostedt (Google) <[email protected]>
ring-buffer: Do not update before stamp when switching sub-buffers

Steven Rostedt (Google) <[email protected]>
tracing: Update snapshot buffer on resize if it is allocated

Steven Rostedt (Google) <[email protected]>
ring-buffer: Fix memory leak of free page

Paulo Alcantara <[email protected]>
smb: client: fix OOB in smb2_query_reparse_point()

Paulo Alcantara <[email protected]>
smb: client: fix NULL deref in asn1_ber_decoder()

Paulo Alcantara <[email protected]>
smb: client: fix potential OOBs in smb2_parse_contexts()

Paulo Alcantara <[email protected]>
smb: client: fix OOB in receive_encrypted_standard()

Ville Syrjälä <[email protected]>
drm/i915: Fix remapped stride with CCS on ADL+

Ville Syrjälä <[email protected]>
drm/i915: Fix intel_atomic_setup_scalers() plane_state handling

Ville Syrjälä <[email protected]>
drm/i915: Fix ADL+ tiled plane stride when the POT stride is smaller than the original

Mario Limonciello <[email protected]>
drm/amd/display: Disable PSR-SU on Parade 0803 TCON again

Mario Limonciello <[email protected]>
drm/amd/display: Restore guard against default backlight value < 1 nit

Jani Nikula <[email protected]>
drm/edid: also call add modes in EDID connector update fallback

Christian König <[email protected]>
drm/amdgpu: fix tear down order in amdgpu_vm_pt_free

Boris Burkov <[email protected]>
btrfs: don't clear qgroup reserved bit in release_folio

Boris Burkov <[email protected]>
btrfs: fix qgroup_free_reserved_data int overflow

Boris Burkov <[email protected]>
btrfs: free qgroup reserve when ORDERED_IOERR is set

Ignat Korchagin <[email protected]>
kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMP

David Stevens <[email protected]>
mm/shmem: fix race in shmem_undo_range w/THP

Yu Zhao <[email protected]>
mm/mglru: reclaim offlined memcgs harder

Yu Zhao <[email protected]>
mm/mglru: respect min_ttl_ms with memcgs

Yu Zhao <[email protected]>
mm/mglru: try to stop at high watermarks

Yu Zhao <[email protected]>
mm/mglru: fix underprotected page cache

Frank Li <[email protected]>
dmaengine: fsl-edma: fix DMA channel leak in eDMAv4

Amelie Delaunay <[email protected]>
dmaengine: stm32-dma: avoid bitfield overflow assertion

Stuart Lee <[email protected]>
drm/mediatek: Fix access violation in mtk_drm_crtc_dma_dev_get

Alex Deucher <[email protected]>
drm/amdgpu/sdma5.2: add begin/end_use ring callbacks

Florent Revest <[email protected]>
team: Fix use-after-free when an option instance allocation fails

James Houghton <[email protected]>
arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify

John Hubbard <[email protected]>
Revert "selftests: error out if kernel header files are not yet built"

Baokun Li <[email protected]>
ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS

Krzysztof Kozlowski <[email protected]>
soundwire: stream: fix NULL pointer dereference for multi_link

Dan Williams <[email protected]>
cxl/hdm: Fix dpa translation locking

Josef Bacik <[email protected]>
btrfs: do not allow non subvolume root targets for snapshot

Mark Rutland <[email protected]>
perf: Fix perf_event_validate_size() lockdep splat

Denis Benato <[email protected]>
HID: hid-asus: add const to read-only outgoing usb buffer

Masahiro Yamada <[email protected]>
arm64: add dependency between vmlinuz.efi and Image

Paulo Alcantara <[email protected]>
smb: client: set correct file type from NFS reparse points

Paulo Alcantara <[email protected]>
smb: client: introduce ->parse_reparse_point()

Paulo Alcantara <[email protected]>
smb: client: implement ->query_reparse_point() for SMB1

Lech Perczak <[email protected]>
net: usb: qmi_wwan: claim interface 4 for ZTE MF290

Steven Rostedt (Google) <[email protected]>
eventfs: Do not allow NULL parent to eventfs_start_creating()

Linus Torvalds <[email protected]>
asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation

Heiko Carstens <[email protected]>
scripts/checkstack.pl: match all stack sizes for s390

Nguyen Dinh Phi <[email protected]>
nfc: virtual_ncidev: Add variable to check if ndev is running

Aoba K <[email protected]>
HID: multitouch: Add quirk for HONOR GLO-GXXX touchpad

Denis Benato <[email protected]>
HID: hid-asus: reset the backlight brightness level on resume

Li Nan <[email protected]>
nbd: pass nbd_sock to nbd_read_reply() instead of index

Oliver Neukum <[email protected]>
HID: add ALWAYS_POLL quirk for Apple kb

Brett Raye <[email protected]>
HID: glorious: fix Glorious Model I HID report

Yihong Cao <[email protected]>
HID: apple: add Jamesdonkey and A3R to non-apple keyboards list

Hamish Martin <[email protected]>
HID: mcp2221: Allow IO to start during probe

Hamish Martin <[email protected]>
HID: mcp2221: Set driver data before I2C adapter add

Andy Shevchenko <[email protected]>
platform/x86: intel_telemetry: Fix kernel doc descriptions

Bibo Mao <[email protected]>
LoongArch: Implement constant timer shutdown interface

Huacai Chen <[email protected]>
LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPL

Huacai Chen <[email protected]>
LoongArch: Silence the boot warning about 'nokaslr'

WANG Rui <[email protected]>
LoongArch: Record pc instead of offset in la_abs relocation

Masahiro Yamada <[email protected]>
LoongArch: Add dependency between vmlinuz.efi and vmlinux.efi

Eduard Zingerman <[email protected]>
selftests/bpf: fix bpf_loop_bench for new callback verification scheme

Hannes Reinecke <[email protected]>
nvme: catch errors from nvme_configure_metadata()

Mark O'Donovan <[email protected]>
nvme-auth: set explanation code for failure2 msgs

Li Nan <[email protected]>
nbd: fix null-ptr-dereference while accessing 'nbd->config'

Li Nan <[email protected]>
nbd: factor out a helper to get nbd_config without holding 'config_lock'

Li Nan <[email protected]>
nbd: fold nbd config initialization into nbd_alloc_config()

Coly Li <[email protected]>
bcache: avoid NULL checking to c->root in run_cache_set()

Coly Li <[email protected]>
bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()

Colin Ian King <[email protected]>
bcache: remove redundant assignment to variable cur_idx

Coly Li <[email protected]>
bcache: avoid oversize memory allocation by small stripe_size

Ming Lei <[email protected]>
blk-cgroup: bypass blkcg_deactivate_policy after destroying

Ming Lei <[email protected]>
blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"

David Howells <[email protected]>
rxrpc: Fix some minor issues with bundle tracing

Jean Delvare <[email protected]>
stmmac: dwmac-loongson: Add architecture dependency

Oliver Neukum <[email protected]>
usb: aqc111: check packet for fixup for true limit

Saurabh Sengar <[email protected]>
x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VM

David Hildenbrand <[email protected]>
selftests/mm: cow: print ksft header before printing anything else

Tvrtko Ursulin <[email protected]>
drm/i915: Use internal class when counting engine resets

Tvrtko Ursulin <[email protected]>
drm/i915/selftests: Fix engine reset count storage for multi-tile

Andrzej Kacprowski <[email protected]>
accel/ivpu/37xx: Fix interrupt_clear_with_0 WA initialization

Stanislaw Gruszka <[email protected]>
accel/ivpu: Print information about used workarounds

Jason-JH.Lin <[email protected]>
drm/mediatek: Add spinlock for setting vblank event in atomic_begin

Michael Walle <[email protected]>
drm/mediatek: fix kernel oops if no crtc is found

Johan Hovold <[email protected]>
PCI: vmd: Fix potential deadlock when enabling ASPM

Namjae Jeon <[email protected]>
ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE

Johan Hovold <[email protected]>
PCI/ASPM: Add pci_enable_link_state_locked()

Jiaxun Yang <[email protected]>
PCI: loongson: Limit MRRS to 256

Bjorn Helgaas <[email protected]>
Revert "PCI: acpiphp: Reassign resources on bridge if necessary"

Gergo Koteles <[email protected]>
ALSA: hda/tas2781: reset the amp before component_add

Gergo Koteles <[email protected]>
ALSA: hda/tas2781: call cleanup functions only once

Gergo Koteles <[email protected]>
ALSA: hda/tas2781: handle missing EFI calibration data

Gergo Koteles <[email protected]>
ALSA: hda/tas2781: leave hda_component in usable state

Hartmut Knaack <[email protected]>
ALSA: hda/realtek: Apply mute LED quirk for HP15-db

Kai Vehmanen <[email protected]>
ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 variants

Kai Vehmanen <[email protected]>
ALSA: hda/hdmi: add force-connect quirk for NUC5CPYB

Al Viro <[email protected]>
io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementation

Hangyu Hua <[email protected]>
fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()

Amir Goldstein <[email protected]>
fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAP

Krister Johansen <[email protected]>
fuse: share lookup state between submount and its parent

Tyler Fanelli <[email protected]>
fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAP

Sebastian Parschauer <[email protected]>
HID: Add quirk for Labtec/ODDOR/aikeec handbrake

Mario Limonciello <[email protected]>
HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[]

Jens Axboe <[email protected]>
cred: get rid of CONFIG_DEBUG_CREDENTIALS

Jens Axboe <[email protected]>
cred: switch to using atomic_long_t

Igor Russkikh <[email protected]>
net: atlantic: fix double free in ring reinit logic

Hyunwoo Kim <[email protected]>
appletalk: Fix Use-After-Free in atalk_ioctl

Andrew Halaney <[email protected]>
net: stmmac: Handle disabled MDIO busses from devicetree

Sneh Shah <[email protected]>
net: stmmac: dwmac-qcom-ethqos: Fix drops in 10M SGMII RX

Ioana Ciornei <[email protected]>
dpaa2-switch: do not ask for MDB, VLAN and FDB replay

Ioana Ciornei <[email protected]>
dpaa2-switch: fix size of the dma_unmap

Nikolay Kuratov <[email protected]>
vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()

Yusong Gao <[email protected]>
sign-file: Fix incorrect return values check

Yanteng Si <[email protected]>
stmmac: dwmac-loongson: Make sure MDIO is initialized before use

David Arinzon <[email protected]>
net: ena: Fix XDP redirection error

David Arinzon <[email protected]>
net: ena: Fix DMA syncing in XDP path when SWIOTLB is on

David Arinzon <[email protected]>
net: ena: Fix xdp drops handling due to multibuf packets

David Arinzon <[email protected]>
net: ena: Destroy correct number of xdp queues upon failure

Dong Chenchen <[email protected]>
net: Remove acked SYN flag from packet in the transmit queue correctly

Dinghao Liu <[email protected]>
qed: Fix a potential use-after-free in qed_cxt_tables_alloc

Slawomir Laba <[email protected]>
iavf: Fix iavf_shutdown to call iavf_remove instead iavf_close

Piotr Gardocki <[email protected]>
iavf: Handle ntuple on/off based on new state machines for flow director

Piotr Gardocki <[email protected]>
iavf: Introduce new state machines for flow director

Hyunwoo Kim <[email protected]>
net/rose: Fix Use-After-Free in rose_ioctl

Hyunwoo Kim <[email protected]>
atm: Fix Use-After-Free in do_vcc_ioctl

Hariprasad Kelam <[email protected]>
octeontx2-af: Fix pause frame configuration

Hariprasad Kelam <[email protected]>
octeontx2-af: Update RSS algorithm index

Hariprasad Kelam <[email protected]>
octeontx2-pf: Fix promisc mcam entry action

Shinas Rasheed <[email protected]>
octeon_ep: explicitly test for firmware ready value

Vlad Buslov <[email protected]>
net/sched: act_ct: Take per-cb reference to tcf_ct_flow_table

Zhipeng Lu <[email protected]>
octeontx2-af: fix a use-after-free in rvu_nix_register_reporters

Radu Bulie <[email protected]>
net: fec: correct queue selection

Chengfeng Ye <[email protected]>
atm: solos-pci: Fix potential deadlock on &tx_queue_lock

Chengfeng Ye <[email protected]>
atm: solos-pci: Fix potential deadlock on &cli_queue_lock

Michael Chan <[email protected]>
bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic

Kalesh AP <[email protected]>
bnxt_en: Fix wrong return value check in bnxt_close_nic()

Sreekanth Reddy <[email protected]>
bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()

Somnath Kotur <[email protected]>
bnxt_en: Clear resource reservation during resume

Stefan Wahren <[email protected]>
qca_spi: Fix reset behavior

Stefan Wahren <[email protected]>
qca_debug: Fix ethtool -G iface tx behavior

Stefan Wahren <[email protected]>
qca_debug: Prevent crash on TX ring changes

Maciej Żenczykowski <[email protected]>
net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIX

Dan Carpenter <[email protected]>
net/mlx5: Fix a NULL vs IS_ERR() check

Gavin Li <[email protected]>
net/mlx5e: Check netdev pointer before checking its net ns

Moshe Shemesh <[email protected]>
net/mlx5: Nack sync reset request when HotPlug is enabled

Chris Mi <[email protected]>
net/mlx5e: TC, Don't offload post action rule if not supported

Moshe Shemesh <[email protected]>
net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_work

Chris Mi <[email protected]>
net/mlx5e: Disable IPsec offload support if not FW steering

Patrisious Haddad <[email protected]>
RDMA/mlx5: Send events from IB driver about device affiliation state

Jianbo Liu <[email protected]>
net/mlx5e: Check the number of elements before walk TC rhashtable

Jianbo Liu <[email protected]>
net/mlx5e: Reduce eswitch mode_lock protection context

Leon Romanovsky <[email protected]>
net/mlx5e: Tidy up IPsec NAT-T SA discovery

Patrisious Haddad <[email protected]>
net/mlx5e: Unify esw and normal IPsec status table creation/destruction

Leon Romanovsky <[email protected]>
net/mlx5e: Ensure that IPsec sequence packet number starts from 1

Leon Romanovsky <[email protected]>
net/mlx5e: Honor user choice of IPsec replay window size

Mikhail Khvainitski <[email protected]>
HID: lenovo: Restrict detection of patched firmware only to USB cptkbd

David Howells <[email protected]>
afs: Fix refcount underflow from error handling race

Ard Biesheuvel <[email protected]>
efi/x86: Avoid physical KASLR on older Dell systems

Zizhi Wo <[email protected]>
ksmbd: fix memory leak in smb2_lock()

Jan Kara <[email protected]>
ext4: fix warning in ext4_dio_write_end_io()

Kelly Kane <[email protected]>
r8152: add vendor/device ID pair for ASUS USB-C2500


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

Diffstat:

Makefile | 4 +-
arch/arm64/Makefile | 2 +-
arch/arm64/include/asm/pgtable.h | 6 +
arch/loongarch/Makefile | 2 +
arch/loongarch/include/asm/asmmacro.h | 3 +-
arch/loongarch/include/asm/setup.h | 2 +-
arch/loongarch/kernel/relocate.c | 10 +-
arch/loongarch/kernel/time.c | 27 +--
arch/loongarch/mm/pgtable.c | 4 +-
arch/powerpc/configs/skiroot_defconfig | 1 -
arch/riscv/Kconfig | 4 +-
arch/riscv/kernel/crash_core.c | 4 +-
arch/s390/configs/debug_defconfig | 1 -
arch/x86/hyperv/hv_init.c | 25 ++-
arch/x86/include/asm/alternative.h | 4 +-
arch/x86/include/asm/nospec-branch.h | 4 +-
block/blk-cgroup.c | 13 ++
block/blk-throttle.c | 2 +
drivers/accel/ivpu/ivpu_drv.h | 5 +
drivers/accel/ivpu/ivpu_hw_37xx.c | 17 +-
drivers/accel/ivpu/ivpu_hw_40xx.c | 4 +
drivers/atm/solos-pci.c | 8 +-
drivers/block/nbd.c | 117 ++++++----
drivers/cxl/core/hdm.c | 3 +-
drivers/cxl/core/port.c | 4 +-
drivers/dma/fsl-edma-common.c | 1 +
drivers/dma/stm32-dma.c | 8 +-
drivers/firmware/efi/libstub/x86-stub.c | 31 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c | 3 +-
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 28 +++
.../dc/link/protocols/link_edp_panel_control.c | 4 +-
.../drm/amd/display/modules/power/power_helpers.c | 2 +
drivers/gpu/drm/drm_edid.c | 3 +-
drivers/gpu/drm/i915/display/intel_fb.c | 19 +-
drivers/gpu/drm/i915/display/skl_scaler.c | 2 +-
drivers/gpu/drm/i915/gt/intel_reset.c | 2 +-
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 5 +-
drivers/gpu/drm/i915/i915_gpu_error.h | 12 +-
drivers/gpu/drm/i915/selftests/igt_live_test.c | 9 +-
drivers/gpu/drm/i915/selftests/igt_live_test.h | 3 +-
drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 14 +-
drivers/gpu/drm/mediatek/mtk_drm_drv.c | 5 +-
drivers/hid/hid-apple.c | 2 +
drivers/hid/hid-asus.c | 27 ++-
drivers/hid/hid-glorious.c | 16 +-
drivers/hid/hid-ids.h | 12 +-
drivers/hid/hid-lenovo.c | 3 +-
drivers/hid/hid-mcp2221.c | 4 +-
drivers/hid/hid-multitouch.c | 5 +
drivers/hid/hid-quirks.c | 2 +
drivers/hid/i2c-hid/i2c-hid-acpi.c | 5 +
drivers/infiniband/hw/mlx5/main.c | 17 ++
drivers/md/bcache/bcache.h | 1 +
drivers/md/bcache/btree.c | 7 +
drivers/md/bcache/super.c | 4 +-
drivers/md/bcache/writeback.c | 2 +-
drivers/net/ethernet/amazon/ena/ena_eth_com.c | 3 -
drivers/net/ethernet/amazon/ena/ena_netdev.c | 53 +++--
drivers/net/ethernet/aquantia/atlantic/aq_ring.c | 5 +-
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 38 +++-
drivers/net/ethernet/broadcom/bnxt/bnxt.h | 10 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c | 11 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 19 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c | 5 +-
.../ethernet/freescale/dpaa2/dpaa2-switch-flower.c | 7 +-
.../net/ethernet/freescale/dpaa2/dpaa2-switch.c | 11 +-
drivers/net/ethernet/freescale/fec_main.c | 27 +--
drivers/net/ethernet/intel/iavf/iavf.h | 1 +
drivers/net/ethernet/intel/iavf/iavf_ethtool.c | 27 ++-
drivers/net/ethernet/intel/iavf/iavf_fdir.h | 15 +-
drivers/net/ethernet/intel/iavf/iavf_main.c | 179 ++++++++++-----
drivers/net/ethernet/intel/iavf/iavf_virtchnl.c | 71 +++++-
.../net/ethernet/marvell/octeon_ep/octep_main.c | 3 +-
drivers/net/ethernet/marvell/octeontx2/af/rpm.c | 11 +-
.../ethernet/marvell/octeontx2/af/rvu_devlink.c | 5 +-
.../net/ethernet/marvell/octeontx2/af/rvu_npc.c | 55 ++++-
.../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 25 ++-
drivers/net/ethernet/mellanox/mlx5/core/en.h | 1 +
.../ethernet/mellanox/mlx5/core/en/tc/post_act.c | 6 +
.../ethernet/mellanox/mlx5/core/en_accel/ipsec.c | 56 +++--
.../mellanox/mlx5/core/en_accel/ipsec_fs.c | 222 +++++++++++++-----
.../mellanox/mlx5/core/en_accel/ipsec_offload.c | 10 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 27 ++-
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 25 ++-
.../net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c | 154 +------------
.../net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.h | 15 --
drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 35 +--
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h | 2 +
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 56 +++--
drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c | 29 +++
drivers/net/ethernet/mellanox/mlx5/core/main.c | 6 +
drivers/net/ethernet/qlogic/qed/qed_cxt.c | 1 +
drivers/net/ethernet/qualcomm/qca_debug.c | 17 +-
drivers/net/ethernet/qualcomm/qca_spi.c | 20 +-
drivers/net/ethernet/stmicro/stmmac/Kconfig | 2 +-
.../net/ethernet/stmicro/stmmac/dwmac-loongson.c | 14 +-
.../ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c | 10 +
drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 6 +-
drivers/net/team/team.c | 4 +-
drivers/net/usb/aqc111.c | 8 +-
drivers/net/usb/qmi_wwan.c | 1 +
drivers/net/usb/r8152.c | 1 +
drivers/nfc/virtual_ncidev.c | 7 +-
drivers/nvme/host/auth.c | 2 +
drivers/nvme/host/core.c | 19 +-
drivers/pci/controller/pci-loongson.c | 46 +++-
drivers/pci/controller/vmd.c | 2 +-
drivers/pci/hotplug/acpiphp_glue.c | 9 +-
drivers/pci/pcie/aspm.c | 53 +++--
drivers/platform/x86/intel/telemetry/core.c | 4 +-
drivers/soundwire/stream.c | 7 +-
fs/afs/rxrpc.c | 2 +-
fs/btrfs/delalloc-space.c | 2 +-
fs/btrfs/extent_io.c | 3 +-
fs/btrfs/file.c | 2 +-
fs/btrfs/inode.c | 16 +-
fs/btrfs/ioctl.c | 9 +
fs/btrfs/ordered-data.c | 11 +-
fs/btrfs/qgroup.c | 25 ++-
fs/btrfs/qgroup.h | 4 +-
fs/ext4/file.c | 14 +-
fs/ext4/mballoc.c | 4 +
fs/fuse/dax.c | 1 +
fs/fuse/file.c | 8 +-
fs/fuse/fuse_i.h | 19 +-
fs/fuse/inode.c | 81 ++++++-
fs/nfsd/auth.c | 4 -
fs/nfsd/nfssvc.c | 1 -
fs/nfsd/vfs.c | 9 +-
fs/open.c | 3 -
fs/smb/client/cached_dir.c | 17 +-
fs/smb/client/cifsglob.h | 14 +-
fs/smb/client/cifspdu.h | 4 +-
fs/smb/client/cifsproto.h | 11 +-
fs/smb/client/cifssmb.c | 191 +++++++---------
fs/smb/client/inode.c | 74 ++++--
fs/smb/client/readdir.c | 6 +-
fs/smb/client/smb1ops.c | 73 ++----
fs/smb/client/smb2inode.c | 2 +-
fs/smb/client/smb2misc.c | 26 +--
fs/smb/client/smb2ops.c | 176 ++++++++-------
fs/smb/client/smb2pdu.c | 95 ++++----
fs/smb/client/smb2proto.h | 12 +-
fs/smb/common/smb2pdu.h | 2 +-
fs/smb/server/smb2pdu.c | 1 +
fs/tracefs/inode.c | 13 +-
include/asm-generic/qspinlock.h | 2 +-
include/linux/cred.h | 58 +----
include/linux/mlx5/device.h | 2 +
include/linux/mlx5/driver.h | 2 +
include/linux/mlx5/mlx5_ifc.h | 9 +-
include/linux/mm_inline.h | 23 +-
include/linux/mmzone.h | 34 +--
include/linux/objtool.h | 10 +-
include/linux/pci.h | 3 +
include/linux/usb/r8152.h | 1 +
include/net/addrconf.h | 12 +-
include/net/if_inet6.h | 4 -
include/net/netfilter/nf_flow_table.h | 10 +
include/uapi/linux/fuse.h | 10 +-
io_uring/uring_cmd.c | 2 +-
kernel/Kconfig.kexec | 1 -
kernel/cred.c | 248 +++------------------
kernel/events/core.c | 10 +
kernel/exit.c | 3 -
kernel/trace/ring_buffer.c | 58 ++---
kernel/trace/trace.c | 4 +-
lib/Kconfig.debug | 15 --
mm/shmem.c | 19 +-
mm/vmscan.c | 92 +++++---
mm/workingset.c | 6 +-
net/appletalk/ddp.c | 9 +-
net/atm/ioctl.c | 7 +-
net/ipv4/tcp_output.c | 6 +
net/ipv6/addrconf.c | 6 +-
net/rose/af_rose.c | 4 +-
net/rxrpc/conn_client.c | 7 +-
net/sched/act_ct.c | 34 ++-
net/sunrpc/auth.c | 3 -
net/vmw_vsock/virtio_transport_common.c | 2 +-
scripts/checkstack.pl | 3 +-
scripts/sign-file.c | 12 +-
security/selinux/hooks.c | 6 -
sound/pci/hda/patch_hdmi.c | 3 +
sound/pci/hda/patch_realtek.c | 1 +
sound/pci/hda/tas2781_hda_i2c.c | 21 +-
tools/objtool/noreturns.h | 1 -
tools/testing/selftests/Makefile | 21 +-
tools/testing/selftests/bpf/config.x86_64 | 1 -
tools/testing/selftests/bpf/progs/bpf_loop_bench.c | 13 +-
tools/testing/selftests/hid/config.common | 1 -
tools/testing/selftests/lib.mk | 40 +---
tools/testing/selftests/mm/cow.c | 3 +-
194 files changed, 2164 insertions(+), 1607 deletions(-)




2023-12-18 15:57:10

by Ronald Warsow

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/166] 6.6.8-rc1 review

Hi Greg

6.6.8-rc1

compiles, boots and runs here on x86_64
(Intel Rocket Lake: i5-11400)

Thanks

Tested-by: Ronald Warsow <[email protected]>


2023-12-18 18:50:51

by SeongJae Park

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/166] 6.6.8-rc1 review

Hello,

On Mon, 18 Dec 2023 14:49:26 +0100 Greg Kroah-Hartman <[email protected]> wrote:

> This is the start of the stable review cycle for the 6.6.8 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, 20 Dec 2023 13:50:31 +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.6.8-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.6.y
> and the diffstat can be found below.

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

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

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

Thanks,
SJ

[...]

---

ok 1 selftests: damon: debugfs_attrs.sh
ok 2 selftests: damon: debugfs_schemes.sh
ok 3 selftests: damon: debugfs_target_ids.sh
ok 4 selftests: damon: debugfs_empty_targets.sh
ok 5 selftests: damon: debugfs_huge_count_read_write.sh
ok 6 selftests: damon: debugfs_duplicate_context_creation.sh
ok 7 selftests: damon: debugfs_rm_non_contexts.sh
ok 8 selftests: damon: sysfs.sh
ok 9 selftests: damon: sysfs_update_removed_scheme_dir.sh
ok 10 selftests: damon: reclaim.sh
ok 11 selftests: damon: lru_sort.sh
ok 1 selftests: damon-tests: kunit.sh
ok 2 selftests: damon-tests: huge_count_read_write.sh
ok 3 selftests: damon-tests: buffer_overflow.sh
ok 4 selftests: damon-tests: rm_contexts.sh
ok 5 selftests: damon-tests: record_null_deref.sh
ok 6 selftests: damon-tests: dbgfs_target_ids_read_before_terminate_race.sh
ok 7 selftests: damon-tests: dbgfs_target_ids_pid_leak.sh
ok 8 selftests: damon-tests: damo_tests.sh
ok 9 selftests: damon-tests: masim-record.sh
ok 10 selftests: damon-tests: build_i386.sh
ok 11 selftests: damon-tests: build_arm64.sh
ok 12 selftests: damon-tests: build_i386_idle_flag.sh
ok 13 selftests: damon-tests: build_i386_highpte.sh
ok 14 selftests: damon-tests: build_nomemcg.sh
[33m
[92mPASS [39m

2023-12-18 20:29:28

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/166] 6.6.8-rc1 review

On Mon, Dec 18, 2023 at 02:49:26PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.8 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) (382.00 B)
signature.asc (235.00 B)
Download all attachments

2023-12-18 20:55:11

by Ricardo B. Marliere

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/166] 6.6.8-rc1 review

On 23/12/18 02:49PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.8 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, 20 Dec 2023 13:50:31 +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.6.8-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.6.y
> and the diffstat can be found below.
>
> thanks

No regressions found on my system.

[ 0.000000] Linux version 6.6.8-rc1+ (rbmarliere@debian) (Debian clang version 16.0.6 (19), GNU ld (GNU Binutils for Debian) 2.41.50.20231214) #14 SMP PREEMPT_DYNAMIC Mon Dec 18 14:51:26 -03 2023

Tested-by: Ricardo B. Marliere <[email protected]>

Thanks!
- Ricardo

2023-12-18 21:06:37

by Takeshi Ogasawara

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/166] 6.6.8-rc1 review

Hi Greg

On Mon, Dec 18, 2023 at 11:03 PM Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.6.8 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, 20 Dec 2023 13:50:31 +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.6.8-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.6.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

6.6.8-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)

[ 0.000000] Linux version 6.6.8-rc1rv
(takeshi@ThinkPadX1Gen10J0764) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU
Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Tue Dec 19 05:38:30 JST 2023

Thanks

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

2023-12-18 23:44:36

by Justin Forbes

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/166] 6.6.8-rc1 review

On Mon, Dec 18, 2023 at 02:49:26PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.8 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, 20 Dec 2023 13:50:31 +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.6.8-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.6.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

Tested rc1 against the Fedora build system (aarch64, ppc64le, s390x,
x86_64), and boot tested x86_64. No regressions noted.

Tested-by: Justin M. Forbes <[email protected]>

2023-12-18 23:55:41

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/166] 6.6.8-rc1 review

On 12/18/23 06:49, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.8 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, 20 Dec 2023 13:50:31 +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.6.8-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.6.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-12-19 01:07:05

by Kelsey Steele

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/166] 6.6.8-rc1 review

On Mon, Dec 18, 2023 at 02:49:26PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.8 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, 20 Dec 2023 13:50:31 +0000.
> Anything received after that time might be too late.

No regressions found on WSL (x86 and arm64).

Built, booted, and reviewed dmesg.

Thank you.

Tested-by: Kelsey Steele <[email protected]>

2023-12-19 03:22:11

by Bagas Sanjaya

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/166] 6.6.8-rc1 review

On Mon, Dec 18, 2023 at 02:49:26PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.8 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.
>

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

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

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

2023-12-19 07:04:17

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/166] 6.6.8-rc1 review

On Mon, 18 Dec 2023 at 19:30, Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.6.8 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, 20 Dec 2023 13:50:31 +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.6.8-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.6.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.6.8-rc1
* git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
* git branch: linux-6.6.y
* git commit: aa90f2b75bff896df265802383a62bf4ed79b0f8
* git describe: v6.6.7-167-gaa90f2b75bff
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.7-167-gaa90f2b75bff

## Test Regressions (compared to v6.6.7)

## Metric Regressions (compared to v6.6.7)

## Test Fixes (compared to v6.6.7)

## Metric Fixes (compared to v6.6.7)

## Test result summary
total: 152532, pass: 130905, fail: 2449, skip: 19047, xfail: 131

## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 141 total, 141 passed, 0 failed
* arm64: 49 total, 47 passed, 2 failed
* i386: 37 total, 37 passed, 0 failed
* mips: 24 total, 24 passed, 0 failed
* parisc: 3 total, 3 passed, 0 failed
* powerpc: 34 total, 34 passed, 0 failed
* riscv: 22 total, 22 passed, 0 failed
* s390: 12 total, 12 passed, 0 failed
* sh: 10 total, 10 passed, 0 failed
* sparc: 6 total, 6 passed, 0 failed
* x86_64: 42 total, 42 passed, 0 failed

## Test suites summary
* boot
* kselftest-android
* kselftest-arm64
* kselftest-breakpoints
* kselftest-capabilities
* kselftest-cgroup
* kselftest-clone3
* kselftest-core
* kselftest-cpu-hotplug
* kselftest-cpufreq
* kselftest-drivers-dma-buf
* kselftest-efivarfs
* kselftest-exec
* kselftest-filesystems
* kselftest-filesystems-binderfs
* kselftest-filesystems-epoll
* kselftest-firmware
* kselftest-fpu
* kselftest-ftrace
* kselftest-futex
* kselftest-gpio
* kselftest-intel_pstate
* kselftest-ipc
* kselftest-ir
* kselftest-kcmp
* kselftest-kexec
* kselftest-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-vm
* kselftest-watchdog
* kselftest-x86
* kselftest-zram
* kunit
* 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

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

2023-12-19 10:12:20

by Ron Economos

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/166] 6.6.8-rc1 review

On 12/18/23 5:49 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.8 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, 20 Dec 2023 13:50:31 +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.6.8-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.6.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-12-19 11:33:18

by Jon Hunter

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/166] 6.6.8-rc1 review

On Mon, 18 Dec 2023 14:49:26 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.8 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, 20 Dec 2023 13:50:31 +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.6.8-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.6.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

All tests passing for Tegra ...

Test results for stable-v6.6:
10 builds: 10 pass, 0 fail
26 boots: 26 pass, 0 fail
116 tests: 116 pass, 0 fail

Linux version: 6.6.8-rc1-gaa90f2b75bff
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-12-19 22:17:52

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/166] 6.6.8-rc1 review



On 12/18/2023 2:49 PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.8 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, 20 Dec 2023 13:50:31 +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.6.8-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.6.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