2024-03-04 21:46:53

by Greg Kroah-Hartman

[permalink] [raw]
Subject: [PATCH 6.6 000/143] 6.6.21-rc1 review

This is the start of the stable review cycle for the 6.6.21 release.
There are 143 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, 06 Mar 2024 21:15:26 +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.21-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.21-rc1

Danilo Krummrich <[email protected]>
drm/nouveau: don't fini scheduler before entity flush

Geliang Tang <[email protected]>
selftests: mptcp: rm subflow with v4/v4mapped addr

Geliang Tang <[email protected]>
selftests: mptcp: add mptcp_lib_is_v6

Geliang Tang <[email protected]>
selftests: mptcp: update userspace pm test helpers

Geliang Tang <[email protected]>
selftests: mptcp: add chk_subflows_total helper

Geliang Tang <[email protected]>
selftests: mptcp: add evts_get_info helper

Pawan Gupta <[email protected]>
KVM/VMX: Move VERW closer to VMentry for MDS mitigation

Pawan Gupta <[email protected]>
KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH

Pawan Gupta <[email protected]>
x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key

Pawan Gupta <[email protected]>
x86/entry_32: Add VERW just before userspace transition

Pawan Gupta <[email protected]>
x86/entry_64: Add VERW just before userspace transition

Ming Lei <[email protected]>
block: define bvec_iter as __packed __aligned(4)

Bartosz Golaszewski <[email protected]>
gpio: fix resource unwinding order in error path

Andy Shevchenko <[email protected]>
gpiolib: Fix the error path order in gpiochip_add_data_with_key()

Arturas Moskvinas <[email protected]>
gpio: 74x164: Enable output pins after registers are reset

Nathan Lynch <[email protected]>
powerpc/rtas: use correct function name for resetting TCE tables

Gaurav Batra <[email protected]>
powerpc/pseries/iommu: IOMMU table is not initialized for kdump over SR-IOV

Fenghua Yu <[email protected]>
dmaengine: idxd: Ensure safe user copy of completion record

Fenghua Yu <[email protected]>
dmaengine: idxd: Remove shadow Event Log head stored in idxd

Alexander Stein <[email protected]>
phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use dashes

Kory Maincent <[email protected]>
dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in remote setup

Kory Maincent <[email protected]>
dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in remote setup

Kory Maincent <[email protected]>
dmaengine: dw-edma: Add HDMA remote interrupt configuration

Kory Maincent <[email protected]>
dmaengine: dw-edma: HDMA_V0_REMOTEL_STOP_INT_EN typo fix

Kory Maincent <[email protected]>
dmaengine: dw-edma: Fix wrong interrupt bit set for HDMA

Kory Maincent <[email protected]>
dmaengine: dw-edma: Fix the ch_count hdma callback

Dan Carpenter <[email protected]>
ASoC: cs35l56: fix reversed if statement in cs35l56_dspwait_asp1tx_put()

Kuniyuki Iwashima <[email protected]>
af_unix: Drop oob_skb ref before purging queue in GC.

Kuniyuki Iwashima <[email protected]>
af_unix: Fix task hung while purging oob_skb in GC.

NeilBrown <[email protected]>
NFS: Fix data corruption caused by congestion.

Paolo Abeni <[email protected]>
mptcp: fix possible deadlock in subflow diag

Davide Caratti <[email protected]>
mptcp: fix double-free on socket dismantle

Paolo Abeni <[email protected]>
mptcp: fix potential wake-up event loss

Paolo Abeni <[email protected]>
mptcp: fix snd_wnd initialization for passive socket

Geliang Tang <[email protected]>
selftests: mptcp: join: add ss mptcp support check

Paolo Abeni <[email protected]>
mptcp: push at DSS boundaries

Matthieu Baerts (NGI0) <[email protected]>
mptcp: avoid printing warning once on client side

Geliang Tang <[email protected]>
mptcp: map v4 address to v6 when destroying subflow

Paolo Bonzini <[email protected]>
x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers

Jiri Bohac <[email protected]>
x86/e820: Don't reserve SETUP_RNG_SEED in e820

Aneesh Kumar K.V (IBM) <[email protected]>
mm/debug_vm_pgtable: fix BUG_ON with pud advanced test

Bjorn Andersson <[email protected]>
pmdomain: qcom: rpmhpd: Fix enabled_corner aggregation

Tim Schumacher <[email protected]>
efivarfs: Request at most 512 bytes for variable names

Nicolin Chen <[email protected]>
iommufd: Fix iopt_access_list_id overwrite bug

Nathan Chancellor <[email protected]>
kbuild: Add -Wa,--fatal-warnings to as-instr invocation

Zong Li <[email protected]>
riscv: add CALLER_ADDRx support

Nathan Chancellor <[email protected]>
RISC-V: Drop invalid test from CONFIG_AS_HAS_OPTION_ARCH

Elad Nachman <[email protected]>
mmc: sdhci-xenon: fix PHY init clock stability

Elad Nachman <[email protected]>
mmc: sdhci-xenon: add timeout for PHY init complete

Ivan Semenov <[email protected]>
mmc: core: Fix eMMC initialization with 1-bit bus connection

Christophe Kerello <[email protected]>
mmc: mmci: stm32: fix DMA API overlapping mappings warning

Curtis Klein <[email protected]>
dmaengine: fsl-qdma: init irq after reg initialization

Joy Zou <[email protected]>
dmaengine: fsl-edma: correct calculation of 'nbytes' in multi-fifo scenario

Tadeusz Struk <[email protected]>
dmaengine: ptdma: use consistent DMA masks

Ard Biesheuvel <[email protected]>
crypto: arm64/neonbs - fix out-of-bounds access on short input

Peng Ma <[email protected]>
dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read

Rob Clark <[email protected]>
soc: qcom: pmic_glink: Fix boot when QRTR=m

Ryan Lin <[email protected]>
drm/amd/display: Add monitor patch for specific eDP

Matthew Auld <[email protected]>
drm/buddy: fix range bias

Alex Deucher <[email protected]>
Revert "drm/amd/pm: resolve reboot exception for si oland"

Filipe Manana <[email protected]>
btrfs: send: don't issue unnecessary zero writes for trailing hole

David Sterba <[email protected]>
btrfs: dev-replace: properly validate device names

Filipe Manana <[email protected]>
btrfs: fix double free of anonymous device after snapshot creation failure

Johannes Berg <[email protected]>
wifi: nl80211: reject iftype change with mesh ID change

Elad Nachman <[email protected]>
mtd: rawnand: marvell: fix layouts

Nhat Pham <[email protected]>
mm: cachestat: fix folio read-after-free in cache walk

Alexander Ofitserov <[email protected]>
gtp: fix use-after-free and null-ptr-deref in gtp_newlink()

Mickaël Salaün <[email protected]>
landlock: Fix asymmetric private inodes referring

Johan Hovold <[email protected]>
Bluetooth: hci_bcm4377: do not mark valid bd_addr as invalid

Willian Wang <[email protected]>
ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8

Eniac Zhang <[email protected]>
ALSA: hda/realtek: fix mute/micmute LED For HP mt440

Hans Peter <[email protected]>
ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)

Gergo Koteles <[email protected]>
ALSA: hda/realtek: tas2781: enable subwoofer volume control

Takashi Iwai <[email protected]>
ALSA: ump: Fix the discard error code from snd_ump_legacy_open()

Takashi Sakamoto <[email protected]>
ALSA: firewire-lib: fix to check cycle continuity

Tetsuo Handa <[email protected]>
tomoyo: fix UAF write bug in tomoyo_write_control()

Saravana Kannan <[email protected]>
of: property: fw_devlink: Fix stupid bug in remote-endpoint parsing

Filipe Manana <[email protected]>
btrfs: fix race between ordered extent completion and fiemap

Dimitris Vlachos <[email protected]>
riscv: Sparse-Memory/vmemmap out-of-bounds fix

Alexandre Ghiti <[email protected]>
riscv: Fix pte_leaf_size() for NAPOT

Alexandre Ghiti <[email protected]>
Revert "riscv: mm: support Svnapot in huge vmap"

Vadim Shakirov <[email protected]>
drivers: perf: ctr_get_width function for legacy is not defined

Vadim Shakirov <[email protected]>
drivers: perf: added capabilities for legacy PMU

David Howells <[email protected]>
afs: Fix endless loop in directory parsing

Jiri Slaby (SUSE) <[email protected]>
fbcon: always restore the old font data in fbcon_do_set_font()

Thierry Reding <[email protected]>
drm/tegra: Remove existing framebuffer only if we support display

Conor Dooley <[email protected]>
RISC-V: Ignore V from the riscv,isa DT property on older T-Head CPUs

Richard Fitzgerald <[email protected]>
ASoC: soc-card: Fix missing locking in snd_soc_card_get_kcontrol()

Richard Fitzgerald <[email protected]>
ASoC: cs35l56: Fix deadlock in ASP1 mixer register initialization

Richard Fitzgerald <[email protected]>
ASoC: cs35l56: Fix misuse of wm_adsp 'part' string for silicon revision

Richard Fitzgerald <[email protected]>
ASoC: cs35l56: Fix for initializing ASP1 mixer registers

Richard Fitzgerald <[email protected]>
ASoC: cs35l56: Don't add the same register patch multiple times

Richard Fitzgerald <[email protected]>
ASoC: cs35l56: cs35l56_component_remove() must clean up wm_adsp

Richard Fitzgerald <[email protected]>
ASoC: cs35l56: cs35l56_component_remove() must clear cs35l56->component

Alexandre Ghiti <[email protected]>
riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION

Colin Ian King <[email protected]>
ASoC: qcom: Fix uninitialized pointer dmactl

Kuninori Morimoto <[email protected]>
ASoC: qcom: convert not to use asoc_xxx()

Kuninori Morimoto <[email protected]>
ASoC: soc.h: convert asoc_xxx() to snd_soc_xxx()

Takashi Iwai <[email protected]>
ALSA: Drop leftover snd-rtctimer stuff from Makefile

Richard Fitzgerald <[email protected]>
ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET

Hans de Goede <[email protected]>
power: supply: bq27xxx-i2c: Do not free non existing IRQ

Arnd Bergmann <[email protected]>
efi/capsule-loader: fix incorrect allocation size

Sabrina Dubroca <[email protected]>
tls: fix use-after-free on failed backlog decryption

Sabrina Dubroca <[email protected]>
tls: separate no-async decryption request handling from async

Sabrina Dubroca <[email protected]>
tls: fix peeking with sync+async decryption

Sabrina Dubroca <[email protected]>
tls: decrement decrypt_pending if no async completion will be called

Lukasz Majewski <[email protected]>
net: hsr: Use correct offset for HSR TLV values in supervisory HSR frames

Oleksij Rempel <[email protected]>
igb: extend PTP timestamp adjustments to i211

Lin Ma <[email protected]>
rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back

Jakub Kicinski <[email protected]>
tools: ynl: fix handling of multiple mcast groups

Florian Westphal <[email protected]>
netfilter: bridge: confirm multicast packets before passing them up the stack

Ignat Korchagin <[email protected]>
netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()

Zijun Hu <[email protected]>
Bluetooth: qca: Fix triggering coredump implementation

Janaki Ramaiah Thota <[email protected]>
Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT

Zijun Hu <[email protected]>
Bluetooth: qca: Fix wrong event type for patch config command

Kai-Heng Feng <[email protected]>
Bluetooth: Enforce validation on max value of connection interval

Luiz Augusto von Dentz <[email protected]>
Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST

Zijun Hu <[email protected]>
Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR

Luiz Augusto von Dentz <[email protected]>
Bluetooth: hci_sync: Fix accept_list when attempting to suspend

Ying Hsu <[email protected]>
Bluetooth: Avoid potential use-after-free in hci_error_reset

Jonas Dreßler <[email protected]>
Bluetooth: hci_sync: Check the correct flag before starting a scan

Jakub Raczynski <[email protected]>
stmmac: Clear variable when destroying workqueue

Justin Iurman <[email protected]>
uapi: in6: replace temporary label with rfc9486

Oleksij Rempel <[email protected]>
net: lan78xx: fix "softirq work is pending" error

Javier Carrasco <[email protected]>
net: usb: dm9601: fix wrong return value in dm9601_mdio_read

Jakub Kicinski <[email protected]>
veth: try harder when allocating queue memory

Oleksij Rempel <[email protected]>
lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detected

Eric Dumazet <[email protected]>
ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()

Jakub Kicinski <[email protected]>
net: veth: clear GRO when clearing XDP even when down

Doug Smythies <[email protected]>
cpufreq: intel_pstate: fix pstate limits enforcement for adjust_perf call back

Yunjian Wang <[email protected]>
tun: Fix xdp_rxq_info's queue_index when detaching

Vladimir Oltean <[email protected]>
net: dpaa: fman_memac: accept phy-interface-type = "10gbase-r" in the device tree

Jeremy Kerr <[email protected]>
net: mctp: take ownership of skb in mctp_local_output

Florian Westphal <[email protected]>
net: ip_tunnel: prevent perpetual headroom growth

Florian Westphal <[email protected]>
netlink: add nla be16/32 types to minlen array

Ryosuke Yasuoka <[email protected]>
netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter

Théo Lebrun <[email protected]>
spi: cadence-qspi: fix pointer reference in runtime PM hooks

Han Xu <[email protected]>
mtd: spinand: gigadevice: Fix the get ecc status issue

Ming Lei <[email protected]>
ublk: move ublk_cancel_dev() out of ub->mutex

Namjae Jeon <[email protected]>
ksmbd: fix wrong allocation size update in smb2_open()

Linus Walleij <[email protected]>
ASoC: cs35l34: Fix GPIO name and drop legacy include

Konstantin Meskhidze <[email protected]>
ubifs: fix possible dereference after free

Josef Bacik <[email protected]>
btrfs: fix deadlock with fiemap and extent locking


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

Diffstat:

Documentation/arch/x86/mds.rst | 34 +++-
Makefile | 4 +-
arch/arm64/crypto/aes-neonbs-glue.c | 11 ++
arch/powerpc/include/asm/rtas.h | 4 +-
arch/powerpc/kernel/rtas.c | 9 +-
arch/powerpc/platforms/pseries/iommu.c | 156 +++++++++++------
arch/riscv/Kconfig | 1 -
arch/riscv/include/asm/ftrace.h | 5 +
arch/riscv/include/asm/hugetlb.h | 2 +
arch/riscv/include/asm/pgtable.h | 6 +-
arch/riscv/include/asm/vmalloc.h | 61 +------
arch/riscv/kernel/Makefile | 2 +
arch/riscv/kernel/cpufeature.c | 15 ++
arch/riscv/kernel/return_address.c | 48 +++++
arch/riscv/mm/hugetlbpage.c | 2 +
arch/x86/entry/entry_32.S | 3 +
arch/x86/entry/entry_64.S | 11 ++
arch/x86/entry/entry_64_compat.S | 1 +
arch/x86/include/asm/entry-common.h | 1 -
arch/x86/include/asm/nospec-branch.h | 12 --
arch/x86/kernel/cpu/bugs.c | 15 +-
arch/x86/kernel/cpu/intel.c | 178 ++++++++++---------
arch/x86/kernel/e820.c | 8 +-
arch/x86/kernel/nmi.c | 3 -
arch/x86/kvm/vmx/run_flags.h | 7 +-
arch/x86/kvm/vmx/vmenter.S | 9 +-
arch/x86/kvm/vmx/vmx.c | 20 ++-
drivers/block/ublk_drv.c | 40 +++--
drivers/bluetooth/btqca.c | 2 +-
drivers/bluetooth/hci_bcm4377.c | 3 +-
drivers/bluetooth/hci_qca.c | 22 ++-
drivers/cpufreq/intel_pstate.c | 3 +
drivers/dma/dw-edma/dw-edma-v0-core.c | 17 ++
drivers/dma/dw-edma/dw-hdma-v0-core.c | 39 +++--
drivers/dma/dw-edma/dw-hdma-v0-regs.h | 2 +-
drivers/dma/fsl-edma-common.c | 2 +-
drivers/dma/fsl-qdma.c | 25 +--
drivers/dma/idxd/cdev.c | 2 +-
drivers/dma/idxd/debugfs.c | 2 +-
drivers/dma/idxd/idxd.h | 1 -
drivers/dma/idxd/init.c | 15 +-
drivers/dma/idxd/irq.c | 3 +-
drivers/dma/ptdma/ptdma-dmaengine.c | 2 -
drivers/firmware/efi/capsule-loader.c | 2 +-
drivers/gpio/gpio-74x164.c | 4 +-
drivers/gpio/gpiolib.c | 12 +-
.../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 6 +-
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c | 29 +++
drivers/gpu/drm/drm_buddy.c | 10 ++
drivers/gpu/drm/nouveau/nouveau_drm.c | 5 +-
drivers/gpu/drm/tegra/drm.c | 23 ++-
drivers/iommu/iommufd/io_pagetable.c | 9 +-
drivers/mmc/core/mmc.c | 2 +
drivers/mmc/host/mmci_stm32_sdmmc.c | 24 +++
drivers/mmc/host/sdhci-xenon-phy.c | 48 ++++-
drivers/mtd/nand/raw/marvell_nand.c | 13 +-
drivers/mtd/nand/spi/gigadevice.c | 6 +-
drivers/net/ethernet/freescale/fman/fman_memac.c | 18 +-
drivers/net/ethernet/intel/igb/igb_ptp.c | 5 +-
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 4 +-
drivers/net/gtp.c | 12 +-
drivers/net/tun.c | 1 +
drivers/net/usb/dm9601.c | 2 +-
drivers/net/usb/lan78xx.c | 5 +-
drivers/net/veth.c | 40 ++---
drivers/of/property.c | 2 +-
drivers/perf/riscv_pmu.c | 18 +-
drivers/perf/riscv_pmu_legacy.c | 10 +-
drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c | 2 +-
drivers/pmdomain/qcom/rpmhpd.c | 7 +-
drivers/power/supply/bq27xxx_battery_i2c.c | 4 +-
drivers/soc/qcom/pmic_glink.c | 21 +--
drivers/spi/spi-cadence-quadspi.c | 6 +-
drivers/video/fbdev/core/fbcon.c | 8 +-
fs/afs/dir.c | 4 +-
fs/btrfs/dev-replace.c | 24 ++-
fs/btrfs/disk-io.c | 22 +--
fs/btrfs/disk-io.h | 2 +-
fs/btrfs/extent_io.c | 165 ++++++++++++++---
fs/btrfs/ioctl.c | 2 +-
fs/btrfs/send.c | 17 +-
fs/btrfs/transaction.c | 2 +-
fs/efivarfs/vars.c | 17 +-
fs/nfs/write.c | 4 +-
fs/smb/server/smb2pdu.c | 36 ++--
fs/ubifs/tnc.c | 1 +
include/linux/bvec.h | 2 +-
include/linux/netfilter.h | 1 +
include/net/mctp.h | 1 +
include/sound/soc-card.h | 6 +-
include/sound/soc.h | 42 +++--
include/uapi/linux/in6.h | 2 +-
lib/nlattr.c | 4 +
mm/debug_vm_pgtable.c | 8 +
mm/filemap.c | 51 +++---
net/bluetooth/hci_core.c | 7 +-
net/bluetooth/hci_event.c | 13 +-
net/bluetooth/hci_sync.c | 7 +-
net/bluetooth/l2cap_core.c | 8 +-
net/bridge/br_netfilter_hooks.c | 96 ++++++++++
net/bridge/netfilter/nf_conntrack_bridge.c | 30 ++++
net/core/rtnetlink.c | 11 +-
net/hsr/hsr_forward.c | 2 +-
net/ipv4/ip_tunnel.c | 28 ++-
net/ipv6/addrconf.c | 7 +-
net/mctp/route.c | 10 +-
net/mptcp/diag.c | 3 +
net/mptcp/options.c | 2 +-
net/mptcp/pm_userspace.c | 10 ++
net/mptcp/protocol.c | 52 +++++-
net/mptcp/protocol.h | 21 +--
net/netfilter/nf_conntrack_core.c | 1 +
net/netfilter/nft_compat.c | 20 +++
net/netlink/af_netlink.c | 2 +-
net/tls/tls_sw.c | 40 +++--
net/unix/garbage.c | 21 +--
net/wireless/nl80211.c | 2 +
scripts/Kconfig.include | 2 +-
scripts/Makefile.compiler | 2 +-
security/landlock/fs.c | 4 +-
security/tomoyo/common.c | 3 +-
sound/core/Makefile | 1 -
sound/core/ump.c | 4 +-
sound/firewire/amdtp-stream.c | 2 +-
sound/pci/hda/patch_realtek.c | 32 +++-
sound/soc/codecs/cs35l34.c | 4 +-
sound/soc/codecs/cs35l56-shared.c | 8 +-
sound/soc/codecs/cs35l56.c | 195 ++++++++++++++++++---
sound/soc/codecs/cs35l56.h | 1 +
sound/soc/fsl/fsl_xcvr.c | 12 +-
sound/soc/qcom/apq8016_sbc.c | 8 +-
sound/soc/qcom/apq8096.c | 8 +-
sound/soc/qcom/common.c | 6 +-
sound/soc/qcom/lpass-cdc-dma.c | 18 +-
sound/soc/qcom/lpass-platform.c | 50 +++---
sound/soc/qcom/qdsp6/q6apm-dai.c | 4 +-
sound/soc/qcom/qdsp6/q6asm-dai.c | 10 +-
sound/soc/qcom/qdsp6/q6routing.c | 4 +-
sound/soc/qcom/sc7180.c | 18 +-
sound/soc/qcom/sc7280.c | 26 +--
sound/soc/qcom/sc8280xp.c | 8 +-
sound/soc/qcom/sdm845.c | 36 ++--
sound/soc/qcom/sdw.c | 6 +-
sound/soc/qcom/sm8250.c | 10 +-
sound/soc/qcom/storm.c | 4 +-
sound/soc/soc-card.c | 24 ++-
sound/soc/soc-utils.c | 4 +-
tools/net/ynl/lib/ynl.c | 1 +
tools/testing/selftests/net/mptcp/mptcp_connect.sh | 16 +-
tools/testing/selftests/net/mptcp/mptcp_join.sh | 192 ++++++++++++--------
tools/testing/selftests/net/mptcp/mptcp_lib.sh | 15 ++
tools/testing/selftests/net/mptcp/mptcp_sockopt.sh | 8 +-
tools/testing/selftests/net/mptcp/userspace_pm.sh | 86 +++++----
153 files changed, 1900 insertions(+), 904 deletions(-)




2024-03-04 22:49:10

by SeongJae Park

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/143] 6.6.21-rc1 review

Hello,

On Mon, 4 Mar 2024 21:22:00 +0000 Greg Kroah-Hartman <[email protected]> wrote:

> This is the start of the stable review cycle for the 6.6.21 release.
> There are 143 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, 06 Mar 2024 21:15:26 +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.21-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] 5f9255b6ac45 ("Linux 6.6.21-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_m68k.sh
ok 13 selftests: damon-tests: build_i386_idle_flag.sh
ok 14 selftests: damon-tests: build_i386_highpte.sh
ok 15 selftests: damon-tests: build_nomemcg.sh
[33m
[92mPASS [39m

2024-03-05 01:06:44

by Luna Jernberg

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/143] 6.6.21-rc1 review

Den mån 4 mars 2024 kl 23:49 skrev SeongJae Park <[email protected]>:
>
> Hello,
>
> On Mon, 4 Mar 2024 21:22:00 +0000 Greg Kroah-Hartman <[email protected]> wrote:
>
> > This is the start of the stable review cycle for the 6.6.21 release.
> > There are 143 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, 06 Mar 2024 21:15:26 +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.21-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] 5f9255b6ac45 ("Linux 6.6.21-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_m68k.sh
> ok 13 selftests: damon-tests: build_i386_idle_flag.sh
> ok 14 selftests: damon-tests: build_i386_highpte.sh
> ok 15 selftests: damon-tests: build_nomemcg.sh
> [33m
> [92mPASS [39m
>

Works fine on my Arch Linux server with Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz
after the Arch Linux manual intervention for new mkinitcpio settings
and version in Arch

Tested by: Luna Jernberg <[email protected]>

2024-03-05 04:19:33

by Bagas Sanjaya

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/143] 6.6.21-rc1 review

On Mon, Mar 04, 2024 at 09:22:00PM +0000, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.21 release.
> There are 143 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


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

2024-03-05 04:28:18

by Ron Economos

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/143] 6.6.21-rc1 review

On 3/4/24 1:22 PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.21 release.
> There are 143 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, 06 Mar 2024 21:15:26 +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.21-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]>


2024-03-05 09:29:54

by Takeshi Ogasawara

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/143] 6.6.21-rc1 review

Hi Greg

On Tue, Mar 5, 2024 at 6:37 AM Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.6.21 release.
> There are 143 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, 06 Mar 2024 21:15:26 +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.21-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.21-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.21-rc1rv
(takeshi@ThinkPadX1Gen10J0764) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU
Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Tue Mar 5 17:15:13 JST 2024

Thanks

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

2024-03-05 11:03:42

by Jon Hunter

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/143] 6.6.21-rc1 review

On Mon, 04 Mar 2024 21:22:00 +0000, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.21 release.
> There are 143 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, 06 Mar 2024 21:15:26 +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.21-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.21-rc1-g5f9255b6ac45
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

2024-03-05 11:46:10

by Harshit Mogalapalli

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/143] 6.6.21-rc1 review

Hi Greg,


On 05/03/24 02:52, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.21 release.
> There are 143 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, 06 Mar 2024 21:15:26 +0000.
> Anything received after that time might be too late.
>

No problems seen on x86_64 and aarch64 with our testing.

Tested-by: Harshit Mogalapalli <[email protected]>

Thanks,
Harshit
> 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.21-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

2024-03-05 19:08:27

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/143] 6.6.21-rc1 review

On 3/4/24 14:22, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.21 release.
> There are 143 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, 06 Mar 2024 21:15:26 +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.21-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

2024-03-05 23:06:54

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/143] 6.6.21-rc1 review

On 3/4/24 13:22, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.21 release.
> There are 143 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, 06 Mar 2024 21:15:26 +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.21-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


2024-03-06 12:56:18

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/143] 6.6.21-rc1 review

On Tue, 5 Mar 2024 at 03:07, Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.6.21 release.
> There are 143 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, 06 Mar 2024 21:15:26 +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.21-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.21-rc1
* git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
* git branch: linux-6.6.y
* git commit: 5f9255b6ac459ba1b98dfffa0680a5700447d28c
* git describe: v6.6.18-445-g5f9255b6ac45
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.18-445-g5f9255b6ac45

## Test Regressions (compared to v6.6.18)

## Metric Regressions (compared to v6.6.18)

## Test Fixes (compared to v6.6.18)

## Metric Fixes (compared to v6.6.18)

## Test result summary
total: 168781, pass: 145491, fail: 2395, skip: 20734, xfail: 161

## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 135 total, 132 passed, 3 failed
* arm64: 43 total, 41 passed, 2 failed
* i386: 35 total, 30 passed, 5 failed
* mips: 26 total, 23 passed, 3 failed
* parisc: 4 total, 4 passed, 0 failed
* powerpc: 36 total, 28 passed, 8 failed
* riscv: 18 total, 18 passed, 0 failed
* s390: 13 total, 13 passed, 0 failed
* sh: 10 total, 10 passed, 0 failed
* sparc: 8 total, 8 passed, 0 failed
* x86_64: 39 total, 34 passed, 5 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-mm
* 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-hugetlb
* ltp-io
* ltp-ipc
* ltp-math
* ltp-mm
* ltp-nptl
* ltp-pty
* ltp-sched
* ltp-securebits
* ltp-smoke
* ltp-smoketest
* ltp-syscalls
* ltp-tracing
* perf
* rcutorture

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

2024-03-06 14:55:58

by Luna Jernberg

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/143] 6.6.21-rc1 review

Tested-by: Luna Jernberg <[email protected]>

Den ons 6 mars 2024 kl 13:56 skrev Naresh Kamboju <[email protected]>:
>
> On Tue, 5 Mar 2024 at 03:07, Greg Kroah-Hartman
> <[email protected]> wrote:
> >
> > This is the start of the stable review cycle for the 6.6.21 release.
> > There are 143 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, 06 Mar 2024 21:15:26 +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.21-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.21-rc1
> * git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
> * git branch: linux-6.6.y
> * git commit: 5f9255b6ac459ba1b98dfffa0680a5700447d28c
> * git describe: v6.6.18-445-g5f9255b6ac45
> * test details:
> https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.618-445-g5f9255b6ac45
>
> ## Test Regressions (compared to v6.6.18)
>
> ## Metric Regressions (compared to v6.6.18)
>
> ## Test Fixes (compared to v6.6.18)
>
> ## Metric Fixes (compared to v6.6.18)
>
> ## Test result summary
> total: 168781, pass: 145491, fail: 2395, skip: 20734, xfail: 161
>
> ## Build Summary
> * arc: 5 total, 5 passed, 0 failed
> * arm: 135 total, 132 passed, 3 failed
> * arm64: 43 total, 41 passed, 2 failed
> * i386: 35 total, 30 passed, 5 failed
> * mips: 26 total, 23 passed, 3 failed
> * parisc: 4 total, 4 passed, 0 failed
> * powerpc: 36 total, 28 passed, 8 failed
> * riscv: 18 total, 18 passed, 0 failed
> * s390: 13 total, 13 passed, 0 failed
> * sh: 10 total, 10 passed, 0 failed
> * sparc: 8 total, 8 passed, 0 failed
> * x86_64: 39 total, 34 passed, 5 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-mm
> * 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-hugetlb
> * ltp-io
> * ltp-ipc
> * ltp-math
> * ltp-mm
> * ltp-nptl
> * ltp-pty
> * ltp-sched
> * ltp-securebits
> * ltp-smoke
> * ltp-smoketest
> * ltp-syscalls
> * ltp-tracing
> * perf
> * rcutorture
>
> --
> Linaro LKFT
> https://lkft.linaro.org
>

2024-03-06 19:09:22

by Allen

[permalink] [raw]
Subject: Re: [PATCH 6.6 000/143] 6.6.21-rc1 review

> This is the start of the stable review cycle for the 6.6.21 release.
> There are 143 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, 06 Mar 2024 21:15:26 +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.21-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 x86_64 and ARM64 test systems. No errors or
regressions.

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

Thanks.