bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-06 01:01:22 to 2023-04-07 20:31:19 UTC [more...]

[PATCH bpf-next] selftests/bpf: Use PERF_COUNT_HW_CPU_CYCLES event for get_branch_snapshot
 2023-04-07 20:31 UTC  (2+ messages)

[PATCH] bpf: extend btf id list
 2023-04-07 17:34 UTC  (2+ messages)

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

[RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace
 2023-04-07 16:35 UTC  (22+ messages)

[PATCH bpf-next v3 0/3] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-04-07 16:28 UTC  (6+ 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 v2 0/2] Fix failure to access u32* argument of tracked function
 2023-04-07 16:01 UTC  (5+ messages)
` [PATCH v2 1/2] bpf/btf: Fix is_int_ptr()
` [PATCH v2 2/2] selftests/bpf: Add test to access u32 ptr argument in tracing program
    ` Re: [PATCH v2 0/2] Fix failure to access u32* argument of tracked function

[PATCH bpf-next] selftests/bpf: Prevent infinite loop in veristat when base file is too short
 2023-04-07 15:41 UTC 

[PATCH net-next 0/5] tsnep: XDP socket zero-copy support
 2023-04-07 13:41 UTC  (6+ messages)
` [PATCH net-next 4/5] tsnep: Add XDP socket zero-copy RX support

[PATCH bpf-next v3 0/3] Add FOU support for externally controlled ipip devices
 2023-04-07 13:38 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] ipip,ip_tunnel,sit: "
` [PATCH bpf-next v3 2/3] bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncs
` [PATCH bpf-next v3 3/3] selftests/bpf: Test FOU kfuncs for externally controlled ipip devices

[PATCH] BPF: replace low-entropy member with macro
 2023-04-07 11:28 UTC  (2+ messages)

[PATCH bpf-next] tools headers: Remove s390 ptrace.h in check-headers.sh
 2023-04-07 10:27 UTC  (2+ messages)

[PATCH bpf-next] bpftool: set program type only if it differs from the desired one
 2023-04-07  8:14 UTC 

[PATCH] BPF: replace no-need function call with saved value
 2023-04-07  7:03 UTC  (2+ messages)

[PATCH] powerpc/bpf: populate extable entries only during the last pass
 2023-04-07  6:01 UTC  (2+ messages)

[PATCH] BPF: properly precedence of exclusive attr flags
 2023-04-07  5:42 UTC 

[linux-next:master] BUILD REGRESSION e134c93f788fb93fd6a3ec3af9af850a2048c7e6
 2023-04-07  3:43 UTC 

[PATCH RFC bpf-next v1 0/9] Exceptions - 1/2
 2023-04-07  3:12 UTC  (16+ 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] BPF: remove useless condition check
 2023-04-07  2:36 UTC 

bpf: ensure all memory is initialized in bpf_get_current_comm
 2023-04-07  2:00 UTC  (4+ messages)
` [PATCH bpf-next] "

[PATCH bpf-next 0/8] bpf: Follow up to RCU enforcement in the verifier
 2023-04-07  1:57 UTC  (13+ messages)

[PATCH bpf-next v2 0/3] Add FOU support for externally controlled ipip devices
 2023-04-07  1:47 UTC  (3+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: Test FOU kfuncs "

[PATCH bpf-next 0/6] bpf: add netfilter program type
 2023-04-07  1:36 UTC  (3+ messages)
` [PATCH bpf-next 6/6] bpf: add test_run support for "

[PATCHSET 0/7] perf lock contention: Improve performance if map is full (v1)
 2023-04-07  0:41 UTC  (10+ 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

[PATCH 0/3] Dynptr Verifier Adjustments
 2023-04-06 23:54 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 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  (18+ messages)
` [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

[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 bpf v5 00/12] bpf sockmap fixes
 2023-04-06 21:25 UTC  (10+ messages)
` [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)

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)

[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 v2 0/2] xsk: Fix unaligned descriptor validation
 2023-04-06 18:00 UTC  (2+ messages)

[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

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

[PATCH v6 0/5] Add ftrace direct call for arm64
 2023-04-06 10:50 UTC  (5+ 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] 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 net 1/1] net: stmmac: Add queue reset into stmmac_xdp_open() function
 2023-04-06  2:10 UTC  (2+ messages)

[PATCH bpf v4 07/12] bpf: sockmap incorrectly handling copied_seq
 2023-04-06  1:26 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;
as well as URLs for NNTP newsgroup(s).