The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-07-13 13:21:29 to 2026-07-13 14:31:40 UTC [more...]

[PATCH v12 0/2] Lenovo Yoga Book 9 keyboard dock detection
 2026-07-13 14:31 UTC  (2+ messages)
` [PATCH v12 1/2] platform/x86/lenovo: lenovo-ymc: Suppress probe on Yoga Book 9 14IAH10

[BUG] tracing: Too many tries to read user space
 2026-07-13 14:23 UTC  (5+ messages)

[PATCH v10 2/6] mm: swap: associate swap devices with tiers
 2026-07-13 14:28 UTC  (2+ messages)

[PATCH slab/for-next-fixes v3 0/4] mm/slab: fix unbounded recursion in free path with memalloc profiling
 2026-07-13 14:28 UTC  (5+ messages)
` [PATCH slab/for-next-fixes v3 1/4] mm/slab: fix a memory leak due to bootstrapping sheaves twice
` [PATCH slab/for-next-fixes v3 2/4] mm/slab: decouple SLAB_NO_SHEAVES from SLAB_NO_OBJ_EXT
` [PATCH slab/for-next-fixes v3 3/4] lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()
` [PATCH slab/for-next-fixes v3 4/4] mm/slab: prevent unbounded recursion in free path with new kmalloc type

[PATCH net-next v8 0/2] Add ZTE DingHai Ethernet PF driver
 2026-07-13 14:28 UTC  (3+ messages)
` [PATCH net-next v8 1/2] dinghai: add ZTE network driver support
` [PATCH net-next v8 2/2] dinghai: add hardware register access and PCI capability scanning

[PATCH v4 00/10] drm/mediatek: Add DSC, WDMA, MT8189/96 DSI support
 2026-07-13 14:27 UTC  (11+ messages)
` [PATCH v4 01/10] dt-bindings: display: mediatek: dsc: Add MT8196 compatible
` [PATCH v4 02/10] drm/mediatek: Implement Display Stream Compression support
` [PATCH v4 03/10] dt-bindings: display: mediatek: dsi: Document MT8189 and MT8196
` [PATCH v4 04/10] drm/mediatek: mtk_dsi: Enable interrupt at component bind time
` [PATCH v4 05/10] drm/mediatek: mtk_dsi: Transfer register offsets to per-SoC const
` [PATCH v4 06/10] drm/mediatek: mtk_dsi: Add support for MT8189
` [PATCH v4 07/10] drm/mediatek: mtk_dsi: Add support for MT8196
` [PATCH v4 08/10] drm/mediatek: mtk_dsi: Enable PM Runtime on probe
` [PATCH v4 09/10] dt-bindings: display: mediatek: wdma: Add compatibles for more SoCs
` [PATCH v4 10/10] drm/mediatek: Add Write DMA (WDMA) Engine for Writeback support

[PATCH v3 1/1] mm: let node_reclaim() return the number of pages reclaimed
 2026-07-13 14:27 UTC  (2+ messages)

[PATCH 01/13 RFC net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
 2026-07-13 14:22 UTC  (7+ messages)
` [PATCH 11/13 RFC net-next] net: cipso: guard IPv4 packet manipulation functions

[PATCH rdma-next 0/2] RDMA: Small batch of cleanups
 2026-07-13 14:21 UTC  (3+ messages)
` [PATCH rdma-next 1/2] RDMA/bnxt_re: Validate udata before destroying resources

[PATCH v2] mm/damon/tests/core-kunit: test damon_nr_accesses_mvsum()
 2026-07-13 14:21 UTC  (2+ messages)

[RFC PATCH 0/2] usb: ehci: Allow ehci accessors to be overridden
 2026-07-13 14:21 UTC  (3+ messages)
` [RFC PATCH 1/2] usb: ehci: Add option to override ehci_readl()/ehci_writel()

[PATCH] drm/amd/display: Shorten KUnit exported symbol names
 2026-07-13 14:20 UTC  (2+ messages)

[RFC PATCH 00/34] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-13 14:19 UTC  (37+ messages)
` [RFC PATCH 01/34] ARM: mm: make nommu pgd_t a scalar
` [RFC PATCH 02/34] ARM: mm: make 2-level "
` [RFC PATCH 03/34] ARM: mm: remove custom pgdp_get()
` [RFC PATCH 04/34] LoongArch: mm: define pud_leaf() only when PUD exists
` [RFC PATCH 05/34] MIPS: "
` [RFC PATCH 06/34] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [RFC PATCH 07/34] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [RFC PATCH 08/34] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [RFC PATCH 09/34] riscv: "
` [RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [RFC PATCH 11/34] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [RFC PATCH 12/34] arm64: mm: use proper set_pXd() for generic compile-time folded patable in kasan_early_init()
` [RFC PATCH 13/34] arm64: mm: define pud_set_huge() when __PGTABLE_PMD_FOLDED not defined
` [RFC PATCH 14/34] csky: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [RFC PATCH 15/34] mips: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault path
` [RFC PATCH 16/34] nios2: "
` [RFC PATCH 17/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [RFC PATCH 18/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in setup_vm_final()
` [RFC PATCH 19/34] x86: power: use proper set_pXd() for generic compile-time folded patable in resume_one_md_table_init()
` [RFC PATCH 20/34] x86: kexec: use proper set_pXd() for generic compile-time folded patable in machine_kexec_page_table_set_one()
` [RFC PATCH 21/34] x86: platform: use proper set_pXd() for generic compile-time folded patable in setup_olpc_ofw_pgd()
` [RFC PATCH 22/34] x86: mm: use proper set_pXd() for generic compile-time folded patable in one_md_table_init()
` [RFC PATCH 23/34] x86: mm: skip pud setup when using generic compile-time folded pagetable
` [RFC PATCH 24/34] x86: mm: call try_to_free_pmd_page() when CONFIG_PGTABLE_LEVELS > 2
` [RFC PATCH 25/34] x86: mm: remove usage of pgd_page_vaddr() for CONFIG_x86_PAE
` [RFC PATCH 26/34] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only
` [RFC PATCH 27/34] m68k: mm: remove usage of pgd_page_vaddr() for CONFIG_PGTABLE_LEVELS=3
` [RFC PATCH 28/34] arm: mm: use proper pgtable APIs for generic compile-time folded patable in kasan_init()
` [RFC PATCH 29/34] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud
` [RFC PATCH 30/34] mm/pgtable: disallow calling folded (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable
` [RFC PATCH 31/34] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [RFC PATCH 32/34] openrisc/pgtable: drop __pmd_offset()
` [RFC PATCH 33/34] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [RFC PATCH 34/34] arm64: pgtable: convert pte_present() from macro to static inline

[PATCH v5 0/4] s390/mm: Batch PTE updates in lazy MMU mode
 2026-07-13 14:18 UTC  (5+ messages)
` [PATCH v5 1/4] mm: Make lazy MMU mode context-aware
` [PATCH v5 2/4] s390/mm: Batch PTE updates in lazy MMU mode
` [PATCH v5 3/4] mm/kasan: Introduce helpers for lazy MMU mode sanitizer
` [PATCH v5 4/4] s390/mm: Lazy "

[PATCH v2 0/2] pinctrl: qcom: Add Eliza LPASS LPI support
 2026-07-13 14:18 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: qcom,milos-lpass-lpi-pinctrl: Add Eliza pinctrl

[PATCH v6 0/7] Qualcomm Sahara protocol enhancements
 2026-07-13 14:16 UTC  (4+ messages)
` [PATCH v6 4/7] bus: mhi: Add QDU100 Sahara variant and firmware fallback

[RFC 0/2] Realtime workqueues and panthor realtime submission
 2026-07-13 14:14 UTC  (3+ messages)
` [RFC 1/2] workqueue: Add support for real-time workers
` [RFC 2/2] drm/panthor: Create per queue priority workqueues

[PATCH v2] KVM: arm64: Avoid naming collision in tracing
 2026-07-13 14:13 UTC 

[PATCH] ufs: core: tracing: Do not dereference pointers in TP_printk()
 2026-07-13 14:13 UTC  (3+ messages)

[PATCH] counter: Remove redundant dev_err()/dev_err_probe()
 2026-07-13 14:12 UTC  (2+ messages)

[PATCH v2 0/2] fuse: allow FUSE_SYNCFS for privileged userspace servers
 2026-07-13 14:12 UTC  (2+ messages)

[PATCH net] ipconfig: bound BOOTP options by UDP datagram length
 2026-07-13 14:11 UTC 

[PATCH net v3] vmxnet3: fix BUG_ON in vmxnet3_get_hdr_len() for Geneve packets
 2026-07-13 14:09 UTC 

[PATCH] rtla/timerlat_top: Fix on-threshold actions firing on signal
 2026-07-13 14:10 UTC 

[PATCH 0/2] arm64: dts: qcom: Add Xiaomi 11 Lite 5G NE
 2026-07-13 14:10 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH 0/2] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-13 14:08 UTC  (5+ messages)

linux-next: manual merge of the char-misc tree with the origin tree
 2026-07-13 14:08 UTC 

[PATCHSET v2] sched/psi: Fix psimon fork deadlock and rtpoll_timer UAF
 2026-07-13 14:07 UTC  (8+ messages)
` [PATCH 1/2] sched/psi: Create the psimon kthread outside of cgroup_mutex
` [PATCH 2/2] sched/psi: Shut down rtpoll_timer in psi_cgroup_free()

linux-next: manual merge of the driver-core tree with the origin tree
 2026-07-13 14:07 UTC 

Fixes tags need work in the drm-msm-fixes tree
 2026-07-13 14:07 UTC 

Fixes tags need work in the crypto-current tree
 2026-07-13 14:07 UTC 

[PATCH] fix: arm64: syscall: use live x0 for syscall_get_arguments() arg0
 2026-07-13 14:07 UTC  (6+ messages)
` [PATCH v2] arm64: ptrace: use live x0 for seccomp and audit after ptrace

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-13 14:06 UTC  (5+ messages)
` [PATCH v4 4/6] KVM: arm64: Add HDBSS per-vCPU buffer management
` [PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush

[PATCH v3 0/3] wifi: carl9170: firmware trust boundary hardening
 2026-07-13 14:05 UTC  (2+ messages)

[PATCH] drm/i915/bios: Move a variable assignment behind a null pointer check in intel_bios_encoder_supports_dp_dual_mode()
 2026-07-13 14:05 UTC 

[PATCH v3 0/3] wifi: ath6kl: firmware trust boundary hardening
 2026-07-13 14:05 UTC  (2+ messages)
` (subset) "

[PATCH wireless v4 3/3] wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handler
 2026-07-13 14:05 UTC  (2+ messages)

[PATCH v5] wifi: ath6kl: fix OOB access from firmware ADDBA window size
 2026-07-13 14:05 UTC  (2+ messages)

[PATCH v2] ath12k: fix NULL pointer dereference in rhash table destroy
 2026-07-13 14:05 UTC  (2+ messages)

[PATCH v2 0/3] SM8450 QoL changes (dispcc)
 2026-07-13 14:05 UTC  (4+ messages)
` [PATCH v2 2/3] clk: qcom: dispcc-sm8450: Migrate to qcom_cc_driver_data

[PATCH v2] powerpc/ps3: Remove unused struct table in setup_areas()
 2026-07-13 14:03 UTC  (2+ messages)

[PATCH v2] panic: allow force_cpu redirect from an NMI
 2026-07-13 14:04 UTC  (2+ messages)

[PATCH v7 00/19] media: meson: vdec: Fix lifecycles, race conditions, and stability bugs
 2026-07-13 14:04 UTC  (3+ messages)
` [PATCH v7 19/19] gpu: drm: meson: Fix DMA segment size limits and maximize allocation boundaries

[PATCH v3 0/8] iio: adc: new ti-ads112c14 driver
 2026-07-13 14:03 UTC  (4+ messages)
` [PATCH v3 6/8] iio: adc: add "

[PATCH v3] hardening: Default randstruct off with rust for better allmodconfig support
 2026-07-13 14:02 UTC  (5+ messages)

[PATCH v2] intel_th: Fix MSC output device reference leak
 2026-07-13 14:02 UTC  (2+ messages)

[PATCH v6 00/25] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2026-07-13 14:00 UTC  (4+ messages)
` [PATCH v6 08/25] KVM: arm64: iommu: Shadow host stage-2 page table

[RFC PATCH v1.2 0/5] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
 2026-07-13 13:58 UTC  (6+ messages)
` [RFC PATCH v1.2 1/5] mm/damon/core: avoid infinite kdamond_merge_regions() internal loop
` [RFC PATCH v1.2 2/5] mm/damon/tests/core-kunit: catch test failure in test_merge_regions_of()
` [RFC PATCH v1.2 3/5] mm/damon/vaddr: drop last same folio access check optimization
` [RFC PATCH v1.2 4/5] mm/damon/paddr: drop last same folio access check reuse optimization
` [RFC PATCH v1.2 5/5] mm/damon/sysfs: read ops_id only once

[PATCH v6 0/5] i3c: Improve CCC reliability with actual_len, validation, and Direct GET retry
 2026-07-13 13:58 UTC  (2+ messages)

[GIT PULL] NFSD fix for v7.2-rc
 2026-07-13 13:57 UTC 

[PATCH v2 0/2] ASoC: codecs: add Texas Instruments TAS2557 smart amplifier driver
 2026-07-13 13:56 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: sound: add Texas Instruments TAS2557
` [PATCH v2 2/2] ASoC: codecs: add TAS2557 mono smart amplifier driver

[PATCH 7/8] mm/khugepaged: clarify a comment regarding max_ptes_none check
 2026-07-13 13:58 UTC  (3+ messages)

[PATCH v4 0/5] pinctrl: renesas: rzg2l: Add support for RZ/G3S I3C
 2026-07-13 13:56 UTC  (5+ messages)
` [PATCH v4 4/5] pinctrl: renesas: rzg2l: Add RZ/G3S support for selecting the I3C power source

[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-13 13:56 UTC  (10+ messages)
` [PATCH v7 16/22] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED

[PATCH v3] drm/mediatek: mtk_hdmi: Fix DDC adapter double put in v2
 2026-07-13 13:56 UTC  (2+ messages)

[PATCH v1] mm/slub: add comment explaining intentional kobject handling in sysfs_slab_add
 2026-07-13 13:54 UTC  (2+ messages)

[RFC PATCH 0/4] rust: usb: add usb request block abstractions and a user
 2026-07-13 13:53 UTC  (5+ messages)
` [RFC PATCH 2/4] rust: usb: add usb host interface and endpoint abstractions

[PATCH v3 0/3] LoongArch: add KHO support and selftests
 2026-07-13 13:53 UTC  (3+ messages)
` [PATCH v3 1/3] LoongArch: kexec: add KHO support for FDT-based

[PATCH v2 1/2] mm/mm_slot.h: add a helper function mm_slot_remove
 2026-07-13 13:51 UTC  (2+ messages)

[PATCH v3] iommu/iommufd: avoid selftest dirty bitmap size wrap
 2026-07-13 13:50 UTC  (2+ messages)

[PATCH] dm thin metadata: fix superblock refcount leak on snapshot shadow failure
 2026-07-13 13:49 UTC  (3+ messages)

[PATCH] dt-bindings: fix typos and brackets
 2026-07-13 13:47 UTC 

[PATCH v6 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-07-13 13:49 UTC  (3+ messages)
` [PATCH v6 4/6] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk

[PATCH] fpga: zynq-fpga: Remove redundant dev_err()
 2026-07-13 13:48 UTC  (2+ messages)

[PATCH RFC] usb: adutux: fix unlocked read_buffer_length write in adu_open() (data race)
 2026-07-13 13:48 UTC  (4+ messages)
` [PATCH v2] usb: adutux: take buflock when resetting read_buffer_length in adu_open()

[PATCH] powerpc/ps3: Fix map failure path in dma_ioc0_map_pages()
 2026-07-13 12:38 UTC  (2+ messages)

[PATCH] tracing: Add mutex to trace_parser to fix concurrent write races
 2026-07-13 13:46 UTC 

[PATCH 0/2] mm/page_alloc: couple of followups for recent cleanups
 2026-07-13 13:46 UTC  (6+ messages)
` [PATCH 2/2] mm/page_alloc: rename FPI_TRYLOCK -> FPI_NOLOCK

[PATCH net v2] tipc: fix NULL deref in tipc_named_node_up() on empty publication list
 2026-07-13 13:46 UTC  (3+ messages)

[PATCH 00/10] arm64: dts: st: Add support for DH electronics STM32MP23xx/STM32MP25xx DHCOS SoM and Breakout Board and DHSBC
 2026-07-13 13:45 UTC  (5+ messages)
` [PATCH 10/10] MAINTAINERS: Add DH electronics DHCOS SoM entry and fix email address

[PATCH] regcache: disable cache_only before rewriting paging registers
 2026-07-13 13:43 UTC  (4+ messages)

Refcounting dma_resv and using that for drm_exec support in TTM
 2026-07-13 13:40 UTC  (9+ messages)
` [PATCH 04/12] drm/ttm: Switch LRU cursor to track dma_resv instead of buffer objects
` [PATCH 10/12] drm/exec: add drm_exec_lock_resv function

[PATCH 0/8] ACPI: LoongArch: Add IOVT table support
 2026-07-13 13:40 UTC  (3+ messages)

[PATCH] rtc: msc313: Select by default on MSTARV7
 2026-07-13 13:39 UTC 

[PATCH v6 0/3] x86/tdx: Fix port I/O handling bugs
 2026-07-13 13:37 UTC  (4+ messages)
` [PATCH v6 1/3] x86/tdx: Fix off-by-one in port I/O handling
` [PATCH v6 2/3] x86/insn-eval: Move assign_register() out of KVM as insn_assign_reg()
` [PATCH v6 3/3] x86/tdx: Fix zero-extension for 32-bit port I/O

[PATCH v4 00/11] mm: PMD-level swap entries for anonymous THPs
 2026-07-13 13:35 UTC  (12+ messages)
` [PATCH v4 01/11] mm: add PMD swap entry detection support
` [PATCH v4 02/11] mm: add PMD swap entry splitting support
` [PATCH v4 03/11] mm: handle PMD swap entries in fork path
` [PATCH v4 04/11] mm: zswap: add range lookup for large-folio swapin
` [PATCH v4 05/11] mm: swap in PMD swap entries as whole THPs during swapoff
` [PATCH v4 06/11] mm: handle PMD swap entries in non-present PMD walkers
` [PATCH v4 07/11] mm: handle PMD swap entries in MADV_WILLNEED
` [PATCH v4 08/11] mm: handle PMD swap entries in UFFDIO_MOVE
` [PATCH v4 09/11] mm: handle PMD swap entry faults on swap-in
` [PATCH v4 10/11] mm: install PMD swap entries on swap-out
` [PATCH v4 11/11] selftests/mm: add PMD swap entry tests

[PATCH v3 0/2] drm/tiny: add support for PIXPAPER 4.26 monochrome e-ink panel
 2026-07-13 13:35 UTC  (7+ messages)
` [PATCH v3 2/2] "

[PATCH net] tipc: cap number of nodes per net namespace
 2026-07-13 13:34 UTC  (2+ messages)

[PATCH mm-hotfixes v2 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-13 13:32 UTC  (2+ messages)

[PATCH v2 0/4] arm64: dts: am62p5-var-som-symphony: align DTS with hardware revision
 2026-07-13 13:32 UTC  (4+ messages)
` [PATCH v2 1/4] arm64: dts: ti: var-som-am62p: fix Ethernet PHY configuration

Fixes tags need work in the rpmsg tree
 2026-07-13 13:31 UTC 

[PATCH v12 00/29] KVM: arm64: Implement support for SME
 2026-07-13 13:30 UTC  (4+ messages)
` [PATCH v12 22/29] KVM: arm64: Context switch SME state for guests

[PATCH v2] crash_dump: release keyring reference at the correct time
 2026-07-13 13:30 UTC  (4+ messages)

[PATCH] hte: Remove redundant dev_err()
 2026-07-13 13:29 UTC 

[PATCH] xfs: restore nofs context unconditionally in xfs_trans_roll
 2026-07-13 13:28 UTC  (4+ messages)

[PATCH v6 0/8] mm: optimize zone-device memmap initialization
 2026-07-13 13:28 UTC  (3+ messages)
` [PATCH v6 4/8] mm: add a template-based fast path for zone-device page init

[PATCH 0/2] HSI: Remove redundant error messages on IRQ request failure
 2026-07-13 13:27 UTC  (3+ messages)
` [PATCH 1/2] HSI: nokia-modem: Remove redundant dev_err()
` [PATCH 2/2] HSI: omap_ssi: "

[PATCH] PM: hibernate: Fix memory leak in snapshot_write_next() error path
 2026-07-13 13:26 UTC  (2+ messages)

[PATCH 0/2] ARM: dts: ls: cleanup fpga related CHECK_DTBS warning
 2026-07-13 13:26 UTC  (2+ messages)

[PATCH v2] HID: bpf: Fix signedness bug in hid_bpf_hw_request
 2026-07-13 13:26 UTC 

[PATCH] gpu: buddy: avoid repeated builds of root dfs when alloc range
 2026-07-13 13:25 UTC  (4+ messages)

[PATCH v2] drivers/crypto: Mark QCE as BROKEN
 2026-07-13 13:19 UTC  (4+ messages)

[PATCH 0/4] HID: Remove redundant error messages on IRQ request failure
 2026-07-13 13:24 UTC  (5+ messages)
` [PATCH 1/4] HID: amd_sfh: Remove redundant dev_err()
` [PATCH 2/4] HID: hid-goodix: "
` [PATCH 3/4] HID: intel-ish-hid: ipc: "
` [PATCH 4/4] HID: Intel-thc-hid: Intel-quickspi: "

[PATCH net-next v13 00/10] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-07-13 13:20 UTC  (6+ messages)
` [PATCH net-next v13 06/10] net: stmmac: qcom-ethqos: update phy_mode to the resolved interface in mac_finish()
` [PATCH net-next v13 07/10] net: stmmac: qcom-ethqos: fix SGMII loopback not set on resume after speed change
` [PATCH net-next v13 08/10] net: stmmac: qcom-ethqos: reuse the address of ethqos_emac_driver_data
` [PATCH net-next v13 09/10] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function
` [PATCH net-next v13 10/10] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH nf] netfilter: ipset: do not update comments from kernel-side hash adds
 2026-07-13 13:12 UTC  (2+ messages)


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