From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
patches@lists.linux.dev, linux-kernel@vger.kernel.org,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org,
lkft-triage@lists.linaro.org, pavel@denx.de,
jonathanh@nvidia.com, f.fainelli@gmail.com,
sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de,
conor@kernel.org, hargar@microsoft.com, broonie@kernel.org
Subject: [PATCH 6.6 000/142] 6.6.81-rc1 review
Date: Wed, 5 Mar 2025 18:46:59 +0100 [thread overview]
Message-ID: <20250305174500.327985489@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 6.6.81 release.
There are 142 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 Fri, 07 Mar 2025 17:44:26 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.6.81-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.81-rc1
Borislav Petkov (AMD) <bp@alien8.de>
x86/microcode/AMD: Load only SHA256-checksummed patches
Borislav Petkov (AMD) <bp@alien8.de>
x86/microcode/AMD: Add get_patch_level()
Borislav Petkov (AMD) <bp@alien8.de>
x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration
Borislav Petkov (AMD) <bp@alien8.de>
x86/microcode/AMD: Merge early_apply_microcode() into its single callsite
Borislav Petkov (AMD) <bp@alien8.de>
x86/microcode/AMD: Have __apply_microcode_amd() return bool
Nikolay Borisov <nik.borisov@suse.com>
x86/microcode/AMD: Make __verify_patch_size() return bool
Nikolay Borisov <nik.borisov@suse.com>
x86/microcode/AMD: Return bool from find_blobs_in_containers()
Borislav Petkov (AMD) <bp@alien8.de>
x86/microcode/AMD: Flush patch buffer mapping after application
Chang S. Bae <chang.seok.bae@intel.com>
x86/microcode/intel: Remove unnecessary cache writeback and invalidation
Borislav Petkov (AMD) <bp@alien8.de>
x86/microcode/AMD: Split load_microcode_amd()
Borislav Petkov (AMD) <bp@alien8.de>
x86/microcode/AMD: Pay attention to the stepping dynamically
Borislav Petkov <bp@alien8.de>
x86/microcode/AMD: Use the family,model,stepping encoded in the patch ID
Borislav Petkov (AMD) <bp@alien8.de>
x86/microcode/intel: Set new revision only after a successful update
Borislav Petkov (AMD) <bp@alien8.de>
x86/microcode: Rework early revisions reporting
Thomas Gleixner <tglx@linutronix.de>
x86/microcode: Prepare for minimal revision check
Thomas Gleixner <tglx@linutronix.de>
x86/microcode: Handle "offline" CPUs correctly
Thomas Gleixner <tglx@linutronix.de>
x86/apic: Provide apic_force_nmi_on_cpu()
Thomas Gleixner <tglx@linutronix.de>
x86/microcode: Protect against instrumentation
Thomas Gleixner <tglx@linutronix.de>
x86/microcode: Rendezvous and load in NMI
Thomas Gleixner <tglx@linutronix.de>
x86/microcode: Replace the all-in-one rendevous handler
Thomas Gleixner <tglx@linutronix.de>
x86/microcode: Provide new control functions
Thomas Gleixner <tglx@linutronix.de>
x86/microcode: Add per CPU control field
Thomas Gleixner <tglx@linutronix.de>
x86/microcode: Add per CPU result state
Thomas Gleixner <tglx@linutronix.de>
x86/microcode: Sanitize __wait_for_cpus()
Thomas Gleixner <tglx@linutronix.de>
x86/microcode: Clarify the late load logic
Thomas Gleixner <tglx@linutronix.de>
x86/microcode: Handle "nosmt" correctly
Thomas Gleixner <tglx@linutronix.de>
x86/microcode: Clean up mc_cpu_down_prep()
Thomas Gleixner <tglx@linutronix.de>
x86/microcode: Get rid of the schedule work indirection
Thomas Gleixner <tglx@linutronix.de>
x86/microcode: Mop up early loading leftovers
Thomas Gleixner <tglx@linutronix.de>
x86/microcode/amd: Use cached microcode for AP load
Thomas Gleixner <tglx@linutronix.de>
x86/microcode/amd: Cache builtin/initrd microcode early
Thomas Gleixner <tglx@linutronix.de>
x86/microcode/amd: Cache builtin microcode too
Thomas Gleixner <tglx@linutronix.de>
x86/microcode/amd: Use correct per CPU ucode_cpu_info
Thomas Gleixner <tglx@linutronix.de>
x86/microcode: Remove pointless apply() invocation
Thomas Gleixner <tglx@linutronix.de>
x86/microcode/intel: Rework intel_find_matching_signature()
Thomas Gleixner <tglx@linutronix.de>
x86/microcode/intel: Reuse intel_cpu_collect_info()
Thomas Gleixner <tglx@linutronix.de>
x86/microcode/intel: Rework intel_cpu_collect_info()
Thomas Gleixner <tglx@linutronix.de>
x86/microcode/intel: Unify microcode apply() functions
Thomas Gleixner <tglx@linutronix.de>
x86/microcode/intel: Switch to kvmalloc()
Thomas Gleixner <tglx@linutronix.de>
x86/microcode/intel: Save the microcode only after a successful late-load
Thomas Gleixner <tglx@linutronix.de>
x86/microcode/intel: Simplify early loading
Thomas Gleixner <tglx@linutronix.de>
x86/microcode/intel: Cleanup code further
Thomas Gleixner <tglx@linutronix.de>
x86/microcode/intel: Simplify and rename generic_load_microcode()
Thomas Gleixner <tglx@linutronix.de>
x86/microcode/intel: Simplify scan_microcode()
Ashok Raj <ashok.raj@intel.com>
x86/microcode/intel: Rip out mixed stepping support for Intel CPUs
Thomas Gleixner <tglx@linutronix.de>
x86/microcode/32: Move early loading after paging enable
Lukasz Czechowski <lukasz.czechowski@thaumatec.com>
arm64: dts: rockchip: Disable DMA for uart5 on px30-ringneck
Thomas Gleixner <tglx@linutronix.de>
intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly
Joshua Washington <joshwash@google.com>
gve: set xdp redirect target only when it is available
chr[] <chris@rudorff.com>
amdgpu/pm/legacy: fix suspend/resume issues
Tomas Glozar <tglozar@redhat.com>
rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threads
Tomas Glozar <tglozar@redhat.com>
rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads
Tomas Glozar <tglozar@redhat.com>
Revert "rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads"
Tomas Glozar <tglozar@redhat.com>
Revert "rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threads"
Yong-Xuan Wang <yongxuan.wang@sifive.com>
riscv: signal: fix signal frame size
Andreas Schwab <schwab@suse.de>
riscv/futex: sign extend compare value in atomic cmpxchg
Stafford Horne <shorne@gmail.com>
rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm
Arthur Simchaev <arthur.simchaev@sandisk.com>
scsi: ufs: core: bsg: Fix crash when arpmb command fails
Thomas Gleixner <tglx@linutronix.de>
sched/core: Prevent rescheduling when interrupts are disabled
Thomas Gleixner <tglx@linutronix.de>
rcuref: Plug slowpath race in rcuref_put()
Ard Biesheuvel <ardb@kernel.org>
vmlinux.lds: Ensure that const vars with relocations are mapped R/O
Matthieu Baerts (NGI0) <matttbe@kernel.org>
mptcp: reset when MPTCP opts are dropped after join
Paolo Abeni <pabeni@redhat.com>
mptcp: always handle address removal under msk socket lock
Kaustabh Chakraborty <kauschluss@disroot.org>
phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk
BH Hsieh <bhsieh@nvidia.com>
phy: tegra: xusb: reset VBUS & ID OVERRIDE
Wei Fang <wei.fang@nxp.com>
net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()
Wei Fang <wei.fang@nxp.com>
net: enetc: correct the xdp_tx statistics
Wei Fang <wei.fang@nxp.com>
net: enetc: update UDP checksum when updating originTimestamp field
Wei Fang <wei.fang@nxp.com>
net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs()
Wei Fang <wei.fang@nxp.com>
net: enetc: fix the off-by-one issue in enetc_map_tx_buffs()
Nikita Zhandarovich <n.zhandarovich@fintech.ru>
usbnet: gl620a: fix endpoint checking in genelink_bind()
Binbin Zhou <zhoubinbin@loongson.cn>
i2c: ls2x: Fix frequency division register access
Tyrone Ting <kfting@nuvoton.com>
i2c: npcm: disable interrupt enable bit before devm_request_irq
Roman Li <Roman.Li@amd.com>
drm/amd/display: Fix HPD after gpu reset
Tom Chung <chiahsuan.chung@amd.com>
drm/amd/display: Disable PSR-SU on eDP panels
Kan Liang <kan.liang@linux.intel.com>
perf/core: Fix low freq setting via IOC_PERIOD
Kan Liang <kan.liang@linux.intel.com>
perf/x86: Fix low freqency setting issue
Breno Leitao <leitao@debian.org>
perf/core: Add RCU read lock protection to perf_iterate_ctx()
Adrien Vergé <adrienverge@gmail.com>
ALSA: hda/realtek: Fix microphone regression on ASUS N705UD
Dmitry Panchenko <dmitry@d-systems.ee>
ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2
Nikolay Kuratov <kniv@yandex-team.ru>
ftrace: Avoid potential division by zero in function_stat_show()
Steven Rostedt <rostedt@goodmis.org>
tracing: Fix bad hist from corrupting named_triggers list
Andrew Jones <ajones@ventanamicro.com>
riscv: KVM: Fix SBI TIME error generation
Andrew Jones <ajones@ventanamicro.com>
riscv: KVM: Fix SBI IPI error generation
Andrew Jones <ajones@ventanamicro.com>
riscv: KVM: Fix hart suspend status check
Yong-Xuan Wang <yongxuan.wang@sifive.com>
RISCV: KVM: Introduce mp_state_lock to avoid lock inversion
Chukun Pan <amadeus@jmu.edu.cn>
phy: rockchip: naneng-combphy: compatible reset with old DT
Russell Senior <russell@personaltelco.net>
x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems
Pavel Begunkov <asml.silence@gmail.com>
io_uring/net: save msg_control for compat
Tong Tiangen <tongtiangen@huawei.com>
uprobes: Reject the shared zeropage in uprobe_write_opcode()
Luo Gengkun <luogengkun@huaweicloud.com>
perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list
Meghana Malladi <m-malladi@ti.com>
net: ti: icss-iep: Reject perout generation request
Diogo Ivo <diogo.ivo@siemens.com>
net: ti: icss-iep: Remove spinlock-based synchronization
Justin Iurman <justin.iurman@uliege.be>
net: ipv6: fix dst ref loop on input in rpl lwt
Justin Iurman <justin.iurman@uliege.be>
net: ipv6: rpl_iptunnel: mitigate 2-realloc issue
Justin Iurman <justin.iurman@uliege.be>
net: ipv6: fix dst ref loop on input in seg6 lwt
Justin Iurman <justin.iurman@uliege.be>
net: ipv6: seg6_iptunnel: mitigate 2-realloc issue
Justin Iurman <justin.iurman@uliege.be>
include: net: add static inline dst_dev_overhead() to dst.h
Shay Drory <shayd@nvidia.com>
net/mlx5: IRQ, Fix null string in debug print
Harshal Chaudhari <hchaudhari@marvell.com>
net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination.
Mohammad Heib <mheib@redhat.com>
net: Clear old fragment checksum value in napi_reuse_skb
Wang Hai <wanghai38@huawei.com>
tcp: Defer ts_recent changes until req is owned
Marcin Szycik <marcin.szycik@linux.intel.com>
ice: Fix deinitializing VF in error path
Paul Greenwalt <paul.greenwalt@intel.com>
ice: add E830 HW VF mailbox message limit support
Paul Greenwalt <paul.greenwalt@intel.com>
ice: Add E830 device IDs, MAC type and registers
Takashi Iwai <tiwai@suse.de>
ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15
Stefan Binding <sbinding@opensource.cirrus.com>
ALSA: hda/realtek: Add quirks for ASUS ROG 2023 models
Richard Fitzgerald <rf@opensource.cirrus.com>
firmware: cs_dsp: Remove async regmap writes
Philo Lu <lulie@linux.alibaba.com>
ipvs: Always clear ipvs_property flag in skb_scrub_packet()
Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
ASoC: es8328: fix route from DAC to output
Sean Anderson <sean.anderson@linux.dev>
net: cadence: macb: Synchronize stats calculations
Eric Dumazet <edumazet@google.com>
ipvlan: ensure network headers are in skb linear part
Guillaume Nault <gnault@redhat.com>
ipvlan: Prepare ipvlan_process_v4_outbound() to future .flowi4_tos conversion.
Guillaume Nault <gnault@redhat.com>
ipv4: Convert ip_route_input() to dscp_t.
Guillaume Nault <gnault@redhat.com>
ipv4: Convert icmp_route_lookup() to dscp_t.
Ido Schimmel <idosch@nvidia.com>
ipvlan: Unmask upper DSCP bits in ipvlan_process_v4_outbound()
Ido Schimmel <idosch@nvidia.com>
ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()
Ido Schimmel <idosch@nvidia.com>
ipv4: icmp: Pass full DS field to ip_route_input()
Peilin He <he.peilin@zte.com.cn>
net/ipv4: add tracepoint for icmp_send
Jiri Slaby (SUSE) <jirislaby@kernel.org>
net: set the minimum for net_hotdata.netdev_budget_usecs
Ido Schimmel <idosch@nvidia.com>
net: loopback: Avoid sending IP packets without an Ethernet header
David Howells <dhowells@redhat.com>
afs: Fix the server_list to unuse a displaced server rather than putting it
David Howells <dhowells@redhat.com>
afs: Make it possible to find the volumes that are using a server
David Howells <dhowells@redhat.com>
rxrpc: rxperf: Fix missing decoding of terminal magic cookie
Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response
Takashi Iwai <tiwai@suse.de>
ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports
Arnd Bergmann <arnd@arndb.de>
sunrpc: suppress warnings for unused procfs functions
Patrisious Haddad <phaddad@nvidia.com>
RDMA/mlx5: Fix bind QP error cleanup flow
Ye Bin <yebin10@huawei.com>
scsi: core: Clear driver private data when retrying request
Patrisious Haddad <phaddad@nvidia.com>
RDMA/mlx5: Fix AH static rate parsing
Or Har-Toov <ohartoov@nvidia.com>
IB/core: Add support for XDR link speed
Benjamin Coddington <bcodding@redhat.com>
SUNRPC: Handle -ETIMEDOUT return from tlshd
Trond Myklebust <trond.myklebust@hammerspace.com>
SUNRPC: Prevent looping due to rpc_signal_task() races
Stephen Brennan <stephen.s.brennan@oracle.com>
SUNRPC: convert RPC_TASK_* constants to enum
Vasiliy Kovalev <kovalev@altlinux.org>
ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
Bart Van Assche <bvanassche@acm.org>
scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out()
Avri Altman <avri.altman@wdc.com>
scsi: ufs: core: Prepare to introduce a new clock_gating lock
Avri Altman <avri.altman@wdc.com>
scsi: ufs: core: Introduce ufshcd_has_pending_tasks()
Bean Huo <beanhuo@micron.com>
scsi: ufs: core: Add UFS RTC support
Bean Huo <beanhuo@micron.com>
scsi: ufs: core: Add ufshcd_is_ufs_dev_busy()
Konstantin Taranov <kotaranov@microsoft.com>
RDMA/mana_ib: Allocate PAGE aligned doorbell index
Mark Zhang <markzhang@nvidia.com>
IB/mlx5: Set and get correct qp_num for a DCT QP
-------------
Diffstat:
Documentation/admin-guide/kernel-parameters.txt | 5 +
Makefile | 4 +-
arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi | 5 +
arch/riscv/include/asm/futex.h | 2 +-
arch/riscv/include/asm/kvm_host.h | 8 +-
arch/riscv/kernel/signal.c | 6 -
arch/riscv/kvm/vcpu.c | 48 +-
arch/riscv/kvm/vcpu_sbi.c | 7 +-
arch/riscv/kvm/vcpu_sbi_hsm.c | 45 +-
arch/riscv/kvm/vcpu_sbi_replace.c | 15 +-
arch/x86/Kconfig | 26 +-
arch/x86/events/core.c | 2 +-
arch/x86/include/asm/apic.h | 5 +-
arch/x86/include/asm/cpu.h | 20 +-
arch/x86/include/asm/microcode.h | 18 +-
arch/x86/kernel/apic/apic_flat_64.c | 2 +
arch/x86/kernel/apic/ipi.c | 8 +
arch/x86/kernel/apic/x2apic_cluster.c | 1 +
arch/x86/kernel/apic/x2apic_phys.c | 1 +
arch/x86/kernel/cpu/common.c | 12 -
arch/x86/kernel/cpu/cyrix.c | 4 +-
arch/x86/kernel/cpu/microcode/amd.c | 648 ++++++++++++------
arch/x86/kernel/cpu/microcode/amd_shas.c | 444 +++++++++++++
arch/x86/kernel/cpu/microcode/core.c | 723 +++++++++++++--------
arch/x86/kernel/cpu/microcode/intel.c | 706 ++++++--------------
arch/x86/kernel/cpu/microcode/internal.h | 49 +-
arch/x86/kernel/head32.c | 3 +
arch/x86/kernel/head_32.S | 10 -
arch/x86/kernel/nmi.c | 9 +-
arch/x86/kernel/smpboot.c | 12 +-
drivers/firmware/cirrus/cs_dsp.c | 24 +-
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c | 14 +
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c | 3 +-
drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c | 25 +-
drivers/gpu/drm/amd/pm/legacy-dpm/legacy_dpm.c | 8 +-
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c | 26 +-
drivers/i2c/busses/i2c-ls2x.c | 16 +-
drivers/i2c/busses/i2c-npcm7xx.c | 7 +
drivers/idle/intel_idle.c | 4 +
drivers/infiniband/core/sysfs.c | 4 +
drivers/infiniband/core/uverbs_std_types_device.c | 3 +-
drivers/infiniband/core/verbs.c | 3 +
drivers/infiniband/hw/mana/main.c | 2 +-
drivers/infiniband/hw/mlx5/ah.c | 3 +-
drivers/infiniband/hw/mlx5/counters.c | 8 +-
drivers/infiniband/hw/mlx5/qp.c | 10 +-
drivers/infiniband/hw/mlx5/qp.h | 1 +
drivers/net/ethernet/cadence/macb.h | 2 +
drivers/net/ethernet/cadence/macb_main.c | 12 +-
drivers/net/ethernet/freescale/enetc/enetc.c | 100 ++-
drivers/net/ethernet/google/gve/gve.h | 10 +
drivers/net/ethernet/google/gve/gve_main.c | 6 +-
drivers/net/ethernet/intel/ice/ice.h | 1 +
drivers/net/ethernet/intel/ice/ice_common.c | 65 +-
drivers/net/ethernet/intel/ice/ice_devids.h | 10 +-
drivers/net/ethernet/intel/ice/ice_ethtool_fdir.c | 24 +-
drivers/net/ethernet/intel/ice/ice_hw_autogen.h | 55 +-
drivers/net/ethernet/intel/ice/ice_lib.c | 3 +
drivers/net/ethernet/intel/ice/ice_main.c | 37 +-
drivers/net/ethernet/intel/ice/ice_sriov.c | 4 +-
drivers/net/ethernet/intel/ice/ice_type.h | 3 +-
drivers/net/ethernet/intel/ice/ice_vf_lib.c | 34 +-
.../net/ethernet/intel/ice/ice_vf_lib_private.h | 1 +
drivers/net/ethernet/intel/ice/ice_vf_mbx.c | 32 +
drivers/net/ethernet/intel/ice/ice_vf_mbx.h | 9 +
drivers/net/ethernet/intel/ice/ice_virtchnl.c | 8 +-
drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c | 29 +-
drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c | 2 +-
drivers/net/ethernet/ti/icssg/icss_iep.c | 35 +-
drivers/net/ipvlan/ipvlan_core.c | 24 +-
drivers/net/loopback.c | 14 +
drivers/net/usb/gl620a.c | 4 +-
drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | 5 +-
drivers/phy/samsung/phy-exynos5-usbdrd.c | 12 +-
drivers/phy/tegra/xusb-tegra186.c | 11 +
drivers/platform/x86/intel/ifs/load.c | 8 +-
drivers/scsi/scsi_lib.c | 14 +-
drivers/ufs/core/ufs_bsg.c | 6 +-
drivers/ufs/core/ufshcd.c | 112 +++-
fs/afs/cell.c | 1 +
fs/afs/internal.h | 23 +-
fs/afs/server.c | 1 +
fs/afs/server_list.c | 114 +++-
fs/afs/vl_alias.c | 2 +-
fs/afs/volume.c | 36 +-
fs/overlayfs/copy_up.c | 2 +-
include/asm-generic/vmlinux.lds.h | 2 +-
include/linux/rcuref.h | 9 +-
include/linux/sunrpc/sched.h | 17 +-
include/net/dst.h | 9 +
include/net/ip.h | 5 +
include/net/route.h | 5 +-
include/rdma/ib_verbs.h | 2 +
include/trace/events/icmp.h | 67 ++
include/trace/events/sunrpc.h | 3 +-
include/uapi/rdma/ib_user_ioctl_verbs.h | 3 +-
include/ufs/ufs.h | 13 +
include/ufs/ufshcd.h | 4 +
io_uring/net.c | 4 +-
kernel/events/core.c | 31 +-
kernel/events/uprobes.c | 5 +
kernel/sched/core.c | 2 +-
kernel/trace/ftrace.c | 27 +-
kernel/trace/trace_events_hist.c | 34 +-
lib/rcuref.c | 5 +-
net/bluetooth/l2cap_core.c | 9 +-
net/bridge/br_netfilter_hooks.c | 8 +-
net/core/gro.c | 1 +
net/core/skbuff.c | 2 +-
net/core/sysctl_net_core.c | 3 +-
net/ipv4/icmp.c | 24 +-
net/ipv4/ip_options.c | 3 +-
net/ipv4/tcp_minisocks.c | 10 +-
net/ipv6/ip6_tunnel.c | 4 +-
net/ipv6/rpl_iptunnel.c | 58 +-
net/ipv6/seg6_iptunnel.c | 97 ++-
net/mptcp/pm_netlink.c | 5 -
net/mptcp/subflow.c | 15 +-
net/rxrpc/rxperf.c | 12 +
net/sunrpc/cache.c | 10 +-
net/sunrpc/sched.c | 2 -
net/sunrpc/xprtsock.c | 10 +-
sound/pci/hda/patch_realtek.c | 32 +-
sound/soc/codecs/es8328.c | 15 +-
sound/usb/midi.c | 2 +-
sound/usb/quirks.c | 1 +
tools/testing/selftests/rseq/rseq-riscv-bits.h | 6 +-
tools/testing/selftests/rseq/rseq-riscv.h | 2 +-
tools/tracing/rtla/src/timerlat_hist.c | 2 +-
tools/tracing/rtla/src/timerlat_top.c | 2 +-
131 files changed, 2896 insertions(+), 1568 deletions(-)
next reply other threads:[~2025-03-05 17:58 UTC|newest]
Thread overview: 151+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-05 17:46 Greg Kroah-Hartman [this message]
2025-03-05 17:47 ` [PATCH 6.6 001/142] IB/mlx5: Set and get correct qp_num for a DCT QP Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 002/142] RDMA/mana_ib: Allocate PAGE aligned doorbell index Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 003/142] scsi: ufs: core: Add ufshcd_is_ufs_dev_busy() Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 004/142] scsi: ufs: core: Add UFS RTC support Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 005/142] scsi: ufs: core: Introduce ufshcd_has_pending_tasks() Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 006/142] scsi: ufs: core: Prepare to introduce a new clock_gating lock Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 007/142] scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out() Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 008/142] ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 009/142] SUNRPC: convert RPC_TASK_* constants to enum Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 010/142] SUNRPC: Prevent looping due to rpc_signal_task() races Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 011/142] SUNRPC: Handle -ETIMEDOUT return from tlshd Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 012/142] IB/core: Add support for XDR link speed Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 013/142] RDMA/mlx5: Fix AH static rate parsing Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 014/142] scsi: core: Clear driver private data when retrying request Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 015/142] RDMA/mlx5: Fix bind QP error cleanup flow Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 016/142] sunrpc: suppress warnings for unused procfs functions Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 017/142] ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 018/142] Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 019/142] rxrpc: rxperf: Fix missing decoding of terminal magic cookie Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 020/142] afs: Make it possible to find the volumes that are using a server Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 021/142] afs: Fix the server_list to unuse a displaced server rather than putting it Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 022/142] net: loopback: Avoid sending IP packets without an Ethernet header Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 023/142] net: set the minimum for net_hotdata.netdev_budget_usecs Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 024/142] net/ipv4: add tracepoint for icmp_send Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 025/142] ipv4: icmp: Pass full DS field to ip_route_input() Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 026/142] ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup() Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 027/142] ipvlan: Unmask upper DSCP bits in ipvlan_process_v4_outbound() Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 028/142] ipv4: Convert icmp_route_lookup() to dscp_t Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 029/142] ipv4: Convert ip_route_input() " Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 030/142] ipvlan: Prepare ipvlan_process_v4_outbound() to future .flowi4_tos conversion Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 031/142] ipvlan: ensure network headers are in skb linear part Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 032/142] net: cadence: macb: Synchronize stats calculations Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 033/142] ASoC: es8328: fix route from DAC to output Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 034/142] ipvs: Always clear ipvs_property flag in skb_scrub_packet() Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 035/142] firmware: cs_dsp: Remove async regmap writes Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 036/142] ALSA: hda/realtek: Add quirks for ASUS ROG 2023 models Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 037/142] ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15 Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 038/142] ice: Add E830 device IDs, MAC type and registers Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 039/142] ice: add E830 HW VF mailbox message limit support Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 040/142] ice: Fix deinitializing VF in error path Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 041/142] tcp: Defer ts_recent changes until req is owned Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 042/142] net: Clear old fragment checksum value in napi_reuse_skb Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 043/142] net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 044/142] net/mlx5: IRQ, Fix null string in debug print Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 045/142] include: net: add static inline dst_dev_overhead() to dst.h Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 046/142] net: ipv6: seg6_iptunnel: mitigate 2-realloc issue Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 047/142] net: ipv6: fix dst ref loop on input in seg6 lwt Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 048/142] net: ipv6: rpl_iptunnel: mitigate 2-realloc issue Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 049/142] net: ipv6: fix dst ref loop on input in rpl lwt Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 050/142] net: ti: icss-iep: Remove spinlock-based synchronization Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 051/142] net: ti: icss-iep: Reject perout generation request Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 052/142] perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 053/142] uprobes: Reject the shared zeropage in uprobe_write_opcode() Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 054/142] io_uring/net: save msg_control for compat Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 055/142] x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 056/142] phy: rockchip: naneng-combphy: compatible reset with old DT Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 057/142] RISCV: KVM: Introduce mp_state_lock to avoid lock inversion Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 058/142] riscv: KVM: Fix hart suspend status check Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 059/142] riscv: KVM: Fix SBI IPI error generation Greg Kroah-Hartman
2025-03-05 17:47 ` [PATCH 6.6 060/142] riscv: KVM: Fix SBI TIME " Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 061/142] tracing: Fix bad hist from corrupting named_triggers list Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 062/142] ftrace: Avoid potential division by zero in function_stat_show() Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 063/142] ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 064/142] ALSA: hda/realtek: Fix microphone regression on ASUS N705UD Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 065/142] perf/core: Add RCU read lock protection to perf_iterate_ctx() Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 066/142] perf/x86: Fix low freqency setting issue Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 067/142] perf/core: Fix low freq setting via IOC_PERIOD Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 068/142] drm/amd/display: Disable PSR-SU on eDP panels Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 069/142] drm/amd/display: Fix HPD after gpu reset Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 070/142] i2c: npcm: disable interrupt enable bit before devm_request_irq Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 071/142] i2c: ls2x: Fix frequency division register access Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 072/142] usbnet: gl620a: fix endpoint checking in genelink_bind() Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 073/142] net: enetc: fix the off-by-one issue in enetc_map_tx_buffs() Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 074/142] net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs() Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 075/142] net: enetc: update UDP checksum when updating originTimestamp field Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 076/142] net: enetc: correct the xdp_tx statistics Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 077/142] net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs() Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 078/142] phy: tegra: xusb: reset VBUS & ID OVERRIDE Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 079/142] phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 080/142] mptcp: always handle address removal under msk socket lock Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 081/142] mptcp: reset when MPTCP opts are dropped after join Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 082/142] vmlinux.lds: Ensure that const vars with relocations are mapped R/O Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 083/142] rcuref: Plug slowpath race in rcuref_put() Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 084/142] sched/core: Prevent rescheduling when interrupts are disabled Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 085/142] scsi: ufs: core: bsg: Fix crash when arpmb command fails Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 086/142] rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 087/142] riscv/futex: sign extend compare value in atomic cmpxchg Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 088/142] riscv: signal: fix signal frame size Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 089/142] Revert "rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threads" Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 090/142] Revert "rtla/timerlat_hist: " Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 091/142] rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 092/142] rtla/timerlat_top: " Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 093/142] amdgpu/pm/legacy: fix suspend/resume issues Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 094/142] gve: set xdp redirect target only when it is available Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 095/142] intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 096/142] arm64: dts: rockchip: Disable DMA for uart5 on px30-ringneck Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 097/142] x86/microcode/32: Move early loading after paging enable Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 098/142] x86/microcode/intel: Rip out mixed stepping support for Intel CPUs Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 099/142] x86/microcode/intel: Simplify scan_microcode() Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 100/142] x86/microcode/intel: Simplify and rename generic_load_microcode() Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 101/142] x86/microcode/intel: Cleanup code further Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 102/142] x86/microcode/intel: Simplify early loading Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 103/142] x86/microcode/intel: Save the microcode only after a successful late-load Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 104/142] x86/microcode/intel: Switch to kvmalloc() Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 105/142] x86/microcode/intel: Unify microcode apply() functions Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 106/142] x86/microcode/intel: Rework intel_cpu_collect_info() Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 107/142] x86/microcode/intel: Reuse intel_cpu_collect_info() Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 108/142] x86/microcode/intel: Rework intel_find_matching_signature() Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 109/142] x86/microcode: Remove pointless apply() invocation Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 110/142] x86/microcode/amd: Use correct per CPU ucode_cpu_info Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 111/142] x86/microcode/amd: Cache builtin microcode too Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 112/142] x86/microcode/amd: Cache builtin/initrd microcode early Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 113/142] x86/microcode/amd: Use cached microcode for AP load Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 114/142] x86/microcode: Mop up early loading leftovers Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 115/142] x86/microcode: Get rid of the schedule work indirection Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 116/142] x86/microcode: Clean up mc_cpu_down_prep() Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 117/142] x86/microcode: Handle "nosmt" correctly Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 118/142] x86/microcode: Clarify the late load logic Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 119/142] x86/microcode: Sanitize __wait_for_cpus() Greg Kroah-Hartman
2025-03-05 17:48 ` [PATCH 6.6 120/142] x86/microcode: Add per CPU result state Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 121/142] x86/microcode: Add per CPU control field Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 122/142] x86/microcode: Provide new control functions Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 123/142] x86/microcode: Replace the all-in-one rendevous handler Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 124/142] x86/microcode: Rendezvous and load in NMI Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 125/142] x86/microcode: Protect against instrumentation Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 126/142] x86/apic: Provide apic_force_nmi_on_cpu() Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 127/142] x86/microcode: Handle "offline" CPUs correctly Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 128/142] x86/microcode: Prepare for minimal revision check Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 129/142] x86/microcode: Rework early revisions reporting Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 130/142] x86/microcode/intel: Set new revision only after a successful update Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 131/142] x86/microcode/AMD: Use the family,model,stepping encoded in the patch ID Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 132/142] x86/microcode/AMD: Pay attention to the stepping dynamically Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 133/142] x86/microcode/AMD: Split load_microcode_amd() Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 134/142] x86/microcode/intel: Remove unnecessary cache writeback and invalidation Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 135/142] x86/microcode/AMD: Flush patch buffer mapping after application Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 136/142] x86/microcode/AMD: Return bool from find_blobs_in_containers() Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 137/142] x86/microcode/AMD: Make __verify_patch_size() return bool Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 138/142] x86/microcode/AMD: Have __apply_microcode_amd() " Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 139/142] x86/microcode/AMD: Merge early_apply_microcode() into its single callsite Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 140/142] x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 141/142] x86/microcode/AMD: Add get_patch_level() Greg Kroah-Hartman
2025-03-05 17:49 ` [PATCH 6.6 142/142] x86/microcode/AMD: Load only SHA256-checksummed patches Greg Kroah-Hartman
2025-03-05 21:56 ` [PATCH 6.6 000/142] 6.6.81-rc1 review Pavel Machek
2025-03-06 1:10 ` SeongJae Park
2025-03-06 2:03 ` Peter Schneider
2025-03-06 8:17 ` Ron Economos
2025-03-06 13:14 ` Mark Brown
2025-03-06 14:06 ` Naresh Kamboju
2025-03-06 16:03 ` Shuah Khan
2025-03-06 17:04 ` Hardik Garg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250305174500.327985489@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=hargar@microsoft.com \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pavel@denx.de \
--cc=rwarsow@gmx.de \
--cc=shuah@kernel.org \
--cc=srw@sladewatkins.net \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.