bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-23 16:55:53 to 2020-09-25 00:04:04 UTC [more...]

[PATCH v4 bpf-next 00/13] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
 2020-09-25  0:03 UTC  (3+ messages)
` [PATCH v4 bpf-next 01/13] bpf: Move the PTR_TO_BTF_ID check to check_reg_type()
` [PATCH v4 bpf-next 03/13] bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON

[RFC PATCH seccomp 2/2] seccomp/cache: Cache filter results that allow syscalls
 2020-09-25  0:01 UTC  (2+ messages)
` [PATCH v2 seccomp 2/6] asm/syscall.h: Add syscall_arches[] array

[RFC PATCH seccomp 0/2] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-09-24 23:56 UTC  (29+ messages)
` [PATCH seccomp 0/6] "
  ` [PATCH seccomp 1/6] seccomp: Move config option SECCOMP to arch/Kconfig
  ` [PATCH seccomp 2/6] asm/syscall.h: Add syscall_arches[] array
  ` [PATCH seccomp 3/6] seccomp/cache: Add "emulator" to check if filter is arg-dependent
  ` [PATCH seccomp 4/6] seccomp/cache: Lookup syscall allowlist for fast path
  ` [PATCH seccomp 5/6] selftests/seccomp: Compare bitmap vs filter overhead
  ` [PATCH seccomp 6/6] seccomp/cache: Report cache data through /proc/pid/seccomp_cache
  ` [PATCH v2 seccomp 0/6] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
    ` [PATCH v2 seccomp 1/6] seccomp: Move config option SECCOMP to arch/Kconfig
    ` [PATCH v2 seccomp 2/6] asm/syscall.h: Add syscall_arches[] array
    ` [PATCH v2 seccomp 3/6] seccomp/cache: Add "emulator" to check if filter is arg-dependent
    ` [PATCH v2 seccomp 4/6] seccomp/cache: Lookup syscall allowlist for fast path
    ` [PATCH v2 seccomp 5/6] selftests/seccomp: Compare bitmap vs filter overhead
    ` [PATCH v2 seccomp 6/6] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[PATCH bpf-next v8 00/11] bpf: Support multi-attach for freplace programs
 2020-09-24 23:19 UTC  (27+ messages)
` [PATCH bpf-next v8 01/11] bpf: disallow attaching modify_return tracing functions to other BPF programs
` [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 07/11] libbpf: add support for freplace attachment in bpf_link_create
` [PATCH bpf-next v8 11/11] selftests: Remove fmod_ret from benchmarks and test_overhead

[PATCH v5 bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
 2020-09-24 23:02 UTC  (4+ messages)
` [PATCH v5 bpf-next 1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint
` [PATCH v5 bpf-next 2/3] libbpf: support test run of raw tracepoint programs
` [PATCH v5 bpf-next 3/3] selftests/bpf: add raw_tp_test_run

[PATCH bpf-next v5] bpf: Add bpf_ktime_get_real_ns
 2020-09-24 22:27 UTC  (3+ messages)

[PATCH bpf-next 0/6] Various BPF helper improvements
 2020-09-24 22:19 UTC  (15+ messages)
` [PATCH bpf-next 1/6] bpf: add classid helper only based on skb->sk
` [PATCH bpf-next 2/6] bpf, net: rework cookie generator as per-cpu one
` [PATCH bpf-next 3/6] bpf: add redirect_neigh helper as redirect drop-in
` [PATCH bpf-next 4/6] bpf, libbpf: add bpf_tail_call_static helper for bpf programs
` [PATCH bpf-next 5/6] bpf, selftests: use bpf_tail_call_static where appropriate
` [PATCH bpf-next 6/6] bpf, selftests: add redirect_neigh selftest

[PATCH v1 0/6] seccomp: Implement constant action bitmaps
 2020-09-24 21:35 UTC  (35+ messages)
` [PATCH 1/6] seccomp: Introduce SECCOMP_PIN_ARCHITECTURE
` [PATCH 2/6] x86: Enable seccomp architecture tracking
` [PATCH 3/6] seccomp: Implement constant action bitmaps
` [PATCH 4/6] seccomp: Emulate basic filters for constant action results
` [PATCH 5/6] selftests/seccomp: Compare bitmap vs filter overhead
` [PATCH 6/6] [DEBUG] seccomp: Report bitmap coverage ranges

Behavior of pinned perf event array
 2020-09-24 21:01 UTC  (7+ messages)

[PATCH RESEND bpf-next] selftests/bpf: Skip some verifier tests on BTFless kernels
 2020-09-24 20:58 UTC  (2+ messages)

[PATCH v4 bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
 2020-09-24 20:49 UTC  (8+ messages)
` [PATCH v4 bpf-next 1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint
` [PATCH v4 bpf-next 2/3] libbpf: support test run of raw tracepoint programs
` [PATCH v4 bpf-next 3/3] selftests/bpf: add raw_tp_test_run

[PATCH bpf-next 0/9] libbpf: BTF writer APIs
 2020-09-24 20:27 UTC  (10+ messages)
` [PATCH bpf-next 2/9] libbpf: remove assumption of single contiguous memory for BTF data
` [PATCH bpf-next 5/9] libbpf: allow modification of BTF and add btf__add_str API
` [PATCH bpf-next 7/9] libbpf: add BTF writing APIs

[PATCH bpf-next v3 1/2] bpf: Add bpf_ktime_get_real_ns
 2020-09-24 20:22 UTC  (6+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Verifying real time helper function

[PATCH bpf] libbpf: fix XDP program load regression for old kernels
 2020-09-24 17:42 UTC  (3+ messages)

[PATCH] kbuild: explicitly specify the build id style
 2020-09-24 16:03 UTC  (2+ messages)

i386: allmodconfig build failed on linux next
 2020-09-24 14:37 UTC 

[PATCH] kbuild: explicitly specify the build id style
 2020-09-24 13:50 UTC 

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run5
 2020-09-24  9:26 UTC 

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

[PATCH v3 bpf-next 00/11] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
 2020-09-24  8:38 UTC  (9+ messages)
` [PATCH v3 bpf-next 02/11] "
` [PATCH v3 bpf-next 08/11] bpf: selftest: Move sock_fields test into test_progs

splat in stacktrace_build_id_nmi
 2020-09-24  6:51 UTC  (2+ messages)

[GIT PULL rcu-tasks-trace] 50x speedup for synchronize_rcu_tasks_trace()
 2020-09-24  4:29 UTC  (3+ messages)

[PATCH bpf-next v2 1/2] bpf: Add bpf_ktime_get_real_ns
 2020-09-24  2:22 UTC  (5+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Verifying real time helper function

flow_dissector test is flaky
 2020-09-24  2:21 UTC  (3+ messages)

[PATCH v2 bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
 2020-09-24  1:20 UTC  (13+ 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

pull-request: bpf-next 2020-09-23
 2020-09-24  0:09 UTC  (2+ messages)

Keep bpf-next always open
 2020-09-23 22:37 UTC  (7+ messages)

[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

[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

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

[PATCH v8 bpf-next 0/7] bpf: tailcalls in BPF subprograms
 2020-09-23 18:41 UTC  (6+ 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 "


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