The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-05-01 00:42:13 to 2026-05-01 04:42:32 UTC [more...]

[PATCH net-next 0/3] net/mlx5: ICM page management in VHCA_ID mode
 2026-05-01  4:41 UTC  (2+ messages)
` [PATCH net-next 1/3] net/mlx5: Relax capability check for eswitch query paths

[PATCH] Input: xpad - add support for ASUS ROG RAIKIRI II
 2026-05-01  4:40 UTC  (2+ messages)

[PATCH v1] docs: housekeeping: Fix struct member access in code example
 2026-05-01  4:38 UTC 

[PATCH 1/2] Input: pcap_keys: remove unused driver
 2026-05-01  4:36 UTC  (4+ messages)
` [PATCH 2/2] input: pcap_ts - "

[PATCH] perf tools: Ensure event leader stays at head of evlist after sorting
 2026-05-01  4:35 UTC 

[PATCH v5 2/2] blk-mq: expose tag starvation counts via debugfs
 2026-05-01  4:24 UTC  (2+ messages)

[PATCH net-next V2 0/7] net/mlx5: Improve representor lifecycle and allow switchdev by default
 2026-05-01  4:16 UTC  (8+ messages)
` [PATCH net-next V2 1/7] net/mlx5: Lag: refactor representor reload handling
` [PATCH net-next V2 2/7] net/mlx5: E-Switch, add representor lifecycle lock
` [PATCH net-next V2 3/7] net/mlx5: Lag, avoid LAG and representor lock cycles
` [PATCH net-next V2 4/7] net/mlx5: E-Switch, serialize representor lifecycle
` [PATCH net-next V2 5/7] net/mlx5: E-Switch, unwind only newly loaded representor types
` [PATCH net-next V2 6/7] net/mlx5: E-switch, load reps via work queue after registration
` [PATCH net-next V2 7/7] net/mlx5: Add profile to auto-enable switchdev mode at device init

[PATCH] dma-buf: system_heap: Optimize sg_table-to-pages conversion in vmap
 2026-05-01  4:15 UTC  (5+ messages)

[PATCH v3 0/9] pseries/papr-hvpipe: Fix deadlock, races and misc cleanups
 2026-05-01  4:11 UTC  (10+ messages)
` [PATCH v3 1/9] pseries/papr-hvpipe: Fix race with interrupt handler
` [PATCH v3 2/9] pseries/papr-hvpipe: Prevent kernel stack memory leak to userspace
` [PATCH v3 3/9] pseries/papr-hvpipe: Fix null ptr deref in papr_hvpipe_dev_create_handle()
` [PATCH v3 4/9] pseries/papr-hvpipe: Fix & simplify error handling in papr_hvpipe_init()
` [PATCH v3 5/9] pseries/papr-hvpipe: Fix the usage of copy_to_user()
` [PATCH v3 6/9] pseries/papr-hvpipe: Simplify spin unlock usage in papr_hvpipe_handle_release()
` [PATCH v3 7/9] pseries/papr-hvpipe: Kill task_struct pointer from struct hvpipe_source_info
` [PATCH v3 8/9] pseries/papr-hvpipe: Refactor and simplify hvpipe_rtas_recv_msg()
` [PATCH v3 9/9] pseries/papr-hvpipe: Fix style and checkpatch issues in enable_hvpipe_IRQ()

[PATCH v2 00/53] objtool/klp: Some klp-build fixes and improvements
 2026-05-01  4:08 UTC  (54+ messages)
` [PATCH v2 01/53] objtool/klp: Fix is_uncorrelated_static_local() for Clang
` [PATCH v2 02/53] objtool/klp: Fix .data..once static local non-correlation
` [PATCH v2 03/53] objtool/klp: Don't correlate __ADDRESSABLE() symbols
` [PATCH v2 04/53] objtool/klp: Don't correlate absolute symbols
` [PATCH v2 05/53] objtool/klp: Don't correlate __initstub__ symbols
` [PATCH v2 06/53] objtool/klp: Don't report uncorrelated functions as new
` [PATCH v2 07/53] objtool/klp: Improve local label check
` [PATCH v2 08/53] objtool/klp: Fix create_fake_symbols() skipping entsize-based sections
` [PATCH v2 09/53] objtool: Replace iterator callback with for_each_sym_by_mangled_name()
` [PATCH v2 10/53] objtool/klp: Fix --debug-checksum for duplicate symbol names
` [PATCH v2 11/53] objtool/klp: Fix handling of zero-length .altinstr_replacement sections
` [PATCH v2 12/53] objtool/klp: Fix cloning of zero-length section symbols
` [PATCH v2 13/53] objtool/klp: Fix XXH3 state memory leak
` [PATCH v2 14/53] objtool/klp: Fix extraction of text annotations for alternatives
` [PATCH v2 15/53] objtool/klp: Fix kCFI trap handling
` [PATCH v2 16/53] objtool/klp: Fix relocation conversion failures for R_X86_64_NONE
` [PATCH v2 17/53] objtool: Move mark_rodata() to elf.c
` [PATCH v2 18/53] objtool/klp: Simplify reloc symbol conversion
` [PATCH v2 19/53] objtool/klp: Fix pointer comparisons for rodata objects
` [PATCH v2 20/53] objtool/klp: Don't correlate .rodata.cst* constant pool objects
` [PATCH v2 21/53] objtool/klp: Fix reloc corruption in convert_reloc_sym_to_secsym()
` [PATCH v2 22/53] objtool: Fix reloc hash collision in find_reloc_by_dest_range()
` [PATCH v2 23/53] klp-build: Fix hang on out-of-date .config
` [PATCH v2 24/53] klp-build: Fix checksum comparison for changed offsets
` [PATCH v2 25/53] klp-build: Don't use errexit
` [PATCH v2 26/53] klp-build: Validate patch file existence
` [PATCH v2 27/53] klp-build: Suppress excessive fuzz output by default
` [PATCH v2 28/53] klp-build: Fix patch cleanup on interrupt
` [PATCH v2 29/53] klp-build: Reject patches to vDSO
` [PATCH v2 30/53] klp-build: Reject patches to realmode
` [PATCH v2 31/53] klp-build: Print "objtool klp diff" command in verbose mode
` [PATCH v2 32/53] klp-build: Remove redundant SRC and OBJ variables
` [PATCH v2 33/53] objtool/klp: Don't set sym->file for section symbols
` [PATCH v2 34/53] objtool: Include libsubcmd headers directly from source tree
` [PATCH v2 35/53] objtool/klp: Create empty checksum sections for function-less object files
` [PATCH v2 36/53] objtool/klp: Handle Clang .data..Lanon anonymous data sections
` [PATCH v2 37/53] objtool: Add is_alias_sym() helper
` [PATCH v2 38/53] objtool: Add is_cold_func() helper
` [PATCH v2 39/53] objtool/klp: Extricate checksum calculation from validate_branch()
` [PATCH v2 40/53] objtool: Consolidate file decoding into decode_file()
` [PATCH v2 41/53] objtool/klp: Add "objtool klp checksum" subcommand
` [PATCH v2 42/53] klp-build: Use "
` [PATCH v2 43/53] objtool/klp: Remove "objtool --checksum"
` [PATCH v2 44/53] klp-build: Validate short-circuit prerequisites
` [PATCH v2 45/53] objtool/klp: Calculate object checksums
` [PATCH v2 46/53] objtool/klp: Rewrite symbol correlation algorithm
` [PATCH v2 47/53] objtool/klp: Add correlation debugging output
` [PATCH v2 48/53] objtool: Add insn_sym() helper
` [PATCH v2 49/53] objtool/klp: Fix position-dependent checksums for non-relocated jumps/calls
` [PATCH v2 50/53] objtool: Grow __cfi_* prefix symbols for all CFI+CALL_PADDING
` [PATCH v2 51/53] objtool/klp: Fix kCFI prefix finding/cloning
` [PATCH v2 52/53] objtool: Improve and simplify prefix symbol detection
` [PATCH v2 53/53] objtool/klp: Cache dont_correlate() result

[PATCH 0/2] amd_pmc: Delay s2idle suspend for some devices
 2026-05-01  3:26 UTC  (3+ messages)
` [PATCH 1/2] platform/x86/amd/pmc: Delay suspend for some Lenovo Laptops
` [PATCH 2/2] platform/x86/amd/pmc: Add delay_suspend module argument

[PATCH 0/2] riscv: spacemit: Add K3 PCIe/USB comb phy support
 2026-05-01  4:05 UTC  (4+ messages)
` [PATCH 2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3

[PATCH] ALSA: hda/conexant: Fix missing error check for jack detection
 2026-05-01  4:05 UTC  (2+ messages)

[PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0
 2026-05-01  4:03 UTC  (2+ messages)

[PATCH v5 00/28] KVM: combined patchset for MBEC/GMET support
 2026-05-01  3:59 UTC  (19+ messages)
` [PATCH 06/28] KVM: x86/mmu: merge make_spte_{non,}executable
` [PATCH 10/28] KVM: x86/mmu: pass PFERR_GUEST_PAGE/FINAL_MASK to kvm_translate_gpa
` [PATCH 12/28] KVM: x86: make translate_nested_gpa vendor-specific
` [PATCH 24/28] KVM: x86/mmu: hard code more bits in kvm_init_shadow_npt_mmu
` [PATCH 26/28] KVM: SVM: enable GMET and set it in MMU role

[PATCH net-next v8 1/2] net: pppoe: implement GRO/GSO support
 2026-05-01  3:50 UTC  (2+ messages)
` [PATCH net-next v8 2/2] selftests: net: test PPPoE packets in gro.sh

[PATCH] firmware: stratix10-svc: change get provision data to async SMC call
 2026-05-01  3:41 UTC 

[PATCH v3 00/19] Prepare to lift lookup out of exclusive lock for directory ops
 2026-05-01  3:37 UTC  (14+ messages)
` [PATCH v3 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()

[PATCH v5 00/13] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
 2026-05-01  3:34 UTC  (4+ messages)
` [PATCH v5 07/13] KVM: x86/pmu: Disable counters based on Host-Only/Guest-Only bits in SVM

[RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
 2026-05-01  3:32 UTC  (4+ messages)

[PATCH 0/7] gpu: drm: nova: enable calling into nova-core
 2026-05-01  3:30 UTC  (7+ messages)
` [PATCH 3/7] gpu: nova-core: rename module from nova_core to nova-core
` [PATCH 4/7] gpu: nova-core: export Rust symbols for dependent modules

[PATCH v2 0/2] firmware_loader/ALSA: Fix TAS2781 async firmware teardown
 2026-05-01  3:28 UTC  (4+ messages)
` [PATCH v2 1/2] firmware_loader: Add cancel helper for async requests

[PATCH v2 3/3] drivers/base/memory: fix locking for poison accounting lookup
 2026-05-01  2:55 UTC  (5+ messages)

[PATCH net, v3] net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLR
 2026-05-01  2:47 UTC 

Forwarded: Re: [syzbot] [hfs?] KASAN: slab-out-of-bounds Read in hfsplus_bnode_read
 2026-05-01  2:44 UTC  (2+ messages)

[PATCH v5 0/3] hwmon: (ads7871) Fix endianness and modernize driver
 2026-05-01  2:35 UTC  (4+ messages)
` [PATCH v5 1/3] hwmon: (ads7871) Fix endianness bug in 16-bit register reads
` [PATCH v5 2/3] hwmon: (ads7871) Convert to hwmon_device_register_with_info
` [PATCH v5 3/3] hwmon: (ads7871) Use DMA-safe buffer for SPI writes

[PATCH ath-next] wifi: ath9k_htc: allocats tx_buf and buf together
 2026-05-01  2:33 UTC 

[PATCH v5 0/2] KVM: arm64: Support FF-A direct messaging interfaces
 2026-05-01  2:30 UTC  (6+ messages)
` [PATCH v5 1/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler

[PATCH] cgroup: Defer css percpu_ref kill on rmdir until cgroup is depopulated
 2026-05-01  2:29 UTC 

[PATCH 0/2] Input: analog: fix coding style violations
 2026-05-01  2:25 UTC  (2+ messages)

[PATCH v2 0/2] selftests/cgroup: Fix false positive failures in test_percpu_basic
 2026-05-01  2:20 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/cgroup: Fix hardcoded page size "
` [PATCH v2 2/2] selftests/cgroup: include slab in test_percpu_basic memory check

[PATCH] KVM: arm64: Add memslot for ST_GPA_BASE in check_steal_time_uapi()
 2026-05-01  2:16 UTC 

[PATCH 0/2] spi: add sysfs interface for userspace device instantiation
 2026-05-01  2:15 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] spi: add new_device/delete_device sysfs interface

[PATCH v1 00/12] KVM Dirty-bit cleaning accelerator (HACDBS)
 2026-05-01  2:11 UTC  (5+ messages)

[pull-request] mlx5-next updates 2026-04-29
 2026-05-01  2:10 UTC  (2+ messages)

[PATCH 0/5] riscv: Assorted bug fixes
 2026-05-01  2:08 UTC  (5+ messages)
` [PATCH 1/5] riscv: errata: Fix bitwise vs logical AND in MIPS errata patching
` [PATCH 2/5] riscv: ptrace: Fix register corruption in compat_riscv_gpr_set on error

[PATCH v2] PCI: Remove redudant call to pci_proc_attach_device()
 2026-05-01  2:08 UTC  (3+ messages)

[PATCH 0/3] EDAC: fix error reporting handling during init for
 2026-05-01  2:07 UTC  (4+ messages)

[syzbot] [hfs?] KMSAN: uninit-value in hfsplus_bnode_find
 2026-05-01  2:03 UTC 

[PATCH v5 net 00/10] octeontx2-af: npc: cn20k: MCAM fixes
 2026-05-01  2:00 UTC  (2+ messages)

[PATCH net-next v3 5/5] selftests: net: add veth BQL stress test
 2026-05-01  2:00 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2026-05-01  1:58 UTC 

[PATCH 00/11] mm/damon: introduce DAMOS failed region quota charge ratio
 2026-05-01  1:56 UTC  (2+ messages)

[RFC PATCH v3 0/4] Fix IMA + TPM initialisation ordering issue
 2026-05-01  1:51 UTC  (6+ messages)
` [PATCH] ima: debugging late_initcall_sync measurements

[PATCH net-next v8 6/7] net: bcmgenet: add XDP statistics counters
 2026-05-01  1:42 UTC  (2+ messages)

[PATCH v4 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-05-01  1:42 UTC  (4+ messages)
` [PATCH v4 2/6] mm: Introduce zone_maybe_fragmented_in_shrinker()

[PATCH net-next v8 5/7] net: bcmgenet: add XDP_REDIRECT and ndo_xdp_xmit support
 2026-05-01  1:40 UTC  (2+ messages)

[PATCH net-next v8 4/7] net: bcmgenet: add XDP_TX support
 2026-05-01  1:39 UTC  (2+ messages)

[PATCH net-next v8 1/7] net: bcmgenet: convert RX path to page_pool
 2026-05-01  1:37 UTC  (2+ messages)

[GIT PULL] SPI fixes for v7.1-rc1
 2026-05-01  1:39 UTC 

[GIT PULL] regulator fixes for v7.1-rc1
 2026-05-01  1:39 UTC 

[GIT PULL] regmap updates for v7.1-rc1
 2026-05-01  1:38 UTC 

[PATCH v4 0/3] hwmon: (ads7871) Fix endianness and modernize driver
 2026-05-01  1:30 UTC  (4+ messages)
` [PATCH v4 1/3] hwmon: (ads7871) Fix endianness bug in 16-bit register reads
` [PATCH v4 2/3] hwmon: (ads7871) Convert to hwmon_device_register_with_info
` [PATCH v4 3/3] hwmon: (ads7871) Use DMA-safe buffer for SPI writes

[PATCH v2] iio: buffer: hw-consumer: fix use-after-free in error path
 2026-05-01  1:27 UTC  (2+ messages)

[PATCH iwl-next v4] libie: log more info when virtchnl fails
 2026-05-01  1:25 UTC 

[PATCH v3 net] net: enetc: fix VSI mailbox timeout handling and DMA lifecycle
 2026-05-01  1:20 UTC  (4+ messages)

[PATCH 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-05-01  1:20 UTC  (4+ messages)
` [PATCH 1/3] mm/hmm: Add hmm_range_fault_unlockable() for mmap lock-drop support
` [PATCH 2/3] mshv: Use hmm_range_fault_unlockable() for userfaultfd support
` [PATCH 3/3] selftests/mm: Add userfaultfd test for HMM unlockable path

[PATCH 1/1] mm/readahead: simplify page_cache_ra_unbounded loop counter reset
 2026-05-01  1:19 UTC 

[PATCH 0/2] mm/damon/reclaim: support monitoring intervals auto-tuning
 2026-05-01  1:17 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/reclaim: add autotune_monitoring_intervals parameter
` [PATCH 2/2] Docs/admin-guide/mm/damon/reclaim: update for autotune_monitoring_intervals

[REPORT] futex: private hash refcount corruption and UAF via CLONE_VM PR_FUTEX_HASH race
 2026-05-01  1:16 UTC  (3+ messages)

[PATCH net-next v2 3/4] r8152: Add irq mitigation for RTL8157/9
 2026-05-01  1:16 UTC  (2+ messages)

[PATCH net-next v2 2/4] r8152: Add support for the RTL8159 chip
 2026-05-01  1:15 UTC  (2+ messages)

[PATCH net-next v2 1/4] r8152: Add support for 10Gbit Link Speeds and EEE
 2026-05-01  1:15 UTC  (2+ messages)

[PATCH] ASoC: tegra: ADMAIF: allocate with a single kzalloc
 2026-05-01  1:14 UTC  (3+ messages)

[PATCH iwl-next v3] libie: log more info when virtchnl fails
 2026-05-01  1:14 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH v7 0/6] arm64: dts: qcom: Support AYN QCS8550 Devices
 2026-05-01  1:14 UTC  (4+ messages)
` [PATCH v7 3/6] arm64: dts: qcom: Add AYN QCS8550 Common

[syzbot] [jfs?] KASAN: slab-use-after-free Read in jfs_syncpt
 2026-05-01  1:11 UTC 

[PATCH net-next 0/2] bridge: Do not suppress ARP probes and DAD NS unconditionally
 2026-05-01  1:10 UTC  (2+ messages)

[PATCH net-next 00/11] net: devmem: support devmem with netkit devices
 2026-05-01  1:07 UTC  (6+ messages)
` [PATCH net-next 07/11] net: devmem: support TX over NETMEM_TX_NO_DMA devices

[PATCH net-next 0/6] pds_core: Add PLDM firmware update and host backed memory support
 2026-05-01  1:05 UTC  (3+ messages)
` [PATCH net-next 3/6] pds_core: add PLDM firmware update support via devlink flash

[PATCH v2 0/4] struct page to PFN conversion for TDX guest private memory
 2026-05-01  0:58 UTC  (8+ messages)
` [PATCH v2 2/4] x86/tdx: Use PFN directly for unmapping "

[RFC PATCH v1 4/4] Documentation/admin-guide/mm/damon: add DAMON-based Hugepage Management documentation
 2026-05-01  0:57 UTC  (2+ messages)

[RFC PATCH v1 3/4] mm/damon: introduce DAMON_HUGEPAGE for hot region hugepage collapsing
 2026-05-01  0:54 UTC  (2+ messages)

[PATCH 6.1.y] f2fs: fix to detect potential corrupted nid in free_nid_list
 2026-05-01  0:53 UTC  (2+ messages)

[PATCH 6.6.y] f2fs: fix to detect potential corrupted nid in free_nid_list
 2026-05-01  0:53 UTC  (2+ messages)

[PATCH 6.12] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range()
 2026-05-01  0:53 UTC  (2+ messages)

[PATCH 5.15.y] tipc: fix kernel warning when sending SYN message
 2026-05-01  0:53 UTC  (2+ messages)

[PATCH 00/10] spi: Use FIELD_MODIFY() for bitfield operations
 2026-05-01  0:52 UTC  (3+ messages)
` [PATCH 03/10] spi: cadence-xspi: Use FIELD_MODIFY()

[RFC PATCH v1 2/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
 2026-05-01  0:48 UTC  (2+ messages)

[PATCH] cifssmb: use struct_offset in memcpy calculations
 2026-05-01  0:47 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2026-05-01  0:45 UTC  (2+ messages)

[GIT PULL] ACPI support fixes for v7.1-rc2
 2026-05-01  0:45 UTC  (2+ messages)

[PATCH V2 00/11] PCI passthru on Hyper-V (Part I)
 2026-05-01  0:41 UTC  (10+ messages)
` [PATCH V2 03/11] mshv: Provide a way to get partition id if running in a VMM process
` [PATCH V2 04/11] mshv: Declarations and definitions for VFIO-MSHV bridge device
` [PATCH V2 05/11] mshv: Implement mshv bridge device for VFIO
` [PATCH V2 06/11] mshv: Add ioctl support for MSHV-VFIO bridge device
` [PATCH V2 07/11] mshv: Import data structs around device passthru from hyperv headers
` [PATCH V2 08/11] PCI: hv: Build device id for a VMBus device, export PCI devid function
` [PATCH V2 09/11] x86/hyperv: Implement hyperv virtual IOMMU
` [PATCH V2 10/11] mshv: Populate mmio mappings for PCI passthru
` [PATCH V2 11/11] mshv: Mark mem regions as non-movable upfront if device passthru

[PATCH v3 0/2] Add support for MAX20830 PMBUS
 2026-04-30 23:59 UTC  (4+ messages)
` [PATCH v3 2/2] hwmon: (pmbus/max20830) add driver for max20830


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