[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHk-=wj0Lh7k3d4S1K5YaCaXhfn61f1xNfkN5D_R5NtVVxDRFg@mail.gmail.com>
Date: Sun, 16 Nov 2025 14:42:18 -0800
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Linux 6.18-rc6
So we have a slightly larger rc6 than usual, but I think it's just the
random noise and a result of pull request timings rather than due to
any issues with the release. But I guess we have a couple of weeks
remaining to find out....
The fixes are all over the place, and nothing stands out, except for
how it really is pretty varied. It's all small one- and few-liners,
with the biggest patches all being to the selftests rather than actual
kernel code. In fact, the selftests account for over a quarter of the
rc6 patch.
Outside of the selftests, drivers account for (only) a quarter of the
rest of the changes - again, I think this is more a sign of pull
request timings rather than anything else, and the reason rc6 is on
the larger side is just that we ended up having a number of varied
fixes pulls just happen to come in this week.
Another quarter of the kernel changes is from architecture fixes
(arm64, loongarch and x86), and the rest is really pretty mixed random
stuff (networking, bpf, core kernel, filesystems, core VM - just a
little bit of everything).
Shortlog with the detailed overview appended below as usual,
Linus
---
Adrian Barnaś (2):
arm64: Fail module loading if dynamic SCS patching fails
arm64: Reject modules with internal alternative callbacks
Akiva Goldberger (1):
mlx5: Fix default values in create CQ
Aksh Garg (2):
net: ethernet: ti: am65-cpsw-qos: fix IET verify/response timeout
net: ethernet: ti: am65-cpsw-qos: fix IET verify retry mechanism
Aleksei Nikiforov (1):
mm/kmsan: fix kmsan kmalloc hook when no stack depots are allocated yet
Alex Mastro (4):
vfio: selftests: add iova range query helpers
vfio: selftests: fix map limit tests to use last available iova
vfio: selftests: add iova allocator
vfio: selftests: replace iova=vaddr with allocated iovas
Alexander Sverdlin (1):
selftests: net: local_termination: Wait for interfaces to come up
Alvaro Gamez Machado (1):
spi: xilinx: increase number of retries before declaring stall
Andrew Donnellan (1):
entry: Fix ifndef around arch_xfer_to_guest_mode_handle_work() stub
André Draszik (1):
pmdomain: samsung: plug potential memleak during probe
Ankit Khushwaha (1):
selftests/user_events: fix type cast for write_index packed
member in perf_test
Arnaldo Carvalho de Melo (2):
perf build: Don't fail fast path feature detection when
binutils-devel is not available
tools headers UAPI: Sync KVM's vmx.h with the kernel to pick
SEAMCALL exit reason
Baojun Xu (2):
ALSA: hda/tas2781: Add new quirk for HP new projects
ALSA: hda/tas2781: Correct the wrong project ID
Benjamin Berg (1):
wifi: mac80211: skip rate verification for not captured PSDUs
Bibo Mao (5):
LoongArch: KVM: Set page with write attribute if dirty track disabled
LoongArch: KVM: Add delay until timer interrupt injected
LoongArch: KVM: Restore guest PMU if it is enabled
LoongArch: KVM: Skip PMU checking on vCPU context switch
LoongArch: KVM: Fix max supported vCPUs set with EIOINTC
Bjorn Helgaas (5):
PCI/ASPM: Cache L0s/L1 Supported so advertised link states can
be overridden
PCI/ASPM: Add pcie_aspm_remove_cap() to override advertised link states
PCI/ASPM: Convert quirks to override advertised link states
PCI/ASPM: Avoid L0s and L1 on Freescale [1957:0451] Root Ports
PCI/ASPM: Avoid L0s and L1 on PA Semi [1959:a002] Root Ports
Boris Brezillon (1):
drm/panthor: Flush shmem writes before mapping buffers CPU-uncached
Borislav Petkov (AMD) (1):
x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrev
Breno Leitao (4):
net: netpoll: fix incorrect refcount handling causing incorrect cleanup
selftest: netcons: refactor target creation
selftest: netcons: create a torture test
selftest: netcons: add test for netconsole over bonded interfaces
Buday Csaba (1):
net: mdio: fix resource leak in mdiobus_register_device()
Caleb Sander Mateos (1):
io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecs
Carlos Llamas (1):
scripts/decode_stacktrace.sh: fix build ID and PC source parsing
Carolina Jubran (1):
net/mlx5e: Fix missing error assignment in mlx5e_xfrm_add_state()
Catalin Marinas (2):
arm64: Use load LSE atomics for the non-return per-CPU atomic operations
mm/huge_memory: initialise the tags of the huge zero folio
Chao Gao (1):
KVM: x86: Call out MSR_IA32_S_CET is not handled by XSAVES
Chris Li (1):
MAINTAINERS: add Chris and Kairui as the swap maintainer
Chuang Wang (1):
ipv4: route: Prevent rt_bind_exception() from rebinding stale fnhe
Chuck Lever (3):
NFSD: Skip close replay processing if XDR encoding fails
NFSD: Never cache a COMPOUND when the SEQUENCE operation fails
Revert "SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of
depending on it"
Chunhai Guo (1):
MAINTAINERS: erofs: add myself as reviewer
Claudiu Beznea (1):
ASoC: da7213: Use component driver suspend/resume
Cosmin Ratiu (1):
net/mlx5e: Trim the length of the num_doorbell error
Cryolitia PukNgae (1):
hwmon: (gpd-fan) initialize EC on driver load for Win 4
D. Wythe (1):
net/smc: fix mismatch between CLC header and proposal
Dai Ngo (1):
NFS: Fix LTP test failures when timestamps are delegated
Dave Jiang (2):
cxl: Adjust offset calculation for poison injection
acpi/hmat: Fix lockdep warning for hmem_register_resource()
David Hildenbrand (Red Hat) (2):
mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb
MAINTAINERS: update David Hildenbrand's email address
Dev Jain (1):
mm/mremap: honour writable bit in mremap pte batching
Eduard Zingerman (2):
bpf: account for current allocated stack depth in
widen_imprecise_scalars()
selftests/bpf: Test widen_imprecise_scalars() with different stack depth
Edward Adam Davis (2):
cifs: client: fix memory leak in smb3_fs_context_parse_param
nilfs2: avoid having an active sc_timer before freeing sci
Eric Dumazet (3):
sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rto
net_sched: limit try_bulk_dequeue_skb() batches
bpf: Add bpf_prog_run_data_pointers()
Eslam Khafagy (1):
posix-timers: Plug potential memory leak in do_timer_create()
Fangyu Yu (2):
RISC-V: KVM: Read HGEIP CSR on the correct cpu
RISC-V: KVM: Remove automatic I/O mapping for VM_PFNMAP
Felix Maurer (2):
hsr: Fix supervision frame sending on HSRv0
hsr: Follow standard for HSRv0 supervision frames
Feng Jiang (2):
riscv: Build loader.bin exclusively for Canaan K210
riscv: Remove redundant judgment for the default build target
Filipe Manana (1):
btrfs: do not update last_log_commit when logging inode due to a new name
Gal Pressman (4):
docs: netlink: Couple of intro-specs documentation fixes
net/mlx5e: Fix maxrate wraparound in threshold between units
net/mlx5e: Fix wraparound in rate limiting for values above 255 Gbps
net/mlx5e: Fix potentially misleading debug message
Gao Xiang (1):
erofs: avoid infinite loop due to incomplete zstd-compressed data
Gautham R. Shenoy (4):
ACPI: CPPC: Detect preferred core availability on online CPUs
ACPI: CPPC: Check _CPC validity for only the online CPUs
ACPI: CPPC: Perform fast check switch only for online CPUs
ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUs
Gopi Krishna Menon (1):
hwmon: (gpd-fan) Fix compilation error in non-ACPI builds
Haein Lee (1):
ALSA: usb-audio: Fix NULL pointer dereference in
snd_usb_mixer_controls_badd
Hans de Goede (2):
spi: Try to get ACPI GPIO IRQ earlier
spi: Add TODO comment about ACPI GPIO setup
Hao Ge (1):
codetag: debug: handle existing CODETAG_EMPTY in
mark_objexts_empty for slabobj_ext
Haotian Zhang (4):
regulator: fixed: fix GPIO descriptor leak on register failure
ASoC: cs4271: Fix regulator leak on probe failure
ASoC: codecs: va-macro: fix resource leak in probe error path
ASoC: rsnd: fix OF node reference leak in rsnd_ssiu_probe()
Harish Kasiviswanathan (1):
drm/amdkfd: Fix GPU mappings for APU after prefetch
Harry Yoo (1):
mm/slub: fix memory leak in free_to_pcs_bulk()
Heiko Carstens (1):
s390/mm: Fix __ptep_rdp() inline assembly
Henrique Carvalho (1):
smb: client: fix cifs_pick_channel when channel needs reconnect
Horatiu Vultur (1):
net: phy: micrel: lan8814 fix reset of the QSGMII interface
Huacai Chen (5):
LoongArch: Clarify 3 MSG interrupt features
LoongArch: Use physical addresses for CSR_MERRENTRY/CSR_TLBRENTRY
LoongArch: Consolidate early_ioremap()/ioremap_prot()
LoongArch: Consolidate max_pfn & max_low_pfn calculation
LoongArch: Use correct accessor to read FWPC/MWPC
Ian Forbes (3):
drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZE
drm/vmwgfx: Use kref in vmw_bo_dirty
drm/vmwgfx: Restore Guest-Backed only cursor plane support
Ian Rogers (1):
perf libbfd: Ensure libbfd is initialized prior to use
Ilan Peer (1):
wifi: mac80211_hwsim: Fix possible NULL dereference
Imre Deak (1):
drm/i915/dp_mst: Disable Panel Replay
Isaac J. Manjarres (1):
mm/mm_init: fix hash table order logging in alloc_large_system_hash()
Ivan Lipski (1):
drm/amd/display: Allow VRR params change if unsynced with the stream
James Clark (1):
dma-mapping: Allow use of DMA_BIT_MASK(64) in global scope
Jani Nikula (1):
drm/i915/psr: fix pipe to vblank conversion
Jens Axboe (2):
MAINTAINERS: correct git location for block layer tree
io_uring/rw: ensure allocated iovec gets cleared for early failure
Jesse.Zhang (1):
drm/amdgpu: fix lock warning in amdgpu_userq_fence_driver_process
Jiayuan Chen (3):
mptcp: Disallow MPTCP subflows from sockmap
mptcp: Fix proto fallback detection with BPF
selftests/bpf: Add mptcp test with sockmap
Jiri Olsa (4):
Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi return probe
selftests/bpf: Add stacktrace ips test for kprobe_multi/kretprobe_multi
selftests/bpf: Add stacktrace ips test for raw_tp
Johan Hovold (1):
mmc: wmt-sdmmc: fix compile test default
Johannes Berg (2):
wifi: mac80211: reject address change while connecting
wifi: iwlwifi: mvm: fix beacon template/fixed rate
Jonas Gorski (1):
net: dsa: tag_brcm: do not mark link local traffic as offloaded
Jonathan Kim (1):
drm/amdkfd: relax checks for over allocation of save area
Joshua Rogers (2):
smb: server: rdma: avoid unmapping posted recv on accept failure
ksmbd: close accepted socket when per-IP limit rejects connection
Junjie Cao (1):
wifi: iwlwifi: fix aux ROC time event iterator usage
Kairui Song (2):
mm/shmem: fix THP allocation and fallback loop
mm, swap: fix potential UAF issue for VMA readahead
Kaushlendra Kumar (1):
ACPI: MRRM: Fix memory leaks and improve error handling
Kiryl Shutsemau (3):
mm/memory: do not populate page table entries beyond i_size
mm/truncate: unmap large folio on split failure
MAINTAINERS: Update name spelling
Kriish Sharma (1):
ethtool: fix incorrect kernel-doc style comment in ethtool.h
Kuniyuki Iwashima (2):
tipc: Fix use-after-free in tipc_mon_reinit_self().
af_unix: Initialise scc_index in unix_add_edge().
Lance Yang (1):
mm/secretmem: fix use-after-free race in fault handler
Linus Torvalds (1):
Linux 6.18-rc6
Luiz Augusto von Dentz (2):
Bluetooth: hci_conn: Fix not cleaning up PA_LINK connections
Bluetooth: hci_event: Fix not handling PA Sync Lost event
Lushih Hsieh (1):
ALSA: usb-audio: Add native DSD quirks for PureAudio DAC series
Magnus Lindholm (1):
MAINTAINERS: Add Magnus Lindholm as maintainer for alpha port
Marc Zyngier (3):
KVM: arm64: Make all 32bit ID registers fully writable
KVM: arm64: Set ID_{AA64PFR0,PFR1}_EL1.GIC when GICv3 is configured
KVM: arm64: Limit clearing of ID_{AA64PFR0,PFR1}_EL1.GIC to
userspace irqchip
Marek Szyprowski (1):
pmdomain: samsung: Rework legacy splash-screen handover workaround
Mario Limonciello (1):
x86/CPU/AMD: Add additional fixed RDSEED microcode revisions
Mario Limonciello (AMD) (3):
PM: hibernate: Emit an error when image writing fails
PM: hibernate: Use atomic64_t for compressed_size variable
PM: hibernate: Fix style issues in save_compressed_image()
Mark Brown (2):
KVM: arm64: selftests: Add SCTLR2_EL2 to get-reg-list
KVM: arm64: selftests: Filter ZCR_EL2 in get-reg-list
Martin Kaiser (1):
maple_tree: fix tracepoint string pointers
Matthieu Baerts (NGI0) (6):
selftests: mptcp: connect: fix fallback note due to OoO
selftests: mptcp: join: rm: set backup flag
selftests: mptcp: join: endpoints: longer transfer
selftests: mptcp: join: userspace: longer transfer
selftests: mptcp: connect: trunc: read all recv data
selftests: mptcp: join: properly kill background tasks
Max Chou (1):
Bluetooth: btrtl: Avoid loading the config file on security chips
Maxim Levitsky (1):
KVM: SVM: switch to raw spinlock for svm->ir_list_lock
Maximilian Dittgen (1):
KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stress
Miaoqian Lin (3):
pmdomain: imx: Fix reference count leak in imx_gpc_remove
crypto: hisilicon/qm - Fix device reference leak in qm_get_qos_value
ASoC: sdw_utils: fix device reference leak in is_sdca_endpoint_present()
Mike Snitzer (5):
nfs/localio: remove unecessary ENOTBLK handling in DIO WRITE support
nfs/localio: add refcounting for each iocb IO associated with
NFS pgio header
nfs/localio: backfill missing partial read support for misaligned DIO
nfs/localio: Ensure DIO WRITE's IO on stable storage upon completion
nfs/localio: do not issue misaligned DIO out-of-order
Miri Korenblit (1):
wifi: iwlwifi: mld: always take beacon ies in link grading
Mykyta Yatsenko (2):
bpf:add _impl suffix for bpf_task_work_schedule* kfuncs
bpf: add _impl suffix for bpf_stream_vprintk() kfunc
Naohiro Aota (2):
btrfs: zoned: fix conventional zone capacity calculation
btrfs: zoned: fix stripe width calculation
Nate Karstens (1):
strparser: Fix signed/unsigned mismatch bug
Nathan Chancellor (1):
riscv: Fix CONFIG_AS_HAS_INSN for new .insn usage
NeilBrown (2):
nfsd: fix refcount leak in nfsd_set_fh_dentry()
nfsd: ensure SEQUENCE replay sends a valid reply.
Nick Hu (1):
irqchip/riscv-intc: Add missing free() callback in riscv_intc_domain_ops
Nicolas Dichtel (1):
bonding: fix mii_status when slave is down
Nicolas Escande (1):
wifi: ath11k: zero init info->status in wmi_process_mgmt_tx_comp()
Niranjan H Y (2):
ASoC: tas2783A: Fix issues in firmware parsing
ASoC: SDCA: bug fix while parsing mipi-sdca-control-cn-list
Niravkumar L Rabara (2):
EDAC/altera: Handle OCRAM ECC enable after warm reset
EDAC/altera: Use INTTEST register for Ethernet and USB SBE injection
Nitin Gote (2):
drm/xe/xe3: Add WA_14024681466 for Xe3_LPG
drm/xe/xe3lpg: Extend Wa_15016589081 for xe3lpg
Olga Kornievskaia (2):
nfsd: add missing FATTR4_WORD2_CLONE_BLKSIZE from supported attributes
NFSD: free copynotify stateid in nfs4_free_ol_stateid()
Oliver Upton (3):
KVM: arm64: vgic-v3: Reinstate IRQ lock ordering for LPI xarray
KVM: arm64: vgic-v3: Release reserved slot outside of lpi_xa's lock
MAINTAINERS: Switch myself to using kernel.org address
Pasha Tatashin (4):
kho: warn and fail on metadata or preserved memory in scratch area
kho: increase metadata bitmap size to PAGE_SIZE
kho: allocate metadata directly from the buddy allocator
lib/test_kho: check if KHO is enabled
Pauli Virtanen (7):
ALSA: usb-audio: add min_mute quirk for SteelSeries Arctis
Bluetooth: MGMT: cancel mesh send timer when hdev removed
Bluetooth: 6lowpan: reset link-local header on ipv6 recv path
Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusion
Bluetooth: L2CAP: export l2cap_chan_hold for modules
Bluetooth: 6lowpan: Don't hold spin lock over sleeping functions
Bluetooth: 6lowpan: add missing l2cap_chan_lock()
Pavel Begunkov (1):
io_uring/query: return number of available queries
Pawel Dembicki (1):
wifi: mwl8k: inject DSSS Parameter Set element into beacons if missing
Pedro Demarchi Gomes (1):
ksm: use range-walk function to jump over holes in scan_get_next_rmap_item
Peter Oberparleiter (1):
gcov: add support for GCC 15
Pierre-Eric Pelloux-Prayer (1):
drm/amdgpu: jump to the correct label on failure
Pratyush Yadav (3):
kho: fix out-of-bounds access of vmalloc chunk
kho: fix unpreservation of higher-order vmalloc preservations
kho: warn and exit when unpreserved page wasn't preserved
Punit Agrawal (2):
Revert "ACPI: Suppress misleading SPCR console message when SPCR
table is absent"
arm64: acpi: Drop message logging SPCR default console
Qiang Ma (1):
LoongArch: kexec: Print out debugging message if required
Qinxin Xia (1):
dma-mapping: benchmark: Restore padding to ensure uABI remained consistent
Quanmin Yan (2):
mm/damon/stat: change last_refresh_jiffies to a global variable
mm/damon/sysfs: change next_update_jiffies to a global variable
Rakuram Eswaran (1):
mmc: pxamci: Simplify pxamci_probe() error handling using devm APIs
Randy Dunlap (1):
drm/client: fix MODULE_PARM_DESC string for "active"
Ranganath V N (2):
net: sched: act_connmark: initialize struct tc_ife to fix kernel leak
net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleak
Raphael Pinsonneault-Thibeault (1):
Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAF
Ravi Bangoria (2):
perf lock: Fix segfault due to missing kernel map
perf test: Fix lock contention test
Richard Fitzgerald (1):
ASoC: doc: cs35l56: Update firmware filename description for B0 silicon
Robin Gong (1):
spi: imx: keep dma request disabled before dma transfer setup
Ryan Roberts (3):
arm64: mm: Don't sleep in split_kernel_leaf_mapping() when in
atomic context
arm64: mm: Optimize range_split_to_ptes()
arm64: mm: Tidy up force_pte_mapping()
Sami Tolvanen (1):
gendwarfksyms: Skip files with no exports
Samuel Holland (1):
RISC-V: KVM: Fix check for local interrupts on riscv32
Sascha Bischoff (1):
KVM: arm64: vgic-v3: Trap all if no in-kernel irqchip
Sathishkumar S (1):
drm/amdgpu/jpeg: Add parse_cs for JPEG5_0_1
Sean Christopherson (7):
KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALL
KVM: x86: Unload "FPU" state on INIT if and only if its currently in-use
KVM: x86: Harden KVM against imbalanced load/put of guest FPU state
KVM: SVM: Initialize per-CPU svm_data at the end of hardware setup
KVM: SVM: Unregister KVM's GALog notifier on kvm-amd.ko exit
KVM: SVM: Make avic_ga_log_notifier() local to avic.c
KVM: guest_memfd: Remove bindings on memslot deletion when gmem is dying
Sebastian Ene (1):
KVM: arm64: Check the untrusted offset in FF-A memory share
Shawn Lin (3):
mmc: sdhci-of-dwcmshc: Change DLL_STRBIN_TAPNUM_DEFAULT to 0x4
mmc: dw_mmc-rockchip: Fix wrong internal phase calculate
PCI/ASPM: Avoid L0s and L1 on Hi1105 [19e5:1105] Wi-Fi
Shenghao Ding (1):
ASoC: tas2781: fix getting the wrong device number
Shuai Xue (1):
acpi,srat: Fix incorrect device handle check for Generic Initiator
Shubhrajyoti Datta (1):
EDAC/versalnet: Handle split messages for non-standard errors
Song Liu (3):
ftrace: Fix BPF fexit with livepatch
ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
selftests/bpf: Add tests for livepatch + bpf trampoline
Sourabh Jain (1):
crash: fix crashkernel resource shrink
Srinivas Pandruvada (1):
cpufreq: intel_pstate: Check IDA only before MSR_IA32_PERF_CTL writes
Stefan Metzmacher (2):
smb: server: let smb_direct_disconnect_rdma_connection() turn
CREATED into DISCONNECTED
smb: client: let smbd_disconnect_rdma_connection() turn CREATED
into DISCONNECTED
Steven Rostedt (1):
selftests/tracing: Run sample events to clear page cache events
Sudeep Holla (1):
pmdomain: arm: scmi: Fix genpd leak on provider registration failure
Sukrit Bhatnagar (1):
KVM: VMX: Fix check for valid GVA on an EPT violation
Sultan Alsawaf (1):
drm/amd/amdgpu: Ensure isp_kernel_buffer_alloc() creates a new BO
Takashi Iwai (2):
ALSA: hda/hdmi: Fix breakage at probing nvhdmi-mcp driver
ALSA: usb-audio: Fix potential overflow of PCM transfer buffer
Takashi Sakamoto (1):
firewire: core: fix to update generation field in topology map
Tangudu Tilak Tirumalesh (1):
drm/xe/xe3: Extend wa_14023061436
Thomas Falcon (1):
perf header: Write bpf_prog (infos|btfs)_cnt to data file
Tianyang Zhang (1):
LoongArch: Let {pte,pmd}_modify() record the status of _PAGE_DIRTY
Tiezhu Yang (1):
LoongArch: Refine the init_hw_perf_events() function
Trond Myklebust (6):
pnfs: Fix TLS logic in _nfs4_pnfs_v3_ds_connect()
pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect()
pnfs: Set transport security policy to RPC_XPRTSEC_NONE unless using TLS
NFS: Check the TLS certificate fields in nfs_match_client()
NFSv2/v3: Fix error handling in nfs_atomic_open_v23()
NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()
Victor Nogueira (2):
net/sched: Abort __tc_modify_qdisc if parent is a clsact/ingress qdisc
selftests/tc-testing: Create tests trying to add children to
clsact/ingress qdiscs
Ville Syrjälä (1):
firewire: core: Initialize topology_map.lock
Vincent Donnefort (1):
KVM: arm64: Check range args for pKVM mem transitions
Vishal Moola (Oracle) (1):
LoongArch: Remove __GFP_HIGHMEM masking in pud_alloc_one()
Vitaly Prosyak (1):
drm/amdgpu: disable peer-to-peer access for DCC-enabled GC12 VRAM surfaces
Wei Fang (1):
net: fec: correct rx_bytes statistic for the case SHIFT16 is set
Wei Yang (1):
fs/proc: fix uaf in proc_readdir_de()
Xi Ruoyao (1):
rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flags
Xuan Zhuo (1):
virtio-net: fix incorrect flags recording in big mode
Yang Shi (1):
arm64: kprobes: check the return value of set_memory_rox()
Yang Xiuwei (1):
NFS: sysfs: fix leak when nfs_client kobject add fails
Yiqi Sun (1):
smb: fix invalid username check in smb3_fs_context_parse_param()
Yosry Ahmed (3):
KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is updated
KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()
KVM: nSVM: Fix and simplify LBR virtualization handling with nested
Youling Tang (1):
LoongArch: kexec: Initialize the kexec_buf structure
Zahari Doychev (1):
tools: ynl: call nested attribute free function for indexed arrays
Zi Yan (3):
mm/huge_memory: do not change split_huge_page*() target order silently
mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
mm/huge_memory: fix folio split check for anon folios in swapcache
Zilin Guan (3):
btrfs: scrub: put bio after errors in scrub_raid56_parity_stripe()
btrfs: release root after error in data_reloc_print_warning_inode()
net/handshake: Fix memory leak in tls_handshake_accept()
shechenglong (2):
arm64: proton-pack: Drop print when
!CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY
arm64: proton-pack: Fix hard lockup due to print in scheduler context
Powered by blists - more mailing lists