All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-30 23:42:52 to 2024-08-31 02:07:47 UTC [more...]

[PATCH v2] nfs: protect nfs41_impl_id by rcu
 2024-08-31  2:07 UTC  (2+ messages)

[PATCH net-next 00/12] net: Convert using devm_clk_get_enabled()/devm_clk_get_optional_enabled()
 2024-08-31  2:13 UTC  (15+ messages)
` [PATCH net-next 01/12] net: dsa: bcm_sf2: Convert using devm_clk_get_optional_enabled() in bcm_sf2_sw_probe()
` [PATCH net-next 02/12] net: ethernet: Convert using devm_clk_get_enabled() in emac_probe()
` [PATCH net-next 03/12] net: ethernet: arc: "
` [PATCH net-next 04/12] net: ethernet: ethoc: Convert using devm_clk_get_enabled() in ethoc_probe()
` [PATCH net-next 05/12] net: ftgmac100: Convert using devm_clk_get_enabled() in ftgmac100_setup_clk()
` [PATCH net-next 06/12] net: ethernet: hisilicon: Convert using devm_clk_get_enabled() in hisi_femac_drv_probe()
` [PATCH net-next 07/12] net: lantiq_xrx200: Convert using devm_clk_get_enabled() in xrx200_probe()
` [PATCH net-next 08/12] net: stmmac: dwmac-dwc-qos-eth: Convert using devm_clk_get_enabled() in dwc_qos_probe()
` [PATCH net-next 09/12] net: ethernet: sunplus: Convert using devm_clk_get_enabled() in spl2sw_probe()
` [PATCH net-next 10/12] net: xilinx: axienet: Convert using devm_clk_get_optional_enabled() in axienet_probe()
` [PATCH net-next 11/12] wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_sdio_probe()
` [PATCH net-next 12/12] wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_bus_probe()

[PATCH -next] sh: intc: replace simple_strtoul to kstrtoul
 2024-08-31  2:03 UTC  (3+ messages)

[PATCH -next v2 0/4] soc: ti: Simplify with scoped for each OF child loop and dev_err_probe()
 2024-08-31  1:59 UTC  (4+ messages)
` [PATCH -next v2 2/4] soc: ti: knav_dma: Use dev_err_probe() to simplfy code

[PATCH v2] aarch64: vdso: Wire up getrandom() vDSO implementation
 2024-08-31  1:56 UTC  (2+ messages)

[PATCH -next] watchdog: cpwd: replace simple_strtoul to kstrtoul
 2024-08-31  1:56 UTC  (3+ messages)

[PATCH] lib: utils/gpio: designware: Allocate chips on the heap
 2024-08-31  1:55 UTC 

[PATCH -next] crypto: Remove unused parameter from macro ROLDQ
 2024-08-31  1:55 UTC  (3+ messages)

[OE-core][PATCH 1/2] patchtest: test_mbox: remove duplicate regex definition
 2024-08-31  1:50 UTC  (3+ messages)
` [OE-core][PATCH 2/2] patchtest: test_shortlog_length: omit shortlog prefixes
` Patchtest results for [OE-core][PATCH 1/2] patchtest: test_mbox: remove duplicate regex definition

[PATCH v26 00/33] Introduce QC USB SND audio offloading support
 2024-08-31  1:49 UTC  (4+ messages)
` [PATCH v26 16/33] ASoC: doc: Add documentation for SOC USB

[PATCH v2 3/4] gpio: aspeed: Create llops to handle hardware access
 2024-08-31  1:46 UTC  (3+ messages)

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-08-31  1:45 UTC  (7+ messages)

[f2fs-dev] [PATCH 0/9] f2fs: new mount API conversion
 2024-08-31  1:45 UTC  (5+ messages)
      `  "

[PATCH] compat/terminal: mark parameter of git_terminal_prompt() UNUSED
 2024-08-31  1:40 UTC  (3+ messages)

Fwd: Re: Why does the command builtin not circumvent invocation of builtins?
 2024-08-31  1:32 UTC 

lib/maple_tree.c:330:20: error: unused function 'mte_set_full'
 2024-08-31  1:28 UTC  (3+ messages)

[PATCH -next] scsi: qla2xxx: replace simple_strtoul to kstrtoul
 2024-08-31  1:27 UTC  (3+ messages)

WARNING: modpost: "___rw_read_exit" [fs/netfs/netfs.ko] has no CRC!
 2024-08-31  1:25 UTC 

[PATCH bpf-next v4 0/8] libbpf, selftests/bpf: Support cross-endian usage
 2024-08-31  1:26 UTC  (10+ messages)
` [PATCH bpf-next v4 4/8] libbpf: Support BTF.ext loading and output in either endianness
` [PATCH bpf-next v4 5/8] libbpf: Support opening bpf objects of "
` [PATCH bpf-next v4 7/8] libbpf: Support creating light skeleton "

[xen-unstable test] 187415: tolerable FAIL
 2024-08-31  1:23 UTC 

[PATCH v1] linux-user: Add option to run `execve`d programs through QEMU
 2024-08-30 22:37 UTC  (2+ messages)

[PATCH 0/9] fifo8: add fifo8_peek(), fifo8_peek_buf() and tests
 2024-08-31  1:18 UTC  (19+ messages)
` [PATCH 1/9] fifo8: rename fifo8_peekpop_buf() to fifo8_peekpop_bufptr()
` [PATCH 2/9] fifo8: introduce head variable for fifo8_peekpop_bufptr()
` [PATCH 3/9] fifo8: add skip parameter to fifo8_peekpop_bufptr()
` [PATCH 4/9] fifo8: replace fifo8_pop_bufptr() with fifo8_peekpop_bufptr() in fifo8_pop_buf()
` [PATCH 5/9] fifo8: rename fifo8_pop_buf() to fifo8_peekpop_buf()
` [PATCH 6/9] fifo8: honour do_pop argument in fifo8_peekpop_buf()
` [PATCH 7/9] fifo8: add fifo8_peek_buf() function
` [PATCH 8/9] fifo8: introduce fifo8_peek() function
` [PATCH 9/9] tests/unit: add test-fifo unit test

[PATCH -next] ALSA: pcm: replace simple_strtoul to kstrtoul
 2024-08-31  1:19 UTC  (3+ messages)

Possible deadlock in percpu_counter_add_batch
 2024-08-31  1:18 UTC 

[PATCH v6 0/9] drm/xe/guc: Improve GuC log dumping and add to devcoredump
 2024-08-31  1:18 UTC  (5+ messages)
` [PATCH v6 2/9] drm/xe: Add ASCII85 dump helper function

Possible deadlock in __percpu_counter_sum
 2024-08-31  1:17 UTC 

[linux-next:master 7819/8126] make[1]: *** No rule to make target 'tools/testing/selftests/../../../tools/arch/x86_64/vdso/vgetrandom-chacha.S', needed by 'kselftest/vDSO/vdso_test_chacha'
 2024-08-31  1:15 UTC 

[PATCH v1 1/2] mseal: fix mmap(FIXED) error code
 2024-08-31  1:15 UTC  (3+ messages)

[PATCH -next] KVM: x86: Remove some unused declarations
 2024-08-31  1:15 UTC  (3+ messages)

[PATCH md-6.12 0/7] md: enhance faulty chekcing for blocked handling
 2024-08-31  1:14 UTC  (7+ messages)
` [PATCH md-6.12 3/7] md: don't record new badblocks for faulty rdev
` [PATCH md-6.12 4/7] md/raid1: factor out helper to handle blocked rdev from raid1_write_request()

+ alloc_tag-fix-allocation-tag-reporting-when-config_modules=n.patch added to mm-hotfixes-unstable branch
 2024-08-31  1:14 UTC 

[net-next,v4,1/1] net: stmmac: Batch set RX OWN flag and other flags
 2024-08-31  1:11 UTC 

+ user_namespace-use-kmemdup_array-instead-of-kmemdup-for-multiple-allocation.patch added to mm-nonmm-unstable branch
 2024-08-31  1:08 UTC 

[PATCH i-g-t v5 00/17] Test coverage for GPU debug support
 2024-08-31  1:06 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for Test coverage for GPU debug support (rev5)

[PATCH v3 0/4] media: pisp-be: Split jobs creation and scheduling
 2024-08-31  1:03 UTC  (3+ messages)
` [PATCH v3 1/4] media: pisp_be: Drop reference to non-existing function

[PATCH v2] drm/i915/display: Fix BMG CCS modifiers
 2024-08-31  1:03 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/i915/display: Fix BMG CCS modifiers (rev2)

+ tools-mm-rm-thp_swap_allocator_test-when-make-clean.patch added to mm-nonmm-unstable branch
 2024-08-31  1:02 UTC 

[PATCH v2] tools/mm: Use calloc and check the memory allocation failure
 2024-08-31  0:59 UTC  (2+ messages)

[ovmf test] 187429: all pass - PUSHED
 2024-08-31  0:58 UTC 

[PATCH i-g-t] runner/executor.c: Detect tests killed by a signal
 2024-08-31  0:57 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for runner/executor.c: Detect tests killed by a signal (rev2)

[PATCH v2 0/2] media: i2c: imx290: check for availability in probe()
 2024-08-31  0:53 UTC  (9+ messages)
` [PATCH v2 1/2] media: i2c: imx290: Check "

+ lib-maple_treec-remove-unused-functions.patch added to mm-unstable branch
 2024-08-31  0:53 UTC 

[PATCH] ACPI: EC: add quirk for Lenovo X13 G4 (AMD)
 2024-08-31  0:53 UTC  (2+ messages)

[PATCH] usb: dwc3: Potential fix of possible dwc3 interrupt storm
 2024-08-31  0:50 UTC  (8+ messages)

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-08-31  0:49 UTC  (17+ messages)

[PATCH v1 0/2] drm/i915/fence: A couple of build fixes
 2024-08-31  0:49 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH v5 2/3] iio: adc: sophgo-saradc: Add driver for Sophgo CV1800B SARADC
 2024-08-31  0:45 UTC  (3+ messages)

[PATCH v2 2/4] platform/x86: int3472: Simplify dev_err_probe() usage
 2024-08-31  0:45 UTC 

[PATCH net-next v24 00/13] Device Memory TCP
 2024-08-31  0:43 UTC  (14+ messages)
` [PATCH net-next v24 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v24 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v24 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v24 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v24 05/13] page_pool: devmem support
` [PATCH net-next v24 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v24 07/13] net: support non paged skb frags
` [PATCH net-next v24 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v24 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v24 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v24 11/13] net: add devmem TCP documentation
` [PATCH net-next v24 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v24 13/13] netdev: add dmabuf introspection

+ maple_tree-cleanup-function-descriptions.patch added to mm-unstable branch
 2024-08-31  0:42 UTC 

+ mm-vmscan-wake-up-flushers-conditionally-to-avoid-cgroup-oom.patch added to mm-unstable branch
 2024-08-31  0:40 UTC 

[PATCH] platform/x86/amd: pmf: Make ASUS GA403 quirk generic
 2024-08-31  0:39 UTC 

[PATCH] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM
 2024-08-31  0:38 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in btrfs_get_ordered_extents_for_logging
 2024-08-31  0:22 UTC  (2+ messages)
` [PATCH] btrfs: Add assert or condition

[PATCH v5 0/8] perf trace: Augment enum arguments with BTF
 2024-08-31  0:35 UTC  (5+ messages)
` [PATCH v5 1/8] perf trace: Fix iteration of syscall ids in syscalltbl->entries
    ` [PATCH/RFT] "

[PATCH v2] tools/hv: Add memory allocation check in hv_fcopy_start
 2024-08-31  0:34 UTC  (2+ messages)

+ mm-vmalloc-optimize-vmap_lazy_nr-arithmetic-when-purging-each-vmap_area.patch added to mm-hotfixes-unstable branch
 2024-08-31  0:33 UTC 

[PATCH 1/1] mm: vmalloc: Optimize vmap_lazy_nr arithmetic when purging each vmap_area
 2024-08-31  0:33 UTC  (2+ messages)

[PATCH v2 1/4] erofs: add file-backed mount support
 2024-08-31  0:30 UTC  (6+ messages)
` [PATCH v2 2/4] erofs: support unencoded inodes for fileio

Reproducing syzbot
 2024-08-31  0:28 UTC 

[PATCH] xfrm: add SA information to the offloaded packet
 2024-08-31  0:27 UTC  (8+ messages)

[PATCH v2 0/2] isolation: Exclude dynamically isolated CPUs from housekeeping cpumasks
 2024-08-31  0:27 UTC  (3+ messages)
` [PATCH v2 1/2] sched/isolation: Exclude dynamically isolated CPUs from housekeeping masks

+ mm-migrate-remove-isolate_movable_page.patch added to mm-unstable branch
 2024-08-31  0:26 UTC 

+ mm-compaction-convert-to-folio_isolate_movable.patch added to mm-unstable branch
 2024-08-31  0:26 UTC 

+ mm-migrate-convert-to-folio_isolate_movable.patch added to mm-unstable branch
 2024-08-31  0:26 UTC 

+ mm-migrate-add-folio_isolate_movable.patch added to mm-unstable branch
 2024-08-31  0:26 UTC 

+ mm-compaction-get-reference-before-non-lru-movable-folio-isolation.patch added to mm-unstable branch
 2024-08-31  0:26 UTC 

+ mm-memory_hotplug-unify-huge-lru-non-lru-movable-folio-isolation-fix.patch added to mm-unstable branch
 2024-08-31  0:23 UTC 

[PATCH 0/6] KVM: nVMX: Fix IPIv vs. nested posted interrupts
 2024-08-31  0:21 UTC  (2+ messages)

[PATCH 0/3] KVM: SVM: Clean up SEV-ES save area management
 2024-08-31  0:21 UTC  (2+ messages)

[PATCH] KVM: selftests: Remove unused kvm_memcmp_hva_gva()
 2024-08-31  0:21 UTC  (2+ messages)

[PATCH] KVM: selftests: Explicitly include committed one-off assets in .gitignore
 2024-08-31  0:21 UTC  (2+ messages)

[PATCH] KVM: selftests: Always unlink memory regions when deleting (VM free)
 2024-08-31  0:21 UTC  (2+ messages)

[PATCH] KVM: selftests: Add SEV-ES shutdown test
 2024-08-31  0:20 UTC  (2+ messages)

[PATCH 0/3] KVM: x86/mmu: Misc shadow paging cleanups
 2024-08-31  0:20 UTC  (2+ messages)

[PATCH v2 00/10] KVM: x86: Fix ICR handling when x2AVIC is active
 2024-08-31  0:20 UTC  (2+ messages)

[PATCH v2 0/2] KVM: Coalesced IO cleanup and test
 2024-08-31  0:20 UTC  (3+ messages)

[PATCH 0/5] KVM: x86: Fastpath cleanup, fix, and enhancement
 2024-08-31  0:20 UTC  (2+ messages)

[PATCH] KVM: SEV: Update KVM_AMD_SEV Kconfig entry and mention SEV-SNP
 2024-08-31  0:20 UTC  (2+ messages)

[PATCH bpf-next 0/9] bpf: cpumap: enable GRO for XDP_PASS frames
 2024-08-31  0:19 UTC  (3+ messages)
` [PATCH bpf-next 3/9] net: napi: add ability to create CPU-pinned threaded NAPI

+ mm-page_alloc-simpify-page-del-and-expand.patch added to mm-unstable branch
 2024-08-31  0:18 UTC 

[RFC PATCH] smb: client: force dentry revalidation if nohandlecache is set
 2024-08-31  0:16 UTC  (2+ messages)

[PATCH v2 00/22] KVM: x86: Fix multiple #PF RO infinite loop bugs
 2024-08-31  0:15 UTC  (23+ messages)
` [PATCH v2 01/22] KVM: VMX: Set PFERR_GUEST_{FINAL,PAGE}_MASK if and only if the GVA is valid
` [PATCH v2 02/22] KVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with a more descriptive helper
` [PATCH v2 03/22] KVM: x86/mmu: Trigger unprotect logic only on write-protection page faults
` [PATCH v2 04/22] KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were unprotected
` [PATCH v2 05/22] KVM: x86: Retry to-be-emulated insn in "slow" unprotect path iff sp is zapped
` [PATCH v2 06/22] KVM: x86: Get RIP from vCPU state when storing it to last_retry_eip
` [PATCH v2 07/22] KVM: x86: Store gpa as gpa_t, not unsigned long, when unprotecting for retry
` [PATCH v2 08/22] KVM: x86/mmu: Apply retry protection to "fast nTDP unprotect" path
` [PATCH v2 09/22] KVM: x86/mmu: Try "unprotect for retry" iff there are indirect SPs
` [PATCH v2 10/22] KVM: x86: Move EMULTYPE_ALLOW_RETRY_PF to x86_emulate_instruction()
` [PATCH v2 11/22] KVM: x86: Fold retry_instruction() into x86_emulate_instruction()
` [PATCH v2 12/22] KVM: x86/mmu: Don't try to unprotect an INVALID_GPA
` [PATCH v2 13/22] KVM: x86/mmu: Always walk guest PTEs with WRITE access when unprotecting
` [PATCH v2 14/22] KVM: x86/mmu: Move event re-injection unprotect+retry into common path
` [PATCH v2 15/22] KVM: x86: Remove manual pfn lookup when retrying #PF after failed emulation
` [PATCH v2 16/22] KVM: x86: Check EMULTYPE_WRITE_PF_TO_SP before unprotecting gfn
` [PATCH v2 17/22] KVM: x86: Apply retry protection to "unprotect on failure" path
` [PATCH v2 18/22] KVM: x86: Update retry protection fields when forcing retry on emulation failure
` [PATCH v2 19/22] KVM: x86: Rename reexecute_instruction()=>kvm_unprotect_and_retry_on_failure()
` [PATCH v2 20/22] KVM: x86/mmu: Subsume kvm_mmu_unprotect_page() into the and_retry() version
` [PATCH v2 21/22] KVM: x86/mmu: Detect if unprotect will do anything based on invalid_list
` [PATCH v2 22/22] KVM: x86/mmu: WARN on MMIO cache hit when emulating write-protected gfn

[PATCH v2 0/2] phy: add NXP PTN3222 eUSB2 to USB2 redriver
 2024-08-30 23:45 UTC  (5+ messages)
` [PATCH v2 2/2] "

[PATCH 1/3] maple_tree: use ma_data_end() in mas_data_end()
 2024-08-31  0:10 UTC  (3+ messages)
` [PATCH 2/3] maple_tree: use mas_safe_pivot() to get the pivot range
` [PATCH 3/3] maple_tree: local variable 'count' is not necessary

[Bug 219009] New: Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected)
 2024-08-31  0:10 UTC  (2+ messages)
` [Bug 219009] "

[PATCH bpf-next] samples/bpf: tracex2: Replace kfree_skb from kprobe to tracepoint
 2024-08-31  0:03 UTC  (2+ messages)
` [PATCH bpf-next] samples/bpf: Remove sample tracex2

[PATCH v2 0/6] drm/xe & drm/i915: drvdata usage changes follow-up
 2024-08-31  0:09 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH v3] PCI: armada8k: change to use devm_clk_get_enabled() helper
 2024-08-31  0:06 UTC  (3+ messages)

[PATCH v2 00/19] Implement DWARF modversions
 2024-08-31  0:05 UTC  (4+ messages)
` [PATCH v2 16/19] gendwarfksyms: Add support for reserved structure fields

[RFC PATCH v1 0/5] dts: port over Rx/Tx offload suite
 2024-08-31  0:00 UTC  (6+ messages)
` [RFC PATCH v1 1/5] dts: add TX offload capabilities
` [RFC PATCH v1 2/5] dts: add a distinction between port and queue "
` [RFC PATCH v1 3/5] dts: add offload configuration querying to testpmd
` [RFC PATCH v1 4/5] dts: add methods for configuring offloads on a device in testpmd
` [RFC PATCH v1 5/5] dts: add test suite for RX and TX offloads

[linux-next:master 6740/8126] arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dtb: /video-codec@fdba0000: failed to match any schema with compatible: ['rockchip,rk3588-vepu121']
 2024-08-31  0:03 UTC 

[net-next,v3,1/1] net: stmmac: Batch set RX OWN flag and other flags
 2024-08-30 23:59 UTC  (3+ messages)

[Buildroot] Notification | You have (7) failed email deliveries
 2024-08-31  0:00 UTC 

[PATCH] drm/i915/gem: Remove duplicate 'unlikely()' usage
 2024-08-30 23:59 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH net-next v2 0/7] net: ethernet: fs_enet: Cleanup and phylink conversion
 2024-08-30 21:09 UTC  (14+ messages)
` [PATCH net-next v2 1/7] net: ethernet: fs_enet: convert to SPDX
` [PATCH net-next v2 2/7] net: ethernet: fs_enet: cosmetic cleanups
` [PATCH net-next v2 3/7] net: ethernet: fs_enet: drop the .adjust_link custom fs_ops
` [PATCH net-next v2 4/7] net: ethernet: fs_enet: drop unused phy_info and mii_if_info
` [PATCH net-next v2 5/7] net: ethernet: fs_enet: fcc: use macros for speed and duplex values
` [PATCH net-next v2 6/7] net: ethernet: fs_enet: simplify clock handling with devm accessors

[PATCH v3 0/5] Increase mseal test coverage
 2024-08-30 23:57 UTC  (5+ messages)
` [PATCH v3 4/5] selftests/mseal: add more tests for mmap

[PATCH v5 0/7] block atomic writes for xfs
 2024-08-30 23:56 UTC  (7+ messages)
` [PATCH v5 3/7] fs: iomap: Atomic write support

[PATCH 00/22] KVM: x86: Fix multiple #PF RO infinite loop bugs
 2024-08-30 23:54 UTC  (5+ messages)
` [PATCH 22/22] KVM: x86/mmu: Detect if unprotect will do anything based on invalid_list

[PATCH 0/2] make chainlint output more newcomer-friendly
 2024-08-30 23:51 UTC  (5+ messages)
` [PATCH 2/2] chainlint: reduce annotation noise-factor

+ mm-pagewalk-check-pfnmap-for-folio_walk_start-fix.patch added to mm-unstable branch
 2024-08-30 23:49 UTC 

[PATCH v9 0/4] Generate address range data for built-in modules
 2024-08-30 23:48 UTC  (3+ messages)
` [PATCH v9 3/4] scripts: add verifier script for builtin module range data

Grub doesn’t load devicetree
 2024-08-30 23:48 UTC  (9+ messages)

[PATCH v3 0/8] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-08-30 23:45 UTC  (6+ messages)
` [PATCH v3 1/8] KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock

[PATCH v1 net] fou: Fix null-ptr-deref in GRO
 2024-08-30 23:43 UTC 

[PATCH sched_ext/for-6.12] sched_ext: TASK_DEAD tasks must be switched out of SCX on ops_disable
 2024-08-30 23:44 UTC 

[PATCH bpf-next 1/2] selftests/bpf: specify libbpf headers required for %.bpf.o progs
 2024-08-30 23:42 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: do not update vmlinux.h unnecessarily

[Intel-wired-lan] [PATCH v5 net-next 00/12] net: introduce TX H/W shaping API
 2024-08-30 23:42 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH v5 net-next 02/12] net-shapers: implement NL get operation


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.