public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6.6 000/222] 6.6.70-rc1 review
@ 2025-01-06 15:13 Greg Kroah-Hartman
  2025-01-06 19:00 ` Naresh Kamboju
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Greg Kroah-Hartman @ 2025-01-06 15:13 UTC (permalink / raw)
  To: stable
  Cc: Greg Kroah-Hartman, patches, linux-kernel, torvalds, akpm, linux,
	shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie

This is the start of the stable review cycle for the 6.6.70 release.
There are 222 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, 08 Jan 2025 15:11:04 +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.70-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 <gregkh@linuxfoundation.org>
    Linux 6.6.70-rc1

Yihang Li <liyihang9@huawei.com>
    scsi: hisi_sas: Remove redundant checks for automatic debugfs dump

Kashyap Desai <kashyap.desai@broadcom.com>
    RDMA/bnxt_re: Fix max SGEs for the Work Request

Paolo Abeni <pabeni@redhat.com>
    mptcp: don't always assume copied data in mptcp_cleanup_rbuf()

Paolo Abeni <pabeni@redhat.com>
    mptcp: fix recvbuffer adjust on sleeping rcvmsg

Paolo Abeni <pabeni@redhat.com>
    mptcp: fix TCP options overflow.

Seiji Nishikawa <snishika@redhat.com>
    mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim()

Alessandro Carminati <acarmina@redhat.com>
    mm/kmemleak: fix sleeping function called from invalid context at print message

Yafang Shao <laoar.shao@gmail.com>
    mm/readahead: fix large folio support in async readahead

Joshua Washington <joshwash@google.com>
    gve: guard XDP xmit NDO on existence of xdp queues

Joshua Washington <joshwash@google.com>
    gve: guard XSK operations on the existence of queues

David Hildenbrand <david@redhat.com>
    fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bit

Biju Das <biju.das.jz@bp.renesas.com>
    drm: adv7511: Fix use-after-free in adv7533_attach_dsi()

Biju Das <biju.das.jz@bp.renesas.com>
    dt-bindings: display: adi,adv7533: Drop single lane support

Biju Das <biju.das.jz@bp.renesas.com>
    drm: adv7511: Drop dsi single lane support

Nikolay Kuratov <kniv@yandex-team.ru>
    net/sctp: Prevent autoclose integer overflow in sctp_association_init()

Pascal Hambourg <pascal@plouf.fr.eu.org>
    sky2: Add device ID 11ab:4373 for Marvell 88E8075

Evgenii Shatokhin <e.shatokhin@yadro.com>
    pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking

Dan Carpenter <dan.carpenter@linaro.org>
    RDMA/uverbs: Prevent integer overflow issue

Kuan-Wei Chiu <visitorckw@gmail.com>
    scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivity

Arnd Bergmann <arnd@arndb.de>
    kcov: mark in_softirq_really() as __always_inline

Dennis Lam <dennis.lamerice@gmail.com>
    ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv

Takashi Iwai <tiwai@suse.de>
    ALSA: seq: oss: Fix races at processing SysEx messages

Daniel Schaefer <dhs@frame.work>
    ALSA hda/realtek: Add quirk for Framework F111:000C

Takashi Iwai <tiwai@suse.de>
    ALSA: seq: Check UMP support for midi_version change

Shung-Hsi Yu <shung-hsi.yu@suse.com>
    Revert "bpf: support non-r10 register spill/fill to/from stack in precision tracking"

Masahiro Yamada <masahiroy@kernel.org>
    modpost: fix the missed iteration for the max bit in do_input()

Masahiro Yamada <masahiroy@kernel.org>
    modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host

Selvin Xavier <selvin.xavier@broadcom.com>
    RDMA/bnxt_re: Fix the max WQE size for static WQE support

Nathan Lynch <nathanl@linux.ibm.com>
    seq_buf: Make DECLARE_SEQ_BUF() usable

Leon Romanovsky <leon@kernel.org>
    ARC: build: Try to guess GCC variant of cross compiler

Uros Bizjak <ubizjak@gmail.com>
    irqchip/gic: Correct declaration of *percpu_base pointer in union gic_base

Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
    Bluetooth: hci_core: Fix sleeping function called from invalid context

Daniele Palmas <dnlplm@gmail.com>
    net: usb: qmi_wwan: add Telit FE910C04 compositions

Enzo Matsumiya <ematsumiya@suse.de>
    smb: client: destroy cfid_put_wq on module exit

Namjae Jeon <linkinjeon@kernel.org>
    ksmbd: set ATTR_CTIME flags when setting mtime

Hobin Woo <hobin.woo@samsung.com>
    ksmbd: retry iterate_dir in smb2_query_dir

Anton Protopopov <aspsk@isovalent.com>
    bpf: fix potential error return

Adrian Ratiu <adrian.ratiu@collabora.com>
    sound: usb: format: don't warn that raw DSD is unsupported

Adrian Ratiu <adrian.ratiu@collabora.com>
    sound: usb: enable DSD output for ddHiFi TC44C

Vasiliy Kovalev <kovalev@altlinux.org>
    ALSA: hda/realtek: Add new alc2xx-fixup-headset-mic model

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/ca0132: Use standard HD-audio quirk matching helpers

Filipe Manana <fdmanana@suse.com>
    btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount

Prike Liang <Prike.Liang@amd.com>
    drm/amdkfd: Correct the migration DMA map direction

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    wifi: mac80211: wake the queues in case of failure in resume

Issam Hamdi <ih@simonwunderlich.de>
    wifi: mac80211: fix mbss changed flags corruption on 32 bit systems

Meghana Malladi <m-malladi@ti.com>
    net: ti: icssg-prueth: Fix clearing of IEP_CMP_CFG registers during iep_init

Eric Dumazet <edumazet@google.com>
    ila: serialize calls to nf_register_net_hooks()

Eric Dumazet <edumazet@google.com>
    af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK

Eric Dumazet <edumazet@google.com>
    af_packet: fix vlan_get_tci() vs MSG_PEEK

Maciej S. Szmigiero <mail@maciej.szmigiero.name>
    net: wwan: iosm: Properly check for valid exec stage in ipc_mmio_init()

Eric Dumazet <edumazet@google.com>
    net: restrict SO_REUSEPORT to inet sockets

Willem de Bruijn <willemb@google.com>
    net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets

Liang Jie <liangjie@lixiang.com>
    net: sfc: Correct key_len for efx_tc_ct_zone_ht_params

Li Zhijian <lizhijian@fujitsu.com>
    RDMA/rtrs: Ensure 'ib_sge list' is accessible

Jinjian Song <jinjian.song@fibocom.com>
    net: wwan: t7xx: Fix FSM command timeout issue

Joe Hattori <joe@pf.is.s.u-tokyo.ac.jp>
    net: mv643xx_eth: fix an OF node reference leak

Vitalii Mordan <mordan@ispras.ru>
    eth: bcmsysport: fix call balance of priv->clk handling routines

Tanya Agarwal <tanyaagarwal25699@gmail.com>
    ALSA: usb-audio: US16x08: Initialize array before use

Antonio Pastor <antonio.pastor@gmail.com>
    net: llc: reset skb->transport_header

Pablo Neira Ayuso <pablo@netfilter.org>
    netfilter: nft_set_hash: unaligned atomic read on struct nft_set_ext

Rodrigo Vivi <rodrigo.vivi@intel.com>
    drm/i915/dg1: Fix power gate sequence.

Jianbo Liu <jianbol@nvidia.com>
    net/mlx5e: Skip restore TC rules for vport rep without loaded flag

Dragos Tatulea <dtatulea@nvidia.com>
    net/mlx5e: macsec: Maintain TX SA from encoding_sa

Shahar Shitrit <shshitrit@nvidia.com>
    net/mlx5: DR, select MSIX vector 0 for completion queue creation

Ilya Shchipletsov <rabbelkin@mail.ru>
    netrom: check buffer length before accessing it

Xiao Liang <shaw.leon@gmail.com>
    net: Fix netns for ip_tunnel_init_flow()

Ido Schimmel <idosch@nvidia.com>
    ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit()

Ido Schimmel <idosch@nvidia.com>
    ipv4: ip_tunnel: Unmask upper DSCP bits in ip_md_tunnel_xmit()

Ido Schimmel <idosch@nvidia.com>
    ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_bind_dev()

Eric Dumazet <edumazet@google.com>
    ip_tunnel: annotate data-races around t->parms.link

Wang Liang <wangliang74@huawei.com>
    net: fix memory leak in tcp_conn_request()

Joe Hattori <joe@pf.is.s.u-tokyo.ac.jp>
    net: stmmac: restructure the error path of stmmac_probe_config_dt()

Andrew Halaney <ahalaney@redhat.com>
    net: stmmac: don't create a MDIO bus if unnecessary

Chengchang Tang <tangchengchang@huawei.com>
    RDMA/hns: Fix missing flush CQE for DWQE

Chengchang Tang <tangchengchang@huawei.com>
    RDMA/hns: Fix warning storm caused by invalid input in IO path

wenglianfa <wenglianfa@huawei.com>
    RDMA/hns: Fix mapping error of zero-hop WQE buffer

Chengchang Tang <tangchengchang@huawei.com>
    RDMA/hns: Remove unused parameters and variables

Chengchang Tang <tangchengchang@huawei.com>
    RDMA/hns: Refactor mtr find

Tristram Ha <tristram.ha@microchip.com>
    net: dsa: microchip: Fix LAN937X set_ageing_time function

Tristram Ha <tristram.ha@microchip.com>
    net: dsa: microchip: Fix KSZ9477 set_ageing_time function

Stefan Ekenberg <stefan.ekenberg@axis.com>
    drm/bridge: adv7511_audio: Update Audio InfoFrame properly

Selvin Xavier <selvin.xavier@broadcom.com>
    RDMA/bnxt_re: Fix the locking while accessing the QP table

Damodharam Ammepalli <damodharam.ammepalli@broadcom.com>
    RDMA/bnxt_re: Fix MSN table size for variable wqe mode

Damodharam Ammepalli <damodharam.ammepalli@broadcom.com>
    RDMA/bnxt_re: Add send queue size check for variable wqe

Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
    RDMA/bnxt_re: Disable use of reserved wqes

Selvin Xavier <selvin.xavier@broadcom.com>
    RDMA/bnxt_re: Add support for Variable WQE in Genp7 adapters

Selvin Xavier <selvin.xavier@broadcom.com>
    RDMA/bnxt_re: Fix max_qp_wrs reported

Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
    RDMA/bnxt_re: Fix reporting hw_ver in query_device

Saravanan Vajravel <saravanan.vajravel@broadcom.com>
    RDMA/bnxt_re: Add check for path mtu in modify_qp

Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
    RDMA/bnxt_re: Fix the check for 9060 condition

Robert Beckett <bob.beckett@collabora.com>
    nvme-pci: 512 byte aligned dma pool segment quirk

Kashyap Desai <kashyap.desai@broadcom.com>
    RDMA/bnxt_re: Avoid sending the modify QP workaround for latest adapters

Selvin Xavier <selvin.xavier@broadcom.com>
    RDMA/bnxt_re: Avoid initializing the software queue for user queues

Patrisious Haddad <phaddad@nvidia.com>
    RDMA/mlx5: Enforce same type port association for multiport RoCE

Leon Romanovsky <leon@kernel.org>
    RDMA/bnxt_re: Remove always true dattr validity check

Selvin Xavier <selvin.xavier@broadcom.com>
    RDMA/bnxt_re: Allow MSN table capability check

Steven Rostedt <rostedt@goodmis.org>
    tracing: Check "%s" dereference via the field and not the TP_printk format

Steven Rostedt <rostedt@goodmis.org>
    tracing: Fix trace_check_vprintf() when tp_printk is used

Steven Rostedt (Google) <rostedt@goodmis.org>
    tracing: Handle old buffer mappings for event strings and functions

Kees Cook <keescook@chromium.org>
    seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()

Matthew Wilcox (Oracle) <willy@infradead.org>
    powerpc: Remove initialisation of readpos

Matthew Wilcox (Oracle) <willy@infradead.org>
    tracing: Move readpos from seq_buf to trace_seq

Jeremy Kerr <jk@codeconstruct.com.au>
    net: mctp: handle skb cleanup on sock_queue failures

Max Kellermann <max.kellermann@ionos.com>
    ceph: give up on paths longer than PATH_MAX

Xiubo Li <xiubli@redhat.com>
    ceph: print cluster fsid and client global_id in all debug logs

Xiubo Li <xiubli@redhat.com>
    libceph: add doutc and *_client debug macros support

Steven Rostedt <rostedt@goodmis.org>
    tracing: Have process_string() also allow arrays

Eric Biggers <ebiggers@google.com>
    mmc: sdhci-msm: fix crypto key eviction

Johannes Thumshirn <johannes.thumshirn@wdc.com>
    btrfs: fix use-after-free in btrfs_encoded_read_endio()

Thiébaud Weksteen <tweek@google.com>
    selinux: ignore unknown extended permissions

Chao Yu <chao@kernel.org>
    f2fs: fix to wait dio completion

Joe Hattori <joe@pf.is.s.u-tokyo.ac.jp>
    platform/x86: mlx-platform: call pci_dev_put() to balance the refcount

Takashi Iwai <tiwai@suse.de>
    ALSA: ump: Shut up truncated string warning

Michal Pecio <michal.pecio@gmail.com>
    usb: xhci: Avoid queuing redundant Stop Endpoint commands

Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    usb: typec: ucsi: glink: fix off-by-one in connector_status

Yihang Li <liyihang9@huawei.com>
    scsi: hisi_sas: Fix a deadlock issue related to automatic dump

Uros Bizjak <ubizjak@gmail.com>
    cleanup: Remove address space of returned pointer

Stefan Berger <stefanb@linux.ibm.com>
    crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes

Jan Beulich <jbeulich@suse.com>
    memblock: make memblock_set_node() also warn about use of MAX_NUMNODES

Chris Lu <chris.lu@mediatek.com>
    Bluetooth: btusb: mediatek: add callback function in btusb_disconnect

Chris Lu <chris.lu@mediatek.com>
    Bluetooth: btusb: add callback function in btusb suspend/resume

Filipe Manana <fdmanana@suse.com>
    btrfs: fix use-after-free when COWing tree bock and tracing is enabled

Filipe Manana <fdmanana@suse.com>
    btrfs: rename and export __btrfs_cow_block()

Xin Li (Intel) <xin@zytor.com>
    x86/fred: Clear WFE in missing-ENDBRANCH #CPs

Xin Li <xin3.li@intel.com>
    x86/ptrace: Add FRED additional information to the pt_regs structure

Xin Li <xin3.li@intel.com>
    x86/ptrace: Cleanup the definition of the pt_regs structure

Qinxin Xia <xiaqinxin@huawei.com>
    ACPI/IORT: Add PMCG platform information for HiSilicon HIP09A

Yicong Yang <yangyicong@hisilicon.com>
    ACPI/IORT: Add PMCG platform information for HiSilicon HIP10/11

Ranjan Kumar <ranjan.kumar@broadcom.com>
    scsi: mpi3mr: Start controller indexing from 0

Guixin Liu <kanie@linux.alibaba.com>
    scsi: mpi3mr: Use ida to manage mrioc ID

Takashi Iwai <tiwai@suse.de>
    ALSA: ump: Update legacy substream names upon FB info update

Takashi Iwai <tiwai@suse.de>
    ALSA: ump: Indicate the inactive group in legacy substream names

Takashi Iwai <tiwai@suse.de>
    ALSA: ump: Don't open legacy substream for an inactive group

Takashi Iwai <tiwai@suse.de>
    ALSA: ump: Use guard() for locking

Jan Kara <jack@suse.cz>
    udf: Verify inode link counts before performing rename

Al Viro <viro@zeniv.linux.org.uk>
    udf_rename(): only access the child content on cross-directory rename

Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
    watchdog: rzg2l_wdt: Power on the watchdog domain in the restart handler

Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
    watchdog: rzg2l_wdt: Rely on the reset driver for doing proper reset

Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
    watchdog: rzg2l_wdt: Remove reset de-assert from probe

Andrea della Porta <andrea.porta@suse.com>
    of: address: Preserve the flags portion on 1:1 dma-ranges mapping

Rob Herring <robh@kernel.org>
    of: address: Store number of bus flag cells rather than bool

Herve Codina <herve.codina@bootlin.com>
    of: address: Remove duplicated functions

Naman Jain <namjain@linux.microsoft.com>
    x86/hyperv: Fix hv tsc page based sched_clock for hibernation

Baoquan He <bhe@redhat.com>
    x86, crash: wrap crash dumping code into crash related ifdefs

Mario Limonciello <mario.limonciello@amd.com>
    thunderbolt: Don't display nvm_version unless upgrade supported

Mika Westerberg <mika.westerberg@linux.intel.com>
    thunderbolt: Add support for Intel Panther Lake-M/P

Mika Westerberg <mika.westerberg@linux.intel.com>
    thunderbolt: Add support for Intel Lunar Lake

Mathias Nyman <mathias.nyman@linux.intel.com>
    xhci: Turn NEC specific quirk for handling Stop Endpoint errors generic

Michal Pecio <michal.pecio@gmail.com>
    usb: xhci: Limit Stop Endpoint retries

Michal Pecio <michal.pecio@gmail.com>
    xhci: retry Stop Endpoint on buggy NEC controllers

Nikita Yushchenko <nikita.yoush@cogentembedded.com>
    net: renesas: rswitch: fix possible early skb release

K Prateek Nayak <kprateek.nayak@amd.com>
    softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernel

Sebastian Ott <sebott@redhat.com>
    net/mlx5: unique names for per device caches

Nilay Shroff <nilay@linux.ibm.com>
    Revert "nvme: make keep-alive synchronous operation"

Nilay Shroff <nilay@linux.ibm.com>
    nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function

Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    usb: typec: ucsi: glink: be more precise on orientation-aware ports

Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    usb: typec: ucsi: glink: set orientation aware if supported

Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    usb: typec: ucsi: add update_connector callback

Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    usb: typec: ucsi: glink: move GPIO reading into connector_status callback

Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    usb: typec: ucsi: add callback for connector status updates

Nuno Sa <nuno.sa@analog.com>
    iio: adc: ad7192: properly check spi_get_device_match_data()

Jonathan Cameron <Jonathan.Cameron@huawei.com>
    iio: adc: ad7192: Convert from of specific to fwnode property handling

Xu Yang <xu.yang_2@nxp.com>
    usb: chipidea: udc: limit usb request length to max 16KB

Xu Yang <xu.yang_2@nxp.com>
    usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flag

Tomer Maimon <tmaimon77@gmail.com>
    usb: chipidea: add CI_HDRC_FORCE_VBUS_ACTIVE_ALWAYS flag

Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
    fs/ntfs3: Fix warning in ni_fiemap

Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
    fs/ntfs3: Implement fallocate for compressed files

Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    remoteproc: qcom: pas: enable SAR2130P audio DSP support

Tengfei Fan <quic_tengfan@quicinc.com>
    remoteproc: qcom: pas: Add support for SA8775p ADSP, CDSP and GPDSP

Nikita Travkin <nikita@trvn.ru>
    remoteproc: qcom: pas: Add sc7180 adsp

Adam Young <admiyo@os.amperecomputing.com>
    mailbox: pcc: Check before sending MCTP PCC response ACK

Sudeep Holla <sudeep.holla@arm.com>
    ACPI: PCC: Add PCC shared memory region command and status bitfields

Huisong Li <lihuisong@huawei.com>
    mailbox: pcc: Support shared interrupt for multiple subspaces

Huisong Li <lihuisong@huawei.com>
    mailbox: pcc: Add support for platform notification handling

Devi Priya <quic_devipriy@quicinc.com>
    clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574

Rajendra Nayak <quic_rjendra@quicinc.com>
    clk: qcom: clk-alpha-pll: Add support for zonda ole pll configure

Yihang Li <liyihang9@huawei.com>
    scsi: hisi_sas: Create all dump files during debugfs initialization

Yihang Li <liyihang9@huawei.com>
    scsi: hisi_sas: Allocate DFX memory during dump trigger

Yihang Li <liyihang9@huawei.com>
    scsi: hisi_sas: Directly call register snapshot instead of using workqueue

Hao Qin <hao.qin@mediatek.com>
    Bluetooth: btusb: Add new VID/PID 0489/e111 for MT7925

Jiande Lu <jiande.lu@mediatek.com>
    Bluetooth: btusb: Add USB HW IDs for MT7921/MT7922/MT7925

Ulrik Strid <ulrik@strid.tech>
    Bluetooth: btusb: Add new VID/PID 13d3/3602 for MT7925

Jingyang Wang <wjy7717@126.com>
    Bluetooth: Add support ITTIM PE50-M75C

Markus Elfring <elfring@users.sourceforge.net>
    Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two functions

Jarkko Nikula <jarkko.nikula@linux.intel.com>
    i2c: i801: Add support for Intel Panther Lake

Jarkko Nikula <jarkko.nikula@linux.intel.com>
    i2c: i801: Add support for Intel Arrow Lake-H

Kang Yang <quic_kangyang@quicinc.com>
    wifi: ath10k: avoid NULL pointer error during sdio remove

Jeff Johnson <quic_jjohnson@quicinc.com>
    wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights

Kalle Valo <quic_kvalo@quicinc.com>
    wifi: ath12k: fix atomic calls in ath12k_mac_op_set_bitrate_mask()

Rory Little <rory@candelatech.com>
    wifi: mac80211: Add non-atomic station iterator

Karthikeyan Periyasamy <quic_periyasa@quicinc.com>
    wifi: ath12k: Optimize the mac80211 hw data access

Ping-Ke Shih <pkshih@realtek.com>
    wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skb

Ping-Ke Shih <pkshih@realtek.com>
    wifi: mac80211: export ieee80211_purge_tx_queue() for drivers

Ricardo Ribalda <ribalda@chromium.org>
    media: uvcvideo: Force UVC version to 1.0a for 0408:4033

Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    media: uvcvideo: Force UVC version to 1.0a for 0408:4035

Przemek Kitszel <przemyslaw.kitszel@intel.com>
    cleanup: Adjust scoped_guard() macros to avoid potential warning

Peter Zijlstra <peterz@infradead.org>
    cleanup: Add conditional guard support

Lukas Wunner <lukas@wunner.de>
    crypto: ecdsa - Avoid signed integer overflow on signature decoding

Stefan Berger <stefanb@linux.ibm.com>
    crypto: ecdsa - Use ecc_digits_from_bytes to convert signature

Stefan Berger <stefanb@linux.ibm.com>
    crypto: ecdsa - Rename keylen to bufsize where necessary

Stefan Berger <stefanb@linux.ibm.com>
    crypto: ecdsa - Convert byte arrays with key coordinates to digits

Brian Foster <bfoster@redhat.com>
    ext4: partial zero eof block on unaligned inode size extension

Jeff Layton <jlayton@kernel.org>
    ext4: convert to new timestamp accessors

Mike Rapoport (Microsoft) <rppt@kernel.org>
    memblock: allow zero threshold in validate_numa_converage()

Liam Ni <zhiguangni01@gmail.com>
    NUMA: optimize detection of memory with no node id assigned by firmware

Miguel Ojeda <ojeda@kernel.org>
    rust: allow `clippy::needless_lifetimes`

Miguel Ojeda <ojeda@kernel.org>
    rust: relax most deny-level lints to warnings

Alex Deucher <alexander.deucher@amd.com>
    Revert "drm/radeon: Delay Connector detecting when HPD singals is unstable"

Shixiong Ou <oushixiong@kylinos.cn>
    drm/radeon: Delay Connector detecting when HPD singals is unstable

Thomas Gleixner <tglx@linutronix.de>
    sched: Initialize idle tasks only once

Selvarasu Ganesan <selvarasu.g@samsung.com>
    usb: dwc3: gadget: Add missing check for single port RAM in TxFIFO resizing logic

Paulo Alcantara <pc@manguebit.com>
    smb: client: fix use-after-free of signing key

Paulo Alcantara <pc@manguebit.com>
    smb: client: stop flooding dmesg in smb2_calc_signature()

Ralph Boehme <slow@samba.org>
    fs/smb/client: implement chmod() for SMB3 POSIX Extensions

ChenXiaoSong <chenxiaosong@kylinos.cn>
    smb/client: rename cifs_ace to smb_ace

ChenXiaoSong <chenxiaosong@kylinos.cn>
    smb/client: rename cifs_acl to smb_acl

ChenXiaoSong <chenxiaosong@kylinos.cn>
    smb/client: rename cifs_sid to smb_sid

ChenXiaoSong <chenxiaosong@kylinos.cn>
    smb/client: rename cifs_ntsd to smb_ntsd

Borislav Petkov (AMD) <bp@alien8.de>
    x86/mm: Carve out INVLPG inline asm for use by others

Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    docs: media: update location of the media patches

Fangzhi Zuo <Jerry.Zuo@amd.com>
    drm/amd/display: Fix incorrect DSC recompute trigger

Agustin Gutierrez <agustin.gutierrez@amd.com>
    drm/amd/display: Fix DSC-re-computing


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

Diffstat:

 Documentation/admin-guide/media/building.rst       |   2 +-
 Documentation/admin-guide/media/saa7134.rst        |   2 +-
 Documentation/arch/arm64/silicon-errata.rst        |   5 +-
 .../bindings/display/bridge/adi,adv7533.yaml       |   2 +-
 Documentation/i2c/busses/i2c-i801.rst              |   2 +
 Makefile                                           |  29 +-
 arch/arc/Makefile                                  |   2 +-
 arch/loongarch/kernel/numa.c                       |  28 +-
 arch/powerpc/kernel/setup-common.c                 |   1 -
 arch/x86/entry/vsyscall/vsyscall_64.c              |   2 +-
 arch/x86/include/asm/ptrace.h                      | 104 ++-
 arch/x86/include/asm/tlb.h                         |   4 +
 arch/x86/kernel/Makefile                           |   4 +-
 arch/x86/kernel/cet.c                              |  30 +
 arch/x86/kernel/cpu/mshyperv.c                     |  68 +-
 arch/x86/kernel/kexec-bzimage64.c                  |   4 +
 arch/x86/kernel/kvm.c                              |   4 +-
 arch/x86/kernel/machine_kexec_64.c                 |   3 +
 arch/x86/kernel/process_64.c                       |   2 +-
 arch/x86/kernel/reboot.c                           |   4 +-
 arch/x86/kernel/setup.c                            |   2 +-
 arch/x86/kernel/smp.c                              |   2 +-
 arch/x86/mm/numa.c                                 |  34 +-
 arch/x86/mm/tlb.c                                  |   3 +-
 arch/x86/xen/enlighten_hvm.c                       |   4 +
 arch/x86/xen/mmu_pv.c                              |   2 +-
 crypto/ecc.c                                       |  22 +
 crypto/ecdsa.c                                     |  51 +-
 drivers/acpi/arm64/iort.c                          |   9 +
 drivers/bluetooth/btusb.c                          |  47 ++
 drivers/clk/qcom/clk-alpha-pll.c                   |  27 +
 drivers/clk/qcom/clk-alpha-pll.h                   |   5 +
 drivers/clocksource/hyperv_timer.c                 |  14 +-
 drivers/gpu/drm/amd/amdkfd/kfd_migrate.c           |   4 +-
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |  16 +-
 drivers/gpu/drm/bridge/adv7511/adv7511_audio.c     |  14 +-
 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c       |  10 +-
 drivers/gpu/drm/bridge/adv7511/adv7533.c           |   4 +-
 drivers/gpu/drm/i915/gt/intel_rc6.c                |   2 +-
 drivers/i2c/busses/Kconfig                         |   2 +
 drivers/i2c/busses/i2c-i801.c                      |   9 +
 drivers/iio/adc/ad7192.c                           |  39 +-
 drivers/infiniband/core/uverbs_cmd.c               |  16 +-
 drivers/infiniband/hw/bnxt_re/ib_verbs.c           |  63 +-
 drivers/infiniband/hw/bnxt_re/main.c               |  21 +-
 drivers/infiniband/hw/bnxt_re/qplib_fp.c           |  93 +--
 drivers/infiniband/hw/bnxt_re/qplib_fp.h           |  19 +-
 drivers/infiniband/hw/bnxt_re/qplib_res.h          |   6 +
 drivers/infiniband/hw/bnxt_re/qplib_sp.c           |  26 +-
 drivers/infiniband/hw/bnxt_re/qplib_sp.h           |   9 +
 drivers/infiniband/hw/bnxt_re/roce_hsi.h           |  30 +-
 drivers/infiniband/hw/hns/hns_roce_alloc.c         |   3 +-
 drivers/infiniband/hw/hns/hns_roce_cq.c            |  11 +-
 drivers/infiniband/hw/hns/hns_roce_device.h        |  12 +-
 drivers/infiniband/hw/hns/hns_roce_hem.c           |  54 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c         | 130 ++--
 drivers/infiniband/hw/hns/hns_roce_mr.c            |  95 +--
 drivers/infiniband/hw/hns/hns_roce_qp.c            |   4 +-
 drivers/infiniband/hw/hns/hns_roce_srq.c           |   4 +-
 drivers/infiniband/hw/mlx5/main.c                  |   6 +-
 drivers/infiniband/ulp/rtrs/rtrs-srv.c             |   2 +-
 drivers/irqchip/irq-gic.c                          |   2 +-
 drivers/mailbox/pcc.c                              | 136 +++-
 drivers/media/usb/uvc/uvc_driver.c                 |  22 +
 drivers/mmc/host/sdhci-msm.c                       |  16 +-
 drivers/net/dsa/microchip/ksz9477.c                |  47 +-
 drivers/net/dsa/microchip/ksz9477_reg.h            |   4 +-
 drivers/net/dsa/microchip/lan937x_main.c           |  62 +-
 drivers/net/dsa/microchip/lan937x_reg.h            |   9 +-
 drivers/net/ethernet/broadcom/bcmsysport.c         |  21 +-
 drivers/net/ethernet/google/gve/gve_main.c         |  25 +-
 drivers/net/ethernet/google/gve/gve_tx.c           |   5 +-
 drivers/net/ethernet/marvell/mv643xx_eth.c         |  14 +-
 drivers/net/ethernet/marvell/sky2.c                |   1 +
 .../ethernet/mellanox/mlx5/core/en_accel/macsec.c  |   4 +
 .../net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c |   6 +-
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.h  |   3 +
 .../ethernet/mellanox/mlx5/core/eswitch_offloads.c |   3 -
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |   7 +-
 .../ethernet/mellanox/mlx5/core/steering/dr_send.c |   4 +-
 .../net/ethernet/mellanox/mlxsw/spectrum_span.c    |   3 +-
 drivers/net/ethernet/renesas/rswitch.c             |   5 +-
 drivers/net/ethernet/sfc/tc_conntrack.c            |   2 +-
 .../net/ethernet/stmicro/stmmac/stmmac_platform.c  | 120 ++--
 drivers/net/ethernet/ti/icssg/icss_iep.c           |   8 +
 drivers/net/usb/qmi_wwan.c                         |   3 +
 drivers/net/wireless/ath/ath10k/bmi.c              |   1 +
 drivers/net/wireless/ath/ath10k/ce.c               |   1 +
 drivers/net/wireless/ath/ath10k/core.c             |   1 +
 drivers/net/wireless/ath/ath10k/core.h             |   1 +
 drivers/net/wireless/ath/ath10k/coredump.c         |   1 +
 drivers/net/wireless/ath/ath10k/coredump.h         |   1 +
 drivers/net/wireless/ath/ath10k/debug.c            |   1 +
 drivers/net/wireless/ath/ath10k/debugfs_sta.c      |   1 +
 drivers/net/wireless/ath/ath10k/htc.c              |   1 +
 drivers/net/wireless/ath/ath10k/htt.h              |   1 +
 drivers/net/wireless/ath/ath10k/htt_rx.c           |   1 +
 drivers/net/wireless/ath/ath10k/htt_tx.c           |   1 +
 drivers/net/wireless/ath/ath10k/hw.c               |   1 +
 drivers/net/wireless/ath/ath10k/hw.h               |   1 +
 drivers/net/wireless/ath/ath10k/mac.c              |   1 +
 drivers/net/wireless/ath/ath10k/pci.c              |   1 +
 drivers/net/wireless/ath/ath10k/pci.h              |   1 +
 drivers/net/wireless/ath/ath10k/qmi.c              |   1 +
 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c     |   1 +
 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.h     |   1 +
 drivers/net/wireless/ath/ath10k/rx_desc.h          |   1 +
 drivers/net/wireless/ath/ath10k/sdio.c             |   5 +-
 drivers/net/wireless/ath/ath10k/thermal.c          |   1 +
 drivers/net/wireless/ath/ath10k/usb.h              |   1 +
 drivers/net/wireless/ath/ath10k/wmi-tlv.h          |   1 +
 drivers/net/wireless/ath/ath10k/wmi.c              |   1 +
 drivers/net/wireless/ath/ath10k/wmi.h              |   1 +
 drivers/net/wireless/ath/ath10k/wow.c              |   1 +
 drivers/net/wireless/ath/ath12k/mac.c              |  26 +-
 drivers/net/wireless/ath/ath12k/reg.c              |   6 +-
 drivers/net/wireless/realtek/rtw88/sdio.c          |   6 +-
 drivers/net/wireless/realtek/rtw88/usb.c           |   5 +-
 drivers/net/wwan/iosm/iosm_ipc_mmio.c              |   2 +-
 drivers/net/wwan/t7xx/t7xx_state_monitor.c         |  26 +-
 drivers/net/wwan/t7xx/t7xx_state_monitor.h         |   5 +-
 drivers/nvme/host/core.c                           |  27 +-
 drivers/nvme/host/nvme.h                           |   5 +
 drivers/nvme/host/pci.c                            |   9 +-
 drivers/of/address.c                               |  30 +-
 drivers/pinctrl/pinctrl-mcp23s08.c                 |   6 +
 drivers/platform/x86/mlx-platform.c                |   2 +
 drivers/remoteproc/qcom_q6v5_pas.c                 |  94 +++
 drivers/scsi/hisi_sas/hisi_sas.h                   |   3 +-
 drivers/scsi/hisi_sas/hisi_sas_main.c              |  17 +-
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c             | 200 +++---
 drivers/scsi/mpi3mr/mpi3mr_os.c                    |  12 +-
 drivers/thunderbolt/nhi.c                          |  12 +
 drivers/thunderbolt/nhi.h                          |   6 +
 drivers/thunderbolt/retimer.c                      |  17 +-
 drivers/usb/chipidea/ci.h                          |   2 +
 drivers/usb/chipidea/ci_hdrc_imx.c                 |   1 +
 drivers/usb/chipidea/core.c                        |   2 +
 drivers/usb/chipidea/otg.c                         |   5 +-
 drivers/usb/chipidea/udc.c                         |   6 +
 drivers/usb/dwc3/core.h                            |   4 +
 drivers/usb/dwc3/gadget.c                          |  54 +-
 drivers/usb/host/xhci-ring.c                       |  42 +-
 drivers/usb/host/xhci.c                            |  21 +-
 drivers/usb/host/xhci.h                            |   2 +
 drivers/usb/typec/ucsi/ucsi.c                      |   9 +
 drivers/usb/typec/ucsi/ucsi.h                      |   5 +
 drivers/usb/typec/ucsi/ucsi_glink.c                |  60 +-
 drivers/watchdog/rzg2l_wdt.c                       |  83 ++-
 fs/btrfs/ctree.c                                   |  37 +-
 fs/btrfs/ctree.h                                   |   7 +
 fs/btrfs/disk-io.c                                 |   9 +
 fs/btrfs/inode.c                                   |   2 +-
 fs/ceph/acl.c                                      |   6 +-
 fs/ceph/addr.c                                     | 279 ++++----
 fs/ceph/caps.c                                     | 708 ++++++++++++---------
 fs/ceph/crypto.c                                   |  39 +-
 fs/ceph/debugfs.c                                  |   6 +-
 fs/ceph/dir.c                                      | 218 ++++---
 fs/ceph/export.c                                   |  39 +-
 fs/ceph/file.c                                     | 245 ++++---
 fs/ceph/inode.c                                    | 485 +++++++-------
 fs/ceph/ioctl.c                                    |  13 +-
 fs/ceph/locks.c                                    |  57 +-
 fs/ceph/mds_client.c                               | 563 +++++++++-------
 fs/ceph/mdsmap.c                                   |  24 +-
 fs/ceph/metric.c                                   |   5 +-
 fs/ceph/quota.c                                    |  29 +-
 fs/ceph/snap.c                                     | 174 ++---
 fs/ceph/super.c                                    |  70 +-
 fs/ceph/super.h                                    |   6 +
 fs/ceph/xattr.c                                    |  96 +--
 fs/ext4/ext4.h                                     |  20 +-
 fs/ext4/extents.c                                  |  18 +-
 fs/ext4/ialloc.c                                   |   4 +-
 fs/ext4/inline.c                                   |   4 +-
 fs/ext4/inode.c                                    |  72 ++-
 fs/ext4/ioctl.c                                    |  13 +-
 fs/ext4/namei.c                                    |  10 +-
 fs/ext4/super.c                                    |   2 +-
 fs/ext4/xattr.c                                    |   8 +-
 fs/f2fs/file.c                                     |  13 +
 fs/ntfs3/attrib.c                                  |  32 +-
 fs/ntfs3/frecord.c                                 | 103 +--
 fs/ntfs3/inode.c                                   |   3 +-
 fs/ntfs3/ntfs_fs.h                                 |   3 +-
 fs/ocfs2/quota_global.c                            |   2 +-
 fs/ocfs2/quota_local.c                             |   1 +
 fs/proc/task_mmu.c                                 |   2 +-
 fs/smb/client/cifsacl.c                            | 266 ++++----
 fs/smb/client/cifsacl.h                            |  20 +-
 fs/smb/client/cifsfs.c                             |   1 +
 fs/smb/client/cifsglob.h                           |  22 +-
 fs/smb/client/cifsproto.h                          |  26 +-
 fs/smb/client/cifssmb.c                            |   6 +-
 fs/smb/client/inode.c                              |   4 +-
 fs/smb/client/smb2inode.c                          |   4 +-
 fs/smb/client/smb2ops.c                            |  14 +-
 fs/smb/client/smb2pdu.c                            |  12 +-
 fs/smb/client/smb2pdu.h                            |   8 +-
 fs/smb/client/smb2proto.h                          |   4 +-
 fs/smb/client/smb2transport.c                      |  56 +-
 fs/smb/client/xattr.c                              |   4 +-
 fs/smb/server/smb2pdu.c                            |  22 +-
 fs/smb/server/vfs.h                                |   1 +
 fs/udf/namei.c                                     |  17 +-
 include/acpi/pcc.h                                 |  20 +
 include/clocksource/hyperv_timer.h                 |   2 +
 include/crypto/internal/ecc.h                      |  10 +
 include/linux/bpf_verifier.h                       |  31 +-
 include/linux/ceph/ceph_debug.h                    |  38 ++
 include/linux/cleanup.h                            |  88 ++-
 include/linux/if_vlan.h                            |  16 +-
 include/linux/memblock.h                           |   1 +
 include/linux/mlx5/driver.h                        |   6 +
 include/linux/mutex.h                              |   3 +-
 include/linux/rwsem.h                              |   8 +-
 include/linux/seq_buf.h                            |  25 +-
 include/linux/spinlock.h                           |  15 +
 include/linux/trace_events.h                       |   6 +-
 include/linux/trace_seq.h                          |   2 +
 include/linux/usb/chipidea.h                       |   2 +
 include/net/bluetooth/hci_core.h                   | 108 ++--
 include/net/mac80211.h                             |  31 +
 include/net/netfilter/nf_tables.h                  |   7 +-
 kernel/bpf/core.c                                  |   6 +-
 kernel/bpf/verifier.c                              | 175 +++--
 kernel/kcov.c                                      |   2 +-
 kernel/sched/core.c                                |  12 +-
 kernel/softirq.c                                   |  15 +-
 kernel/trace/trace.c                               | 231 ++-----
 kernel/trace/trace.h                               |   6 +-
 kernel/trace/trace_events.c                        |  44 +-
 kernel/trace/trace_output.c                        |   6 +-
 kernel/trace/trace_seq.c                           |   6 +-
 lib/seq_buf.c                                      |  26 +-
 mm/kmemleak.c                                      |   2 +-
 mm/memblock.c                                      |  38 ++
 mm/readahead.c                                     |   6 +-
 mm/vmscan.c                                        |   9 +-
 net/bluetooth/hci_conn.c                           |  13 +-
 net/bluetooth/hci_core.c                           |  10 +-
 net/bluetooth/iso.c                                |   6 +
 net/bluetooth/l2cap_core.c                         |  12 +-
 net/bluetooth/rfcomm/core.c                        |   6 +
 net/bluetooth/sco.c                                |  12 +-
 net/core/dev.c                                     |   4 +-
 net/core/sock.c                                    |   5 +-
 net/ipv4/ip_tunnel.c                               |  38 +-
 net/ipv4/tcp_input.c                               |   1 +
 net/ipv6/ila/ila_xlat.c                            |  16 +-
 net/llc/llc_input.c                                |   2 +-
 net/mac80211/ieee80211_i.h                         |   2 -
 net/mac80211/mesh.c                                |   6 +-
 net/mac80211/status.c                              |   1 +
 net/mac80211/util.c                                |  19 +-
 net/mctp/route.c                                   |  36 +-
 net/mptcp/options.c                                |   7 +
 net/mptcp/protocol.c                               |  22 +-
 net/netrom/nr_route.c                              |   6 +
 net/packet/af_packet.c                             |  28 +-
 net/sctp/associola.c                               |   3 +-
 rust/Makefile                                      |   4 +-
 scripts/mod/file2alias.c                           |   4 +-
 scripts/sorttable.h                                |   5 +-
 security/selinux/ss/services.c                     |   8 +-
 sound/core/seq/oss/seq_oss_synth.c                 |   2 +
 sound/core/seq/seq_clientmgr.c                     |  14 +-
 sound/core/ump.c                                   |  61 +-
 sound/pci/hda/patch_ca0132.c                       |  37 +-
 sound/pci/hda/patch_realtek.c                      |   2 +
 sound/usb/format.c                                 |   7 +-
 sound/usb/mixer_us16x08.c                          |   2 +-
 sound/usb/quirks.c                                 |   2 +
 .../bpf/progs/verifier_subprog_precision.c         |  23 +-
 tools/testing/selftests/bpf/verifier/precise.c     |  38 +-
 276 files changed, 4885 insertions(+), 3100 deletions(-)



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-06 15:13 [PATCH 6.6 000/222] 6.6.70-rc1 review Greg Kroah-Hartman
@ 2025-01-06 19:00 ` Naresh Kamboju
  2025-01-09 11:39   ` Greg Kroah-Hartman
  2025-01-06 20:04 ` Miguel Ojeda
                   ` (11 subsequent siblings)
  12 siblings, 1 reply; 18+ messages in thread
From: Naresh Kamboju @ 2025-01-06 19:00 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
	patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie, linux-i2c,
	andi.shyti

On Mon, 6 Jan 2025 at 20:53, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.6.70 release.
> There are 222 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, 08 Jan 2025 15:11:04 +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.70-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

The following build errors were noticed while building the
allmodconfig builds on arm64 on the stable-rc linux-6.6.y
branch.

This is first seen on 5652330123c6a64b444f3012d9c9013742a872e7.
GOOD: v6.6.69
BAD: 5652330123c6a64b444f3012d9c9013742a872e7

Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>

Build error:
============
drivers/i2c/busses/i2c-xgene-slimpro.c:95: error: "PCC_SIGNATURE"
redefined [-Werror]
   95 | #define PCC_SIGNATURE                   0x50424300
      |
In file included from drivers/i2c/busses/i2c-xgene-slimpro.c:12:
include/acpi/pcc.h:23: note: this is the location of the previous definition
   23 | #define PCC_SIGNATURE                   0x50434300
      |
cc1: all warnings being treated as errors
make[6]: *** [scripts/Makefile.build:243: drivers/i2c/busses/i2c-xgene


Links:
-------
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.69-223-g5652330123c6/testrun/26613311/suite/build/test/gcc-13-allmodconfig/log
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.69-223-g5652330123c6/testrun/26613311/suite/build/test/gcc-13-allmodconfig/details/
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.69-223-g5652330123c6/testrun/26613311/suite/build/test/gcc-13-allmodconfig/history/

metadata:
----
  git sha: 5652330123c6a64b444f3012d9c9013742a872e7
  git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
  kernel config:
https://storage.tuxsuite.com/public/linaro/lkft/builds/2rGGBoqD6FxSfg6IKJLK43h9cCM/config
  build url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2rGGBoqD6FxSfg6IKJLK43h9cCM/
  toolchain: clang, gcc-13, gcc-8
  arch: arm64
  config: allmodconfig

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-06 15:13 [PATCH 6.6 000/222] 6.6.70-rc1 review Greg Kroah-Hartman
  2025-01-06 19:00 ` Naresh Kamboju
@ 2025-01-06 20:04 ` Miguel Ojeda
  2025-01-06 20:13 ` Florian Fainelli
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: Miguel Ojeda @ 2025-01-06 20:04 UTC (permalink / raw)
  To: gregkh
  Cc: akpm, broonie, conor, f.fainelli, hargar, jonathanh, linux-kernel,
	linux, lkft-triage, patches, patches, pavel, rwarsow, shuah, srw,
	stable, sudipm.mukherjee, torvalds

On Mon, 06 Jan 2025 16:13:24 +0100 Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.6.70 release.
> There are 222 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, 08 Jan 2025 15:11:04 +0000.
> Anything received after that time might be too late.

I got (in both the two runs I did):

    [    0.022989] ------------[ cut here ]------------
    [    0.023006] Usage of MAX_NUMNODES is deprecated. Use NUMA_NO_NODE instead
    [    0.023362] WARNING: CPU: 0 PID: 0 at mm/memblock.c:1325 memblock_set_node+0xcf/0xe0
    [    0.023841] Modules linked in:
    [    0.023988] CPU: 0 PID: 0 Comm: swapper Not tainted 6.6.70-rc1-g5652330123c6 #1
    [    0.024062] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014
    [    0.024156] RIP: 0010:memblock_set_node+0xcf/0xe0
    [    0.024215] Code: 2c 07 48 83 c0 18 48 ff c9 75 f0 48 89 df e8 78 01 00 00 31 c0 eb a8 c6 05 a7 24 a6 ff 01 48 c7 c7 1e 37 7b a7 e8 71 aa 07 fe <0f> 0b e9 67 ff ff ff e8 75 f3 e3 fe 0f 1f 44 00 00 55 41 57 41 56
    [    0.024361] RSP: 0000:ffffffffa7a03eb0 EFLAGS: 00000046 ORIG_RAX: 0000000000000000
    [    0.024386] RAX: 0000000000000000 RBX: ffffffffa82a2240 RCX: ffffffffa7a52068
    [    0.024397] RDX: ffffffffa7a03daf RSI: 0000000000000082 RDI: ffffffffa7a52060
    [    0.024407] RBP: 0000000000000000 R08: ffffffffa7a52240 R09: 4f4e5f414d554e20
    [    0.024417] R10: 2045444f4e5f4f4e R11: 0a64616574736e69 R12: 0000000000000040
    [    0.024428] R13: 0000000000000000 R14: ffffffffffffffff R15: 0000000000000000
    [    0.024465] FS:  0000000000000000(0000) GS:ffffffffa81a4000(0000) knlGS:0000000000000000
    [    0.024490] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [    0.024502] CR2: ffff8c88c6001000 CR3: 0000000005628000 CR4: 00000000000000b0
    [    0.024585] Call Trace:
    [    0.024778]  <TASK>
    [    0.024953]  ? __warn+0xc3/0x1c0
    [    0.025012]  ? memblock_set_node+0xcf/0xe0
    [    0.025024]  ? report_bug+0x144/0x1e0
    [    0.025042]  ? early_fixup_exception+0x46/0x90
    [    0.025051]  ? early_idt_handler_common+0x2f/0x40
    [    0.025065]  ? memblock_set_node+0xcf/0xe0
    [    0.025074]  ? acpi_numa_processor_affinity_init+0x80/0x80
    [    0.025084]  ? numa_init+0x5e/0x190
    [    0.025091]  ? x86_numa_init+0x15/0x40
    [    0.025099]  ? setup_arch+0x4a3/0x5a0
    [    0.025105]  ? start_kernel+0x5a/0x3a0
    [    0.025115]  ? x86_64_start_reservations+0x20/0x20
    [    0.025122]  ? x86_64_start_kernel+0xa7/0xb0
    [    0.025128]  ? secondary_startup_64_no_verify+0x179/0x17b
    [    0.025156]  </TASK>
    [    0.025196] ---[ end trace 0000000000000000 ]---

I hope the helps!

Cheers,
Miguel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-06 15:13 [PATCH 6.6 000/222] 6.6.70-rc1 review Greg Kroah-Hartman
  2025-01-06 19:00 ` Naresh Kamboju
  2025-01-06 20:04 ` Miguel Ojeda
@ 2025-01-06 20:13 ` Florian Fainelli
  2025-01-07  0:36 ` Peter Schneider
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: Florian Fainelli @ 2025-01-06 20:13 UTC (permalink / raw)
  To: Greg Kroah-Hartman, stable
  Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, sudipm.mukherjee, srw, rwarsow,
	conor, hargar, broonie

On 1/6/25 07:13, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.70 release.
> There are 222 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, 08 Jan 2025 15:11:04 +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.70-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 <florian.fainelli@broadcom.com>
-- 
Florian

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-06 15:13 [PATCH 6.6 000/222] 6.6.70-rc1 review Greg Kroah-Hartman
                   ` (2 preceding siblings ...)
  2025-01-06 20:13 ` Florian Fainelli
@ 2025-01-07  0:36 ` Peter Schneider
  2025-01-07  1:16   ` Peter Schneider
  2025-01-07  0:54 ` SeongJae Park
                   ` (8 subsequent siblings)
  12 siblings, 1 reply; 18+ messages in thread
From: Peter Schneider @ 2025-01-07  0:36 UTC (permalink / raw)
  To: Greg Kroah-Hartman, stable
  Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
	rwarsow, conor, hargar, broonie

Am 06.01.2025 um 16:13 schrieb Greg Kroah-Hartman:
> This is the start of the stable review cycle for the 6.6.70 release.
> There are 222 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.

6.6.70-rc1 builds, boots and seems to work on my 2-socket Ivy Bridge Xeon E5-2697 v2 
server, but I see a scary looking dmesg warning, right after booting. As it is currently 
running, I will try building 6.12.9-rc with it, and see how that goes. The dmesg warnings 
I see look similar to that already reported by Miguel Ojeda.


[    0.012910] ACPI: Reserving ERST table memory at [mem 0x7cca41c8-0x7cca43f7]
[    0.012911] ACPI: Reserving HEST table memory at [mem 0x7cca43f8-0x7cca449f]
[    0.012912] ACPI: Reserving BERT table memory at [mem 0x7cca44a0-0x7cca44cf]
[    0.012938] ------------[ cut here ]------------
[    0.012939] Usage of MAX_NUMNODES is deprecated. Use NUMA_NO_NODE instead
[    0.012948] WARNING: CPU: 0 PID: 0 at mm/memblock.c:1324 memblock_set_node+0x10c/0x120
[    0.012955] Modules linked in:
[    0.012956] CPU: 0 PID: 0 Comm: swapper Not tainted 6.6.70-rc1+ #1
[    0.012959] Hardware name: ASUSTeK COMPUTER INC. Z9PE-D16 Series/Z9PE-D16 Series, BIOS 
5601 06/11/2015
[    0.012960] RIP: 0010:memblock_set_node+0x10c/0x120
[    0.012962] Code: 0f 87 fe c0 ca 00 41 83 e4 01 74 0b 41 bc ff ff ff ff e9 50 ff ff ff 
48 c7 c7 d0 28 fa 98 c6 05 58 0a 13 02 01 e8 14 86 ce ff <0f> 0b eb de e8 fb e3 d0 00 66 
66 2e 0f 1f 84 00 00 00 00 00 90 90
[    0.012965] RSP: 0000:ffffffff99803df8 EFLAGS: 00010046 ORIG_RAX: 0000000000000000
[    0.012967] RAX: 0000000000000000 RBX: ffffffff999fc990 RCX: 0000000000000000
[    0.012969] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[    0.012970] RBP: ffffffff99803e28 R08: 0000000000000000 R09: 0000000000000000
[    0.012971] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[    0.012972] R13: 0000000000000000 R14: ffffffffffffffff R15: 000000000008a000
[    0.012973] FS:  0000000000000000(0000) GS:ffffffff99bb0000(0000) knlGS:0000000000000000
[    0.012975] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.012976] CR2: ffff9e62eac01000 CR3: 0000000ae9e36000 CR4: 00000000000200f0
[    0.012978] Call Trace:
[    0.012979]  <TASK>
[    0.012981]  ? show_regs+0x6d/0x80
[    0.012987]  ? __warn+0x89/0x160
[    0.012990]  ? memblock_set_node+0x10c/0x120
[    0.012993]  ? report_bug+0x17e/0x1b0
[    0.012996]  ? fixup_exception+0x27/0x370
[    0.013000]  ? early_fixup_exception+0x9b/0xf0
[    0.013004]  ? do_early_exception+0x25/0x80
[    0.013008]  ? early_idt_handler_common+0x2f/0x3a
[    0.013013]  ? memblock_set_node+0x10c/0x120
[    0.013015]  ? memblock_set_node+0x10c/0x120
[    0.013017]  ? __pfx_x86_acpi_numa_init+0x10/0x10
[    0.013021]  numa_init+0x82/0x570
[    0.013025]  x86_numa_init+0x1f/0x60
[    0.013028]  initmem_init+0xe/0x20
[    0.013030]  setup_arch+0x98b/0xea0
[    0.013034]  start_kernel+0x6c/0xb00
[    0.013039]  ? load_ucode_intel_bsp+0x3d/0x80
[    0.013044]  x86_64_start_reservations+0x18/0x30
[    0.013046]  x86_64_start_kernel+0xbf/0x110
[    0.013049]  secondary_startup_64_no_verify+0x18f/0x19b
[    0.013056]  </TASK>
[    0.013057] ---[ end trace 0000000000000000 ]---
[    0.013063] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.013065] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[    0.013066] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.013066] SRAT: PXM 0 -> APIC 0x03 -> Node 0



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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-06 15:13 [PATCH 6.6 000/222] 6.6.70-rc1 review Greg Kroah-Hartman
                   ` (3 preceding siblings ...)
  2025-01-07  0:36 ` Peter Schneider
@ 2025-01-07  0:54 ` SeongJae Park
  2025-01-07  7:03 ` Ron Economos
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: SeongJae Park @ 2025-01-07  0:54 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: SeongJae Park, stable, patches, linux-kernel, torvalds, akpm,
	linux, shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie, damon

Hello,

On Mon, 6 Jan 2025 16:13:24 +0100 Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:

> This is the start of the stable review cycle for the 6.6.70 release.
> There are 222 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, 08 Jan 2025 15:11:04 +0000.
> Anything received after that time might be too late.

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 <sj@kernel.org>

[1] https://github.com/damonitor/damon-tests/tree/next/corr
[2] 5652330123c6 ("Linux 6.6.70-rc1")

Thanks,
SJ

[...]

---

ok 1 selftests: damon: debugfs_attrs.sh # SKIP
ok 2 selftests: damon: debugfs_schemes.sh # SKIP
ok 3 selftests: damon: debugfs_target_ids.sh # SKIP
ok 4 selftests: damon: debugfs_empty_targets.sh # SKIP
ok 5 selftests: damon: debugfs_huge_count_read_write.sh # SKIP
ok 6 selftests: damon: debugfs_duplicate_context_creation.sh # SKIP
ok 7 selftests: damon: debugfs_rm_non_contexts.sh # SKIP
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 # SKIP
ok 3 selftests: damon-tests: buffer_overflow.sh
ok 4 selftests: damon-tests: rm_contexts.sh # SKIP
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 # SKIP
ok 12 selftests: damon-tests: build_m68k.sh # SKIP
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

PASS

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-07  0:36 ` Peter Schneider
@ 2025-01-07  1:16   ` Peter Schneider
  0 siblings, 0 replies; 18+ messages in thread
From: Peter Schneider @ 2025-01-07  1:16 UTC (permalink / raw)
  To: Greg Kroah-Hartman, stable
  Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
	rwarsow, conor, hargar, broonie


[-- Attachment #1.1: Type: text/plain, Size: 1457 bytes --]

Am 07.01.2025 um 01:36 schrieb Peter Schneider:
> Am 06.01.2025 um 16:13 schrieb Greg Kroah-Hartman:
>> This is the start of the stable review cycle for the 6.6.70 release.
>> There are 222 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.
> 
> 6.6.70-rc1 builds, boots and seems to work on my 2-socket Ivy Bridge Xeon E5-2697 v2 
> server, but I see a scary looking dmesg warning, right after booting. As it is currently 
> running, I will try building 6.12.9-rc with it, and see how that goes. The dmesg warnings 
> I see look similar to that already reported by Miguel Ojeda.

[...]

So running 6.6.70-rc1, despite the above mentioned initial warning message, I could build 
6.12.9-rc1 just fine with it. It took the usual ~20 minutes, and no more dmesgs warning 
have been added.

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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-06 15:13 [PATCH 6.6 000/222] 6.6.70-rc1 review Greg Kroah-Hartman
                   ` (4 preceding siblings ...)
  2025-01-07  0:54 ` SeongJae Park
@ 2025-01-07  7:03 ` Ron Economos
  2025-01-07 10:24 ` Naresh Kamboju
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: Ron Economos @ 2025-01-07  7:03 UTC (permalink / raw)
  To: Greg Kroah-Hartman, stable
  Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
	rwarsow, conor, hargar, broonie

On 1/6/25 07:13, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.70 release.
> There are 222 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, 08 Jan 2025 15:11:04 +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.70-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 <re@w6rz.net>


^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-06 15:13 [PATCH 6.6 000/222] 6.6.70-rc1 review Greg Kroah-Hartman
                   ` (5 preceding siblings ...)
  2025-01-07  7:03 ` Ron Economos
@ 2025-01-07 10:24 ` Naresh Kamboju
  2025-01-07 13:01   ` Mike Rapoport
  2025-01-07 12:33 ` Mark Brown
                   ` (5 subsequent siblings)
  12 siblings, 1 reply; 18+ messages in thread
From: Naresh Kamboju @ 2025-01-07 10:24 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
	patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie,
	Jan Beulich, Mike Rapoport

On Mon, 6 Jan 2025 at 20:53, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.6.70 release.
> There are 222 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, 08 Jan 2025 15:11:04 +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.70-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


As others have reported, boot warnings on x86 have been noticed

memblock: make memblock_set_node() also warn about use of MAX_NUMNODES
[ Upstream commit e0eec24e2e199873f43df99ec39773ad3af2bff7 ]

diff --git a/mm/memblock.c b/mm/memblock.c
index 87a2b4340ce4ea..ba64b47b7c3b24 100644
--- a/mm/memblock.c
+++ b/mm/memblock.c
@@ -1321,6 +1321,10 @@ int __init_memblock
memblock_set_node(phys_addr_t base, phys_addr_t size,
  int start_rgn, end_rgn;
  int i, ret;

+ if (WARN_ONCE(nid == MAX_NUMNODES,
+      "Usage of MAX_NUMNODES is deprecated. Use NUMA_NO_NODE instead\n"))
+ nid = NUMA_NO_NODE;
+
  ret = memblock_isolate_range(type, base, size, &start_rgn, &end_rgn);
  if (ret)
  return ret;
-- 

Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>

------------[ cut here ]------------
[    0.042522] Usage of MAX_NUMNODES is deprecated. Use NUMA_NO_NODE instead
[    0.043058] WARNING: CPU: 0 PID: 0 at mm/memblock.c:1324
memblock_set_node+0xf0/0x100
[    0.043730] Modules linked in:
[    0.043957] CPU: 0 PID: 0 Comm: swapper Not tainted 6.6.70-rc1 #1
[    0.044026] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009),
BIOS 1.16.3-debian-1.16.3-2 04/01/2014
[    0.044174] RIP: 0010:memblock_set_node+0xf0/0x100
[    0.044293] Code: 3d 81 da ef ff 00 74 0b 41 bc ff ff ff ff e9 6c
ff ff ff 48 c7 c7 30 40 e3 8e 48 89 75 d0 c6 05 62 da ef ff 01 e8 20
cb 04 fe <0f> 0b 48 8b 75 d0 eb d6 e8 43 db 0e ff 0f 1f 00 90 90 90 90
90 90
[    0.044494] RSP: 0000:ffffffff8f003e08 EFLAGS: 00010082 ORIG_RAX:
0000000000000000
[    0.044537] RAX: 0000000000000000 RBX: ffffffff8f46da30 RCX: 0000000000000000
[    0.044553] RDX: ffffffff8f156f08 RSI: 0000000000000082 RDI: 0000000000000001
[    0.044588] RBP: ffffffff8f003e38 R08: 0000000000000000 R09: 4f4e5f414d554e20
[    0.044606] R10: 2045444f4e5f4f4e R11: 0a64616574736e69 R12: 0000000000000040
[    0.044621] R13: 0000000000000000 R14: 000000013ee00000 R15: 0000000000014750
[    0.044673] FS:  0000000000000000(0000) GS:ffffffff8f347000(0000)
knlGS:0000000000000000
[    0.044707] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.044723] CR2: ffff9ab33ffff000 CR3: 0000000140c44000 CR4: 00000000000000b0
[    0.044816] Call Trace:
[    0.045237]  <TASK>
[    0.045521]  ? show_regs+0x69/0x80
[    0.045593]  ? __warn+0x8d/0x150
[    0.045611]  ? memblock_set_node+0xf0/0x100
[    0.045629]  ? report_bug+0x171/0x1a0
[    0.045648]  ? fixup_exception+0x2b/0x310
[    0.045669]  ? early_fixup_exception+0xb3/0xd0
[    0.045687]  ? do_early_exception+0x1f/0x60
[    0.045716]  ? early_idt_handler_common+0x2f/0x40
[    0.045742]  ? memblock_set_node+0xf0/0x100
[    0.045760]  ? memblock_set_node+0xf0/0x100
[    0.045792]  ? __pfx_x86_acpi_numa_init+0x10/0x10
[    0.045817]  numa_init+0x8b/0x600
[    0.045932]  x86_numa_init+0x23/0x50
[    0.045953]  initmem_init+0x12/0x20
[    0.045969]  setup_arch+0x88b/0xce0
[    0.045988]  start_kernel+0x76/0x6d0
[    0.046008]  x86_64_start_reservations+0x1c/0x30
[    0.046022]  x86_64_start_kernel+0xca/0xe0
[    0.046037]  secondary_startup_64_no_verify+0x178/0x17b
[    0.046111]  </TASK>
[    0.046180] ---[ end trace 0000000000000000 ]---

Links:
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.69-223-g5652330123c6/testrun/26599367/suite/log-parser-boot/tests/
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.69-223-g5652330123c6/testrun/26599367/suite/log-parser-boot/test/exception-usage-of-max_numnodes-is-deprecated-use-numa_no_node-instead/log

## Build
* kernel: 6.6.70-rc1
* git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
* git commit: 5652330123c6a64b444f3012d9c9013742a872e7
* git describe: v6.6.69-223-g5652330123c6
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.69-223-g5652330123c6

## Test Regressions (compared to v6.6.68-87-g159cc5fd9b13)
* arm64, build
  - clang-19-allmodconfig
  - clang-19-allyesconfig
  - gcc-13-allmodconfig
  - gcc-13-allyesconfig

## Metric Regressions (compared to v6.6.68-87-g159cc5fd9b13)

## Test Fixes (compared to v6.6.68-87-g159cc5fd9b13)

## Metric Fixes (compared to v6.6.68-87-g159cc5fd9b13)

## Test result summary
total: 150166, pass: 122611, fail: 4998, skip: 22391, xfail: 166

## Build Summary
* arc: 6 total, 5 passed, 1 failed
* arm: 132 total, 132 passed, 0 failed
* arm64: 44 total, 38 passed, 6 failed
* i386: 31 total, 28 passed, 3 failed
* mips: 30 total, 25 passed, 5 failed
* parisc: 5 total, 5 passed, 0 failed
* powerpc: 36 total, 32 passed, 4 failed
* riscv: 23 total, 22 passed, 1 failed
* s390: 18 total, 14 passed, 4 failed
* sh: 12 total, 10 passed, 2 failed
* sparc: 9 total, 8 passed, 1 failed
* x86_64: 36 total, 35 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-seccomp
* kselftest-sigaltstack
* kselftest-size
* kselftest-tc-testing
* kselftest-timers
* kselftest-tmpfs
* kselftest-tpm2
* kselftest-user_events
* kselftest-vDSO
* kselftest-x86
* kunit
* kvm-unit-tests
* libgpiod
* libhugetlbfs
* log-parser-boot
* log-parser-build-clang
* log-parser-build-gcc
* log-parser-test
* ltp-capability
* 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-ipc
* ltp-math
* ltp-mm
* ltp-nptl
* ltp-pty
* ltp-sched
* ltp-smoke
* ltp-syscalls
* ltp-tracing
* perf
* rcutorture

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

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-06 15:13 [PATCH 6.6 000/222] 6.6.70-rc1 review Greg Kroah-Hartman
                   ` (6 preceding siblings ...)
  2025-01-07 10:24 ` Naresh Kamboju
@ 2025-01-07 12:33 ` Mark Brown
  2025-01-07 12:44 ` Jon Hunter
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: Mark Brown @ 2025-01-07 12:33 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
	patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow, conor, hargar

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]

On Mon, Jan 06, 2025 at 04:13:24PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.70 release.
> There are 222 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: Mark Brown <broonie@kernel.org>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-06 15:13 [PATCH 6.6 000/222] 6.6.70-rc1 review Greg Kroah-Hartman
                   ` (7 preceding siblings ...)
  2025-01-07 12:33 ` Mark Brown
@ 2025-01-07 12:44 ` Jon Hunter
  2025-01-07 21:20 ` [PATCH 6.6] " Hardik Garg
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: Jon Hunter @ 2025-01-07 12:44 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Greg Kroah-Hartman, patches, linux-kernel, torvalds, akpm, linux,
	shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie,
	linux-tegra, stable

On Mon, 06 Jan 2025 16:13:24 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.70 release.
> There are 222 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, 08 Jan 2025 15:11:04 +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.70-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.70-rc1-g5652330123c6
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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-07 10:24 ` Naresh Kamboju
@ 2025-01-07 13:01   ` Mike Rapoport
  2025-01-09 11:52     ` Greg Kroah-Hartman
  0 siblings, 1 reply; 18+ messages in thread
From: Mike Rapoport @ 2025-01-07 13:01 UTC (permalink / raw)
  To: Naresh Kamboju
  Cc: Greg Kroah-Hartman, stable, patches, linux-kernel, torvalds, akpm,
	linux, shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie,
	Jan Beulich

On Tue, Jan 07, 2025 at 03:54:43PM +0530, Naresh Kamboju wrote:
> On Mon, 6 Jan 2025 at 20:53, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 6.6.70 release.
> > There are 222 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, 08 Jan 2025 15:11:04 +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.70-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
> 
> 
> As others have reported, boot warnings on x86 have been noticed
> 
> memblock: make memblock_set_node() also warn about use of MAX_NUMNODES
> [ Upstream commit e0eec24e2e199873f43df99ec39773ad3af2bff7 ]

There's 8043832e2a12 ("memblock: use numa_valid_node() helper to check for
invalid node ID") that fixes it
 
> diff --git a/mm/memblock.c b/mm/memblock.c
> index 87a2b4340ce4ea..ba64b47b7c3b24 100644
> --- a/mm/memblock.c
> +++ b/mm/memblock.c
> @@ -1321,6 +1321,10 @@ int __init_memblock
> memblock_set_node(phys_addr_t base, phys_addr_t size,
>   int start_rgn, end_rgn;
>   int i, ret;
> 
> + if (WARN_ONCE(nid == MAX_NUMNODES,
> +      "Usage of MAX_NUMNODES is deprecated. Use NUMA_NO_NODE instead\n"))
> + nid = NUMA_NO_NODE;
> +
>   ret = memblock_isolate_range(type, base, size, &start_rgn, &end_rgn);
>   if (ret)
>   return ret;
> -- 
> 
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
> 
> ------------[ cut here ]------------
> [    0.042522] Usage of MAX_NUMNODES is deprecated. Use NUMA_NO_NODE instead
> [    0.043058] WARNING: CPU: 0 PID: 0 at mm/memblock.c:1324
> memblock_set_node+0xf0/0x100
> [    0.043730] Modules linked in:
> [    0.043957] CPU: 0 PID: 0 Comm: swapper Not tainted 6.6.70-rc1 #1
> [    0.044026] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009),
> BIOS 1.16.3-debian-1.16.3-2 04/01/2014
> [    0.044174] RIP: 0010:memblock_set_node+0xf0/0x100
> [    0.044293] Code: 3d 81 da ef ff 00 74 0b 41 bc ff ff ff ff e9 6c
> ff ff ff 48 c7 c7 30 40 e3 8e 48 89 75 d0 c6 05 62 da ef ff 01 e8 20
> cb 04 fe <0f> 0b 48 8b 75 d0 eb d6 e8 43 db 0e ff 0f 1f 00 90 90 90 90
> 90 90
> [    0.044494] RSP: 0000:ffffffff8f003e08 EFLAGS: 00010082 ORIG_RAX:
> 0000000000000000
> [    0.044537] RAX: 0000000000000000 RBX: ffffffff8f46da30 RCX: 0000000000000000
> [    0.044553] RDX: ffffffff8f156f08 RSI: 0000000000000082 RDI: 0000000000000001
> [    0.044588] RBP: ffffffff8f003e38 R08: 0000000000000000 R09: 4f4e5f414d554e20
> [    0.044606] R10: 2045444f4e5f4f4e R11: 0a64616574736e69 R12: 0000000000000040
> [    0.044621] R13: 0000000000000000 R14: 000000013ee00000 R15: 0000000000014750
> [    0.044673] FS:  0000000000000000(0000) GS:ffffffff8f347000(0000)
> knlGS:0000000000000000
> [    0.044707] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [    0.044723] CR2: ffff9ab33ffff000 CR3: 0000000140c44000 CR4: 00000000000000b0
> [    0.044816] Call Trace:
> [    0.045237]  <TASK>
> [    0.045521]  ? show_regs+0x69/0x80
> [    0.045593]  ? __warn+0x8d/0x150
> [    0.045611]  ? memblock_set_node+0xf0/0x100
> [    0.045629]  ? report_bug+0x171/0x1a0
> [    0.045648]  ? fixup_exception+0x2b/0x310
> [    0.045669]  ? early_fixup_exception+0xb3/0xd0
> [    0.045687]  ? do_early_exception+0x1f/0x60
> [    0.045716]  ? early_idt_handler_common+0x2f/0x40
> [    0.045742]  ? memblock_set_node+0xf0/0x100
> [    0.045760]  ? memblock_set_node+0xf0/0x100
> [    0.045792]  ? __pfx_x86_acpi_numa_init+0x10/0x10
> [    0.045817]  numa_init+0x8b/0x600
> [    0.045932]  x86_numa_init+0x23/0x50
> [    0.045953]  initmem_init+0x12/0x20
> [    0.045969]  setup_arch+0x88b/0xce0
> [    0.045988]  start_kernel+0x76/0x6d0
> [    0.046008]  x86_64_start_reservations+0x1c/0x30
> [    0.046022]  x86_64_start_kernel+0xca/0xe0
> [    0.046037]  secondary_startup_64_no_verify+0x178/0x17b
> [    0.046111]  </TASK>
> [    0.046180] ---[ end trace 0000000000000000 ]---
> 
> Links:
>  - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.69-223-g5652330123c6/testrun/26599367/suite/log-parser-boot/tests/
>  - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.69-223-g5652330123c6/testrun/26599367/suite/log-parser-boot/test/exception-usage-of-max_numnodes-is-deprecated-use-numa_no_node-instead/log
> 
> ## Build
> * kernel: 6.6.70-rc1
> * git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
> * git commit: 5652330123c6a64b444f3012d9c9013742a872e7
> * git describe: v6.6.69-223-g5652330123c6
> * test details:
> https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.69-223-g5652330123c6
> 
> ## Test Regressions (compared to v6.6.68-87-g159cc5fd9b13)
> * arm64, build
>   - clang-19-allmodconfig
>   - clang-19-allyesconfig
>   - gcc-13-allmodconfig
>   - gcc-13-allyesconfig
> 
> ## Metric Regressions (compared to v6.6.68-87-g159cc5fd9b13)
> 
> ## Test Fixes (compared to v6.6.68-87-g159cc5fd9b13)
> 
> ## Metric Fixes (compared to v6.6.68-87-g159cc5fd9b13)
> 
> ## Test result summary
> total: 150166, pass: 122611, fail: 4998, skip: 22391, xfail: 166
> 
> ## Build Summary
> * arc: 6 total, 5 passed, 1 failed
> * arm: 132 total, 132 passed, 0 failed
> * arm64: 44 total, 38 passed, 6 failed
> * i386: 31 total, 28 passed, 3 failed
> * mips: 30 total, 25 passed, 5 failed
> * parisc: 5 total, 5 passed, 0 failed
> * powerpc: 36 total, 32 passed, 4 failed
> * riscv: 23 total, 22 passed, 1 failed
> * s390: 18 total, 14 passed, 4 failed
> * sh: 12 total, 10 passed, 2 failed
> * sparc: 9 total, 8 passed, 1 failed
> * x86_64: 36 total, 35 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-seccomp
> * kselftest-sigaltstack
> * kselftest-size
> * kselftest-tc-testing
> * kselftest-timers
> * kselftest-tmpfs
> * kselftest-tpm2
> * kselftest-user_events
> * kselftest-vDSO
> * kselftest-x86
> * kunit
> * kvm-unit-tests
> * libgpiod
> * libhugetlbfs
> * log-parser-boot
> * log-parser-build-clang
> * log-parser-build-gcc
> * log-parser-test
> * ltp-capability
> * 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-ipc
> * ltp-math
> * ltp-mm
> * ltp-nptl
> * ltp-pty
> * ltp-sched
> * ltp-smoke
> * ltp-syscalls
> * ltp-tracing
> * perf
> * rcutorture
> 
> --
> Linaro LKFT
> https://lkft.linaro.org

-- 
Sincerely yours,
Mike.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6] 6.6.70-rc1 review
  2025-01-06 15:13 [PATCH 6.6 000/222] 6.6.70-rc1 review Greg Kroah-Hartman
                   ` (8 preceding siblings ...)
  2025-01-07 12:44 ` Jon Hunter
@ 2025-01-07 21:20 ` Hardik Garg
  2025-01-07 23:15 ` [PATCH 6.6 000/222] " Shuah Khan
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: Hardik Garg @ 2025-01-07 21:20 UTC (permalink / raw)
  To: gregkh
  Cc: akpm, broonie, conor, f.fainelli, hargar, jonathanh, linux-kernel,
	linux, lkft-triage, patches, patches, pavel, rwarsow, shuah, srw,
	stable, sudipm.mukherjee, torvalds

The kernel, bpf tool, amd kselftest tool builds fine for v6.6.70-rc1 on x86 and arm64 Azure VM.

Tested-by: Hardik Garg <hargar@linux.microsoft.com>




Thanks,
Hardik

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-06 15:13 [PATCH 6.6 000/222] 6.6.70-rc1 review Greg Kroah-Hartman
                   ` (9 preceding siblings ...)
  2025-01-07 21:20 ` [PATCH 6.6] " Hardik Garg
@ 2025-01-07 23:15 ` Shuah Khan
  2025-01-08 12:27 ` Muhammad Usama Anjum
  2025-01-08 14:12 ` Harshit Mogalapalli
  12 siblings, 0 replies; 18+ messages in thread
From: Shuah Khan @ 2025-01-07 23:15 UTC (permalink / raw)
  To: Greg Kroah-Hartman, stable
  Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
	rwarsow, conor, hargar, broonie, Shuah Khan

On 1/6/25 08:13, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.70 release.
> There are 222 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, 08 Jan 2025 15:11:04 +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.70-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 <skhan@linuxfoundation.org>

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-06 15:13 [PATCH 6.6 000/222] 6.6.70-rc1 review Greg Kroah-Hartman
                   ` (10 preceding siblings ...)
  2025-01-07 23:15 ` [PATCH 6.6 000/222] " Shuah Khan
@ 2025-01-08 12:27 ` Muhammad Usama Anjum
  2025-01-08 14:12 ` Harshit Mogalapalli
  12 siblings, 0 replies; 18+ messages in thread
From: Muhammad Usama Anjum @ 2025-01-08 12:27 UTC (permalink / raw)
  To: Greg Kroah-Hartman, stable
  Cc: Usama.Anjum, patches, linux-kernel, torvalds, akpm, linux, shuah,
	patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie

On 1/6/25 8:13 PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.70 release.
> There are 222 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, 08 Jan 2025 15:11:04 +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.70-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
> 
> -------------
OVERVIEW

        Builds: 38 passed, 3 failed

    Boot tests: 358 passed, 0 failed

    CI systems: broonie, maestro

REVISION

    Commit
        name: v6.6.69-223-g5652330123c6
        hash: 5652330123c6a64b444f3012d9c9013742a872e7
    Checked out from
        https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.y


BUILDS

    Failures
      -x86_64 (cros://chromeos-6.6/x86_64/chromeos-intel-pineview.flavour.config)
      Build detail: https://kcidb.kernelci.org/d/build/build?orgId=1&var-id=maestro:677c10a0423acf18d2737e91
      Build error: ld: kernel/kexec_core.o: in function `__crash_kexec':
      -arm64 (defconfig+allmodconfig)
      Build detail: https://kcidb.kernelci.org/d/build/build?orgId=1&var-id=maestro:677c10aa423acf18d2737f1a
      Build error: drivers/i2c/busses/i2c-xgene-slimpro.c:95:9: error: 'PCC_SIGNATURE' macro redefined [-Werror,-Wmacro-redefined]
      -x86_64 (cros://chromeos-6.6/x86_64/chromeos-amd-stoneyridge.flavour.config)
      Build detail: https://kcidb.kernelci.org/d/build/build?orgId=1&var-id=maestro:677c109b423acf18d2737e5a
      Build error: ld: kernel/kexec_core.o: in function `__crash_kexec':
      CI system: maestro


BOOT TESTS

    No failure found

See complete and up-to-date report at:

    https://kcidb.kernelci.org/d/revision/revision?orgId=1&var-git_commit_hash=5652330123c6a64b444f3012d9c9013742a872e7&var-patchset_hash=


Tested-by: kernelci.org bot <bot@kernelci.org>

Thanks,
KernelCI team

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-06 15:13 [PATCH 6.6 000/222] 6.6.70-rc1 review Greg Kroah-Hartman
                   ` (11 preceding siblings ...)
  2025-01-08 12:27 ` Muhammad Usama Anjum
@ 2025-01-08 14:12 ` Harshit Mogalapalli
  12 siblings, 0 replies; 18+ messages in thread
From: Harshit Mogalapalli @ 2025-01-08 14:12 UTC (permalink / raw)
  To: Greg Kroah-Hartman, stable
  Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
	rwarsow, conor, hargar, broonie, Vegard Nossum, Darren Kenny

Hi Greg,
On 06/01/25 20:43, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.70 release.
> There are 222 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.

No problems seen on x86_64 and aarch64 with our testing.

Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>

Thanks,
Harshit

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-06 19:00 ` Naresh Kamboju
@ 2025-01-09 11:39   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 18+ messages in thread
From: Greg Kroah-Hartman @ 2025-01-09 11:39 UTC (permalink / raw)
  To: Naresh Kamboju
  Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
	patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie, linux-i2c,
	andi.shyti

On Tue, Jan 07, 2025 at 12:30:26AM +0530, Naresh Kamboju wrote:
> On Mon, 6 Jan 2025 at 20:53, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 6.6.70 release.
> > There are 222 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, 08 Jan 2025 15:11:04 +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.70-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
> 
> The following build errors were noticed while building the
> allmodconfig builds on arm64 on the stable-rc linux-6.6.y
> branch.
> 
> This is first seen on 5652330123c6a64b444f3012d9c9013742a872e7.
> GOOD: v6.6.69
> BAD: 5652330123c6a64b444f3012d9c9013742a872e7
> 
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
> 
> Build error:
> ============
> drivers/i2c/busses/i2c-xgene-slimpro.c:95: error: "PCC_SIGNATURE"
> redefined [-Werror]
>    95 | #define PCC_SIGNATURE                   0x50424300
>       |
> In file included from drivers/i2c/busses/i2c-xgene-slimpro.c:12:
> include/acpi/pcc.h:23: note: this is the location of the previous definition
>    23 | #define PCC_SIGNATURE                   0x50434300
>       |
> cc1: all warnings being treated as errors
> make[6]: *** [scripts/Makefile.build:243: drivers/i2c/busses/i2c-xgene

Thanks, I've applied a patch to fix this up.

greg k-h

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6.6 000/222] 6.6.70-rc1 review
  2025-01-07 13:01   ` Mike Rapoport
@ 2025-01-09 11:52     ` Greg Kroah-Hartman
  0 siblings, 0 replies; 18+ messages in thread
From: Greg Kroah-Hartman @ 2025-01-09 11:52 UTC (permalink / raw)
  To: Mike Rapoport
  Cc: Naresh Kamboju, stable, patches, linux-kernel, torvalds, akpm,
	linux, shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie,
	Jan Beulich

On Tue, Jan 07, 2025 at 03:01:56PM +0200, Mike Rapoport wrote:
> On Tue, Jan 07, 2025 at 03:54:43PM +0530, Naresh Kamboju wrote:
> > On Mon, 6 Jan 2025 at 20:53, Greg Kroah-Hartman
> > <gregkh@linuxfoundation.org> wrote:
> > >
> > > This is the start of the stable review cycle for the 6.6.70 release.
> > > There are 222 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, 08 Jan 2025 15:11:04 +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.70-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
> > 
> > 
> > As others have reported, boot warnings on x86 have been noticed
> > 
> > memblock: make memblock_set_node() also warn about use of MAX_NUMNODES
> > [ Upstream commit e0eec24e2e199873f43df99ec39773ad3af2bff7 ]
> 
> There's 8043832e2a12 ("memblock: use numa_valid_node() helper to check for
> invalid node ID") that fixes it

Thanks.  I'll drop the offending commit for now and then add this, and
the fix, back in for the next round of -rc releases to get testing on
it.

greg k-h

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2025-01-09 11:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-06 15:13 [PATCH 6.6 000/222] 6.6.70-rc1 review Greg Kroah-Hartman
2025-01-06 19:00 ` Naresh Kamboju
2025-01-09 11:39   ` Greg Kroah-Hartman
2025-01-06 20:04 ` Miguel Ojeda
2025-01-06 20:13 ` Florian Fainelli
2025-01-07  0:36 ` Peter Schneider
2025-01-07  1:16   ` Peter Schneider
2025-01-07  0:54 ` SeongJae Park
2025-01-07  7:03 ` Ron Economos
2025-01-07 10:24 ` Naresh Kamboju
2025-01-07 13:01   ` Mike Rapoport
2025-01-09 11:52     ` Greg Kroah-Hartman
2025-01-07 12:33 ` Mark Brown
2025-01-07 12:44 ` Jon Hunter
2025-01-07 21:20 ` [PATCH 6.6] " Hardik Garg
2025-01-07 23:15 ` [PATCH 6.6 000/222] " Shuah Khan
2025-01-08 12:27 ` Muhammad Usama Anjum
2025-01-08 14:12 ` Harshit Mogalapalli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox