bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-21 16:12:35 to 2020-09-23 21:51:10 UTC [more...]

[PATCH v3 bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
 2020-09-23 21:50 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint
` [PATCH v3 bpf-next 2/3] libbpf: introduce bpf_prog_test_run_xattr_opts
` [PATCH v3 bpf-next 3/3] selftests/bpf: add raw_tp_test_run

Keep bpf-next always open
 2020-09-23 21:48 UTC  (2+ messages)

[PATCH v2 bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
 2020-09-23 21:30 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint
` [PATCH v2 bpf-next 2/3] libbpf: introduce bpf_prog_test_run_xattr_opts
` [PATCH v2 bpf-next 3/3] selftests/bpf: add raw_tp_test_run

[PATCH v3 bpf-next 00/11] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
 2020-09-23 21:22 UTC  (25+ messages)
` [PATCH v3 bpf-next 01/11] bpf: Move the PTR_TO_BTF_ID check to check_reg_type()
` [PATCH v3 bpf-next 02/11] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
` [PATCH v3 bpf-next 03/11] bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
` [PATCH v3 bpf-next 04/11] bpf: Change bpf_sk_storage_*() "
` [PATCH v3 bpf-next 05/11] bpf: Change bpf_tcp_*_syncookie "
` [PATCH v3 bpf-next 06/11] bpf: Change bpf_sk_assign "
` [PATCH v3 bpf-next 07/11] bpf: selftest: Add ref_tracking verifier test for bpf_skc casting
` [PATCH v3 bpf-next 08/11] bpf: selftest: Move sock_fields test into test_progs
` [PATCH v3 bpf-next 09/11] bpf: selftest: Adapt sock_fields test to use skel and global variables
` [PATCH v3 bpf-next 10/11] bpf: selftest: Use network_helpers in the sock_fields test
` [PATCH v3 bpf-next 11/11] bpf: selftest: Use bpf_skc_to_tcp_sock() "

[PATCH bpf-next 0/3] Fix three endianness issues in test_progs
 2020-09-23 21:12 UTC  (4+ messages)
` [PATCH bpf-next 2/3] selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_access

[PATCH RESEND bpf-next] selftests/bpf: Skip some verifier tests on BTFless kernels
 2020-09-23 21:09 UTC 

[PATCH bpf-next v8 00/11] bpf: Support multi-attach for freplace programs
 2020-09-23 20:58 UTC  (16+ messages)
` [PATCH bpf-next v8 01/11] bpf: disallow attaching modify_return tracing functions to other BPF programs
` [PATCH bpf-next v8 02/11] bpf: change logging calls from verbose() to bpf_log() and use log pointer
` [PATCH bpf-next v8 03/11] bpf: verifier: refactor check_attach_btf_id()
` [PATCH bpf-next v8 04/11] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach
` [PATCH bpf-next v8 05/11] bpf: support attaching freplace programs to multiple attach points
` [PATCH bpf-next v8 06/11] bpf: Fix context type resolving for extension programs
` [PATCH bpf-next v8 07/11] libbpf: add support for freplace attachment in bpf_link_create
` [PATCH bpf-next v8 08/11] selftests: add test for multiple attachments of freplace program
` [PATCH bpf-next v8 09/11] selftests/bpf: Adding test for arg dereference in extension trace
` [PATCH bpf-next v8 10/11] selftests: Add selftest for disallowing modify_return attachment to freplace
` [PATCH bpf-next v8 11/11] selftests: Remove fmod_ret from benchmarks and test_overhead

[PATCH v4] perf metricgroup: Fix uncore metric expressions
 2020-09-23 20:25 UTC  (5+ messages)

[PATCHv3 bpf-next 1/2] bpf: Check CONFIG_BPF option for resolve_btfids
 2020-09-23 20:05 UTC  (3+ messages)
` [PATCHv3 bpf-next 2/2] tools resolve_btfids: Always force HOSTARCH

pull-request: bpf-next 2020-09-23
 2020-09-23 19:58 UTC 

[RFC PATCH seccomp 0/2] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-09-23 19:26 UTC  (19+ messages)
` [RFC PATCH seccomp 1/2] seccomp/cache: Add "emulator" to check if filter is arg-dependent
` [RFC PATCH seccomp 2/2] seccomp/cache: Cache filter results that allow syscalls

[PATCH bpf-next] bpf: explicitly size compatible_reg_types
 2020-09-23 18:49 UTC  (3+ messages)

[PATCHv2 bpf-next 1/2] bpf: Use --no-fail option if CONFIG_BPF is not enabled
 2020-09-23 18:47 UTC  (5+ messages)
` [PATCHv2 bpf-next 2/2] tools resolve_btfids: Always force HOSTARCH

[PATCH v8 bpf-next 0/7] bpf: tailcalls in BPF subprograms
 2020-09-23 18:41 UTC  (7+ messages)

Help testing llvm patch to generate verifier friendly code
 2020-09-23 18:16 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: Skip some verifier tests on BTFless kernels
 2020-09-23 18:13 UTC  (2+ messages)

[PATCH v6 bpf-next 0/6] bpf: add helpers to support BTF-based kernel data display
 2020-09-23 17:46 UTC  (7+ messages)
` [PATCH v6 bpf-next 1/6] bpf: provide function to get vmlinux BTF information
` [PATCH v6 bpf-next 2/6] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v6 bpf-next 3/6] bpf: add bpf_snprintf_btf helper
` [PATCH v6 bpf-next 4/6] selftests/bpf: add bpf_snprintf_btf helper tests
` [PATCH v6 bpf-next 5/6] bpf: add bpf_seq_printf_btf helper
` [PATCH v6 bpf-next 6/6] selftests/bpf: add test for "

Behavior of pinned perf event array
 2020-09-23 16:21 UTC  (4+ messages)

[PATCH bpf-next 0/9] libbpf: BTF writer APIs
 2020-09-23 15:54 UTC  (10+ messages)
` [PATCH bpf-next 1/9] libbpf: refactor internals of BTF type index
` [PATCH bpf-next 2/9] libbpf: remove assumption of single contiguous memory for BTF data
` [PATCH bpf-next 3/9] libbpf: generalize common logic for managing dynamically-sized arrays
` [PATCH bpf-next 4/9] libbpf: extract generic string hashing function for reuse
` [PATCH bpf-next 5/9] libbpf: allow modification of BTF and add btf__add_str API
` [PATCH bpf-next 6/9] libbpf: add btf__new_empty() to create an empty BTF object
` [PATCH bpf-next 7/9] libbpf: add BTF writing APIs
` [PATCH bpf-next 8/9] libbpf: add btf__str_by_offset() as a more generic variant of name_by_offset
` [PATCH bpf-next 9/9] selftests/bpf: test BTF writing APIs

[PATCH RESEND bpf-next v4 00/11] Make check_func_arg type checks table driven
 2020-09-23 15:24 UTC  (7+ messages)
` [PATCH bpf-next v4 11/11] bpf: use a table to drive helper arg type checks

[PATCH bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
 2020-09-23  6:29 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint
` [PATCH bpf-next 2/3] libbpf: introduce bpf_prog_test_run_xattr_opts
` [PATCH bpf-next 3/3] selftests/bpf: add raw_tp_test_run

[bpf-next 0/3] Using log2 histogram to display the statistics of every softirq execution
 2020-09-23  5:32 UTC  (11+ messages)
` [bpf-next 1/3] sample/bpf: Avoid repetitive definition of log2 func
` [bpf-next 2/3] sample/bpf: Add log2 histogram function support
` [bpf-next 3/3] samples/bpf: Add soft irq execution time statistics

[PATCH] mm/memcontrol: Add the drop_cache interface for cgroup v2
 2020-09-23  2:40 UTC  (19+ messages)
      ` [External] "

[PATCH] kbuild: explicitly specify the build id style
 2020-09-22 23:50 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Use --no-fail option if CONFIG_BPF is not enabled
 2020-09-22 20:27 UTC  (4+ messages)

BUG: unable to handle kernel paging request in bpf_trace_run2
 2020-09-22 19:11 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Lift hashtab key_size limit
 2020-09-22 19:02 UTC 

[PATCHv2 bpf-next] selftests/bpf: Fix stat probe in d_path test
 2020-09-22 18:39 UTC  (3+ messages)

[PATCH bpf-next v7 00/10] bpf: Support multi-attach for freplace programs
 2020-09-22 17:48 UTC  (27+ messages)
` [PATCH bpf-next v7 01/10] bpf: disallow attaching modify_return tracing functions to other BPF programs
` [PATCH bpf-next v7 03/10] bpf: verifier: refactor check_attach_btf_id()
` [PATCH bpf-next v7 04/10] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach
` [PATCH bpf-next v7 05/10] bpf: support attaching freplace programs to multiple attach points
` [PATCH bpf-next v7 06/10] bpf: Fix context type resolving for extension programs
` [PATCH bpf-next v7 07/10] libbpf: add support for freplace attachment in bpf_link_create
` [PATCH bpf-next v7 08/10] selftests: add test for multiple attachments of freplace program
` [PATCH bpf-next v7 10/10] selftests: Add selftest for disallowing modify_return attachment to freplace

[GIT PULL rcu-tasks-trace] 50x speedup for synchronize_rcu_tasks_trace()
 2020-09-22 16:25 UTC 

BPF redirect API design issue for BPF-prog MTU feedback?
 2020-09-22  9:15 UTC  (14+ messages)

[PATCH bpf-next v3 1/5] bpf: expose is_mptcp flag to bpf_tcp_sock
 2020-09-22  4:08 UTC  (3+ messages)
` [PATCH bpf-next v3 3/5] bpf: add 'bpf_mptcp_sock' structure and helper

[PATCH bpf-next] bpf: add support for other map types to bpf_map_lookup_and_delete_elem
 2020-09-22  3:54 UTC  (2+ messages)

[PATCH v5 bpf-next 0/6] bpf: add helpers to support BTF-based kernel data display
 2020-09-22  1:10 UTC  (3+ messages)
` [PATCH v5 bpf-next 5/6] bpf: add bpf_seq_btf_write helper

[PATCH bpf-next v4] bpf: using rcu_read_lock for bpf_sk_storage_map iterator
 2020-09-21 22:47 UTC  (2+ messages)

[PATCH bpf v1 0/3] fix BTF usage on embedded systems
 2020-09-21 20:52 UTC  (5+ messages)
` [PATCH bpf v1 1/3] bpf: fix sysfs export of empty BTF section

[RFC PATCH] bpf: Fix potential call bpf_link_free() in atomic context
 2020-09-21 19:27 UTC  (4+ messages)

Problem with endianess of pahole BTF output for vmlinux
 2020-09-21 18:19 UTC  (7+ messages)

[PATCH bpf-next v3 0/6] bpf: BTF support for ksyms
 2020-09-21 18:11 UTC  (12+ messages)
` [PATCH bpf-next v3 1/6] bpf: Introduce pseudo_btf_id
` [PATCH bpf-next v3 2/6] bpf/libbpf: BTF support for typed ksyms
` [PATCH bpf-next v3 3/6] selftests/bpf: ksyms_btf to test "
` [PATCH bpf-next v3 4/6] bpf: Introduce bpf_per_cpu_ptr()

[PATCH bpf-next] bpf: lift hashtab key_size limit
 2020-09-21 16:46 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).