BPF List
 help / color / mirror / Atom feed
 messages from 2022-09-21 17:00:39 to 2022-09-23 23:59:31 UTC [more...]

Possible bugs in generated DATASEC BTF
 2022-09-23 23:58 UTC  (5+ messages)

[PATCH dwarves 0/7] Add support for generating BTF for all variables
 2022-09-23 23:38 UTC  (8+ messages)

[PATCH bpf-next] libbpf: restore memory layout of bpf_object_open_opts
 2022-09-23 23:30 UTC  (2+ messages)

[PATCH bpf-next 0/2] enforce W^X for trampoline and dispatcher
 2022-09-23 23:23 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: use bpf_prog_pack for bpf_dispatcher
` [PATCH bpf-next 2/2] bpf: Enforce W^X for bpf trampoline

FW: ebpf-docs: draft of ISA doc updates in progress
 2022-09-23 23:15 UTC  (12+ messages)
          ` Rethink how to deal with division/modulo-on-zero (was Re: FW: ebpf-docs: draft of ISA doc updates in progress)

[PATCH v4 bpf-next 1/2] bpf: Allow ringbuf memory to be used as map key
 2022-09-23 23:13 UTC  (6+ messages)
` [PATCH v4 bpf-next 2/2] selftests/bpf: Add test verifying bpf_ringbuf_reserve retval use in map ops

Interesting data corruption in bpf_object_open_opts
 2022-09-23 23:11 UTC  (3+ messages)

[PATCH v2 bpf-next 0/5] bpf: Remove recursion check for struct_ops prog
 2022-09-23 22:45 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/5] bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampoline
` [PATCH v2 bpf-next 2/5] bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()
` [PATCH v2 bpf-next 3/5] bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another function
` [PATCH v2 bpf-next 4/5] bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itself
` [PATCH v2 bpf-next 5/5] selftests/bpf: Check -EBUSY for the recurred bpf_setsockopt(TCP_CONGESTION)

[PATCH v3 bpf-next 0/3] Introduce bpf_ct_set_nat_info kfunc helper
 2022-09-23 22:20 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Tweak definition of KF_TRUSTED_ARGS
` [PATCH v3 bpf-next 2/3] net: netfilter: add bpf_ct_set_nat_info kfunc helper

[linux-next:master] BUILD REGRESSION aaa11ce2ffc84166d11c4d2ac88c3fcf75425fbd
 2022-09-23 22:15 UTC 

[PATCHv4 bpf-next 0/6] bpf: Fixes for CONFIG_X86_KERNEL_IBT
 2022-09-23 21:43 UTC  (10+ messages)
` [PATCHv4 bpf-next 1/6] kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flag
` [PATCHv4 bpf-next 2/6] ftrace: Keep the resolved addr in kallsyms_callback
` [PATCHv4 bpf-next 3/6] bpf: Use given function address for trampoline ip arg
` [PATCHv4 bpf-next 4/6] bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBT
` [PATCHv4 bpf-next 5/6] bpf: Return value in kprobe get_func_ip only for entry address
` [PATCHv4 bpf-next 6/6] selftests/bpf: Fix get_func_ip offset test for CONFIG_X86_KERNEL_IBT

[PATCH] ixgbe: Use kmap_local_page in ixgbe_check_lbtest_frame()
 2022-09-23 21:31 UTC  (12+ messages)
` [Intel-wired-lan] "

[bpf-next v4] libbpf: Add pathname_concat() helper
 2022-09-23 21:30 UTC  (3+ messages)

[bpf-next v5 1/3] bpftool: Add auto_attach for bpf prog load|loadall
 2022-09-23 21:29 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: Fix the case of running as non-root with capabilities
 2022-09-23 21:10 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: simplify cgroup_hierarchical_stats selftest
 2022-09-23 21:00 UTC  (2+ messages)

[PATCH] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2022-09-23 20:36 UTC 

[PATCH v2 11/16] bpf: Use kmalloc_size_roundup() to match ksize() usage
 2022-09-23 20:28 UTC 

[PATCH bpf-next 0/5] bpf: Remove recursion check for struct_ops prog
 2022-09-23 18:48 UTC  (14+ messages)
` [PATCH bpf-next 1/5] bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampoline
` [PATCH bpf-next 2/5] bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()
` [PATCH bpf-next 3/5] bpf: Add bpf_run_ctx_type
` [PATCH bpf-next 4/5] bpf: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itself
` [PATCH bpf-next 5/5] selftests/bpf: Check -EBUSY for the recurred bpf_setsockopt(TCP_CONGESTION)

[PATCH v2 bpf-next 0/5] veristat: further usability improvements
 2022-09-23 17:59 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/5] selftests/bpf: add sign-file to .gitignore
` [PATCH v2 bpf-next 2/5] selftests/bpf: make veristat's verifier log parsing faster and more robust
` [PATCH v2 bpf-next 3/5] selftests/bpf: make veristat skip non-BPF and failing-to-open BPF objects
` [PATCH v2 bpf-next 4/5] selftests/bpf: emit processing progress and add quiet mode to veristat
` [PATCH v2 bpf-next 5/5] selftests/bpf: allow to adjust BPF verifier log level in veristat

[PATCH v4] perf tools: Get a perf cgroup more portably in BPF
 2022-09-23 16:45 UTC  (2+ messages)

[PATCH net-next v2 00/12] net: dpaa2-eth: AF_XDP zero-copy support
 2022-09-23 15:45 UTC  (13+ messages)
` [PATCH net-next v2 01/12] net: dpaa2-eth: add support to query the number of queues through ethtool
` [PATCH net-next v2 02/12] net: dpaa2-eth: rearrange variable in dpaa2_eth_get_ethtool_stats
` [PATCH net-next v2 03/12] net: dpaa2-eth: add support for multiple buffer pools per DPNI
` [PATCH net-next v2 04/12] net: dpaa2-eth: export the CH#<index> in the 'ch_stats' debug file
` [PATCH net-next v2 05/12] net: dpaa2-eth: export buffer pool info into a new debugfs file
` [PATCH net-next v2 06/12] net: dpaa2-eth: update the dpni_set_pools() API to support per QDBIN pools
` [PATCH net-next v2 07/12] net: dpaa2-eth: use dev_close/open instead of the internal functions
` [PATCH net-next v2 08/12] net: dpaa2-eth: create and export the dpaa2_eth_alloc_skb function
` [PATCH net-next v2 09/12] net: dpaa2-eth: create and export the dpaa2_eth_receive_skb() function
` [PATCH net-next v2 10/12] net: dpaa2-eth: AF_XDP RX zero copy support
` [PATCH net-next v2 11/12] net: dpaa2-eth: AF_XDP TX "
` [PATCH net-next v2 12/12] net: dpaa2-eth: add trace points on XSK events

[PATCH bpf-next v4 0/2] Add table of BPF program types to docs
 2022-09-23 15:05 UTC  (7+ messages)
` [PATCH bpf-next v4 1/2] Add subdir support to Documentation makefile
` [PATCH bpf-next v4 2/2] Add table of BPF program types to libbpf docs

[PATCH] bpf: Remove obsolete iterators_bpf__open_and_load()
 2022-09-23 14:31 UTC  (2+ messages)

[PATCH net-next] xdp: Adjust xdp_frame layout to avoid using bitfields
 2022-09-23 12:48 UTC 

[PATCH bpf-next v2 0/8] bpftool: Add LLVM as default library for disassembling JIT-ed programs
 2022-09-23 11:23 UTC  (6+ messages)
` [PATCH bpf-next v2 6/8] "

Closing the BPF map permission loophole
 2022-09-23  7:39 UTC  (10+ messages)

[net-next v2] selftests: Fix the if conditions of in test_extra_filter()
 2022-09-23  7:02 UTC 

[net-next] selftests: Fix the if conditions of in test_extra_filter()
 2022-09-23  6:37 UTC  (3+ messages)

[PATCH v3] perf tools: Get a perf cgroup more portably in BPF
 2022-09-23  6:13 UTC  (3+ messages)

linux-next: manual merge of the net-next tree with the bpf tree
 2022-09-23  0:45 UTC 

[PATCH v2] headers: Remove some left-over license text
 2022-09-23  0:00 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Fix resource leaks in test_maps
 2022-09-22 23:50 UTC  (2+ messages)

[PATCH bpf-next 0/5] veristat: further usability improvements
 2022-09-22 23:07 UTC  (6+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: add sign-file to .gitignore
` [PATCH bpf-next 2/5] selftests/bpf: make veristat's verifier log parsing faster and more robust
` [PATCH bpf-next 3/5] selftests/bpf: make veristat skip non-BPF and failing-to-open BPF objects
` [PATCH bpf-next 4/5] selftests/bpf: emit processing progress and add quiet mode to veristat
` [PATCH bpf-next 5/5] selftests/bpf: allow to adjust BPF verifier log level in veristat

[PATCH bpf-next] selftests/bpf: Add liburandom_read.so to TEST_GEN_FILES
 2022-09-22 21:00 UTC  (2+ messages)

[PATCH v2] perf tools: Get a perf cgroup more portably in BPF
 2022-09-22 20:42 UTC  (4+ messages)

CPA refuse W^X violation in linux-next kernel
 2022-09-22 20:18 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: fix incorrect fcntl call (test_sockmap.c)
 2022-09-22 18:46 UTC  (5+ messages)

[PATCH bpf] skmsg: schedule psock work if the cached skb exists on the psock
 2022-09-22 18:19 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] Add ftrace direct call for arm64
 2022-09-22 18:01 UTC  (2+ messages)

[PATCH v3 bpf-next 1/2] bpf: Allow ringbuf memory to be used as map key
 2022-09-22 17:13 UTC  (3+ messages)
` [PATCH v3 bpf-next 2/2] selftests/bpf: Add test verifying bpf_ringbuf_reserve retval use in map ops

[PATCH v2 bpf-next 1/2] bpf: Allow ringbuf memory to be used as map key
 2022-09-22 16:59 UTC  (7+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add test verifying bpf_ringbuf_reserve retval use in map ops

[PATCH v2 bpf-next 0/4] veristat: CSV output, comparison mode, filtering
 2022-09-22 16:21 UTC  (4+ messages)

[PATCH bpf v3] xsk: inherit need_wakeup flag for shared sockets
 2022-09-22 15:20 UTC  (2+ messages)

[PATCH bpf-next] bpf,x64: use shrx/sarx/shlx when available
 2022-09-22 15:07 UTC  (2+ messages)

[PATCH linu-next] samples/bpf: use absolute path for dd
 2022-09-22 10:08 UTC  (2+ messages)

[PATCH net-next] xdp: improve page_pool xdp_return performance
 2022-09-22  9:56 UTC  (3+ messages)

[PATCH] Do not name control queue for virtio-net
 2022-09-22  9:17 UTC  (6+ messages)

[RFC Patch v5 0/5] net_sched: introduce eBPF based Qdisc
 2022-09-22  7:46 UTC 

[PATCH] perf stat: Get a perf cgroup more portably in BPF
 2022-09-22  4:18 UTC  (3+ messages)

[PATCH] perf stat: Support old kernels for bperf cgroup counting
 2022-09-22  4:14 UTC 

[bpf-next v3 1/2] libbpf: Add pathname_concat() helper
 2022-09-22  1:50 UTC  (6+ messages)
` [bpf-next v3 2/2] selftests/bpf: Add testcases for pinning to errpath

[PATCH net] ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficient
 2022-09-22  1:30 UTC  (2+ messages)

[PATCHv2 bpf-next] bpf: Prevent bpf program recursion for raw tracepoint probes
 2022-09-22  1:20 UTC  (2+ messages)

[PATCH bpf-next RESEND] bpf: Always use raw spinlock for hash bucket lock
 2022-09-22  1:20 UTC  (2+ messages)

[PATCH v18 02/13] btf: Export bpf_dynptr definition
 2022-09-22  1:10 UTC  (2+ messages)

[PATCH v18 00/13] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-22  1:10 UTC  (2+ messages)

[bpf-next 1/2] libbpf: Add make_path_and_pin() helper for bpf_xxx__pin()
 2022-09-22  0:42 UTC  (4+ messages)
` [bpf-next 2/2] libbpf: Add pathname_concat() helper

[PATCH v2] libbpf: Support raw btf placed in the default path
 2022-09-22  0:40 UTC  (4+ messages)

[PATCH v7 bpf-next 0/4] bpf: Support setting variable-length tunnel options
 2022-09-22  0:20 UTC  (6+ messages)
` [PATCH v7 bpf-next 1/4] bpf: Export 'bpf_dynptr_get_data, bpf_dynptr_get_size' helpers
` [PATCH v7 bpf-next 2/4] bpf: Support setting variable-length tunnel options

[PATCH bpf-next v3] selftests: bpf: test_kmod.sh: pass parameters to the module
 2022-09-22  0:20 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Improve BPF_PROG2 macro code quality and description
 2022-09-22  0:10 UTC  (4+ messages)

[PATCH v6 0/4] bpf: Add user-space-publisher ring buffer map type
 2022-09-21 23:40 UTC  (4+ messages)
` [PATCH v6 2/4] bpf: Add bpf_user_ringbuf_drain() helper

[linux-next:master] BUILD REGRESSION 483fed3b5dc8ce3644c83d24240cf5756fb0993e
 2022-09-21 22:09 UTC 

[PATCH bpf v2] bpf: Gate dynptr API behind CAP_BPF
 2022-09-21 21:20 UTC  (2+ messages)

[PATCH bpf] bpf: Gate dynptr API behind CAP_BPF
 2022-09-21 21:04 UTC  (2+ messages)

[PATCH v4,bpf-next] bpf: Don't redirect packets with invalid pkt_len
 2022-09-21 20:59 UTC  (7+ messages)

[PATCH bpf v5 0/3] Fix wrong cgroup attach flags being assigned to effective progs
 2022-09-21 18:30 UTC  (2+ messages)

[PATCH -next] bpf: simplify code in btf_parse_hdr
 2022-09-21 17:40 UTC  (2+ messages)

[RFC PATCH bpf-next 00/10] bpf, mm: Add a new item bpf into memory.stat for the observability of bpf memory
 2022-09-21 17:00 UTC  (7+ messages)
` [RFC PATCH bpf-next 05/10] bpf: Use scoped-based charge in bpf_map_area_alloc
` [RFC PATCH bpf-next 06/10] bpf: Introduce new helpers bpf_ringbuf_pages_{alloc,free}
` [RFC PATCH bpf-next 07/10] bpf: Use bpf_map_kzalloc in arraymap
` [RFC PATCH bpf-next 08/10] bpf: Use bpf_map_kvcalloc in bpf_local_storage
` [RFC PATCH bpf-next 09/10] bpf: Add bpf map free helpers
` [RFC PATCH bpf-next 10/10] bpf, memcg: Add new item bpf into memory.stat


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox