BPF List
 help / color / mirror / Atom feed
 messages from 2025-02-28 17:53:02 to 2025-03-03 15:23:29 UTC [more...]

[PATCH bpf-next v3 00/25] Resilient Queued Spin Lock
 2025-03-03 15:22 UTC  (14+ messages)
` [PATCH bpf-next v3 01/25] locking: Move MCS struct definition to public header
` [PATCH bpf-next v3 02/25] locking: Move common qspinlock helpers to a private header
` [PATCH bpf-next v3 03/25] locking: Allow obtaining result of arch_mcs_spin_lock_contended
` [PATCH bpf-next v3 04/25] locking: Copy out qspinlock.c to rqspinlock.c
` [PATCH bpf-next v3 05/25] rqspinlock: Add rqspinlock.h header
` [PATCH bpf-next v3 06/25] rqspinlock: Drop PV and virtualization support
` [PATCH bpf-next v3 07/25] rqspinlock: Add support for timeouts
` [PATCH bpf-next v3 08/25] rqspinlock: Hardcode cond_acquire loops for arm64
` [PATCH bpf-next v3 09/25] rqspinlock: Protect pending bit owners from stalls
` [PATCH bpf-next v3 10/25] rqspinlock: Protect waiters in queue "
` [PATCH bpf-next v3 11/25] rqspinlock: Protect waiters in trylock fallback "
` [PATCH bpf-next v3 12/25] rqspinlock: Add deadlock detection and recovery
` [PATCH bpf-next v3 13/25] rqspinlock: Add a test-and-set fallback

[PATCH v2 00/18] Introduce and use generic parity16/32/64 helper
 2025-03-03 15:15 UTC  (27+ 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

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

[PATCH net-next v3 0/3] net: ti: icssg-prueth: Add native mode XDP support
 2025-03-03 14:08 UTC  (17+ messages)
` [PATCH net-next v3 1/3] net: ti: icssg-prueth: Use page_pool API for RX buffer allocation
` [PATCH net-next v3 2/3] net: ti: icssg-prueth: introduce and use prueth_swdata struct for SWDATA
    ` [EXTERNAL] "
` [PATCH net-next v3 3/3] net: ti: icssg-prueth: Add XDP support
    ` [EXTERNAL] "

[PATCH bpf-next v2 0/4] Introduce bpf_object__prepare
 2025-03-03 13:57 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] libbpf: use map_is_created helper in map setters
` [PATCH bpf-next v2 2/4] libbpf: introduce more granular state for bpf_object
` [PATCH bpf-next v2 3/4] libbpf: split bpf object load into prepare/load
` [PATCH bpf-next v2 4/4] selftests/bpf: add tests for bpf_object__prepare

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

[PATCH bpf-next v3 0/4] per-function storage support
 2025-03-03 11:24 UTC  (8+ 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 iwl-next v7 0/9] igc: Add support for Frame Preemption feature in IGC
 2025-03-03 10:26 UTC  (10+ messages)
` [PATCH iwl-next v7 1/9] net: ethtool: mm: extract stmmac verification logic into common library
` [PATCH iwl-next v7 2/9] igc: Rename xdp_get_tx_ring() for non-xdp usage
` [PATCH iwl-next v7 3/9] igc: Optimize the TX packet buffer utilization
` [PATCH iwl-next v7 4/9] igc: Set the RX packet buffer size for TSN mode
` [PATCH iwl-next v7 5/9] igc: Add support for frame preemption verification
` [PATCH iwl-next v7 6/9] igc: Add support to set tx-min-frag-size
` [PATCH iwl-next v7 7/9] igc: Block setting preemptible traffic class in taprio
` [PATCH iwl-next v7 8/9] igc: Add support to get MAC Merge data via ethtool
` [PATCH iwl-next v7 9/9] igc: Add support to get frame preemption statistics "

[PATCH bpf-next 1/2] bpf: add get_netns_cookie helper to tracing programs
 2025-03-03 10:14 UTC  (3+ messages)

[PATCH v4 00/12] Direct Map Removal for guest_memfd
 2025-03-03  9:29 UTC  (4+ messages)
` [PATCH v4 01/12] mm: introduce AS_NO_DIRECT_MAP

[PATCH bpf-next v4 00/10] Introduce load-acquire and store-release BPF instructions
 2025-03-03  8:55 UTC  (13+ 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 bpf-next v2 00/10] selftests/bpf: Migrate test_tunnel.sh to test_progs
 2025-03-03  8:22 UTC  (11+ messages)
` [PATCH bpf-next v2 01/10] selftests/bpf: test_tunnel: Add generic_attach* helpers
` [PATCH bpf-next v2 02/10] selftests/bpf: test_tunnel: Add ping helpers
` [PATCH bpf-next v2 03/10] selftests/bpf: test_tunnel: Move gre tunnel test to test_progs
` [PATCH bpf-next v2 04/10] selftests/bpf: test_tunnel: Move ip6gre "
` [PATCH bpf-next v2 05/10] selftests/bpf: test_tunnel: Move erspan tunnel tests "
` [PATCH bpf-next v2 06/10] selftests/bpf: test_tunnel: Move ip6erspan tunnel test "
` [PATCH bpf-next v2 07/10] selftests/bpf: test_tunnel: Move geneve "
` [PATCH bpf-next v2 08/10] selftests/bpf: test_tunnel: Move ip6geneve "
` [PATCH bpf-next v2 09/10] selftests/bpf: test_tunnel: Move ip6tnl tunnel tests "
` [PATCH bpf-next v2 10/10] selftests/bpf: test_tunnel: Remove test_tunnel.sh

[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  (7+ 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  (7+ messages)
` [PATCH bpf-next v1 1/3] "

[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

[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  (2+ messages)

[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  (3+ messages)
` [PATCH bpf-next v4 2/6] net: tun: enable transfer of XDP metadata to skb

[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


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