messages from 2023-03-24 22:50:52 to 2023-03-27 18:55:25 UTC [more...]
[PATCH bpf-next] selftests/bpf: Remove two infinite loop bound check cases
2023-03-27 18:55 UTC (4+ messages)
[PATCH v4 bpf-next 0/3] veristat: add better support of freplace programs
2023-03-27 18:52 UTC (4+ messages)
` [PATCH v4 bpf-next 1/3] libbpf: disassociate section handler on explicit bpf_program__set_type() call
` [PATCH v4 bpf-next 2/3] veristat: add -d debug mode option to see debug libbpf log
` [PATCH v4 bpf-next 3/3] veristat: guess and substitue underlying program type for freplace (EXT) progs
[PATCH bpf-next] selftests/bpf: Don't assume page size is 4096
2023-03-27 18:50 UTC (4+ messages)
[PATCH v2 bpf-next 0/3] veristat: add better support of freplace programs
2023-03-27 18:47 UTC (8+ 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 bpf-next] libbpf: synchronize access to print function pointer
2023-03-27 18:40 UTC (5+ messages)
[PATCH v3 bpf-next 0/3] veristat: add better support of freplace programs
2023-03-27 18:20 UTC (4+ messages)
` [PATCH v3 bpf-next 1/3] libbpf: disassociate section handler on explicit bpf_program__set_type() call
` [PATCH v3 bpf-next 2/3] veristat: add -d debug mode option to see debug libbpf log
` [PATCH v3 bpf-next 3/3] veristat: guess and substitue underlying program type for freplace (EXT) progs
[PATCH bpf-next] kallsyms: move module-related functions under correct configs
2023-03-27 18:20 UTC (3+ messages)
[PATCH bpf v2 00/11] bpf sockmap fixes
2023-03-27 18:17 UTC (14+ messages)
` [PATCH bpf v2 01/12] bpf: sockmap, pass skb ownership through read_skb
` [PATCH bpf v2 02/12] bpf: sockmap, convert schedule_work into delayed_work
` [PATCH bpf v2 03/12] bpf: sockmap, improved check for empty queue
` [PATCH bpf v2 04/12] bpf: sockmap, handle fin correctly
` [PATCH bpf v2 05/12] bpf: sockmap, TCP data stall on recv before accept
` [PATCH bpf v2 06/12] bpf: sockmap, wake up polling after data copy
` [PATCH bpf v2 07/12] bpf: sockmap incorrectly handling copied_seq
` [PATCH bpf v2 08/12] bpf: sockmap, pull socket helpers out of listen test for general use
` [PATCH bpf v2 09/12] bpf: sockmap, build helper to create connected socket pair
` [PATCH bpf v2 10/12] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0
` [PATCH bpf v2 11/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer
` [PATCH bpf v2 12/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops
[PATCH bpf-next v2 0/5] bpftool: Add inline annotations when dumping program CFGs
2023-03-27 17:56 UTC (9+ messages)
` [PATCH bpf-next v2 1/5] bpftool: Fix documentation about line info display for prog dumps
` [PATCH bpf-next v2 2/5] bpftool: Fix bug for long instructions in program CFG dumps
` [PATCH bpf-next v2 3/5] bpftool: Support inline annotations when dumping the CFG of a program
` [PATCH bpf-next v2 4/5] bpftool: Support "opcodes", "linum", "visual" simultaneously
` [PATCH bpf-next v2 5/5] bpftool: Support printing opcodes and source file references in CFG
[RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace
2023-03-27 17:28 UTC (19+ 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
Network RX per process per interface statistics
2023-03-27 17:09 UTC (4+ messages)
[PATCH v4 bpf-next 0/5] bpf-nex: Add socket destroy capability
2023-03-27 16:54 UTC (9+ messages)
` [PATCH v4 bpf-next 1/4] bpf: Implement batching in UDP iterator
` [PATCH v4 bpf-next 4/4] selftests/bpf: Add tests for bpf_sock_destroy
[PATCH bpf-next 00/43] First set of verifier/*.c migrated to inline assembly
2023-03-27 16:37 UTC (53+ 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 net-next v3] sock_map: dump socket map id via diag
2023-03-27 16:33 UTC (7+ messages)
[linux-next:master] BUILD REGRESSION 011eb7443621f49ca1e8cdf9c74c215f25019118
2023-03-27 14:30 UTC
[PATCH v3 0/4] Add ftrace direct call for arm64
2023-03-27 13:45 UTC (3+ messages)
` [PATCH v3 3/4] arm64: ftrace: Add direct call trampoline samples support
[PATCH v5 0/4] fs/ufs: Replace kmap() with kmap_local_page
2023-03-27 13:23 UTC (3+ messages)
[PATCH dwarves v2 0/5] Support for new btf_type_tag encoding
2023-03-27 12:55 UTC (5+ messages)
` [PATCH dwarves v2 1/5] fprintf: Correct names for types with btf_type_tag attribute
[PATCH 0/5] usermode_driver: Add management library and API
2023-03-27 11:27 UTC (7+ messages)
[PATCH bpf-next 0/5] bpftool: Add inline annotations when dumping program CFGs
2023-03-27 10:30 UTC (11+ 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] loongarch/bpf: Fix bpf load failed with CONFIG_BPF_JIT_ALWAYS_ON, caused by jit (BPF_ST | BPF_NOSPEC) code
2023-03-27 9:29 UTC (2+ messages)
[PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
2023-03-27 7:47 UTC (13+ messages)
[Patch bpf-next] sock_map: include sk_psock memory overhead too
2023-03-27 3:48 UTC (2+ messages)
[PATCH net v3] ixgbe: Panic during XDP_TX with > 64 CPUs
2023-03-27 3:00 UTC (7+ messages)
` [Intel-wired-lan] "
[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 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 bpf-next V4] xsk: allow remap of fill and/or completion rings
2023-03-26 4:11 UTC (2+ 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 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
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 (11+ messages)
` [RFC PATCH 1/7] cgroup: rstat: only disable interrupts for the percpu lock
[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
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