public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-01 14:26:08 to 2025-03-04 07:43:39 UTC [more...]

[PATCH bpf-next v2 0/5] bpf: simple DFA-based live registers analysis
 2025-03-04  7:42 UTC  (2+ messages)
` [PATCH bpf-next v2 1/5] bpf: jmp_offset() and verbose_insn() utility functions

[PATCH bpf-next v2] add function metadata support
 2025-03-04  6:25 UTC  (2+ messages)

[PATCH v4 0/4] per-function storage support
 2025-03-04  6:16 UTC  (11+ 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 v6 0/6] Introduce load-acquire and store-release BPF instructions
 2025-03-04  6:04 UTC  (9+ messages)
` [PATCH bpf-next v6 1/6] bpf: Introduce load-acquire and store-release instructions
` [PATCH bpf-next v6 2/6] arm64: insn: Add BIT(23) to {load,store}_ex's mask
` [PATCH bpf-next v6 3/6] arm64: insn: Add load-acquire and store-release instructions
` [PATCH bpf-next v6 4/6] bpf, arm64: Support "
` [PATCH bpf-next v6 5/6] bpf, x86: "
` [PATCH bpf-next v6 6/6] selftests/bpf: Add selftests for "

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

[PATCH bpf-next v3 0/4] per-function storage support
 2025-03-04  3:06 UTC  (11+ 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 v2 0/2] Timed may_goto
 2025-03-04  2:10 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: Add verifier support for timed may_goto
` [PATCH bpf-next v2 2/2] bpf, x86: Add x86 JIT "

[PATCH bpf-next v5 0/6] Introduce load-acquire and store-release BPF instructions
 2025-03-04  0:49 UTC  (11+ messages)
` [PATCH bpf-next v5 1/6] bpf: Introduce load-acquire and store-release instructions
` [PATCH bpf-next v5 2/6] arm64: insn: Add BIT(23) to {load,store}_ex's mask
` [PATCH bpf-next v5 3/6] arm64: insn: Add load-acquire and store-release instructions
` [PATCH bpf-next v5 4/6] bpf, arm64: Support "
` [PATCH bpf-next v5 5/6] bpf, x86: "
` [PATCH bpf-next v5 6/6] selftests/bpf: Add selftests for "

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

[PATCH net-next] net: filter: Avoid shadowing variable in bpf_convert_ctx_access()
 2025-03-03 23:36 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] Introduce bpf_object__prepare
 2025-03-03 23:36 UTC  (7+ 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 bpf-next 0/3] Introduce bpf_object__prepare
 2025-03-03 23:27 UTC  (7+ messages)
` [PATCH bpf-next 2/3] libbpf: split bpf object load into prepare/load

[PATCH bpf-next v1 0/2] Timed may_goto
 2025-03-03 22:40 UTC  (6+ 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 net v2] xsk: fix __xsk_generic_xmit() error code when cq is full
 2025-03-03 22:40 UTC  (3+ messages)

[PATCH bpf-next v2 00/10] selftests/bpf: Migrate test_tunnel.sh to test_progs
 2025-03-03 22:30 UTC  (14+ 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 v4 00/10] Introduce load-acquire and store-release BPF instructions
 2025-03-03 22:20 UTC  (20+ 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 0/3] veristat: @files-list.txt notation for object files list
 2025-03-03 22:00 UTC  (2+ messages)

[PATCH sched_ext/for-6.15 v3 0/5] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
 2025-03-03 21:12 UTC  (4+ 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 v2 00/18] Introduce and use generic parity16/32/64 helper
 2025-03-03 19:37 UTC  (28+ messages)
` [PATCH v2 01/18] lib/parity: Add __builtin_parity() fallback implementations
` [PATCH v2 05/18] media: pci: cx18-av-vbi: Replace open-coded parity calculation with parity8()
` [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 v1 0/3] bpf: simple DFA-based live registers analysis
 2025-03-03 19:28 UTC  (5+ messages)

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

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

[PATCH bpf-next v2 0/2] selftests/xsk: Add tests for XDP tail adjustment in AF_XDP
 2025-03-03 16:15 UTC  (5+ messages)
` [PATCH bpf-next v2 2/2] selftests/xsk: Add tail adjustment tests and support check

[PATCH bpf-next v3 00/25] Resilient Queued Spin Lock
 2025-03-03 15:23 UTC  (26+ 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 bpf-next v3 14/25] rqspinlock: Add basic support for CONFIG_PARAVIRT
` [PATCH bpf-next v3 15/25] rqspinlock: Add helper to print a splat on timeout or deadlock
` [PATCH bpf-next v3 16/25] rqspinlock: Add macros for rqspinlock usage
` [PATCH bpf-next v3 17/25] rqspinlock: Add locktorture support
` [PATCH bpf-next v3 18/25] rqspinlock: Add entry to Makefile, MAINTAINERS
` [PATCH bpf-next v3 19/25] bpf: Convert hashtab.c to rqspinlock
` [PATCH bpf-next v3 20/25] bpf: Convert percpu_freelist.c "
` [PATCH bpf-next v3 21/25] bpf: Convert lpm_trie.c "
` [PATCH bpf-next v3 22/25] bpf: Introduce rqspinlock kfuncs
` [PATCH bpf-next v3 23/25] bpf: Implement verifier support for rqspinlock
` [PATCH bpf-next v3 24/25] bpf: Maintain FIFO property for rqspinlock unlock
` [PATCH bpf-next v3 25/25] selftests/bpf: Add tests for rqspinlock

[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 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 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] 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 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)


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