bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-05 18:04:31 to 2023-04-06 23:46:34 UTC [more...]

[PATCH v4 bpf-next 00/19] BPF verifier rotating log
 2023-04-06 23:42 UTC  (20+ messages)
` [PATCH v4 bpf-next 01/19] bpf: split off basic BPF verifier log into separate file
` [PATCH v4 bpf-next 02/19] bpf: remove minimum size restrictions on verifier log buffer
` [PATCH v4 bpf-next 03/19] bpf: switch BPF verifier log to be a rotating log by default
` [PATCH v4 bpf-next 04/19] libbpf: don't enforce unnecessary verifier log restrictions on libbpf side
` [PATCH v4 bpf-next 05/19] veristat: add more veristat control over verifier log options
` [PATCH v4 bpf-next 06/19] selftests/bpf: add fixed vs rotating verifier log tests
` [PATCH v4 bpf-next 07/19] bpf: ignore verifier log reset in BPF_LOG_KERNEL mode
` [PATCH v4 bpf-next 08/19] bpf: fix missing -EFAULT return on user log buf error in btf_parse()
` [PATCH v4 bpf-next 09/19] bpf: avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode
` [PATCH v4 bpf-next 10/19] bpf: simplify logging-related error conditions handling
` [PATCH v4 bpf-next 11/19] bpf: keep track of total log content size in both fixed and rolling modes
` [PATCH v4 bpf-next 12/19] bpf: add log_true_size output field to return necessary log buffer size
` [PATCH v4 bpf-next 13/19] bpf: simplify internal verifier log interface
` [PATCH v4 bpf-next 14/19] bpf: relax log_buf NULL conditions when log_level>0 is requested
` [PATCH v4 bpf-next 15/19] libbpf: wire through log_true_size returned from kernel for BPF_PROG_LOAD
` [PATCH v4 bpf-next 16/19] libbpf: wire through log_true_size for bpf_btf_load() API
` [PATCH v4 bpf-next 17/19] selftests/bpf: add tests to validate log_true_size feature
` [PATCH v4 bpf-next 18/19] selftests/bpf: add testing of log_buf==NULL condition for BPF_PROG_LOAD
` [PATCH v4 bpf-next 19/19] selftests/bpf: add verifier log tests for BPF_BTF_LOAD command

[PATCH v3 bpf-next 00/19] BPF verifier rotating log
 2023-04-06 23:42 UTC  (22+ messages)
` [PATCH v3 bpf-next 11/19] bpf: keep track of total log content size in both fixed and rolling modes
` [PATCH v3 bpf-next 12/19] bpf: add log_size_actual output field to return log contents size
` [PATCH v3 bpf-next 14/19] bpf: relax log_buf NULL conditions when log_level>0 is requested

bpf: ensure all memory is initialized in bpf_get_current_comm
 2023-04-06 23:00 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] bpf: Improve verifier for cond_op and spilled loop index variables
 2023-04-06 22:40 UTC  (13+ messages)
` [PATCH bpf-next v2 1/4] bpf: Improve verifier JEQ/JNE insn branch taken checking
` [PATCH bpf-next v2 2/4] selftests/bpf: Add tests for non-constant cond_op NE/EQ bound deduction
` [PATCH bpf-next v2 3/4] bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
` [PATCH bpf-next v2 4/4] selftests/bpf: Add verifier tests for code pattern '<const> <cond_op> <non_const>'

[PATCH 0/3] Dynptr Verifier Adjustments
 2023-04-06 22:35 UTC  (10+ messages)
` [PATCH 1/3] bpf: verifier: Accept dynptr mem as mem in helpers
` [PATCH 2/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
` [PATCH 3/3] selftests/bpf: Test allowing NULL buffer in dynptr slice

[PATCH bpf v5 00/12] bpf sockmap fixes
 2023-04-06 21:25 UTC  (15+ messages)
` [PATCH bpf v5 01/12] bpf: sockmap, pass skb ownership through read_skb
` [PATCH bpf v5 02/12] bpf: sockmap, convert schedule_work into delayed_work
` [PATCH bpf v5 03/12] bpf: sockmap, improved check for empty queue
` [PATCH bpf v5 04/12] bpf: sockmap, handle fin correctly
` [PATCH bpf v5 05/12] bpf: sockmap, TCP data stall on recv before accept
` [PATCH bpf v5 06/12] bpf: sockmap, wake up polling after data copy
` [PATCH bpf v5 07/12] bpf: sockmap, incorrectly handling copied_seq
` [PATCH bpf v5 08/12] bpf: sockmap, pull socket helpers out of listen test for general use
` [PATCH bpf v5 09/12] bpf: sockmap, build helper to create connected socket pair
` [PATCH bpf v5 10/12] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0
` [PATCH bpf v5 11/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer
` [PATCH bpf v5 12/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops

[PATCH bpf-next] xsk: Elide base_addr comparison in xp_unaligned_validate_desc
 2023-04-06 21:21 UTC 

[PATCH bpf-next] bpf, sockmap: fix deadlocks in the sockhash and sockmap
 2023-04-06 21:13 UTC  (2+ messages)

[PATCHSET 0/7] perf lock contention: Improve performance if map is full (v1)
 2023-04-06 21:06 UTC  (8+ messages)
` [PATCH 1/7] perf lock contention: Simplify parse_lock_type()
` [PATCH 2/7] perf lock contention: Use -M for --map-nr-entries
` [PATCH 3/7] perf lock contention: Update default map size to 16384
` [PATCH 4/7] perf lock contention: Add data failure stat
` [PATCH 5/7] perf lock contention: Update total/bad stats for hidden entries
` [PATCH 6/7] perf lock contention: Revise needs_callstack() condition
` [PATCH 7/7] perf lock contention: Do not try to update if hash map is full

Dynptrs and Strings
 2023-04-06 21:04 UTC  (8+ messages)

[PATCH bpf 1/2] mm: Fix copy_from_user_nofault()
 2023-04-06 20:24 UTC  (5+ messages)

[RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace
 2023-04-06 20:22 UTC  (14+ messages)

[PATCH bpf-next 0/7] bpf: Improve verifier for cond_op and spilled loop index variables
 2023-04-06 19:54 UTC  (12+ messages)
` [PATCH bpf-next 3/7] bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
` [PATCH bpf-next 5/7] bpf: Mark potential spilled loop index variable as precise

[PATCH bpf-next v3 0/3] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-04-06 18:38 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] selftests: xsk: Use hugepages when umem->frame_size "
` [PATCH bpf-next v3 3/3] selftests: xsk: Add tests for 8K and 9K frame sizes

[PATCH bpf-next v2 0/2] xsk: Fix unaligned descriptor validation
 2023-04-06 18:00 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZE

[PATCH bpf] selftests/bpf: fix xdp_redirect xdp-features selftest for veth driver
 2023-04-06 17:55 UTC  (2+ messages)

[PATCH v10 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-04-06 16:17 UTC  (12+ messages)
` [PATCH v10 2/4] security: Allow all LSMs to provide xattrs for inode_init_security hook

[PATCH bpf-next 0/8] bpf: Follow up to RCU enforcement in the verifier
 2023-04-06 15:42 UTC  (11+ messages)

[RFC PATCH bpf-next 0/5] net/smc: Introduce BPF injection capability
 2023-04-06 15:30 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/5] net/smc: move smc_sock related structure definition
` [RFC PATCH bpf-next 2/5] net/smc: net/smc: allow smc to negotiate protocols on policies
` [RFC PATCH bpf-next 3/5] net/smc: allow set or get smc negotiator by sockopt
` [RFC PATCH bpf-next 4/5] bpf: add smc negotiator support in BPF struct_ops
` [RFC PATCH bpf-next 5/5] bpf/selftests: add selftest for SMC bpf capability

[PATCH bpf-next] kallsyms: Disable preemption for find_kallsyms_symbol_value
 2023-04-06 14:56 UTC  (3+ messages)

[PATCH net v2 1/1] net: stmmac: Add queue reset into stmmac_xdp_open() function
 2023-04-06 14:55 UTC  (3+ messages)

EBPF/libpbf initialising/reading raw (hardware) performance counters BPF_PERF_ARRAY
 2023-04-06 13:24 UTC  (2+ messages)

[PATCH bpf-next v4 0/3] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-04-06 13:18 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] "
` [PATCH bpf-next v4 2/3] selftests: xsk: Use hugepages when umem->frame_size "
` [PATCH bpf-next v4 3/3] selftests: xsk: Add tests for 8K and 9K frame sizes

[PATCH bpf-next v6] bpf: Support 64-bit pointers to kfuncs
 2023-04-06 13:06 UTC  (5+ messages)

[PATCH v6 0/5] Add ftrace direct call for arm64
 2023-04-06 10:50 UTC  (6+ messages)
` [PATCH v6 3/5] samples: ftrace: Save required argument registers in sample trampolines
` [PATCH v6 4/5] arm64: ftrace: Add direct call trampoline samples support

[PATCH net-next v5 08/19] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
 2023-04-06  9:42 UTC 

[PATCH] powerpc/bpf: populate extable entries only during the last pass
 2023-04-06  7:35 UTC 

[PATCH] BPF: make verifier 'misconfigured' errors more meaningful
 2023-04-06  5:11 UTC  (4+ messages)

[PATCH bpf-next 1/6] bpf: add bpf_link support for BPF_NETFILTER programs
 2023-04-06  4:50 UTC  (2+ messages)

[PATCH bpf-next v2] kallsyms: move module-related functions under correct configs
 2023-04-06  4:40 UTC  (2+ messages)

[PATCH bpf-next v3 0/7] bpftool: Add inline annotations when dumping program CFGs
 2023-04-06  4:30 UTC  (2+ messages)

[PATCH RFC bpf-next v1 0/9] Exceptions - 1/2
 2023-04-06  2:38 UTC  (7+ messages)
` [PATCH RFC bpf-next v1 3/9] bpf: Implement bpf_throw kfunc
` [PATCH RFC bpf-next v1 4/9] bpf: Handle throwing BPF callbacks in helpers and kfuncs
` [PATCH RFC bpf-next v1 9/9] selftests/bpf: Add tests for BPF exceptions

[PATCH net 1/1] net: stmmac: Add queue reset into stmmac_xdp_open() function
 2023-04-06  2:10 UTC  (2+ messages)

[PATCH bpf v4 00/12] bpf sockmap fixes
 2023-04-06  1:26 UTC  (15+ messages)
` [PATCH bpf v4 01/12] bpf: sockmap, pass skb ownership through read_skb
` [PATCH bpf v4 02/12] bpf: sockmap, convert schedule_work into delayed_work
` [PATCH bpf v4 03/12] bpf: sockmap, improved check for empty queue
` [PATCH bpf v4 04/12] bpf: sockmap, handle fin correctly
` [PATCH bpf v4 05/12] bpf: sockmap, TCP data stall on recv before accept
` [PATCH bpf v4 06/12] bpf: sockmap, wake up polling after data copy
` [PATCH bpf v4 07/12] bpf: sockmap incorrectly handling copied_seq
` [PATCH bpf v4 08/12] bpf: sockmap, pull socket helpers out of listen test for general use
` [PATCH bpf v4 09/12] bpf: sockmap, build helper to create connected socket pair
` [PATCH bpf v4 10/12] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0
` [PATCH bpf v4 11/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer
` [PATCH bpf v4 12/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops

[PATCH net v2 0/8] update xdp_features flag according to NIC re-configuration
 2023-04-06  0:56 UTC  (3+ messages)
` [PATCH net v2 6/8] veth: take into account device reconfiguration for xdp_features flag

[PATCH bpf] xsk: Fix unaligned descriptor validation
 2023-04-06  0:12 UTC  (6+ messages)

KASAN: use-after-free Read in tcp_write_timer_handler
 2023-04-05 22:17 UTC  (4+ messages)

[PATCH v2 bpf] selftests/bpf: Wait for receive in cg_storage_multi test
 2023-04-05 21:50 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-04-05 19:54 UTC  (4+ messages)

[PATCH bpf-next] selftests: xsk: Disable IPv6 on VETH1
 2023-04-05 19:50 UTC  (2+ messages)

[PATCH bpf] selftests: xsk: Deflakify STATS_RX_DROPPED test
 2023-04-05 19:50 UTC  (2+ messages)

[PATCH bpf-next 0/2] selftests: xsk: Add test case for packets at end of UMEM
 2023-04-05 19:49 UTC  (5+ messages)

[PATCH net-next 0/5] tsnep: XDP socket zero-copy support
 2023-04-05 19:15 UTC  (9+ messages)
` [PATCH net-next 4/5] tsnep: Add XDP socket zero-copy RX support
` [PATCH net-next 5/5] tsnep: Add XDP socket zero-copy TX support

[PATCH bpf-next v5] bpf: Support 64-bit pointers to kfuncs
 2023-04-05 18:54 UTC  (2+ messages)

[PATCH bpf-next] selftests: xsk: Add xskxceiver.h dependency to Makefile
 2023-04-05 18:30 UTC  (2+ messages)

[PATCH bpf-next 6/6] bpf: add test_run support for netfilter program type
 2023-04-05 18:22 UTC  (2+ messages)

[PATCH v2 bpf-next 0/6] BPF verifier rotating log
 2023-04-05 18:03 UTC  (6+ messages)
` [PATCH v2 bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).