bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-31 23:19:16 to 2024-11-04 10:04:04 UTC [more...]

[PATCH net] Drop packets with invalid headers to prevent KMSAN infoleak
 2024-11-04 10:03 UTC  (2+ messages)

[PATCH v2 0/2] bpf: Introduce cpu affinity for sockmap
 2024-11-04  7:23 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] bpf: implement libbpf sockmap cpu affinity

[PATCH 1/2] bpf: Introduce cpu affinity for sockmap
 2024-11-04  6:12 UTC  (6+ messages)
` [PATCH 2/2] bpf: implement libbpf sockmap cpu affinity

[PATCH] include: btf: Guard inline function with CONFIG_BPF_SYSCALL
 2024-11-04  6:03 UTC 

[PATCH 0/3] Fix test_bpf_syscall_macro selftest on powerpc
 2024-11-04  5:00 UTC  (4+ messages)
` [PATCH 1/3] libbpf: Fix accessing the syscall argument "
` [PATCH 2/3] libbpf: Remove powerpc prefix from syscall function names
` [PATCH 3/3] selftests/bpf: Define SYS_PREFIX for powerpc

[syzbot] [bpf?] WARNING: locking bug in bpf_map_put
 2024-11-04  2:29 UTC  (2+ messages)

[PATCH v4 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-11-04  2:25 UTC  (5+ messages)
` [PATCH v4 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v4 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[PATCH bpf] selftests/bpf: Add a copyright notice to lpm_trie_map_get_next_key
 2024-11-04  2:02 UTC  (4+ messages)

[PATCH bpf-next v1 0/3] Fix resource leak checks for tail calls
 2024-11-04  1:00 UTC  (5+ messages)
` [PATCH bpf-next v1 1/3] bpf: Tighten tail call checks for lingering locks, RCU, preempt_disable
` [PATCH bpf-next v1 2/3] bpf: Unify resource leak checks
` [PATCH bpf-next v1 3/3] selftests/bpf: Add tests for tail calls with locks and refs

linux-next: manual merge of the bpf-next tree with the net-next tree
 2024-11-04  0:59 UTC 

[PATCH bpf-next v8 0/9] bpf: Support private stack for bpf progs
 2024-11-04  0:35 UTC  (18+ messages)
` [PATCH bpf-next v8 1/9] bpf: Check stack depth limit after visiting all subprogs
` [PATCH bpf-next v8 2/9] bpf: Allow private stack to have each subprog having stack size of 512 bytes
` [PATCH bpf-next v8 3/9] bpf: Check potential private stack recursion for progs with async callback
` [PATCH bpf-next v8 4/9] bpf: Allocate private stack for eligible main prog or subprogs
` [PATCH bpf-next v8 5/9] bpf, x86: Avoid repeated usage of bpf_prog->aux->stack_depth
` [PATCH bpf-next v8 6/9] bpf, x86: Support private stack in jit
` [PATCH bpf-next v8 7/9] selftests/bpf: Add tracing prog private stack tests
` [PATCH bpf-next v8 8/9] bpf: Support private stack for struct_ops progs
` [PATCH bpf-next v8 9/9] selftests/bpf: Add struct_ops prog private stack tests

pull-request: bpf-next 2024-10-31
 2024-11-03 23:20 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Refactor active lock management
 2024-11-03 21:22 UTC 

[PATCH bpf-next v1] bpf: Refactor active lock management
 2024-11-03 20:58 UTC 

[PATCH v2 bpf] bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
 2024-11-03 20:15 UTC  (3+ messages)

[PATCH bpf-next 0/2] drm, bpf: User drm_mm in bpf
 2024-11-03 20:04 UTC  (5+ messages)
` [PATCH bpf-next 1/2] drm, bpf: Move drm_mm.c to lib to be used by bpf arena
` [PATCH bpf-next 2/2] bpf: Switch bpf arena to use drm_mm instead of maple_tree

[PATCH bpf-next v3 0/2] Zero overhead PROBE_MEM
 2024-11-03 19:35 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] x86: Perform BPF exception fixup in do_user_addr_fault
` [PATCH bpf-next v3 2/2] bpf, x86: Skip bounds checking for PROBE_MEM with SMAP

[PATCH bpf-next v2 0/3] Handle possible NULL trusted raw_tp arguments
 2024-11-03 18:41 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
` [PATCH bpf-next v2 2/3] selftests/bpf: Clean up open-coded gettid syscall invocations
` [PATCH bpf-next v2 3/3] selftests/bpf: Add tests for raw_tp null handling

[PATCH bpf-next v1 0/2] Handle possible NULL trusted raw_tp arguments
 2024-11-03 17:37 UTC  (15+ messages)
` [PATCH bpf-next v1 1/2] bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
` [PATCH bpf-next v1 2/2] selftests/bpf: Add tests for raw_tp null handling

[PATCH] bpf: Fix incorrect precision backtracking
 2024-11-03 15:56 UTC  (3+ messages)

[PATCH] kbuild,bpf: pass make jobs' value to pahole
 2024-11-03 13:22 UTC  (3+ messages)

[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
 2024-11-03 13:01 UTC  (3+ messages)
` [PATCH bpf-next 4/4] bpf/selftests: add simple selftest for bpf_smc_ops

[PATCH] kbuild: add resolve_btfids to pacman PKGBUILD
 2024-11-03  9:47 UTC  (3+ messages)

[PATCH v3 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-11-03  6:23 UTC  (15+ messages)
` [PATCH v3 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v3 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[PATCH net-next v5 0/7] Suspend IRQs during application busy periods
 2024-11-03  5:24 UTC  (2+ messages)
` [PATCH net-next v5 7/7] docs: networking: Describe irq suspension

[PATCH net-next v3 00/14] net-timestamp: bpf extension to equip applications transparently
 2024-11-03  0:42 UTC  (31+ messages)
` [PATCH net-next v3 02/14] net-timestamp: allow two features to work parallelly
` [PATCH net-next v3 10/14] net-timestamp: add basic support with tskey offset

[PATCH v3 09/19] unwind: Introduce sframe user space unwinding
 2024-11-03  0:07 UTC  (9+ messages)

[PATCH net-next v4 0/7] Suspend IRQs during application busy periods
 2024-11-02 23:41 UTC  (3+ messages)
` [PATCH net-next v4 7/7] docs: networking: Describe irq suspension

[PATCH bpf-next 00/16] Support dynptr key for hash map
 2024-11-02 18:31 UTC  (5+ messages)
` [PATCH bpf-next 12/16] bpf: Support basic operations for dynptr key in "

[PATCH][next] bpf: replace redundant |= operation with assignmen
 2024-11-02 11:27 UTC  (3+ messages)

[for-next][PATCH 0/3] tracing: Updates for 6.13
 2024-11-02  2:05 UTC  (4+ messages)
` [for-next][PATCH 1/3] bpf: put bpf_links program when link is safe to be deallocated
` [for-next][PATCH 2/3] bpf: decouple BPF link/attach hook and BPF program sleepable semantics
` [for-next][PATCH 3/3] bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF links

[PATCH net-next v3 0/7] Suspend IRQs during application busy periods
 2024-11-01 21:46 UTC  (6+ messages)
` [PATCH net-next v3 7/7] docs: networking: Describe irq suspension

[PATCH] bpf: smp_wmb before bpf_ringbuf really commit
 2024-11-01 20:30 UTC  (4+ messages)

[PATCH bpf-next v2 0/4] bpf/crib: Add open-coded style process file iterator and file related CRIB kfuncs
 2024-11-01 20:28 UTC  (7+ messages)
` [PATCH bpf-next v2 1/4] bpf/crib: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v2 3/4] bpf/crib: Add struct file related CRIB kfuncs

[PATCH bpf-next v3 0/3] selftests/bpf: Improve building with extra
 2024-11-01 19:50 UTC  (7+ messages)
` [PATCH bpf-next v3 1/3] selftests/bpf: Allow building with extra flags
` [PATCH bpf-next v3 2/3] bpftool: Prevent setting duplicate _GNU_SOURCE in Makefile
` [PATCH bpf-next v3 3/3] selftests/bpf: Disable warnings on unused flags for Clang builds

[PATCH bpf v3] bpf, bpftool: Fix incorrect disasm pc
 2024-11-01 19:40 UTC  (2+ messages)

[PATCH v18 00/17] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-11-01 19:28 UTC  (11+ messages)
` [PATCH v18 01/17] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v18 11/17] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v18 12/17] fprobe: Add fprobe_header encoding feature
` [PATCH v18 16/17] Documentation: probes: Update fprobe on function-graph tracer

[PATCH bpf-next v2] bpf: Add kernel symbol for struct_ops trampoline
 2024-11-01 18:19 UTC  (2+ messages)

[PATCH v2 trace/for-next 1/3] bpf: put bpf_link's program when link is safe to be deallocated
 2024-11-01 18:17 UTC  (3+ messages)
` [PATCH v2 trace/for-next 2/3] bpf: decouple BPF link/attach hook and BPF program sleepable semantics
` [PATCH v2 trace/for-next 3/3] bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF links

[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-11-01 18:12 UTC  (4+ messages)
` [PATCH v7 bpf-next 01/10] lib/buildid: harden "

[PATCH bpf-next v3 1/2] bpf: Add open coded version of kmem_cache iterator
 2024-11-01 18:10 UTC  (2+ messages)

[PATCH trace/for-next 1/3] bpf: put bpf_link's program when link is safe to be deallocated
 2024-11-01 17:54 UTC  (12+ messages)
` [PATCH trace/for-next 2/3] bpf: decouple BPF link/attach hook and BPF program sleepable semantics
` [PATCH trace/for-next 3/3] bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF links

[PATCH net-next v3 00/18] xdp: a fistful of generic changes (+libeth_xdp)
 2024-11-01 13:20 UTC  (18+ messages)
` [PATCH net-next v3 04/18] bpf, xdp: constify some bpf_prog * function arguments
` [PATCH net-next v3 05/18] xdp, xsk: constify read-only arguments of some static inline helpers
` [PATCH net-next v3 06/18] xdp: allow attaching already registered memory model to xdp_rxq_info
` [PATCH net-next v3 08/18] page_pool: make page_pool_put_page_bulk() actually handle array of pages
` [PATCH net-next v3 09/18] page_pool: allow mixing PPs within one bulk
` [PATCH net-next v3 10/18] xdp: get rid of xdp_frame::mem.id
` [PATCH net-next v3 12/18] xdp: add generic xdp_build_skb_from_buff()
` [PATCH net-next v3 13/18] xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()

[for-next][PATCH 07/11] tracing: Introduce tracepoint extended structure
 2024-11-01 10:36 UTC  (4+ messages)
` [for-next][PATCH 08/11] tracing: Introduce tracepoint_is_faultable()
` [for-next][PATCH 09/11] tracing: Fix syscall tracepoint use-after-free
` [for-next][PATCH 10/11] tracing: Add might_fault() check in __DECLARE_TRACE_SYSCALL

[PATCH] perf test stat_bpf_counters_cgrp: Remove cpu-list BPF counter test
 2024-11-01 10:28 UTC 

[PATCH net v3 0/2] net: ethernet: ti: am65-cpsw: Fixes to multi queue RX feature
 2024-11-01 10:18 UTC  (3+ messages)
` [PATCH net v3 1/2] net: ethernet: ti: am65-cpsw: Fix multi queue Rx on J7
` [PATCH net v3 2/2] net: ethernet: ti: am65-cpsw: fix warning in am65_cpsw_nuss_remove_rx_chns()

[syzbot] [bpf?] WARNING: locking bug in trie_delete_elem
 2024-11-01  9:44 UTC  (2+ messages)
` [RESEND] "

[PATCHv2 net-next] net: freescale: use ethtool string helpers
 2024-11-01  1:40 UTC  (2+ messages)

[GIT PULL] bpf for v6.12-rc6
 2024-11-01  1:05 UTC  (2+ messages)

[PATCH bpf-next] libbpf: stringify error codes in warning messages
 2024-10-31 23:24 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;
as well as URLs for NNTP newsgroup(s).