messages from 2023-03-23 16:52:41 to 2023-03-27 02:39:44 UTC [more...]
[PATCH bpf-next v2 1/2] bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation
2023-03-27 2:39 UTC (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Check when bounds are not in the 32-bit range
[PATCH bpf-next] selftests/bpf: Remove two infinite loop bound check cases
2023-03-27 15:35 UTC
[Patch bpf-next] sock_map: include sk_psock memory overhead too
2023-03-26 22:16 UTC
[PATCH net v3] ixgbe: Panic during XDP_TX with > 64 CPUs
2023-03-26 15:13 UTC (5+ messages)
` [Intel-wired-lan] "
[RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace
2023-03-26 10:50 UTC (16+ messages)
` [RFC PATCH bpf-next 01/13] fork: New clone3 flag for "
` [RFC PATCH bpf-next 02/13] proc_ns: Extend the field type in struct proc_ns_operations to long
` [RFC PATCH bpf-next 03/13] bpf: Implement bpf namespace
` [RFC PATCH bpf-next 04/13] bpf: No need to check if id is 0
` [RFC PATCH bpf-next 05/13] bpf: Make bpf objects id have the same alloc and free pattern
` [RFC PATCH bpf-next 06/13] bpf: Helpers to alloc and free object id in bpf namespace
` [RFC PATCH bpf-next 07/13] bpf: Add bpf helper to get bpf object id
` [RFC PATCH bpf-next 08/13] bpf: Alloc and free bpf_map id in bpf namespace
` [RFC PATCH bpf-next 09/13] bpf: Alloc and free bpf_prog "
` [RFC PATCH bpf-next 10/13] bpf: Alloc and free bpf_link "
` [RFC PATCH bpf-next 11/13] bpf: Allow iterating bpf objects with CAP_BPF "
` [RFC PATCH bpf-next 12/13] bpf: Use bpf_idr_lock array instead
` [RFC PATCH bpf-next 13/13] selftests/bpf: Add selftest for bpf namespace
[PATCH bpf-next] selftests/bpf: Don't assume page size is 4096
2023-03-26 9:53 UTC
[PATCH bpf-next v4] bpf, docs: Add docs on extended 64-bit immediate instructions
2023-03-26 5:49 UTC
[PATCH bpf-next v3] bpf, docs: Add docs on extended 64-bit immediate instructions
2023-03-26 5:00 UTC (3+ messages)
` [Bpf] "
[PATCH v2 bpf-next 0/3] veristat: add better support of freplace programs
2023-03-26 4:59 UTC (6+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: disassociate section handler on explicit bpf_program__set_type() call
` [PATCH v2 bpf-next 2/3] veristat: add -d debug mode option to see debug libbpf log
` [PATCH v2 bpf-next 3/3] veristat: guess and substitue underlying program type for freplace (EXT) progs
[PATCH] loongarch/bpf: Fix bpf load failed with CONFIG_BPF_JIT_ALWAYS_ON, caused by jit (BPF_ST | BPF_NOSPEC) code
2023-03-26 4:40 UTC
[PATCH bpf-next V4] xsk: allow remap of fill and/or completion rings
2023-03-26 4:11 UTC (4+ messages)
[PATCH bpf-next v5] bpf, docs: Add extended call instructions
2023-03-26 4:12 UTC (2+ messages)
[PATCH v3 bpf-next 0/5] bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage
2023-03-26 3:12 UTC (2+ messages)
[PATCH bpf-next v4] bpf, docs: Add extended call instructions
2023-03-26 2:12 UTC (2+ messages)
` [Bpf] "
[PATCH bpf-next 00/43] First set of verifier/*.c migrated to inline assembly
2023-03-26 1:32 UTC (48+ messages)
` [PATCH bpf-next 01/43] selftests/bpf: Report program name on parse_test_spec error
` [PATCH bpf-next 02/43] selftests/bpf: __imm_insn & __imm_const macro for bpf_misc.h
` [PATCH bpf-next 03/43] selftests/bpf: Unprivileged tests for test_loader.c
` [PATCH bpf-next 04/43] selftests/bpf: Tests execution support "
` [PATCH bpf-next 05/43] selftests/bpf: prog_tests entry point for migrated test_verifier tests
` [PATCH bpf-next 06/43] selftests/bpf: verifier/and.c converted to inline assembly
` [PATCH bpf-next 07/43] selftests/bpf: verifier/array_access.c "
` [PATCH bpf-next 08/43] selftests/bpf: verifier/basic_stack.c "
` [PATCH bpf-next 09/43] selftests/bpf: verifier/bounds_deduction.c "
` [PATCH bpf-next 10/43] selftests/bpf: verifier/bounds_mix_sign_unsign.c "
` [PATCH bpf-next 11/43] selftests/bpf: verifier/cfg.c "
` [PATCH bpf-next 12/43] selftests/bpf: verifier/cgroup_inv_retcode.c "
` [PATCH bpf-next 13/43] selftests/bpf: verifier/cgroup_skb.c "
` [PATCH bpf-next 14/43] selftests/bpf: verifier/cgroup_storage.c "
` [PATCH bpf-next 15/43] selftests/bpf: verifier/const_or.c "
` [PATCH bpf-next 16/43] selftests/bpf: verifier/ctx_sk_msg.c "
` [PATCH bpf-next 17/43] selftests/bpf: verifier/direct_stack_access_wraparound.c "
` [PATCH bpf-next 18/43] selftests/bpf: verifier/div0.c "
` [PATCH bpf-next 19/43] selftests/bpf: verifier/div_overflow.c "
` [PATCH bpf-next 20/43] selftests/bpf: verifier/helper_access_var_len.c "
` [PATCH bpf-next 21/43] selftests/bpf: verifier/helper_packet_access.c "
` [PATCH bpf-next 22/43] selftests/bpf: verifier/helper_restricted.c "
` [PATCH bpf-next 23/43] selftests/bpf: verifier/helper_value_access.c "
` [PATCH bpf-next 24/43] selftests/bpf: verifier/int_ptr.c "
` [PATCH bpf-next 25/43] selftests/bpf: verifier/ld_ind.c "
` [PATCH bpf-next 26/43] selftests/bpf: verifier/leak_ptr.c "
` [PATCH bpf-next 27/43] selftests/bpf: verifier/map_ptr.c "
` [PATCH bpf-next 28/43] selftests/bpf: verifier/map_ret_val.c "
` [PATCH bpf-next 29/43] selftests/bpf: verifier/masking.c "
` [PATCH bpf-next 30/43] selftests/bpf: verifier/meta_access.c "
` [PATCH bpf-next 31/43] selftests/bpf: verifier/raw_stack.c "
` [PATCH bpf-next 32/43] selftests/bpf: verifier/raw_tp_writable.c "
` [PATCH bpf-next 33/43] selftests/bpf: verifier/ringbuf.c "
` [PATCH bpf-next 34/43] selftests/bpf: verifier/spill_fill.c "
` [PATCH bpf-next 35/43] selftests/bpf: verifier/stack_ptr.c "
` [PATCH bpf-next 36/43] selftests/bpf: verifier/uninit.c "
` [PATCH bpf-next 37/43] selftests/bpf: verifier/value_adj_spill.c "
` [PATCH bpf-next 38/43] selftests/bpf: verifier/value.c "
` [PATCH bpf-next 39/43] selftests/bpf: verifier/value_or_null.c "
` [PATCH bpf-next 40/43] selftests/bpf: verifier/var_off.c "
` [PATCH bpf-next 41/43] selftests/bpf: verifier/xadd.c "
` [PATCH bpf-next 42/43] selftests/bpf: verifier/xdp.c "
[PATCH bpf-next 0/3] Don't invoke KPTR_REF destructor on NULL xchg
2023-03-26 0:12 UTC (5+ messages)
` [PATCH bpf-next 1/3] bpf: Only invoke kptr dtor following non-NULL xchg
` [PATCH bpf-next 2/3] bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
` [PATCH bpf-next 3/3] bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
[Patch net-next v3] sock_map: dump socket map id via diag
2023-03-25 22:10 UTC (6+ messages)
Kernel panic on bpf_skb_pull_data
2023-03-25 19:52 UTC
[PATCH bpf 1/2] mm: Fix copy_from_user_nofault()
2023-03-25 19:47 UTC (3+ messages)
inline ASM helpers for proving bounds checks
2023-03-25 16:02 UTC
[PATCH] arm64: remove special treatment for the link order of head.o
2023-03-25 11:42 UTC (4+ messages)
[RFC PATCH 0/7] Make rstat flushing IRQ and sleep friendly
2023-03-25 4:46 UTC (34+ messages)
` [RFC PATCH 1/7] cgroup: rstat: only disable interrupts for the percpu lock
` [RFC PATCH 4/7] memcg: sleep during flushing stats in safe contexts
[PATCH bpf-next] libbpf: synchronize access to print function pointer
2023-03-25 3:09 UTC (2+ messages)
[PATCH bpf-next 0/5] bpftool: Add inline annotations when dumping program CFGs
2023-03-25 3:05 UTC (9+ messages)
` [PATCH bpf-next 1/5] bpftool: Fix documentation about line info display for prog dumps
` [PATCH bpf-next 2/5] bpftool: Fix bug for long instructions in program CFG dumps
` [PATCH bpf-next 3/5] bpftool: Support inline annotations when dumping the CFG of a program
` [PATCH bpf-next 4/5] bpftool: Support "opcodes", "linum", "visual" simultaneously
` [PATCH bpf-next 5/5] bpftool: Support printing opcodes and source file references in CFG
[PATCH 0/5] usermode_driver: Add management library and API
2023-03-25 2:54 UTC (6+ messages)
[PATCH bpf-next v2 0/2] bpf: add bound tracking for BPF_MOD
2023-03-25 1:57 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] "
[PATCH bpf-next v2 0/2] net/smc: Introduce BPF injection capability
2023-03-24 23:27 UTC (7+ messages)
` [PATCH bpf-next v2 1/2] net/smc: Introduce BPF injection capability for SMC
[PATCH bpf-next 0/3] veristat: add better support of freplace programs
2023-03-24 22:33 UTC (4+ messages)
` [PATCH bpf-next 1/3] libbpf: disassociate section handler on explicit bpf_program__set_type() call
` [PATCH bpf-next 2/3] veristat: add -d debug mode option to see debug libbpf log
` [PATCH bpf-next 3/3] veristat: guess and substitue underlying program type for freplace (EXT) progs
[PATCH v4 bpf-next 0/5] bpf-nex: Add socket destroy capability
2023-03-24 21:56 UTC (10+ messages)
` [PATCH v4 bpf-next 1/4] bpf: Implement batching in UDP iterator
` [PATCH v4 bpf-next 2/4] bpf: Add bpf_sock_destroy kfunc
` [PATCH v4 bpf-next 3/4] bpf,tcp: Avoid taking fast sock lock in iterator
` [PATCH v4 bpf-next 4/4] selftests/bpf: Add tests for bpf_sock_destroy
Network RX per process per interface statistics
2023-03-24 20:19 UTC (2+ messages)
[PATCH] selftests/bpf: Improve exception handling in rbtree_add_and_remove()
2023-03-24 20:07 UTC
[PATCH bpf-next] bpf: Check IS_ERR for the bpf_map_get() return value
2023-03-24 19:50 UTC (4+ messages)
[PATCH] capability: test_deny_namespace breakage due to capability conversion to u64
2023-03-24 19:48 UTC (3+ messages)
Kernel panic on bpf_skb_pull_data
2023-03-24 19:42 UTC (2+ messages)
[PATCH bpf-next V2 0/6] XDP-hints kfuncs for Intel driver igc
2023-03-24 19:40 UTC (15+ messages)
` [PATCH bpf-next V2 3/6] selftests/bpf: xdp_hw_metadata RX hash return code info
[PATCH RFC v2 bpf-next 0/3] bpf: add netfilter program type
2023-03-24 19:22 UTC (12+ messages)
` [PATCH RFC v2 bpf-next 1/3] bpf: add bpf_link support for BPF_NETFILTER programs
[syzbot] [bpf?] [net?] general protection fault in bpf_struct_ops_link_create
2023-03-24 18:22 UTC (3+ messages)
[PATCH v3 0/4] Add ftrace direct call for arm64
2023-03-24 18:01 UTC (6+ messages)
` [PATCH v3 1/4] arm64: ftrace: Add direct call support
` [PATCH v3 2/4] arm64: ftrace: Simplify get_ftrace_plt
` [PATCH v3 3/4] arm64: ftrace: Add direct call trampoline samples support
` [PATCH v3 4/4] selftests/bpf: Update the tests deny list on aarch64
[PATCH] ixgbe: Panic during XDP_TX with > 64 CPUs
2023-03-24 8:52 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH bpf-next V3] xsk: allow remap of fill and/or completion rings
2023-03-24 6:48 UTC (2+ messages)
[PATCH] tracing: Refuse fprobe if RCU is not watching
2023-03-24 3:01 UTC (6+ messages)
pull-request: bpf 2023-03-23
2023-03-23 23:36 UTC (2+ messages)
[PATCH v3 bpf-next 0/5] bpf-next: Add socket destroy capability
2023-03-23 21:45 UTC (5+ messages)
` [PATCH v3 bpf-next 2/5] bpf: Add bpf_sock_destroy kfunc
GCC-BPF triggers double free in libbpf Error: failed to link 'linked_maps2.bpf.o': Cannot allocate memory (12)
2023-03-23 19:45 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox