Makefile | 4 +- arch/loongarch/include/asm/hw_irq.h | 2 + arch/loongarch/include/asm/kvm_vcpu.h | 1 - arch/loongarch/kernel/irq.c | 3 - arch/loongarch/kvm/timer.c | 7 -- arch/loongarch/kvm/vcpu.c | 2 +- arch/microblaze/mm/init.c | 5 - arch/x86/kernel/cpu/mshyperv.c | 1 + drivers/accel/drm_accel.c | 110 ++------------------- drivers/bluetooth/btintel_pcie.c | 2 +- drivers/clk/qcom/gcc-sm8650.c | 56 +++++------ .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 3 + drivers/gpu/drm/arm/display/komeda/komeda_kms.c | 10 +- drivers/gpu/drm/drm_drv.c | 97 +++++++++--------- drivers/gpu/drm/drm_file.c | 2 +- drivers/gpu/drm/drm_internal.h | 4 - drivers/hwmon/asus-ec-sensors.c | 2 +- drivers/net/can/m_can/m_can.c | 16 +-- drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c | 42 ++++---- drivers/net/can/spi/mcp251xfd/mcp251xfd-dump.c | 2 +- drivers/net/can/spi/mcp251xfd/mcp251xfd-regmap.c | 2 +- drivers/net/can/spi/mcp251xfd/mcp251xfd-ring.c | 14 ++- drivers/net/can/spi/mcp251xfd/mcp251xfd-tef.c | 2 +- .../net/can/spi/mcp251xfd/mcp251xfd-timestamp.c | 7 +- drivers/net/can/spi/mcp251xfd/mcp251xfd.h | 1 + drivers/net/ethernet/faraday/ftgmac100.c | 26 +++-- drivers/net/ethernet/intel/ice/ice_lib.c | 4 +- drivers/net/ethernet/intel/ice/ice_main.c | 4 +- drivers/net/ethernet/intel/ice/ice_xsk.c | 6 +- drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 2 +- drivers/net/wireless/intel/iwlwifi/iwl-trans.h | 2 +- drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 9 +- drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 2 + drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 31 +++--- .../wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c | 3 +- drivers/nvme/host/nvme.h | 5 + drivers/nvme/host/pci.c | 18 ++-- drivers/pinctrl/pinctrl-at91.c | 5 +- drivers/platform/x86/amd/pmf/pmf-quirks.c | 2 +- drivers/platform/x86/asus-nb-wmi.c | 20 +++- drivers/platform/x86/asus-wmi.h | 1 + drivers/platform/x86/x86-android-tablets/dmi.c | 1 - drivers/powercap/intel_rapl_common.c | 35 ++++++- drivers/scsi/lpfc/lpfc_bsg.c | 2 +- drivers/spi/spi-bcm63xx.c | 1 + drivers/spi/spidev.c | 2 + drivers/usb/class/usbtmc.c | 2 +- drivers/usb/serial/pl2303.c | 1 + drivers/usb/serial/pl2303.h | 4 + fs/ocfs2/xattr.c | 27 +++-- fs/smb/client/connect.c | 14 ++- include/drm/drm_accel.h | 18 +--- include/drm/drm_file.h | 5 + net/mac80211/tx.c | 4 +- net/netfilter/nft_socket.c | 41 +++++++- sound/pci/hda/patch_hdmi.c | 1 + sound/pci/hda/patch_realtek.c | 76 +++++++++----- sound/soc/amd/acp/acp-sof-mach.c | 2 + sound/soc/amd/yc/acp6x-mach.c | 7 ++ sound/soc/au1x/db1200.c | 1 + sound/soc/codecs/chv3-codec.c | 1 + sound/soc/codecs/tda7419.c | 1 + sound/soc/google/chv3-i2s.c | 1 + sound/soc/intel/common/soc-acpi-intel-cht-match.c | 1 - sound/soc/intel/keembay/kmb_platform.c | 1 + sound/soc/mediatek/mt8188/mt8188-afe-pcm.c | 1 + sound/soc/mediatek/mt8188/mt8188-mt6359.c | 17 +++- sound/soc/sof/mediatek/mt8195/mt8195.c | 3 + tools/hv/Makefile | 2 +- 69 files changed, 450 insertions(+), 359 deletions(-)
This is the start of the stable review cycle for the 6.10.12 release.
There are 58 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 Sun, 29 Sep 2024 12:17:00 +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.10.12-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.10.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 6.10.12-rc1
Edward Adam Davis <eadavis@qq.com>
USB: usbtmc: prevent kernel-usb-infoleak
Junhao Xie <bigfoot@classfun.cn>
USB: serial: pl2303: add device id for Macrosilicon MS3020
Marc Kleine-Budde <mkl@pengutronix.de>
can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into mcp251xfd_chip_start/stop()
Marc Kleine-Budde <mkl@pengutronix.de>
can: mcp251xfd: properly indent labels
Keith Busch <kbusch@kernel.org>
nvme-pci: qdepth 1 quirk
Kiran K <kiran.k@intel.com>
Bluetooth: btintel_pcie: Allocate memory for driver private data
Dan Carpenter <dan.carpenter@linaro.org>
netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtree_level()
Florian Westphal <fw@strlen.de>
netfilter: nft_socket: make cgroupsv2 matching work with namespaces
Dhananjay Ugwekar <Dhananjay.Ugwekar@amd.com>
powercap/intel_rapl: Fix the energy-pkg event for AMD CPUs
Dhananjay Ugwekar <Dhananjay.Ugwekar@amd.com>
powercap/intel_rapl: Add support for AMD family 1Ah
Michał Winiarski <michal.winiarski@intel.com>
drm: Expand max DRM device number to full MINORBITS
Michał Winiarski <michal.winiarski@intel.com>
accel: Use XArray instead of IDR for minors
Michał Winiarski <michal.winiarski@intel.com>
drm: Use XArray instead of IDR for minors
Ferry Meng <mengferry@linux.alibaba.com>
ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()
Ferry Meng <mengferry@linux.alibaba.com>
ocfs2: add bounds checking to ocfs2_xattr_find_entry()
Geert Uytterhoeven <geert+renesas@glider.be>
spi: spidev: Add missing spi_device_id for jg10309-01
Kenneth Feng <kenneth.feng@amd.com>
drm/amd/pm: fix the pp_dpm_pcie issue on smu v14.0.2/3
zhang jiao <zhangjiao2@cmss.chinamobile.com>
tools: hv: rm .*.cmd when make clean
Michael Kelley <mhklinux@outlook.com>
x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequency
Larysa Zaremba <larysa.zaremba@intel.com>
ice: check for XDP rings instead of bpf program when unconfiguring
Luke D. Jones <luke@ljones.dev>
platform/x86/amd: pmf: Make ASUS GA403 quirk generic
Paulo Alcantara <pc@manguebit.com>
smb: client: fix hang in wait_for_response() for negproto
Liao Chen <liaochen4@huawei.com>
spi: bcm63xx: Enable module autoloading
hongchi.peng <hongchi.peng@siengine.com>
drm: komeda: Fix an issue related to normalized zpos
Kai Vehmanen <kai.vehmanen@linux.intel.com>
ALSA: hda: add HDMI codec ID for Intel PTL
Neil Armstrong <neil.armstrong@linaro.org>
clk: qcom: gcc-sm8650: Don't use shared clk_ops for QUPs
Markuss Broks <markuss.broks@gmail.com>
ASoC: amd: yc: Add a quirk for MSI Bravo 17 (D7VEK)
Fabio Estevam <festevam@gmail.com>
spi: spidev: Add an entry for elgin,jg10309-01
Zhang Yi <zhangyi@everest-semi.com>
ASoC: mediatek: mt8188-mt6359: Modify key
Liao Chen <liaochen4@huawei.com>
ASoC: fix module autoloading
Liao Chen <liaochen4@huawei.com>
ASoC: tda7419: fix module autoloading
Liao Chen <liaochen4@huawei.com>
ASoC: google: fix module autoloading
Liao Chen <liaochen4@huawei.com>
ASoC: intel: fix module autoloading
Hans de Goede <hdegoede@redhat.com>
ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI match less strict
Marc Kleine-Budde <mkl@pengutronix.de>
can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing configuration
Markus Schneider-Pargmann <msp@baylibre.com>
can: m_can: Limit coalescing to peripheral instances
Emmanuel Grumbach <emmanuel.grumbach@intel.com>
wifi: iwlwifi: clear trans->state earlier upon error
Dmitry Antipov <dmantipov@yandex.ru>
wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()
Emmanuel Grumbach <emmanuel.grumbach@intel.com>
wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead
Emmanuel Grumbach <emmanuel.grumbach@intel.com>
wifi: iwlwifi: mvm: pause TCM when the firmware is stopped
Daniel Gabay <daniel.gabay@intel.com>
wifi: iwlwifi: mvm: fix iwl_mvm_max_scan_ie_fw_cmd_room()
Daniel Gabay <daniel.gabay@intel.com>
wifi: iwlwifi: mvm: fix iwl_mvm_scan_fits() calculation
Benjamin Berg <benjamin.berg@intel.com>
wifi: iwlwifi: lower message level for FW buffer destination
Bibo Mao <maobibo@loongson.cn>
LoongArch: KVM: Invalidate guest steal time address on vCPU reset
Huacai Chen <chenhuacai@kernel.org>
LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBE
Jacky Chou <jacky_chou@aspeedtech.com>
net: ftgmac100: Ensure tx descriptor updates are visible
Hans de Goede <hdegoede@redhat.com>
platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F DMI match less strict
Mathieu Fenniak <mathieu@fenniak.net>
platform/x86: asus-wmi: Fix spurious rfkill on UX8406MA
Mike Rapoport <rppt@kernel.org>
microblaze: don't treat zero reserved memory regions as error
Ross Brown <true.robot.ross@gmail.com>
hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMING
Thomas Blocher <thomas.blocher@ek-dev.de>
pinctrl: at91: make it work with current gpiolib
Sherry Yang <sherry.yang@oracle.com>
scsi: lpfc: Fix overflow build issue
Kailang Yang <kailang@realtek.com>
ALSA: hda/realtek - FIxed ALC285 headphone no sound
Kailang Yang <kailang@realtek.com>
ALSA: hda/realtek - Fixed ALC256 headphone no sound
Hongbo Li <lihongbo22@huawei.com>
ASoC: allow module autoloading for table board_ids
Hongbo Li <lihongbo22@huawei.com>
ASoC: allow module autoloading for table db1200_pids
YR Yang <yr.yang@mediatek.com>
ASoC: mediatek: mt8188: Mark AFE_DAC_CON0 register as volatile
Albert Jakieła <jakiela@google.com>
ASoC: SOF: mediatek: Add missing board compatible
-------------
Diffstat:
Makefile | 4 +-
arch/loongarch/include/asm/hw_irq.h | 2 +
arch/loongarch/include/asm/kvm_vcpu.h | 1 -
arch/loongarch/kernel/irq.c | 3 -
arch/loongarch/kvm/timer.c | 7 --
arch/loongarch/kvm/vcpu.c | 2 +-
arch/microblaze/mm/init.c | 5 -
arch/x86/kernel/cpu/mshyperv.c | 1 +
drivers/accel/drm_accel.c | 110 ++-------------------
drivers/bluetooth/btintel_pcie.c | 2 +-
drivers/clk/qcom/gcc-sm8650.c | 56 +++++------
.../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 3 +
drivers/gpu/drm/arm/display/komeda/komeda_kms.c | 10 +-
drivers/gpu/drm/drm_drv.c | 97 +++++++++---------
drivers/gpu/drm/drm_file.c | 2 +-
drivers/gpu/drm/drm_internal.h | 4 -
drivers/hwmon/asus-ec-sensors.c | 2 +-
drivers/net/can/m_can/m_can.c | 16 +--
drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c | 42 ++++----
drivers/net/can/spi/mcp251xfd/mcp251xfd-dump.c | 2 +-
drivers/net/can/spi/mcp251xfd/mcp251xfd-regmap.c | 2 +-
drivers/net/can/spi/mcp251xfd/mcp251xfd-ring.c | 14 ++-
drivers/net/can/spi/mcp251xfd/mcp251xfd-tef.c | 2 +-
.../net/can/spi/mcp251xfd/mcp251xfd-timestamp.c | 7 +-
drivers/net/can/spi/mcp251xfd/mcp251xfd.h | 1 +
drivers/net/ethernet/faraday/ftgmac100.c | 26 +++--
drivers/net/ethernet/intel/ice/ice_lib.c | 4 +-
drivers/net/ethernet/intel/ice/ice_main.c | 4 +-
drivers/net/ethernet/intel/ice/ice_xsk.c | 6 +-
drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 2 +-
drivers/net/wireless/intel/iwlwifi/iwl-trans.h | 2 +-
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 9 +-
drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 2 +
drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 31 +++---
.../wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c | 3 +-
drivers/nvme/host/nvme.h | 5 +
drivers/nvme/host/pci.c | 18 ++--
drivers/pinctrl/pinctrl-at91.c | 5 +-
drivers/platform/x86/amd/pmf/pmf-quirks.c | 2 +-
drivers/platform/x86/asus-nb-wmi.c | 20 +++-
drivers/platform/x86/asus-wmi.h | 1 +
drivers/platform/x86/x86-android-tablets/dmi.c | 1 -
drivers/powercap/intel_rapl_common.c | 35 ++++++-
drivers/scsi/lpfc/lpfc_bsg.c | 2 +-
drivers/spi/spi-bcm63xx.c | 1 +
drivers/spi/spidev.c | 2 +
drivers/usb/class/usbtmc.c | 2 +-
drivers/usb/serial/pl2303.c | 1 +
drivers/usb/serial/pl2303.h | 4 +
fs/ocfs2/xattr.c | 27 +++--
fs/smb/client/connect.c | 14 ++-
include/drm/drm_accel.h | 18 +---
include/drm/drm_file.h | 5 +
net/mac80211/tx.c | 4 +-
net/netfilter/nft_socket.c | 41 +++++++-
sound/pci/hda/patch_hdmi.c | 1 +
sound/pci/hda/patch_realtek.c | 76 +++++++++-----
sound/soc/amd/acp/acp-sof-mach.c | 2 +
sound/soc/amd/yc/acp6x-mach.c | 7 ++
sound/soc/au1x/db1200.c | 1 +
sound/soc/codecs/chv3-codec.c | 1 +
sound/soc/codecs/tda7419.c | 1 +
sound/soc/google/chv3-i2s.c | 1 +
sound/soc/intel/common/soc-acpi-intel-cht-match.c | 1 -
sound/soc/intel/keembay/kmb_platform.c | 1 +
sound/soc/mediatek/mt8188/mt8188-afe-pcm.c | 1 +
sound/soc/mediatek/mt8188/mt8188-mt6359.c | 17 +++-
sound/soc/sof/mediatek/mt8195/mt8195.c | 3 +
tools/hv/Makefile | 2 +-
69 files changed, 450 insertions(+), 359 deletions(-)
On 9/27/24 05:23, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.10.12 release.
> There are 58 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 Sun, 29 Sep 2024 12:17:00 +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.10.12-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.10.y
> and the diffstat can be found below.
>
Most loongarch builds are broken.
Building loongarch:defconfig ... failed
--------------
Error log:
arch/loongarch/kvm/vcpu.c: In function 'kvm_set_one_reg':
arch/loongarch/kvm/vcpu.c:575:35: error: 'struct kvm_vcpu_arch' has no member named 'st'
575 | vcpu->arch.st.guest_addr = 0;
This is due to commit 05969a694471 ("LoongArch: KVM: Invalidate guest steal time address
on vCPU reset"). Note that this commit is not tagged as bug fix. I am copying the author.
Guenter
On Tue, Oct 01, 2024 at 07:24:27AM -0700, Guenter Roeck wrote:
> On 9/27/24 05:23, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 6.10.12 release.
> > There are 58 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 Sun, 29 Sep 2024 12:17:00 +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.10.12-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.10.y
> > and the diffstat can be found below.
> >
>
> Most loongarch builds are broken.
>
> Building loongarch:defconfig ... failed
> --------------
> Error log:
> arch/loongarch/kvm/vcpu.c: In function 'kvm_set_one_reg':
> arch/loongarch/kvm/vcpu.c:575:35: error: 'struct kvm_vcpu_arch' has no member named 'st'
> 575 | vcpu->arch.st.guest_addr = 0;
>
> This is due to commit 05969a694471 ("LoongArch: KVM: Invalidate guest steal time address
> on vCPU reset"). Note that this commit is not tagged as bug fix. I am copying the author.
Already reverted in my tree, thanks!
greg k-h
Hi! > This is the start of the stable review cycle for the 6.10.12 release. > There are 58 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. CIP testing did not find any problems here: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-6.10.y 6.6 passes our testing, too: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-6.6.y Tested-by: Pavel Machek (CIP) <pavel@denx.de> BR, Pavel -- DENX Software Engineering GmbH, Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
---- On Fri, 27 Sep 2024 17:23:02 +0500 Greg Kroah-Hartman wrote ---
> This is the start of the stable review cycle for the 6.10.12 release.
> There are 58 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 Sun, 29 Sep 2024 12:17:00 +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.10.12-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.10.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
Hi,
Please find the KernelCI report below :-
OVERVIEW
Builds: 26 passed, 0 failed
Boot tests: 510 passed, 0 failed
CI systems: maestro
REVISION
Commit
name: v6.10.10-178-g8b49a95a8604
hash: 8b49a95a86047813f754fc406afce23ef0458caf
Checked out from
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.10.y
BUILDS
No new build failures found
BOOT TESTS
No new boot failures found
See complete and up-to-date report at:
https://kcidb.kernelci.org/d/revision/revision?orgId=1&var-datasource=production&var-git_commit_hash=8b49a95a86047813f754fc406afce23ef0458caf&var-patchset_hash=&var-origin=maestro&var-build_architecture=All&var-build_config_name=All&var-test_path=
Tested-by: kernelci.org bot <bot@kernelci.org>
Thanks,
KernelCI team
On 9/27/2024 8:23 PM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.10.12 release. > There are 58 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 Sun, 29 Sep 2024 12:17:00 +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.10.12-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.10.y > and the diffstat can be found below. > > thanks, > > greg k-h Building passed on amd64, arm64, loongarch64, ppc64el, and riscv64. Smoke testing passed on 9 amd64 and 1 arm64 test systems. Tested-by: Kexy Biscuit <kexybiscuit@aosc.io> https://github.com/AOSC-Dev/aosc-os-abbs/pull/8113 -- Best Regards, Kexy Biscuit
On 9/27/24 5:23 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.10.12 release. > There are 58 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 Sun, 29 Sep 2024 12:17:00 +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.10.12-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.10.y > and the diffstat can be found below. > > thanks, > > greg k-h Built and booted successfully on RISC-V RV64 (HiFive Unmatched). Tested-by: Ron Economos <re@w6rz.net>
On 9/27/24 06:23, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.10.12 release. > There are 58 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 Sun, 29 Sep 2024 12:17:00 +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.10.12-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.10.y > and the diffstat can be found below. > > thanks, > > greg k-h > Compiled and booted on my test system. No dmesg regressions. Tested-by: Shuah Khan <skhan@linuxfoundation.org> thanks, -- Shuah
On Fri, 27 Sept 2024 at 17:58, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > This is the start of the stable review cycle for the 6.10.12 release. > There are 58 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 Sun, 29 Sep 2024 12:17:00 +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.10.12-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.10.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 <lkft@linaro.org> ## Build * kernel: 6.10.12-rc1 * git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * git commit: 8b49a95a86047813f754fc406afce23ef0458caf * git describe: v6.10.10-178-g8b49a95a8604 * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.10.y/build/v6.10.10-178-g8b49a95a8604 ## Test Regressions (compared to v6.10.10-122-ge9fde6b546b5) ## Metric Regressions (compared to v6.10.10-122-ge9fde6b546b5) ## Test Fixes (compared to v6.10.10-122-ge9fde6b546b5) ## Metric Fixes (compared to v6.10.10-122-ge9fde6b546b5) ## Test result summary total: 231568, pass: 203991, fail: 2025, skip: 25083, xfail: 469 ## Build Summary * arc: 5 total, 5 passed, 0 failed * arm: 131 total, 129 passed, 2 failed * arm64: 43 total, 43 passed, 0 failed * i386: 28 total, 26 passed, 2 failed * mips: 26 total, 25 passed, 1 failed * parisc: 4 total, 3 passed, 1 failed * powerpc: 36 total, 35 passed, 1 failed * riscv: 12 total, 11 passed, 1 failed * s390: 14 total, 13 passed, 1 failed * sh: 10 total, 10 passed, 0 failed * sparc: 7 total, 6 passed, 1 failed * x86_64: 35 total, 34 passed, 1 failed ## Test suites summary * boot * commands * kselftest-arm64 * kselftest-breakpoints * kselftest-capabilities * kselftest-cgroup * kselftest-clone3 * kselftest-core * kselftest-cpu-hotplug * kselftest-cpufreq * 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-kcmp * kselftest-kvm * kselftest-livepatch * kselftest-membarrier * kselftest-memfd * kselftest-mincore * kselftest-mqueue * kselftest-net * kselftest-net-mptcp * kselftest-openat2 * kselftest-ptrace * kselftest-rseq * kselftest-rtc * kselftest-rust * kselftest-seccomp * kselftest-sigaltstack * kselftest-size * kselftest-tc-testing * kselftest-timers * kselftest-tmpfs * kselftest-tpm2 * kselftest-user_events * kselftest-vDSO * kselftest-watchdog * kselftest-x86 * kunit * kvm-unit-tests * libgpiod * libhugetlbfs * log-parser-boot * log-parser-test * ltp-commands * ltp-containers * ltp-controllers * ltp-cpuhotplug * ltp-crypto * ltp-cve * ltp-dio * ltp-fcntl-locktests * ltp-fs * ltp-fs_bind * ltp-fs_perms_simple * ltp-hugetlb * ltp-ipc * ltp-ma[ * ltp-math * ltp-mm * ltp-nptl * ltp-pty * ltp-sched * ltp-smoke * ltp-syscalls * ltp-tracing * perf * rcutorture -- Linaro LKFT https://lkft.linaro.org
On 9/27/24 05:23, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.10.12 release. > There are 58 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 Sun, 29 Sep 2024 12:17:00 +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.10.12-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.10.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 <florian.fainelli@broadcom.com> -- Florian
On Fri, 27 Sep 2024 14:23:02 +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.10.12 release.
> There are 58 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 Sun, 29 Sep 2024 12:17:00 +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.10.12-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.10.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
All tests passing for Tegra ...
Test results for stable-v6.10:
10 builds: 10 pass, 0 fail
26 boots: 26 pass, 0 fail
116 tests: 116 pass, 0 fail
Linux version: 6.10.12-rc1-g8b49a95a8604
Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000,
tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000,
tegra20-ventana, tegra210-p2371-2180,
tegra210-p3450-0000, tegra30-cardhu-a04
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Jon
Am 27.09.2024 um 14:23 schrieb Greg Kroah-Hartman: > This is the start of the stable review cycle for the 6.10.12 release. > There are 58 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. Builds, boots and works on my 2-socket Ivy Bridge Xeon E5-2697 v2 server. No dmesg oddities or regressions found. Tested-by: Peter Schneider <pschneider1968@googlemail.com> Beste Grüße, Peter Schneider -- Climb the mountain not to plant your flag, but to embrace the challenge, enjoy the air and behold the view. Climb it so you can see the world, not so the world can see you. -- David McCullough Jr. OpenPGP: 0xA3828BD796CCE11A8CADE8866E3A92C92C3FF244 Download: https://www.peters-netzplatz.de/download/pschneider1968_pub.asc https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@googlemail.com https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@gmail.com
> This is the start of the stable review cycle for the 6.10.12 release. > There are 58 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 Sun, 29 Sep 2024 12:17:00 +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.10.12-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.10.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 <apais@linux.microsoft.com> Thanks.
© 2016 - 2026 Red Hat, Inc.