All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-30 00:42:46 to 2026-05-30 01:31:43 UTC [more...]

[meta-virtualization][PATCH 0/7] Container improvements
 2026-05-30  1:31 UTC  (4+ messages)
` [meta-virtualization][PATCH 1/7] classes: add container-nonroot-user.bbclass
` [meta-virtualization][PATCH 2/7] recipes-containers/images: add app-container-python
` [meta-virtualization][PATCH 3/7] recipes-containers/images: add app-container-mosquitto

[PAHOLE Patch v2 1/2] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
 2026-05-30  1:31 UTC  (5+ messages)
` [PAHOLE Patch v2 2/2] Add support for DW_TAG_GNU_annotation

[PATCH] bpf: defer bpffs symlink inode freeing until RCU grace period
 2026-05-30  1:30 UTC 

[PATCH v4 00/24] iommu/arm-smmu-v3: Quarantine device upon ATC invalidation timeout
 2026-05-30  1:27 UTC  (4+ messages)
` [PATCH v4 18/24] iommu/arm-smmu-v3: Introduce master->ats_broken flag

[PATCH 3/4] arm64: dts: qcom: qcs6490-rb3gen2-industrial-mezzanine: Add QCC2072 Bluetooth M.2 overlay
 2026-05-30  1:27 UTC  (2+ messages)

[PATCHv2] dma: bestcomm: gen_bd: split struct bcom_psc_params from array definition
 2026-05-30  1:25 UTC 

[PATCH v5 0/9] mm: switch THP shrinker to list_lru
 2026-05-30  1:25 UTC  (5+ messages)
` [PATCH v5 5/9] mm: list_lru: deduplicate lock_list_lru()

[PATCH v3 0/4] mm/zswap: Implement per-cgroup proactive writeback
 2026-05-30  1:24 UTC  (3+ messages)
` [PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg

[PATCH RFC] bpf: add DAG fast-path in verifier to skip redundant state pruning
 2026-05-30  1:23 UTC  (2+ messages)

[PATCH] target/i386/monitor: Refine `info tlb` command logic
 2026-05-30  1:22 UTC  (3+ messages)

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-05-30  1:21 UTC  (6+ messages)
` [PATCH v4 09/23] ext4: implement writeback path using iomap

[RFC PATCH] MAINTAINERS: add ABI documents for mm
 2026-05-30  1:18 UTC 

[PATCH v13 0/2] Introduce Synology Microp driver
 2026-05-30  1:17 UTC  (6+ messages)
` [PATCH v13 1/2] dt-bindings: embedded-controller: Add synology microp devices
` [PATCH v13 2/2] platform: Add initial synology microp driver

[PATCH] netfs: Fix UAF in netfs_unbuffered_write() on failed preparation
 2026-05-30  1:14 UTC 

[PATCH] dt-bindings: usb: convert PXA USB bindings to YAML
 2026-05-30  1:16 UTC  (3+ messages)

[syzbot] [lsm?] KASAN: slab-use-after-free Read in security_inode_follow_link
 2026-05-30  1:15 UTC 

[PATCH v14 2/2] drm/bridge: Add Lontium LT7911EXC eDP to MIPI DSI bridge
 2026-05-30  1:14 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] bpf,slab: Introduce bpf_arena_alloc() kfuncs
 2026-05-30  1:13 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] slab: Introduce kmem_cache_alloc_arena_nolock and kfree_arena_nolock
` [PATCH v2 bpf-next 2/4] slub: Pass kmem_cache to alloc_slab_page()
` [PATCH v2 bpf-next 3/4] bpf,slab: Add slub-backed allocator for bpf_arena
` [PATCH v2 bpf-next 4/4] selftests/bpf: Add tests for arena slub-backed allocator

[PATCH v3 00/40] KVM: x86: GPR accessors and x86.{c,h} spring cleaning
 2026-05-30  1:13 UTC  (47+ messages)
` [PATCH v3 14/40] KVM: x86: Move async #PF helpers to x86.h (as inlines)
` [PATCH v3 15/40] KVM: x86: Move the bulk of register specific code from x86.c to regs.c
` [PATCH v3 17/40] KVM: x86: Drop defunct vcpu_tsc_khz() declaration
` [PATCH v3 18/40] KVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.h
` [PATCH v3 19/40] KVM: x86: Swap the include order between x86.h and mmu.h
` [PATCH v3 20/40] KVM: x86: Move tdp_enabled from kvm_host.h to mmu.h
` [PATCH v3 21/40] KVM: x86: Move eager_page_split to mmu.{c,h}
` [PATCH v3 23/40] KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.h
` [PATCH v3 24/40] KVM: x86: Extract get/set MSR (list) ioctl logic to helpers
` [PATCH v3 27/40] KVM: x86: Move register helper declarations from kvm_host.h => regs.h
` [PATCH v3 28/40] KVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.h
` [PATCH v3 29/40] KVM: x86: Remove defunct kvm_load_segment_descriptor() declaration
` [PATCH v3 30/40] KVM: x86: Move MSR helper declarations from kvm_host.h => msrs.h
` [PATCH v3 31/40] KVM: x86: Move MMU helper declarations from kvm_host.h => mmu.h
` [PATCH v3 32/40] KVM: x86: Move LLDT assembly wrappers into VMX
` [PATCH v3 33/40] KVM: x86: Move kvm_cpu_get_apicid() from kvm_host.h => avic.c
` [PATCH v3 34/40] KVM: x86: Move misc "VALID MASK" defines from kvm_host.h => x86.c
` [PATCH v3 35/40] KVM: x86: Move __kvm_irq_line_state() from kvm_host.h => ioapic.h
` [PATCH v3 36/40] KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.h
` [PATCH v3 37/40] KVM: x86: Move kvm_pv_send_ipi() declaration from kvm_host.h => lapic.h
` [PATCH v3 38/40] KVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault()
` [PATCH v3 39/40] KVM: x86/mmu: Move kvm_mmu_do_page_fault() from mmu_internal.h => mmu.c

[PATCH v8 0/5] rust: add basic serial device bus abstractions
 2026-05-30  1:13 UTC  (12+ messages)
` [PATCH v8 1/5] rust: devres: return reference in `devres::register`
` [PATCH v8 2/5] serdev: add rust private data to serdev_device
` [PATCH v8 3/5] rust: add basic serial device bus abstractions
` [PATCH v8 4/5] samples: rust: add Rust serial device bus sample device driver
` [PATCH v8 5/5] MAINTAINERS: serdev: Add self for serdev

[PATCH] rbd: check snap_count against RBD_MAX_SNAP_COUNT
 2026-05-30  1:12 UTC 

[PATCH] btrfs-progs: scrub: update the error message to reduce confusion
 2026-05-30  1:11 UTC 

[PATCH 00/11] hornet: security, tooling and selftest fixes
 2026-05-30  1:11 UTC  (5+ messages)
` [PATCH 01/11] hornet: fix TOCTOU in signed program verification
` [PATCH 02/11] hornet: invert map set check logic

[PATCH v17 0/3] rust: leds: add led classdev abstractions
 2026-05-30  1:11 UTC  (4+ messages)
` [PATCH v17 1/3] rust: leds: add basic "
` [PATCH v17 2/3] rust: leds: add Mode trait
` [PATCH v17 3/3] rust: leds: add multicolor classdev abstractions

[PATCH] MIPS: ath79: pci: remove
 2026-05-30  1:11 UTC  (3+ messages)

Observing higher CPU utilization during random IO fio testing
 2026-05-30  1:10 UTC  (2+ messages)

[GIT PULL] regmap fixes for v7.1-rc5
 2026-05-30  1:09 UTC  (2+ messages)

[GIT PULL] SPI fixes for v7.1-rc5
 2026-05-30  1:09 UTC  (2+ messages)

[PATCH 1/2] KVM: SEV: Do not allow SEV-SNP VMs from intra-host migration
 2026-05-30  1:08 UTC  (5+ messages)

scrub error & discrepancy
 2026-05-30  1:03 UTC  (2+ messages)

[PATCH] KEYS: Use acquire when reading state in keyring search
 2026-05-30  1:02 UTC  (2+ messages)

[PATCH 0/2] Bounce buffer for mds client decryption when vmalloc()
 2026-05-30  0:59 UTC  (4+ messages)
` [PATCH 2/2] ceph: properly decrypt filenames in vmalloc() buffers

[PATCH bpf-next v2 2/5] verifier: parse BTF type tags for function arguments
 2026-05-30  0:59 UTC  (2+ messages)

[PATCH v2 00/20] KVM: x86/xen: Fix Xen/GP/PREEMPT_RT issues with rwlock_t
 2026-05-30  0:54 UTC  (8+ messages)
` [PATCH v2 01/20] locking/rt: Use raw_spin_lock_irqsave() in __rwbase_read_unlock()

[PATCH 2/2] crypto: ccp: Fix possible deadlock in SEV init failure path
 2026-05-30  0:53 UTC  (3+ messages)

[PATCHv2] ata: ahci_tegra: remove devm_kcalloc()
 2026-05-30  0:52 UTC  (2+ messages)

[PATCH] arm64/entry: Don't disable preemption in debug_exception_enter() with RT kernel
 2026-05-30  0:51 UTC  (6+ messages)

[PATCH net-next v6 8/9] net: dsa: lan9645x: add mdb management
 2026-05-30  0:50 UTC  (2+ messages)

[PATCH net-next v6 9/9] net: dsa: lan9645x: add port statistics
 2026-05-30  0:50 UTC  (2+ messages)

[PATCH net-next v6 7/9] net: dsa: lan9645x: add mac table integration
 2026-05-30  0:50 UTC  (2+ messages)

[PATCH net-next v6 6/9] net: dsa: lan9645x: add vlan support
 2026-05-30  0:50 UTC  (2+ messages)

[PATCH net-next v6 4/9] net: dsa: lan9645x: add basic dsa driver for LAN9645X
 2026-05-30  0:50 UTC  (2+ messages)

[PATCH net-next v6 5/9] net: dsa: lan9645x: add bridge support
 2026-05-30  0:50 UTC  (2+ messages)

[PATCH net-next v6 1/9] net: dsa: add tag driver for LAN9645X
 2026-05-30  0:50 UTC  (2+ messages)

[PATCH net-next v6 5/5] veth: time-based BQL completion coalescing via ethtool tx-usecs
 2026-05-30  0:50 UTC  (2+ messages)

[PATCH net-next 9/9] net: dsa: netc: implement dynamic FDB entry aging
 2026-05-30  0:50 UTC  (2+ messages)

[PATCH net-next v6 2/5] veth: implement Byte Queue Limits (BQL) for latency reduction
 2026-05-30  0:50 UTC  (2+ messages)

[PATCH net-next 8/9] net: dsa: netc: add bridge mode support
 2026-05-30  0:50 UTC  (2+ messages)

[PATCH net-next 7/9] net: dsa: netc: add VLAN filter table and egress treatment management
 2026-05-30  0:50 UTC  (2+ messages)

[PATCH net-next 1/9] net: enetc: add interfaces to manage FDB entries
 2026-05-30  0:49 UTC  (2+ messages)

[net-next v5 2/4] dt-bindings: net: starfive,jh7110-dwmac: Add jhb100 support
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH] keys: Enforce keep guard when moving keys
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH v2] net: fec: fix pinctrl default state restore order on resume
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH net 1/1] bpf: sockmap: fix tail fragment offset in bpf_msg_push_data
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH 1/3] ata: pata_ep93xx: avoid asm on non ARM
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH net-next 6/6] dt-bindings: net: dsa: mv88e6xxx: add mv88e6xxx-avb-mode property
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH net-next v2 10/10] net: ethernet: adi: Add a driver for the ADIN1140 MACPHY
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH net-next v2 04/10] net: ethernet: oa_tc6: Export the C45 access functions
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH net-next v2 02/10] net: ethernet: oa_tc6: Handle the OA TC6 SPI protected mode
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH net-next v2 03/10] net: ethernet: oa_tc6: add OA_TC6_BROKEN_PHY quirk flag
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH net-next v9 2/2] selftests: net: add local ECMP rehash test
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH net-next v9 1/2] tcp: rehash onto different local ECMP path on retransmit timeout
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH net-next v3 5/5] net: dsa: ks8995: Delete surplus driver
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH net-next v3 4/5] net: dsa: microchip: Support Microchip KSZ8995XA / KS8995XA
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH net-next v3 3/5] net: dsa: tag_ks8995: Add the KS8995 tag handling
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH net-next v3 1/5] net: dsa: microchip: Add fallback Micrel compatibles
 2026-05-30  0:49 UTC  (2+ messages)

[PATCH] drm/i915/display: update BW buddy initialization for LPDDR4 and LPDDR5
 2026-05-30  0:48 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[PATCH net-next v5 6/6] net: phy: air_an8801: ensure maximum available speed link use
 2026-05-30  0:48 UTC  (2+ messages)

[PATCH net-next v5 5/6] net: phy: Introduce Airoha AN8801R Gigabit Ethernet PHY driver
 2026-05-30  0:48 UTC  (2+ messages)

[PATCH net-next v5 1/6] dt-bindings: net: Add support for Airoha AN8801R GbE PHY
 2026-05-30  0:48 UTC  (2+ messages)

[PATCH] net: fec: fix pinctrl default state restore order on resume
 2026-05-30  0:48 UTC  (2+ messages)

[PATCH v3 0/2] kconfig: Remove the architecture specific config for AutoFDO and Propeller
 2026-05-30  0:47 UTC  (5+ messages)
` [PATCH v3 1/2] kconfig: Remove the architecture specific config for AutoFDO
` [PATCH v3 2/2] kconfig: Remove the architecture specific config for Propeller

[PATCH net v3 2/2] net: mana: Skip redundant detach on already-detached port
 2026-05-30  0:47 UTC  (2+ messages)

[PATCH net v3 1/2] net: mana: Add NULL guards in teardown path to prevent panic on attach failure
 2026-05-30  0:47 UTC  (2+ messages)

[PATCH 3/3] AF_ALG: Document that it is *always* slower
 2026-05-30  0:47 UTC  (2+ messages)

[PATCH 1/3] net: Remove support for AIO on sockets
 2026-05-30  0:47 UTC  (2+ messages)

[PATCH 2/3] AF_ALG: Drop support for off-CPU cryptography
 2026-05-30  0:47 UTC  (2+ messages)

[PATCHv2] dmaengine: bestcomm: Enable compile testing
 2026-05-30  0:46 UTC 

[PATCH net-next v11 1/6] net: mana: Create separate EQs for each vPort
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH v2 2/2] net: usb: Add Infineon XMM6260 Baseband modem support
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH net v2 1/2] net: mana: Add NULL guards in teardown path to prevent panic on attach failure
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH net-next v2 3/5] net: dsa: tag_ks8995: Add the KS8995 tag handling
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH net-next v2 4/5] net: dsa: microchip: Support Microchip KSZ8995XA / KS8995XA
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH net-next v2 1/5] net: dsa: microchip: Add fallback Micrel compatibles
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH v7 13/15] wifi: ath12k: Switch to generic PAS TZ APIs
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH v7 11/15] media: qcom: Pass proper PAS ID to set_remote_state API
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH v7 12/15] net: ipa: Switch to generic PAS TZ APIs
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH v7 05/15] remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIs
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH v7 01/15] arm64: dts: qcom: kodiak: Add EL2 overlay
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH v7 10/15] media: qcom: Switch to generic PAS TZ APIs
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH v7 06/15] remoteproc: qcom_q6v5_mss: Switch to generic PAS TZ APIs
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH v7 04/15] firmware: qcom: Add a PAS TEE service
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH v7 02/15] firmware: qcom: Add a generic PAS service
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH v7 03/15] firmware: qcom_scm: Migrate to generic PAS service
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH v7 07/15] remoteproc: qcom_wcnss: Switch to generic PAS TZ APIs
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH v2 net-next 12/12] net: enetc: dynamically allocate rxmsg based on VF count
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH v2 net-next 09/12] net: enetc: add CBDR setup/teardown hooks to enetc_si_ops for VF support
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH v2 net-next 01/12] net: enetc: use enetc_set_si_hw_addr() for setting MAC address
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH net-next v2 6/6] selftests/bpf: Add RX latency tests for bpf timestamping
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH net-next v2 3/6] bpf: support bpf_setsockopt for bpf timestamping rx feature
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH net-next v2 4/6] bpf: add BPF_SOCK_OPS_TSTAMP_RCV_CB callback
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH net-next v2 2/6] net: export sock_disable_timestamp() declaration
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 05/11] moduleparam: Rename .get field to .get_str
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 23/23] driver core: platform: count references to all kinds of firmware nodes
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 18/23] drm/xe/i2c: use platform_device_set_fwnode()
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 16/23] slimbus: qcom-ngd-ctrl: use platform_device_set_of_node()
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 17/23] net: mv643xx: use platform_device_set_of_node()
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 15/23] mfd: tps6586: use platform_device_set_of_node()
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 04/23] pmdomain: imx: fix OF node refcount
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 03/23] slimbus: qcom-ngd-ctrl: fix OF node refcount
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 14/23] pmdomain: imx: use platform_device_set_of_node()
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 13/23] net: bcmgenet: use platform_device_set_of_node()
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 01/23] mfd: tps6586x: fix OF node refcount
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 11/23] i2c: pxa-pci: use platform_device_set_of_node()
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH net-next v4 6/6] net: phy: air_an8801: ensure maximum available speed link use
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH net-next v4 5/6] net: phy: Introduce Airoha AN8801R Gigabit Ethernet PHY driver
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH net-next v4 1/6] dt-bindings: net: Add support for Airoha AN8801R GbE PHY
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH net v2 2/2] selftests: net: add kTLS async split record regression
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH v2 net-next 3/3] dpll: add SiTime SiT9531x DPLL clock driver
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH v2 net-next 2/3] dt-bindings: dpll: add SiTime SiT9531x clock generator
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 01/10] [v2] [net-next] net: dsa: b53: hide legacy gpiolib usage on non-mips
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 02/10] [v3] input: gpio-keys: make legacy gpiolib optional
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 08/10] [v6 net-next] p54spi: convert to devicetree
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 10/10] gpiolib: turn off legacy interface by default
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 05/10] [v2] mips: select legacy gpiolib interfaces where used
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH net-next v3 2/6] atm: convert to getsockopt_iter
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH net-next v3 1/6] af_iucv: convert to getsockopt_iter
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH net-next v5 06/13] net: lan966x: add FDMA ops dispatch for PCIe support
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH net-next v5 10/13] net: lan966x: add PCIe FDMA MTU change support
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH net-next v5 08/13] net: lan966x: add shutdown callback to stop FDMA on reboot
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH net-next v5 04/13] net: lan966x: add FDMA LLP register write helper
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH net-next v5 09/13] net: lan966x: add PCIe FDMA support
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH net-next v5 03/13] net: microchip: fdma: add PCIe ATU support
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH net-next v5 05/13] net: lan966x: export FDMA helpers for reuse
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH v3 net 5/9] net: enetc: fix race condition in VF MAC address configuration
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH net-next v7 2/2] selftests: net: add local ECMP rehash test
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH v3 net 1/9] net: enetc: fix incorrect mailbox message status returned to VFs
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH net] net: mana: validate rx_req_idx to prevent out-of-bounds array access
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH net v4 5/5] selftests/xsk: drain CQ to wait for TX completion
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH net v4 3/5] xsk: drain continuation descs after overflow in xsk_build_skb()
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH net v4 4/5] xsk: drain continuation descs on invalid descriptor in __xsk_generic_xmit()
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH net v4 1/5] xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH net v2] vsock: keep poll shutdown state consistent
 2026-05-30  0:44 UTC  (2+ messages)

[net-next v4 3/5] dt-bindings: net: starfive,jh7110-dwmac: Add jhb100 sgmii rx clk
 2026-05-30  0:43 UTC  (2+ messages)

[net-next v4 2/5] dt-bindings: net: starfive,jh7110-dwmac: Add jhb100 support
 2026-05-30  0:43 UTC  (2+ messages)

[PATCH bpf 0/2] bpf: fork state when comparing sign crossing ranges with zero
 2026-05-30  0:43 UTC  (4+ messages)

[PATCH v2 00/10] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-05-30  0:42 UTC  (5+ messages)
` [PATCH v2 08/10] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection


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.