BPF List
 help / color / mirror / Atom feed
 messages from 2025-02-27 22:21:46 to 2025-03-03 06:56:12 UTC [more...]

[PATCH bpf-next v3 0/4] per-function storage support
 2025-03-03  6:53 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] x86/ibt: factor out cfi and fineibt offset
` [PATCH bpf-next v3 2/4] add per-function metadata storage support
` [PATCH bpf-next v3 3/4] x86: implement per-function metadata storage for x86
` [PATCH bpf-next v3 4/4] arm64: implement per-function metadata storage for arm64

[PATCH bpf-next v4 00/10] Introduce load-acquire and store-release BPF instructions
 2025-03-03  5:46 UTC  (12+ messages)
` [PATCH bpf-next v4 01/10] bpf/verifier: Factor out atomic_ptr_type_ok()
` [PATCH bpf-next v4 02/10] bpf/verifier: Factor out check_atomic_rmw()
` [PATCH bpf-next v4 03/10] bpf/verifier: Factor out check_load_mem() and check_store_reg()
` [PATCH bpf-next v4 04/10] bpf: Introduce load-acquire and store-release instructions
` [PATCH bpf-next v4 05/10] arm64: insn: Add BIT(23) to {load,store}_ex's mask
` [PATCH bpf-next v4 06/10] arm64: insn: Add load-acquire and store-release instructions
` [PATCH bpf-next v4 07/10] bpf, arm64: Support "
` [PATCH bpf-next v4 08/10] bpf, x86: "
` [PATCH bpf-next v4 09/10] selftests/bpf: Add selftests for "
` [PATCH bpf-next v4 10/10] bpf, docs: Update instruction-set.rst "

[PATCH v2 00/18] Introduce and use generic parity16/32/64 helper
 2025-03-03  2:47 UTC  (25+ messages)
` [PATCH v2 01/18] lib/parity: Add __builtin_parity() fallback implementations
` [PATCH v2 02/18] bitops: Optimize parity8() using __builtin_parity()
` [PATCH v2 03/18] bitops: Add parity16(), parity32(), and parity64() helpers
` [PATCH v2 04/18] media: media/test_drivers: Replace open-coded parity calculation with parity8()
` [PATCH v2 05/18] media: pci: cx18-av-vbi: "
` [PATCH v2 06/18] media: saa7115: "
` [PATCH v2 07/18] serial: max3100: "
` [PATCH v2 08/18] lib/bch: Replace open-coded parity calculation with parity32()
` [PATCH v2 09/18] Input: joystick - "
` [PATCH v2 10/18] net: ethernet: oa_tc6: "
` [PATCH v2 11/18] wifi: brcm80211: "
` [PATCH v2 12/18] drm/bridge: dw-hdmi: "
` [PATCH v2 13/18] mtd: ssfdc: "
` [PATCH v2 14/18] fsi: i2cr: "
` [PATCH v2 15/18] fsi: i2cr: Replace open-coded parity calculation with parity64()
` [PATCH v2 16/18] Input: joystick - "
` [PATCH v2 17/18] nfp: bpf: "
` [PATCH v2 18/18] bitops: Add parity() macro for automatic type-based selection

[PATCH bpf-next] bpf: no longer acquire map_idr_lock in bpf_map_inc_not_zero()
 2025-03-03  2:30 UTC  (3+ messages)

[PATCH bpf-next v3 0/3] Global subprogs in RCU/{preempt,irq}-disabled sections
 2025-03-02 22:20 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] bpf: Summarize sleepable global subprogs
` [PATCH bpf-next v3 2/3] selftests/bpf: Test sleepable global subprogs in atomic contexts
` [PATCH bpf-next v3 3/3] selftests/bpf: Add tests for extending sleepable global subprogs

[PATCH bpf-next v1 0/2] Timed may_goto
 2025-03-02 20:13 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] bpf: Add verifier support for timed may_goto
` [PATCH bpf-next v1 2/2] bpf, x86: Add x86 JIT "

[PATCH 00/17] Introduce and use generic parity32/64 helper
 2025-03-02 15:47 UTC  (8+ messages)
` [PATCH 02/17] bitops: Add generic parity calculation for u64

[PATCH] crypto: bpf - Add MODULE_DESCRIPTION for skcipher
 2025-03-02  8:04 UTC  (2+ messages)

[PATCH bpf-next v1 0/3] bpf: simple DFA-based live registers analysis
 2025-03-02  0:09 UTC  (9+ messages)
` [PATCH bpf-next v1 1/3] "
` [PATCH bpf-next v1 2/3] bpf: use register liveness information for func_states_equal
` [PATCH bpf-next v1 3/3] selftests/bpf: test cases for compute_live_registers()

[PATCH net v2] xsk: fix __xsk_generic_xmit() error code when cq is full
 2025-03-02  0:05 UTC  (2+ messages)

[PATCH bpf-next 0/3] Introduce bpf_object__prepare
 2025-03-01 21:45 UTC  (10+ messages)
` [PATCH bpf-next 1/3] libbpf: introduce more granular state for bpf_object
` [PATCH bpf-next 2/3] libbpf: split bpf object load into prepare/load
` [PATCH bpf-next 3/3] selftests/bpf: add tests for bpf_object__prepare

[PATCH bpf-next v2 0/3] Global subprogs in RCU/{preempt,irq}-disabled sections
 2025-03-01  3:22 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] bpf: Summarize sleepable global subprogs
` [PATCH bpf-next v2 2/3] selftests/bpf: Test sleepable global subprogs in atomic contexts
` [PATCH bpf-next v2 3/3] selftests/bpf: Add tests for extending sleepable global subprogs

[PATCH bpf-next v1 0/2] Global subprogs in RCU/{preempt,irq}-disabled sections
 2025-03-01  1:43 UTC  (11+ messages)
` [PATCH bpf-next v1 1/2] bpf: Summarize sleepable global subprogs
` [PATCH bpf-next v1 2/2] selftests/bpf: Test sleepable global subprogs in atomic contexts

[PATCH bpf-next v1 0/3] Optimize bpf selftest to increase CI success rate
 2025-03-01  1:31 UTC  (3+ messages)
` [PATCH bpf-next v1 3/3] selftests/bpf: Fixes for test_maps test

[RFC PATCH bpf-next 0/6] bpf: BPF runtime hooks: low-overhead non-intrusive tracking of runtime acquire/release (for watchdog)
 2025-03-01  1:23 UTC  (9+ messages)
` [RFC PATCH bpf-next 4/6] bpf: Add bpf runtime hooks for tracking runtime acquire/release

[PATCH 0/2] bpf: introduce helper for populating bpf_cpumask
 2025-03-01  1:15 UTC  (5+ messages)
` [PATCH 1/2] bpf: add kfunc for populating cpumask bits
` [PATCH 2/2] selftests: bpf: add bpf_cpumask_fill selftests

[PATCH 0/1] v2 security: Propagate caller information in bpf hooks
 2025-03-01  0:37 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH bpf-next v3 1/1] selftests/bpf: Fix dangling stdout seen by traffic monitor thread
 2025-03-01  0:10 UTC  (3+ messages)

[PATCH bpf-next v1 0/3] veristat: @files-list.txt notation for object files list
 2025-03-01  0:03 UTC  (11+ messages)
` [PATCH bpf-next v1 1/3] "
` [PATCH bpf-next v1 2/3] veristat: strerror expects positive number (errno)
` [PATCH bpf-next v1 3/3] veristat: report program type guess results to sdterr

[PATCH bpf-next v2 0/3] veristat: @files-list.txt notation for object files list
 2025-03-01  0:01 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 2/3] veristat: strerror expects positive number (errno)
` [PATCH bpf-next v2 3/3] veristat: report program type guess results to sdterr

[PATCH RFCv2 00/18] uprobes: Add support to optimize usdt probes on x86_64
 2025-02-28 23:27 UTC  (11+ messages)
` [PATCH RFCv2 06/18] uprobes: Add orig argument to uprobe_write and uprobe_write_opcode
` [PATCH RFCv2 12/18] uprobes/x86: Add support to optimize uprobes

[PATCH sched_ext/for-6.15 v3 0/5] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
 2025-02-28 23:06 UTC  (14+ messages)
` [PATCH sched_ext/for-6.15 v3 2/5] sched_ext: Declare context-sensitive kfunc groups that can be used by different SCX operations
` [PATCH sched_ext/for-6.15 v3 3/5] sched_ext: Add scx_kfunc_ids_ops_context_sensitive for unified filtering of context-sensitive SCX kfuncs

[PATCH v8 0/4] Tracing contention lock owner call stack
 2025-02-28 22:24 UTC  (2+ messages)

[PATCH net-next v4 0/1] ppp: Fix KMSAN uninit-value warning with bpf
 2025-02-28 22:02 UTC  (5+ messages)
` [PATCH net-next v4 1/1] ppp: Fix KMSAN warning by initializing 2-byte header

[PATCH] bpftool: Replace strncpy with strscpy
 2025-02-28 21:37 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] Introduced to support the ULP to get or set sockets
 2025-02-28 20:08 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftest for TCP_ULP in bpf_setsockopt

[PATCH dwarves v4 0/6] btf_encoder: emit type tags for bpf_arena pointers
 2025-02-28 19:53 UTC  (8+ messages)
` [PATCH dwarves v4 1/6] btf_encoder: refactor btf_encoder__tag_kfuncs()
` [PATCH dwarves v4 2/6] btf_encoder: use __weak declarations of version-dependent libbpf API
` [PATCH dwarves v4 3/6] pahole: sync with libbpf mainline
` [PATCH dwarves v4 4/6] btf_encoder: emit type tags for bpf_arena pointers
` [PATCH dwarves v4 5/6] pahole: introduce --btf_feature=attributes
` [PATCH dwarves v4 6/6] man-pages: describe attributes and remove reproducible_build

[PATCH bpf-next v4 0/6] XDP metadata support for tun driver
 2025-02-28 19:49 UTC  (8+ messages)
` [PATCH bpf-next v4 2/6] net: tun: enable transfer of XDP metadata to skb
` [PATCH bpf-next v4 5/6] selftests/bpf: add test for XDP metadata support in tun driver

[PATCH net-next] net: filter: Avoid shadowing variable in bpf_convert_ctx_access()
 2025-02-28 18:55 UTC  (2+ messages)

[PATCH 0/2] modules: allow error injection
 2025-02-28 18:48 UTC  (10+ messages)
  ` [PATCH 2/2] moderr: add module error injection tool

[PATCH net-next v5 0/4] virtio-net: Link queues to NAPIs
 2025-02-28 14:39 UTC  (2+ messages)

[PATCH net-next v5] ppp: Fix KMSAN uninit-value warning with bpf
 2025-02-28 14:14 UTC 

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2025-02-28 13:55 UTC  (4+ messages)
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages

[PATCH bpf-next v2] add function metadata support
 2025-02-28 13:01 UTC  (7+ messages)

[PATCH 1/3] perf ftrace: Fix latency stats with BPF
 2025-02-28 11:33 UTC  (2+ messages)

[PATCH iwl-next v6 0/9] igc: Add support for Frame Preemption feature in IGC
 2025-02-28 10:15 UTC  (5+ messages)
` [PATCH iwl-next v6 2/9] igc: Rename xdp_get_tx_ring() for non-xdp usage
` [PATCH iwl-next v6 5/9] igc: Add support for frame preemption verification

[PATCH bpf-next v2 0/2] selftests/xsk: Add tests for XDP tail adjustment in AF_XDP
 2025-02-28  9:56 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/xsk: Add tail adjustment tests and support check

[PATCH bpf-next 00/10] selftests/bpf: Migrate test_tunnel.sh to test_progs
 2025-02-28  8:15 UTC  (13+ messages)
` [PATCH bpf-next 01/10] selftests/bpf: test_tunnel: Add generic_attach* helpers
` [PATCH bpf-next 04/10] selftests/bpf: test_tunnel: Move ip6gre tunnel test to test_progs
` [PATCH bpf-next 08/10] selftests/bpf: test_tunnel: Move ip6geneve "
` [PATCH bpf-next 09/10] selftests/bpf: test_tunnel: Move ip6tnl tunnel tests "
` [PATCH bpf-next 10/10] selftests/bpf: test_tunnel: Remove test_tunnel.sh

[PATCH bpf-next v3 0/2] Introduced to support the ULP to get or set sockets
 2025-02-28  7:06 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftest for TCP_ULP in bpf_setsockopt

[PATCH v2 2/2] bpf-next: selftest for TCP_ULP in bpf_setsockopt
 2025-02-28  6:44 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] bpf: Fix use-after-free of sockmap
 2025-02-28  5:51 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf, sockmap: avoid using sk_socket after free
` [PATCH bpf-next v2 2/3] selftests/bpf: Add socketpair to create_pair to support unix socket
` [PATCH bpf-next v2 3/3] selftests/bpf: Add edge case tests for sockmap

[PATCH bpf-next v1 0/3] bpf: Fix use-after-free of sockmap
 2025-02-28  4:51 UTC  (9+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: avoid using sk_socket after free
` [PATCH bpf-next v1 2/3] selftests/bpf: Add socketpair to create_pair to support unix socket

[PATCH bpf-next v2 00/20] Support dynptr key for hash map
 2025-02-28  2:43 UTC  (11+ messages)
` [PATCH bpf-next v2 06/20] bpf: Set BPF_INT_F_DYNPTR_IN_KEY conditionally

[net-next PATCH v6 0/6] Add af_xdp support for cn10k
 2025-02-28  2:23 UTC  (3+ messages)
` [net-next PATCH v6 1/6] octeontx2-pf: use xdp_return_frame() to free xdp buffers

[PATCH net-next v10 0/4] fix the DMA API misuse problem for page_pool
 2025-02-28  2:15 UTC  (2+ messages)

[PATCH net] netkit: Remove double invocation to clear ipvs property flag
 2025-02-28  1:29 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