* [PATCH 5.10 000/138] 5.10.233-rc1 review
@ 2025-01-06 15:15 Greg Kroah-Hartman
2025-01-06 18:23 ` Pavel Machek
` (6 more replies)
0 siblings, 7 replies; 9+ messages in thread
From: Greg Kroah-Hartman @ 2025-01-06 15:15 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 5.10.233 release.
There are 138 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/v5.x/stable-review/patch-5.10.233-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-5.10.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 5.10.233-rc1
Seiji Nishikawa <snishika@redhat.com>
mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim()
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
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
Zygo Blaxell <ce3g8jdj@umail.furryterror.org>
btrfs: don't set lock_owner when locking extent buffer for reading
Josef Bacik <josef@toxicpanda.com>
btrfs: locking: remove the recursion handling code
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
Daniele Palmas <dnlplm@gmail.com>
net: usb: qmi_wwan: add Telit FE910C04 compositions
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
Filipe Manana <fdmanana@suse.com>
btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount
Emmanuel Grumbach <emmanuel.grumbach@intel.com>
wifi: mac80211: wake the queues in case of failure in resume
Lizhi Xu <lizhi.xu@windriver.com>
tracing: Prevent bad count for tracing_cpumask_write
Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
kernel: Initialize cpumask before parsing
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()
Josef Bacik <josef@toxicpanda.com>
btrfs: locking: remove all the blocking helpers
Josef Bacik <josef@toxicpanda.com>
btrfs: switch extent buffer tree lock to rw_semaphore
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
dmaengine: dw: Select only supported masters for ACPI devices
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
Li Zhijian <lizhijian@fujitsu.com>
RDMA/rtrs: Ensure 'ib_sge list' is accessible
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
Ilya Shchipletsov <rabbelkin@mail.ru>
netrom: check buffer length before accessing it
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
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
Patrisious Haddad <phaddad@nvidia.com>
RDMA/mlx5: Enforce same type port association for multiport RoCE
Parav Pandit <parav@nvidia.com>
net/mlx5: Make API mlx5_core_is_ecpf accept const pointer
Kairui Song <kasong@tencent.com>
zram: fix uninitialized ZRAM not releasing backing device
Sergey Senozhatsky <senozhatsky@chromium.org>
drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram reset
Christoph Hellwig <hch@lst.de>
zram: use set_capacity_and_notify
Christoph Hellwig <hch@lst.de>
block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
Christoph Hellwig <hch@lst.de>
sd: update the bdev size in sd_revalidate_disk
Christoph Hellwig <hch@lst.de>
nvme: let set_capacity_revalidate_and_notify update the bdev size
Christoph Hellwig <hch@lst.de>
loop: let set_capacity_revalidate_and_notify update the bdev size
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
Mika Westerberg <mika.westerberg@linux.intel.com>
thunderbolt: Add Intel Barlow Ridge PCI ID
Mika Westerberg <mika.westerberg@linux.intel.com>
thunderbolt: Add support for Intel Meteor Lake
George D Sworo <george.d.sworo@intel.com>
thunderbolt: Add support for Intel Raptor Lake
Azhar Shaikh <azhar.shaikh@intel.com>
thunderbolt: Add support for Intel Alder Lake
Thiébaud Weksteen <tweek@google.com>
selinux: ignore unknown extended permissions
Naman Jain <namjain@linux.microsoft.com>
x86/hyperv: Fix hv tsc page based sched_clock for hibernation
Eric Dumazet <edumazet@google.com>
ipv6: prevent possible UAF in ip6_xmit()
Vasily Averin <vvs@virtuozzo.com>
skb_expand_head() adjust skb->truesize incorrectly
Yang Erkun <yangerkun@huaweicloud.com>
nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_net
Filipe Manana <fdmanana@suse.com>
btrfs: avoid monopolizing a core when activating a swap file
Dimitri Fedrau <dimitri.fedrau@liebherr.com>
power: supply: gpio-charger: Fix set charge current limits
Christian Göttsche <cgzones@googlemail.com>
tracing: Constify string literal data member in struct trace_event_call
Catalin Marinas <catalin.marinas@arm.com>
arm64: Ensure bits ASID[15:8] are masked out when the kernel uses 8-bit ASIDs
Yunfeng Ye <yeyunfeng@huawei.com>
arm64: mm: Rename asid2idx() to ctxid2asid()
Imre Deak <imre.deak@intel.com>
drm/dp_mst: Fix MST sideband message body length check
Jiayuan Chen <mrpre@163.com>
bpf: fix recursive lock when verdict program return SK_PASS
Hou Tao <houtao1@huawei.com>
bpf: Check validity of link->type in bpf_link_show_fdinfo()
Eric Dumazet <edumazet@google.com>
ipv6: fix possible UAF in ip6_finish_output2()
Vasily Averin <vvs@virtuozzo.com>
ipv6: use skb_expand_head in ip6_xmit
Vasily Averin <vvs@virtuozzo.com>
ipv6: use skb_expand_head in ip6_finish_output2
Vasily Averin <vvs@virtuozzo.com>
skbuff: introduce skb_expand_head()
Jiaxun Yang <jiaxun.yang@flygoat.com>
MIPS: Probe toolchain support of -msym32
Ming Lei <ming.lei@redhat.com>
virtio-blk: don't keep queue frozen during system suspend
Cathy Avery <cavery@redhat.com>
scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_STATUS_DATA_OVERRUN as an error
Ranjan Kumar <ranjan.kumar@broadcom.com>
scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load time
Armin Wolf <W_Armin@gmx.de>
platform/x86: asus-nb-wmi: Ignore unknown event 0xCF
Mark Brown <broonie@kernel.org>
regmap: Use correct format specifier for logging range errors
bo liu <bo.liu@senarytech.com>
ALSA: hda/conexant: fix Z60MR100 startup pop issue
Tomas Henzl <thenzl@redhat.com>
scsi: megaraid_sas: Fix for a potential deadlock
Magnus Lindholm <linmag7@gmail.com>
scsi: qla1280: Fix hw revision numbering for ISP1020/1040
James Hilliard <james.hilliard1@gmail.com>
watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04
Masami Hiramatsu (Google) <mhiramat@kernel.org>
tracing/kprobe: Make trace_kprobe's module callback called after jump_label update
Dan Carpenter <dan.carpenter@linaro.org>
mtd: rawnand: fix double free in atmel_pmecc_create_user()
Chen Ridong <chenridong@huawei.com>
dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memset
Javier Carrasco <javier.carrasco.cruz@gmail.com>
dmaengine: mv_xor: fix child node refcount handling in early exit
Zijun Hu <quic_zijuhu@quicinc.com>
phy: core: Fix that API devm_phy_destroy() fails to destroy the phy
Zijun Hu <quic_zijuhu@quicinc.com>
phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister the phy provider
Zijun Hu <quic_zijuhu@quicinc.com>
phy: core: Fix that API devm_phy_put() fails to release the phy
Zijun Hu <quic_zijuhu@quicinc.com>
phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()
Zijun Hu <quic_zijuhu@quicinc.com>
phy: core: Fix an OF node refcount leakage in _of_phy_get()
Zichen Xie <zichenxie0106@gmail.com>
mtd: diskonchip: Cast an operand to prevent potential overflow
NeilBrown <neilb@suse.de>
nfsd: restore callback functionality for NFSv4.0
Cong Wang <cong.wang@bytedance.com>
bpf: Check negative offsets in __bpf_skb_min_len()
Cong Wang <cong.wang@bytedance.com>
tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()
Bart Van Assche <bvanassche@acm.org>
mm/vmstat: fix a W=1 clang compiler warning
Nikita Zhandarovich <n.zhandarovich@fintech.ru>
media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_reg
Xuewen Yan <xuewen.yan@unisoc.com>
epoll: Add synchronous wakeup support for ep_poll_callback
Ilya Dryomov <idryomov@gmail.com>
ceph: validate snapdirname option length when mounting
Zijun Hu <quic_zijuhu@quicinc.com>
of: Fix refcount leakage for OF node returned by __of_get_dma_parent()
Herve Codina <herve.codina@bootlin.com>
of: Fix error path in of_parse_phandle_with_args_map()
Jann Horn <jannh@google.com>
udmabuf: also check for F_SEAL_FUTURE_WRITE
Edward Adam Davis <eadavis@qq.com>
nilfs2: prevent use of deleted inode
Zijun Hu <quic_zijuhu@quicinc.com>
of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one()
Trond Myklebust <trond.myklebust@hammerspace.com>
NFS/pnfs: Fix a live lock between recalled layouts and layoutget
Michael Kelley <mhklinux@outlook.com>
Drivers: hv: util: Avoid accessing a ringbuffer not initialized yet
Qu Wenruo <wqu@suse.com>
btrfs: tree-checker: reject inline extent items with 0 ref count
Kairui Song <kasong@tencent.com>
zram: refuse to use zero sized block device as backing device
Geert Uytterhoeven <geert+renesas@glider.be>
sh: clk: Fix clk_enable() to return 0 on NULL clk
Murad Masimov <m.masimov@maxima.ru>
hwmon: (tmp513) Fix interpretation of values of Temperature Result and Limit Registers
Ville Syrjälä <ville.syrjala@linux.intel.com>
drm/modes: Avoid divide by zero harder in drm_mode_vrefresh()
Daniele Palmas <dnlplm@gmail.com>
USB: serial: option: add Telit FE910C04 rmnet compositions
Jack Wu <wojackbb@gmail.com>
USB: serial: option: add MediaTek T7XX compositions
Mank Wang <mank.wang@netprisma.com>
USB: serial: option: add Netprisma LCUK54 modules for WWAN Ready
Michal Hrusecky <michal.hrusecky@turris.com>
USB: serial: option: add MeiG Smart SLM770A
Daniel Swanemar <d.swanemar@gmail.com>
USB: serial: option: add TCL IK512 MBIM & ECM
James Bottomley <James.Bottomley@HansenPartnership.com>
efivarfs: Fix error on non-existent file
Geert Uytterhoeven <geert+renesas@glider.be>
i2c: riic: Always round-up when calculating bus period
Dan Carpenter <dan.carpenter@linaro.org>
chelsio/chtls: prevent potential integer overflow on 32bit
Prathamesh Shete <pshete@nvidia.com>
mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirk
Phil Sutter <phil@nwl.cc>
netfilter: ipset: Fix for recursive locking warning
Joe Hattori <joe@pf.is.s.u-tokyo.ac.jp>
net: ethernet: bgmac-platform: fix an OF node reference leak
Dan Carpenter <dan.carpenter@linaro.org>
net: hinic: Fix cleanup in create_rxqs/txqs()
Shannon Nelson <shannon.nelson@amd.com>
ionic: use ee->offset when returning sprom data
Eric Dumazet <edumazet@google.com>
netdevsim: prevent bad user input in nsim_dev_health_break_write()
Wei Yongjun <weiyongjun1@huawei.com>
netdevsim: switch to memdup_user_nul()
Guangguan Wang <guangguan.wang@linux.alibaba.com>
net/smc: check return value of sock_recvmsg when draining clc data
Guangguan Wang <guangguan.wang@linux.alibaba.com>
net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
Guangguan Wang <guangguan.wang@linux.alibaba.com>
net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll
Gao Xiang <hsiangkao@linux.alibaba.com>
erofs: fix incorrect symlink detection in fast symlink
Gao Xiang <hsiangkao@linux.alibaba.com>
erofs: fix order >= MAX_ORDER warning due to crafted negative i_size
Vladimir Riabchun <ferr.lambarginio@gmail.com>
i2c: pnx: Fix timeout in wait functions
Peng Hongchi <hongchi.peng@siengine.com>
usb: dwc2: gadget: Don't write invalid mapped sg entries into dma_desc with iommu enabled
Roger Quadros <rogerq@kernel.org>
usb: cdns3: Add quirk flag to enable suspend residency
Ajit Khaparde <ajit.khaparde@broadcom.com>
PCI: Add ACS quirk for Broadcom BCM5760X NIC
Takashi Iwai <tiwai@suse.de>
ALSA: usb: Fix UBSAN warning in parse_audio_unit()
Jiaxun Yang <jiaxun.yang@flygoat.com>
MIPS: Loongson64: DTS: Fix msi node for ls7a
Vidya Sagar <vidyas@nvidia.com>
PCI: Use preserve_config in place of pci_flags
Kai-Heng Feng <kai.heng.feng@canonical.com>
PCI/AER: Disable AER service on suspend
Lion Ackermann <nnamrec@gmail.com>
net: sched: fix ordering of qlen adjustment
-------------
Diffstat:
Makefile | 4 +-
arch/arc/Makefile | 2 +-
arch/arm64/mm/context.c | 22 +-
arch/mips/Makefile | 2 +-
.../boot/dts/loongson/loongson64g_4core_ls7a.dts | 1 +
arch/x86/kernel/cpu/mshyperv.c | 58 +++
block/genhd.c | 13 +-
drivers/base/regmap/regmap.c | 4 +-
drivers/block/loop.c | 8 +-
drivers/block/virtio_blk.c | 9 +-
drivers/block/xen-blkfront.c | 2 +-
drivers/block/zram/zram_drv.c | 35 +-
drivers/clocksource/hyperv_timer.c | 14 +-
drivers/dma-buf/udmabuf.c | 2 +-
drivers/dma/at_xdmac.c | 2 +
drivers/dma/dw/acpi.c | 6 +-
drivers/dma/dw/internal.h | 6 +
drivers/dma/dw/pci.c | 4 +-
drivers/dma/mv_xor.c | 2 +
drivers/gpu/drm/bridge/adv7511/adv7511_audio.c | 14 +-
drivers/gpu/drm/bridge/adv7511/adv7533.c | 2 +-
drivers/gpu/drm/drm_dp_mst_topology.c | 3 +
drivers/gpu/drm/drm_modes.c | 11 +-
drivers/hv/hv_kvp.c | 6 +
drivers/hv/hv_snapshot.c | 6 +
drivers/hv/hv_util.c | 9 +
drivers/hv/hyperv_vmbus.h | 2 +
drivers/hwmon/tmp513.c | 2 +-
drivers/i2c/busses/i2c-pnx.c | 4 +-
drivers/i2c/busses/i2c-riic.c | 2 +-
drivers/infiniband/core/uverbs_cmd.c | 16 +-
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 28 +-
drivers/infiniband/hw/bnxt_re/qplib_fp.c | 2 +
drivers/infiniband/hw/bnxt_re/qplib_sp.c | 2 +-
drivers/infiniband/hw/mlx5/main.c | 6 +-
drivers/infiniband/ulp/rtrs/rtrs-srv.c | 2 +-
drivers/irqchip/irq-gic.c | 2 +-
drivers/media/dvb-frontends/dib3000mb.c | 2 +-
drivers/mmc/host/sdhci-tegra.c | 1 -
drivers/mtd/nand/raw/atmel/pmecc.c | 4 +-
drivers/mtd/nand/raw/diskonchip.c | 2 +-
drivers/net/ethernet/broadcom/bcmsysport.c | 21 +-
drivers/net/ethernet/broadcom/bgmac-platform.c | 5 +-
.../chelsio/inline_crypto/chtls/chtls_main.c | 5 +-
drivers/net/ethernet/huawei/hinic/hinic_main.c | 2 +
drivers/net/ethernet/marvell/sky2.c | 1 +
.../net/ethernet/pensando/ionic/ionic_ethtool.c | 4 +-
drivers/net/netdevsim/health.c | 13 +-
drivers/net/usb/qmi_wwan.c | 3 +
drivers/nvme/host/core.c | 5 +-
drivers/of/address.c | 2 +-
drivers/of/base.c | 15 +-
drivers/of/irq.c | 1 +
drivers/pci/controller/pci-host-common.c | 4 -
drivers/pci/pcie/aer.c | 18 +
drivers/pci/probe.c | 22 +-
drivers/pci/quirks.c | 4 +
drivers/phy/phy-core.c | 21 +-
drivers/pinctrl/pinctrl-mcp23s08.c | 6 +
drivers/platform/x86/asus-nb-wmi.c | 1 +
drivers/power/supply/gpio-charger.c | 8 +
drivers/scsi/megaraid/megaraid_sas_base.c | 5 +-
drivers/scsi/mpt3sas/mpt3sas_base.c | 7 +-
drivers/scsi/qla1280.h | 12 +-
drivers/scsi/sd.c | 9 +-
drivers/scsi/storvsc_drv.c | 7 +-
drivers/sh/clk/core.c | 2 +-
drivers/thunderbolt/icm.c | 7 +
drivers/thunderbolt/nhi.c | 28 ++
drivers/thunderbolt/nhi.h | 15 +
drivers/usb/cdns3/core.h | 1 +
drivers/usb/cdns3/drd.c | 10 +-
drivers/usb/cdns3/drd.h | 3 +
drivers/usb/dwc2/gadget.c | 4 +-
drivers/usb/serial/option.c | 27 ++
drivers/watchdog/it87_wdt.c | 39 ++
fs/btrfs/backref.c | 10 +-
fs/btrfs/ctree.c | 128 ++----
fs/btrfs/ctree.h | 7 +
fs/btrfs/delayed-inode.c | 7 -
fs/btrfs/disk-io.c | 17 +-
fs/btrfs/extent-tree.c | 19 +-
fs/btrfs/extent_io.c | 13 +-
fs/btrfs/extent_io.h | 21 +-
fs/btrfs/file.c | 3 +-
fs/btrfs/inode.c | 3 +-
fs/btrfs/locking.c | 447 ++-------------------
fs/btrfs/locking.h | 13 +-
fs/btrfs/print-tree.c | 11 +-
fs/btrfs/qgroup.c | 9 +-
fs/btrfs/ref-verify.c | 6 +-
fs/btrfs/relocation.c | 4 -
fs/btrfs/transaction.c | 2 -
fs/btrfs/tree-checker.c | 27 +-
fs/btrfs/tree-defrag.c | 1 -
fs/btrfs/tree-log.c | 3 -
fs/ceph/super.c | 2 +
fs/efivarfs/inode.c | 2 +-
fs/efivarfs/internal.h | 1 -
fs/efivarfs/super.c | 3 -
fs/erofs/inode.c | 20 +-
fs/eventpoll.c | 5 +-
fs/nfs/pnfs.c | 2 +-
fs/nfsd/nfs4callback.c | 4 +-
fs/nfsd/nfs4state.c | 2 +-
fs/nilfs2/inode.c | 8 +-
fs/nilfs2/namei.c | 5 +
include/clocksource/hyperv_timer.h | 2 +
include/linux/genhd.h | 3 +-
include/linux/hyperv.h | 1 +
include/linux/if_vlan.h | 16 +-
include/linux/mlx5/driver.h | 8 +-
include/linux/skbuff.h | 1 +
include/linux/trace_events.h | 2 +-
include/linux/vmstat.h | 2 +-
include/linux/wait.h | 1 +
include/net/netfilter/nf_tables.h | 7 +-
include/net/sock.h | 10 +-
kernel/bpf/core.c | 6 +-
kernel/bpf/syscall.c | 13 +-
kernel/irq/proc.c | 4 +-
kernel/profile.c | 2 +-
kernel/trace/trace.c | 5 +-
kernel/trace/trace_kprobe.c | 2 +-
mm/vmscan.c | 9 +-
net/core/filter.c | 21 +-
net/core/skbuff.c | 52 +++
net/core/skmsg.c | 4 +-
net/ipv4/tcp_bpf.c | 2 +-
net/ipv6/ila/ila_xlat.c | 16 +-
net/ipv6/ip6_output.c | 86 ++--
net/llc/llc_input.c | 2 +-
net/mac80211/util.c | 3 +
net/netfilter/ipset/ip_set_list_set.c | 3 +
net/netrom/nr_route.c | 6 +
net/packet/af_packet.c | 28 +-
net/sched/sch_cake.c | 2 +-
net/sched/sch_choke.c | 2 +-
net/sctp/associola.c | 3 +-
net/smc/af_smc.c | 13 +-
net/smc/smc_clc.c | 9 +
net/smc/smc_clc.h | 6 +-
scripts/mod/file2alias.c | 4 +-
security/selinux/ss/services.c | 8 +-
sound/pci/hda/patch_conexant.c | 28 ++
sound/usb/format.c | 7 +-
sound/usb/mixer.c | 7 +
sound/usb/mixer_us16x08.c | 2 +-
148 files changed, 934 insertions(+), 940 deletions(-)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 5.10 000/138] 5.10.233-rc1 review
2025-01-06 15:15 [PATCH 5.10 000/138] 5.10.233-rc1 review Greg Kroah-Hartman
@ 2025-01-06 18:23 ` Pavel Machek
2025-01-06 19:11 ` Florian Fainelli
` (5 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Pavel Machek @ 2025-01-06 18:23 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
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
Hi!
> This is the start of the stable review cycle for the 5.10.233 release.
> There are 138 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: (obsvx2 target is down)
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-5.10.y
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 5.10 000/138] 5.10.233-rc1 review
2025-01-06 15:15 [PATCH 5.10 000/138] 5.10.233-rc1 review Greg Kroah-Hartman
2025-01-06 18:23 ` Pavel Machek
@ 2025-01-06 19:11 ` Florian Fainelli
2025-01-07 5:48 ` Dominique Martinet
` (4 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Florian Fainelli @ 2025-01-06 19:11 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:15, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.10.233 release.
> There are 138 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/v5.x/stable-review/patch-5.10.233-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-5.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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 5.10 000/138] 5.10.233-rc1 review
2025-01-06 15:15 [PATCH 5.10 000/138] 5.10.233-rc1 review Greg Kroah-Hartman
2025-01-06 18:23 ` Pavel Machek
2025-01-06 19:11 ` Florian Fainelli
@ 2025-01-07 5:48 ` Dominique Martinet
2025-01-07 9:12 ` Naresh Kamboju
` (3 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Dominique Martinet @ 2025-01-07 5:48 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
Greg Kroah-Hartman wrote on Mon, Jan 06, 2025 at 04:15:24PM +0100:
> This is the start of the stable review cycle for the 5.10.233 release.
> There are 138 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/v5.x/stable-review/patch-5.10.233-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-5.10.y
> and the diffstat can be found below.
Didn't run into any issue other than the zram problem reported in reply
to the patch itself.
Tested e0db650ec963 ("Linux 5.10.233-rc1") + revert of bc2472d78aec256d
("zram: fix uninitialized ZRAM not releasing backing device") on:
- arm i.MX6ULL (Armadillo 640)
- arm64 i.MX8MP (Armadillo G4)
No obvious regression in dmesg or basic tests:
Tested-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
--
Dominique Martinet
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 5.10 000/138] 5.10.233-rc1 review
2025-01-06 15:15 [PATCH 5.10 000/138] 5.10.233-rc1 review Greg Kroah-Hartman
` (2 preceding siblings ...)
2025-01-07 5:48 ` Dominique Martinet
@ 2025-01-07 9:12 ` Naresh Kamboju
2025-01-09 10:34 ` Greg Kroah-Hartman
2025-01-07 12:36 ` Mark Brown
` (2 subsequent siblings)
6 siblings, 1 reply; 9+ messages in thread
From: Naresh Kamboju @ 2025-01-07 9:12 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
On Mon, 6 Jan 2025 at 21:12, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 5.10.233 release.
> There are 138 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/v5.x/stable-review/patch-5.10.233-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-5.10.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
The following build warnings are noticed on arm64 and arm
while building with defconfig using gcc-12 and clang-19.
Build log:
==========
drivers/gpu/drm/drm_modes.c:772:6: warning: comparison of distinct
pointer types ('typeof (mode->clock) *' (aka 'const int *') and
'typeof (num) *' (aka 'unsigned int *'))
[-Wcompare-distinct-pointer-types]
772 | if (check_mul_overflow(mode->clock, num, &num))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/linux/overflow.h:88:15: note: expanded from macro 'check_mul_overflow'
88 | (void) (&__a == &__b); \
| ~~~~ ^ ~~~~
drivers/gpu/drm/drm_modes.c:772:6: warning: comparison of distinct
pointer types ('typeof (mode->clock) *' (aka 'const int *') and
'typeof (&num)' (aka 'unsigned int *'))
[-Wcompare-distinct-pointer-types]
772 | if (check_mul_overflow(mode->clock, num, &num))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Links:
- https://storage.tuxsuite.com/public/linaro/lkft/builds/2rGK6opE7YJuvUHMLAXMTkCvBsd/
- https://storage.tuxsuite.com/public/linaro/lkft/builds/2rGK5umd3ST7IpCpaejp3VuJJxT/
## Build
* kernel: 5.10.233-rc1
* git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
* git commit: e0db650ec963f170146da2f830585256577a4ae9
* git describe: v5.10.232-139-ge0db650ec963
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.10.y/build/v5.10.232-139-ge0db650ec963
## Test Regressions (compared to v5.10.231-44-g238644b47ee3)
## Metric Regressions (compared to v5.10.231-44-g238644b47ee3)
## Test Fixes (compared to v5.10.231-44-g238644b47ee3)
## Metric Fixes (compared to v5.10.231-44-g238644b47ee3)
## Test result summary
total: 40675, pass: 27523, fail: 3504, skip: 9568, xfail: 80
## Build Summary
* arc: 6 total, 5 passed, 1 failed
* arm: 104 total, 104 passed, 0 failed
* arm64: 31 total, 31 passed, 0 failed
* i386: 25 total, 25 passed, 0 failed
* mips: 25 total, 22 passed, 3 failed
* parisc: 4 total, 0 passed, 4 failed
* powerpc: 24 total, 23 passed, 1 failed
* riscv: 12 total, 12 passed, 0 failed
* s390: 12 total, 12 passed, 0 failed
* sh: 11 total, 10 passed, 1 failed
* sparc: 8 total, 7 passed, 1 failed
* x86_64: 28 total, 28 passed, 0 failed
## Test suites summary
* boot
* 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-livepatch
* kselftest-membarrier
* kselftest-memfd
* kselftest-mincore
* kselftest-mqueue
* kselftest-net
* kselftest-net-mptcp
* kselftest-openat2
* kselftest-ptrace
* kselftest-rseq
* kselftest-rtc
* kselftest-sigaltstack
* kselftest-size
* kselftest-tc-testing
* kselftest-timers
* kselftest-tmpfs
* kselftest-tpm2
* kselftest-user_events
* kselftest-vDSO
* kselftest-x86
* kunit
* 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 [flat|nested] 9+ messages in thread
* Re: [PATCH 5.10 000/138] 5.10.233-rc1 review
2025-01-06 15:15 [PATCH 5.10 000/138] 5.10.233-rc1 review Greg Kroah-Hartman
` (3 preceding siblings ...)
2025-01-07 9:12 ` Naresh Kamboju
@ 2025-01-07 12:36 ` Mark Brown
2025-01-07 12:44 ` Jon Hunter
2025-01-08 12:47 ` Muhammad Usama Anjum
6 siblings, 0 replies; 9+ messages in thread
From: Mark Brown @ 2025-01-07 12:36 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: 347 bytes --]
On Mon, Jan 06, 2025 at 04:15:24PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.10.233 release.
> There are 138 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] 9+ messages in thread
* Re: [PATCH 5.10 000/138] 5.10.233-rc1 review
2025-01-06 15:15 [PATCH 5.10 000/138] 5.10.233-rc1 review Greg Kroah-Hartman
` (4 preceding siblings ...)
2025-01-07 12:36 ` Mark Brown
@ 2025-01-07 12:44 ` Jon Hunter
2025-01-08 12:47 ` Muhammad Usama Anjum
6 siblings, 0 replies; 9+ 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:15:24 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.10.233 release.
> There are 138 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/v5.x/stable-review/patch-5.10.233-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-5.10.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
All tests passing for Tegra ...
Test results for stable-v5.10:
10 builds: 10 pass, 0 fail
26 boots: 26 pass, 0 fail
67 tests: 67 pass, 0 fail
Linux version: 5.10.233-rc1-ge0db650ec963
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] 9+ messages in thread
* Re: [PATCH 5.10 000/138] 5.10.233-rc1 review
2025-01-06 15:15 [PATCH 5.10 000/138] 5.10.233-rc1 review Greg Kroah-Hartman
` (5 preceding siblings ...)
2025-01-07 12:44 ` Jon Hunter
@ 2025-01-08 12:47 ` Muhammad Usama Anjum
6 siblings, 0 replies; 9+ messages in thread
From: Muhammad Usama Anjum @ 2025-01-08 12:47 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:15 PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.10.233 release.
> There are 138 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/v5.x/stable-review/patch-5.10.233-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-5.10.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
> -------------
OVERVIEW
Builds: 39 passed, 0 failed
Boot tests: 429 passed, 0 failed
CI systems: broonie, maestro
REVISION
Commit
name: v5.10.232-139-ge0db650ec963
hash: e0db650ec963f170146da2f830585256577a4ae9
Checked out from
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y
BUILDS
No build failures found
BOOT TESTS
No boot failure found
See complete and up-to-date report at:
https://kcidb.kernelci.org/d/revision/revision?orgId=1&var-git_commit_hash=e0db650ec963f170146da2f830585256577a4ae9&var-patchset_hash=
Tested-by: kernelci.org bot <bot@kernelci.org>
Thanks,
KernelCI team
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 5.10 000/138] 5.10.233-rc1 review
2025-01-07 9:12 ` Naresh Kamboju
@ 2025-01-09 10:34 ` Greg Kroah-Hartman
0 siblings, 0 replies; 9+ messages in thread
From: Greg Kroah-Hartman @ 2025-01-09 10:34 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
On Tue, Jan 07, 2025 at 02:42:20PM +0530, Naresh Kamboju wrote:
> On Mon, 6 Jan 2025 at 21:12, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 5.10.233 release.
> > There are 138 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/v5.x/stable-review/patch-5.10.233-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-5.10.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
>
> The following build warnings are noticed on arm64 and arm
> while building with defconfig using gcc-12 and clang-19.
>
> Build log:
> ==========
> drivers/gpu/drm/drm_modes.c:772:6: warning: comparison of distinct
> pointer types ('typeof (mode->clock) *' (aka 'const int *') and
> 'typeof (num) *' (aka 'unsigned int *'))
> [-Wcompare-distinct-pointer-types]
> 772 | if (check_mul_overflow(mode->clock, num, &num))
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> include/linux/overflow.h:88:15: note: expanded from macro 'check_mul_overflow'
> 88 | (void) (&__a == &__b); \
> | ~~~~ ^ ~~~~
> drivers/gpu/drm/drm_modes.c:772:6: warning: comparison of distinct
> pointer types ('typeof (mode->clock) *' (aka 'const int *') and
> 'typeof (&num)' (aka 'unsigned int *'))
> [-Wcompare-distinct-pointer-types]
> 772 | if (check_mul_overflow(mode->clock, num, &num))
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks, I've dropped the offending commit now.
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-01-09 10:34 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-06 15:15 [PATCH 5.10 000/138] 5.10.233-rc1 review Greg Kroah-Hartman
2025-01-06 18:23 ` Pavel Machek
2025-01-06 19:11 ` Florian Fainelli
2025-01-07 5:48 ` Dominique Martinet
2025-01-07 9:12 ` Naresh Kamboju
2025-01-09 10:34 ` Greg Kroah-Hartman
2025-01-07 12:36 ` Mark Brown
2025-01-07 12:44 ` Jon Hunter
2025-01-08 12:47 ` Muhammad Usama Anjum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox