BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-27 13:18:30 to 2021-07-29 16:29:42 UTC [more...]

[PATCH bpf-next 0/7] tools: bpftool: update, synchronise and
 2021-07-29 16:29 UTC 

[PATCH bpf-next v3 0/8] libbpf: rename btf__get_from_id() and btf__load() APIs, support split BTF
 2021-07-29 16:20 UTC  (9+ messages)
` [PATCH bpf-next v3 1/8] libbpf: return non-null error on failures in libbpf_find_prog_btf_id()
` [PATCH bpf-next v3 2/8] libbpf: rename btf__load() as btf__load_into_kernel()
` [PATCH bpf-next v3 3/8] libbpf: rename btf__get_from_id() as btf__load_from_kernel_by_id()
` [PATCH bpf-next v3 4/8] tools: free BTF objects at various locations
` [PATCH bpf-next v3 5/8] tools: replace btf__get_from_id() with btf__load_from_kernel_by_id()
` [PATCH bpf-next v3 6/8] libbpf: prepare deprecation of btf__get_from_id(), btf__load()
` [PATCH bpf-next v3 7/8] libbpf: add split BTF support for btf__load_from_kernel_by_id()
` [PATCH bpf-next v3 8/8] tools: bpftool: support dumping split BTF by id

[PATCH 00/14] bpf/tests: Extend the eBPF test suite
 2021-07-29 15:50 UTC  (38+ messages)
` [PATCH 01/14] bpf/tests: Add BPF_JMP32 test cases
` [PATCH 02/14] bpf/tests: Add BPF_MOV tests for zero and sign extension
` [PATCH 03/14] bpf/tests: Fix typos in test case descriptions
` [PATCH 04/14] bpf/tests: Add more tests of ALU32 and ALU64 bitwise operations
` [PATCH 05/14] bpf/tests: Add more ALU32 tests for BPF_LSH/RSH/ARSH
` [PATCH 06/14] bpf/tests: Add more BPF_LSH/RSH/ARSH tests for ALU64
` [PATCH 07/14] bpf/tests: Add more ALU64 BPF_MUL tests
` [PATCH 08/14] bpf/tests: Add tests for ALU operations implemented with function calls
` [PATCH 09/14] bpf/tests: Add word-order tests for load/store of double words
` [PATCH 10/14] bpf/tests: Add branch conversion JIT test
` [PATCH 11/14] bpf/tests: Add test for 32-bit context pointer argument passing
` [PATCH 12/14] bpf/tests: Add tests for atomic operations
` [PATCH 13/14] bpf/tests: Add tests for BPF_CMPXCHG
` [PATCH 14/14] bpf/tests: Add tail call test suite

[PATCH -tip v10 00/16] kprobes: Fix stacktrace with kretprobes on x86
 2021-07-29 14:08 UTC  (17+ messages)
` [PATCH -tip v10 01/16] ia64: kprobes: Fix to pass correct trampoline address to the handler
` [PATCH -tip v10 02/16] kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor()
` [PATCH -tip v10 03/16] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
` [PATCH -tip v10 04/16] kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
` [PATCH -tip v10 05/16] kprobes: Add kretprobe_find_ret_addr() for searching return address
` [PATCH -tip v10 06/16] objtool: Add frame-pointer-specific function ignore
` [PATCH -tip v10 07/16] objtool: Ignore unwind hints for ignored functions
` [PATCH -tip v10 08/16] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()
` [PATCH -tip v10 09/16] ARC: Add instruction_pointer_set() API
` [PATCH -tip v10 10/16] ia64: "
` [PATCH -tip v10 11/16] arm: kprobes: Make space for instruction pointer on stack
` [PATCH -tip v10 12/16] kprobes: Enable stacktrace from pt_regs in kretprobe handler
` [PATCH -tip v10 13/16] x86/kprobes: Push a fake return address at kretprobe_trampoline
` [PATCH -tip v10 14/16] x86/unwind: Recover kretprobe trampoline entry
` [PATCH -tip v10 15/16] tracing: Show kretprobe unknown indicator only for kretprobe_trampoline
` [PATCH -tip v10 16/16] x86/kprobes: Fixup return address in generic trampoline handler

[PATCH v2 0/7] sections: Unify kernel sections range check and use
 2021-07-29 11:06 UTC  (6+ messages)
` [PATCH v2 5/7] kallsyms: Rename is_kernel() and is_kernel_text()

[PATCH bpf-next v1 0/5] sockmap: add sockmap support for unix stream socket
 2021-07-29  8:37 UTC  (14+ messages)
` [PATCH bpf-next v1 1/5] af_unix: add read_sock for stream socket types
` [PATCH bpf-next v1 2/5] af_unix: add unix_stream_proto for sockmap
` [PATCH bpf-next v1 3/5] selftest/bpf: add tests for sockmap with unix stream type
` [PATCH bpf-next v1 4/5] selftest/bpf: change udp to inet in some function names
` [PATCH bpf-next v1 5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp

[PATCH bpf] bpf: Do not close un-owned FD 0 on errors
 2021-07-29  6:22 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: move netcnt test under test_progs
 2021-07-29  6:15 UTC  (2+ messages)

[PATCH -tip v8 00/13] kprobes: Fix stacktrace with kretprobes on x86
 2021-07-29  2:31 UTC  (8+ messages)
` [PATCH -tip v8 05/13] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline code
          ` [PATCH 1/2] objtool: Add frame-pointer-specific function ignore

using "BPF_MAP_TYPE_DEVMAP" when pinning it to a global path
 2021-07-29  0:53 UTC  (3+ messages)

pull-request: bpf 2021-07-29
 2021-07-28 23:20 UTC 

[PATCH RESEND bpf] libbpf: fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT
 2021-07-28 22:58 UTC 

[PATCH bpf-next v2 0/5] libbpf: rename btf__get_from_id() and btf__load() APIs, support split BTF
 2021-07-28 22:29 UTC  (9+ messages)

[RFC PATCH 00/14] bpf/tests: Extend the eBPF test suite
 2021-07-28 19:13 UTC  (6+ messages)
    ` [PATCH] bpf: Fix off-by-one in tail call count limiting

XDP-hints: Howto support multiple BTF types per packet basis?
 2021-07-28 18:40 UTC  (3+ messages)
` XDP-hints: how to inform driver about hints

[PATCH bpf-next] bpf: emit better log message if bpf_iter ctx arg btf_id == 0
 2021-07-28 18:30 UTC 

[PATCH bpf] bpf: fix rcu warning in bpf_prog_run_pin_on_cpu()
 2021-07-28 17:23 UTC 

[PATCH bpf-next v3 0/8] Improve XDP samples usability and output
 2021-07-28 16:55 UTC  (9+ messages)
` [PATCH bpf-next v3 1/8] samples: bpf: fix a couple of warnings
` [PATCH bpf-next v3 2/8] samples: bpf: Add common infrastructure for XDP samples
` [PATCH bpf-next v3 3/8] samples: bpf: Add BPF support for XDP samples helper
` [PATCH bpf-next v3 4/8] samples: bpf: Convert xdp_monitor to use "
` [PATCH bpf-next v3 5/8] samples: bpf: Convert xdp_redirect "
` [PATCH bpf-next v3 6/8] samples: bpf: Convert xdp_redirect_map to use XDP samples helpers
` [PATCH bpf-next v3 7/8] samples: bpf: Convert xdp_redirect_map_multi "
` [PATCH bpf-next v3 8/8] samples: bpf: Convert xdp_redirect_cpu "

[PATCH bpf-next v2] libbpf: add libbpf_load_vmlinux_btf/libbpf_load_module_btf APIs
 2021-07-28 16:55 UTC 

[PATCH -tip v3 0/6] kprobes: treewide: Clean up kprobe code
 2021-07-28 15:30 UTC  (7+ messages)
` [PATCH -tip v3 1/6] kprobes: treewide: Cleanup the error messages for kprobes
` [PATCH -tip v3 2/6] kprobes: Fix coding style issues
` [PATCH -tip v3 3/6] kprobes: Use IS_ENABLED() instead of kprobes_built_in()
` [PATCH -tip v3 4/6] kprobes: Add assertions for required lock
` [PATCH -tip v3 5/6] kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe()
` [PATCH -tip v3 6/6] kprobes: Use bool type for functions which returns boolean value

[PATCH 0/3] Address compilation of eBPF related software with clang compiler on arm architecture
 2021-07-28 13:49 UTC  (9+ messages)
` [PATCH 1/3] arm: include: asm: swab: mask rev16 instruction for clang
` [PATCH 2/3] arm: include: asm: unified: mask .syntax unified "
` [PATCH 3/3] include/uapi/linux/swab: Fix potentially missing __always_inline

[PATCH bpf] libbpf: fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT
 2021-07-28 10:59 UTC  (2+ messages)

[PATCH v10 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-07-28  9:47 UTC  (21+ messages)
` [PATCH v10 bpf-next 01/18] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v10 bpf-next 02/18] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v10 bpf-next 03/18] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v10 bpf-next 04/18] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v10 bpf-next 05/18] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v10 bpf-next 06/18] net: marvell: rely on "
` [PATCH v10 bpf-next 07/18] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v10 bpf-next 08/18] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v10 bpf-next 09/18] net: mvneta: enable jumbo frames for XDP
` [PATCH v10 bpf-next 10/18] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v10 bpf-next 11/18] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v10 bpf-next 12/18] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v10 bpf-next 13/18] bpf: move user_size out of bpf_test_init
` [PATCH v10 bpf-next 14/18] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v10 bpf-next 15/18] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v10 bpf-next 16/18] bpf: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v10 bpf-next 17/18] net: xdp: introduce bpf_xdp_adjust_data helper
` [PATCH v10 bpf-next 18/18] bpf: add bpf_xdp_adjust_data selftest

[PATCH v2 bpf-next 00/14] BPF perf link and user-provided context value
 2021-07-28  8:58 UTC  (10+ messages)
` [PATCH v2 bpf-next 04/14] bpf: implement minimal BPF perf link
` [PATCH v2 bpf-next 05/14] bpf: allow to specify user-provided context value for BPF perf links

[PATCH v3 0/6] Add TDX Guest Support (Attestation support)
 2021-07-28  7:30 UTC  (3+ messages)
` [PATCH v3 5/6] platform/x86: intel_tdx_attest: Add TDX Guest attestation interface driver

[PATCH bpf-next 00/17] selftests: xsk: various simplifications
 2021-07-28  6:13 UTC  (18+ messages)
` [PATCH bpf-next 01/17] selftests: xsk: remove color mode
` [PATCH bpf-next 04/17] selftests: xsk: set rlimit per thread
` [PATCH bpf-next 06/17] selftests: xsk: simplify the retry code
` [PATCH bpf-next 08/17] selftests: xsk: disassociate umem size with packets sent
` [PATCH bpf-next 09/17] selftests: xsk: rename worker_* functions that are not thred entry points
` [PATCH bpf-next 10/17] selftests: xsk: simplify packet validation in xsk tests
` [PATCH bpf-next 11/17] selftests: xsk: validate tx stats on tx thread
` [PATCH bpf-next 12/17] selftests: xsk: decrease batch size
` [PATCH bpf-next 13/17] selftests: xsk: remove cleanup at end of program
` [PATCH bpf-next 14/17] selftests: xsk: generate packet directly in umem
` [PATCH bpf-next 15/17] selftests: xsk: generate packets from specification
` [PATCH bpf-next 16/17] selftests: xsk: make enums lower case
` [PATCH bpf-next 17/17] selftests: xsk: preface options with opt

[PATCH bpf-next 0/4] libbpf: Move CO-RE logic into separate file
 2021-07-28  4:49 UTC  (3+ messages)

[PATCH bpf-next v4] bpf: increase supported cgroup storage value size
 2021-07-27 23:48 UTC  (5+ messages)

[PATCH bpf-next v3] bpf: increase supported cgroup storage value size
 2021-07-27 22:17 UTC  (5+ messages)

[PATCH bpf v3 0/3] sockmap fixes picked up by stress tests
 2021-07-27 22:10 UTC  (6+ messages)
` [PATCH bpf v3 1/3] bpf, sockmap: zap ingress queues after stopping strparser
` [PATCH bpf v3 2/3] bpf, sockmap: on cleanup we additionally need to remove cached skb
` [PATCH bpf v3 3/3] bpf, sockmap: fix memleak on ingress msg enqueue

[PATCH v2 bpf] libbpf: fix race when pinning maps in parallel
 2021-07-27 21:40 UTC  (3+ messages)

[PATCH] libbpf: fix commnet typo
 2021-07-27 21:30 UTC  (4+ messages)

[PATCH rfc v6 0/4] add frag page support in page pool
 2021-07-27 18:38 UTC  (13+ messages)
` [PATCH rfc v6 2/4] page_pool: add interface to manipulate frag count "

[bpf-next v2 1/2] samples: bpf: Fix tracex7 error raised on the missing argument
 2021-07-27 18:20 UTC  (2+ messages)

[PATCH bpf-next] libbpf: add libbpf_load_vmlinux_btf/libbpf_load_module_btf APIs
 2021-07-27 18:18 UTC  (4+ messages)

[PATCH v7 bpf-next 0/3] Add lookup_and_delete_elem support to BPF hash map types
 2021-07-27 18:10 UTC  (3+ messages)

[PATCH bpf] selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.c
 2021-07-27 18:02 UTC  (3+ messages)
` [PATCH bpf] selftests/bpf: Use ping6 only if available in tc_redirect

[PATCH bpf v2 0/3] sockmap fixes picked up by stress tests
 2021-07-27 16:01 UTC  (4+ messages)
` [PATCH bpf v2 3/3] bpf, sockmap: fix memleak on ingress msg enqueue

[PATCH bpf-next v5 0/2] bpf: expand bpf_d_path helper allowlist
 2021-07-27 13:25 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] tools/resolve_btfids: emit warnings and patch zero id for missing symbols
` [PATCH bpf-next v5 2/2] bpf: expose bpf_d_path helper to vfs_* and security_* functions


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 read-only IMAP folder(s) and NNTP newsgroup(s).