bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-06 09:47:55 to 2023-04-09 03:34:43 UTC [more...]

[PATCH v1 bpf-next 0/5] Dynptr convenience helpers
 2023-04-09  3:34 UTC 

[PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
 2023-04-09  0:22 UTC  (15+ messages)

[PATCH bpf-next 0/6] bpf: add netfilter program type
 2023-04-08 21:38 UTC  (4+ messages)
` [PATCH bpf-next 6/6] bpf: add test_run support for "

[PATCH bpf V7 0/7] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-08 19:25 UTC  (8+ messages)
` [PATCH bpf V7 1/7] selftests/bpf: xdp_hw_metadata default disable bpf_printk
` [PATCH bpf V7 2/7] selftests/bpf: Add counters to xdp_hw_metadata
` [PATCH bpf V7 3/7] xdp: rss hash types representation
` [PATCH bpf V7 4/7] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
` [PATCH bpf V7 5/7] veth: "
` [PATCH bpf V7 6/7] mlx4: "
` [PATCH bpf V7 7/7] selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg

ANNOUNCE: pahole v1.25 (Unspecified type, Atomic types, BTF for optimized functions)
 2023-04-08 18:55 UTC 

[PATCH bpf-next v3 0/3] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-04-08 17:38 UTC  (7+ 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

[QUESTION] BPF trampoline limits
 2023-04-08 14:23 UTC  (3+ messages)

[RFC bpf-next v2 0/4] Introduce BPF_MA_REUSE_AFTER_RCU_GP
 2023-04-08 14:18 UTC  (5+ messages)
` [RFC bpf-next v2 1/4] selftests/bpf: Add benchmark for bpf memory allocator
` [RFC bpf-next v2 2/4] bpf: Factor out a common helper free_all()
` [RFC bpf-next v2 3/4] bpf: Pass bitwise flags to bpf_mem_alloc_init()
` [RFC bpf-next v2 4/4] bpf: Introduce BPF_MA_REUSE_AFTER_RCU_GP

[QUESTION] usage of libbpf_probe_bpf_prog_type API
 2023-04-08 13:34 UTC  (3+ messages)

[PATCH v1 1/2] perf lock contention: Support pre-5.14 kernels
 2023-04-08  5:52 UTC  (2+ messages)
` [PATCH v1 2/2] perf bpf filter: Support pre-5.16 kernels

[PATCH] selftests/bpf: Reset err when symbol name already exist in kprobe_multi_test
 2023-04-08  2:29 UTC 

pull-request: bpf 2023-04-08
 2023-04-08  1:30 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Prevent infinite loop in veristat when base file is too short
 2023-04-07 22:40 UTC  (2+ messages)

[PATCH bpf-next] bpftool: set program type only if it differs from the desired one
 2023-04-07 22:30 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Use PERF_COUNT_HW_CPU_CYCLES event for get_branch_snapshot
 2023-04-07 22:30 UTC  (3+ messages)

[PATCH net 1/1] i40e: Fix crash when rebuild fails in i40e_xdp_setup
 2023-04-07 21:09 UTC 

[PATCH V2,net-next, 0/3] net: mana: Add support for jumbo frame
 2023-04-07 20:59 UTC  (4+ messages)
` [PATCH V2,net-next, 1/3] net: mana: Use napi_build_skb in RX path
` [PATCH V2,net-next, 2/3] net: mana: Enable RX path to handle various MTU sizes
` [PATCH V2,net-next, 3/3] net: mana: Add support for jumbo frame

[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 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 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: 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 "

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

[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  (11+ 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


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).