bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-14 23:13:35 to 2020-05-19 05:50:16 UTC [more...]

clean up and streamline probe_kernel_* and friends v2
 2020-05-19  5:50 UTC  (9+ messages)
` [PATCH 10/18] maccess: unify the probe kernel arch hooks
` [PATCH 14/18] maccess: allow architectures to provide kernel probing directly

[PATCH bpf] bpf: prevent mmap()'ing read-only maps as writable
 2020-05-19  5:38 UTC 

[bpf-next PATCH 0/4] verifier, improve ptr is_branch_taken logic
 2020-05-19  5:34 UTC  (12+ messages)
` [bpf-next PATCH 1/4] bpf: verifier track null pointer branch_taken with JNE and JEQ
` [bpf-next PATCH 2/4] bpf: selftests, verifier case for non null pointer check branch taken
` [bpf-next PATCH 3/4] bpf: selftests, verifier case for non null pointer map value branch
` [bpf-next PATCH 4/4] bpf: selftests, add printk to test_sk_lookup_kern to encode null ptr check

[PATCH bpf-next] tools: bpftool: make capability check account for new BPF caps
 2020-05-19  4:39 UTC  (4+ messages)

[PATCH bpf-next] selftest/bpf: make bpf_iter selftest compilable against old vmlinux.h
 2020-05-19  1:42 UTC  (2+ messages)

UBSAN: array-index-out-of-bounds in kernel/bpf/arraymap.c:177
 2020-05-19  1:36 UTC  (7+ messages)

Fwd: [iovisor-dev] Building BPF programs and kernel persistence
 2020-05-19  0:23 UTC  (2+ messages)
    `  "

[PATCH bpf-next] bpf: fix too large copy from user in bpf_test_init
 2020-05-19  0:15 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: add general instructions for test execution
 2020-05-18 23:48 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] Add get{peer,sock}name cgroup attach types
 2020-05-18 22:45 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] bpf: add get{peer,sock}name attach types for sock_addr
` [PATCH bpf-next v2 2/4] bpf, libbpf: enable get{peer,sock}name attach types
` [PATCH bpf-next v2 3/4] bpf, bpftool: "
` [PATCH bpf-next v2 4/4] bpf, testing: add get{peer,sock}name selftests to test_progs

[PATCH bpf-next 0/4] Add get{peer,sock}name cgroup attach types
 2020-05-18 22:29 UTC  (9+ messages)
` [PATCH bpf-next 1/4] bpf: add get{peer,sock}name attach types for sock_addr
` [PATCH bpf-next 2/4] bpf, libbpf: enable get{peer,sock}name attach types
` [PATCH bpf-next 3/4] bpf, bpftool: "
` [PATCH bpf-next 4/4] bpf, testing: add get{peer,sock}name selftests to test_progs

[PATCH] security: fix the default value of secid_to_secctx hook
 2020-05-18 22:02 UTC  (8+ messages)

metric expressions including metrics?
 2020-05-18 19:24 UTC  (3+ messages)

[PATCH net-next v4 00/33] XDP extend with knowledge of frame size
 2020-05-18 19:19 UTC  (7+ messages)
` [PATCH net-next v4 31/33] bpf: add xdp.frame_sz in bpf_prog_test_run_xdp()
  ` unstable xdp tests. Was: "

[RFC PATCH bpf-next 0/1] bpf, x64: optimize JIT prologue/epilogue generation
 2020-05-18 18:44 UTC  (6+ messages)
      ` getting bpf_tail_call to work with bpf function calls. Was: "

[PATCH 5.4 1/2] libbpf: Extract and generalize CPU mask parsing logic
 2020-05-18 17:07 UTC  (3+ messages)
` [PATCH 5.4 2/2] selftest/bpf: fix backported test_select_reuseport selftest changes

[PATCH v3 0/7] Copy hashmap to tools/perf/util, use in perf expr
 2020-05-18 16:29 UTC  (13+ messages)
` [PATCH v3 1/7] libbpf: Fix memory leak and possible double-free in hashmap__clear
` [PATCH v3 2/7] libbpf hashmap: Remove unused #include
` [PATCH v3 3/7] libbpf hashmap: Fix signedness warnings
` [PATCH v3 4/7] tools lib/api: Copy libbpf hashmap to tools/perf/util
` [PATCH v3 5/7] perf test: Provide a subtest callback to ask for the reason for skipping a subtest
` [PATCH v3 6/7] perf test: Improve pmu event metric testing
` [PATCH v3 7/7] perf expr: Migrate expr ids table to a hashmap

[PATCH v2 bpf-next 0/7] bpf, printk: add BTF-based type printing
 2020-05-18 14:47 UTC  (22+ messages)
` [PATCH v2 bpf-next 2/7] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v2 bpf-next 4/7] printk: add type-printing %pT format specifier which uses BTF
` [PATCH v2 bpf-next 6/7] bpf: add support for %pT format specifier for bpf_trace_printk() helper
` [PATCH v2 bpf-next 7/7] bpf: add tests for %pT format specifier

"Forwarding" from TC classifier
 2020-05-18 14:32 UTC  (8+ messages)

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-05-18  8:45 UTC  (5+ messages)
` [RFC PATCHv2 "
  ` [RFC PATCHv2 bpf-next 1/2] xdp: add a new helper for "

[bpf-next PATCH v2 0/5] bpf: Add sk_msg and networking helpers
 2020-05-18  5:24 UTC  (8+ messages)
` [bpf-next PATCH v2 1/5] bpf: sk_msg add some generic helpers that may be useful from sk_msg
` [bpf-next PATCH v2 2/5] bpf: extend bpf_base_func_proto helpers with probe_* and *current_task*
` [bpf-next PATCH v2 3/5] bpf: sk_msg add get socket storage helpers
` [bpf-next PATCH v2 4/5] bpf: selftests, add sk_msg helpers load and attach test
` [bpf-next PATCH v2 5/5] bpf: selftests, test probe_* helpers from SCHED_CLS

[PATCH bpf-next v2 0/5] samples: bpf: refactor kprobe tracing progs with libbpf
 2020-05-18  5:05 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] samples: bpf: refactor pointer error check "
` [PATCH bpf-next v2 2/5] samples: bpf: refactor kprobe tracing user progs "
` [PATCH bpf-next v2 3/5] samples: bpf: refactor tail call "
` [PATCH bpf-next v2 4/5] samples: bpf: add tracex7 test file to .gitignore
` [PATCH bpf-next v2 5/5] samples: bpf: refactor kprobe, tail call kern progs map definition

[PATCH v2 bpf-next 0/7] BPF ring buffer
 2020-05-17 19:57 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/7] bpf: implement BPF ring buffer and verifier support for it
` [PATCH v2 bpf-next 2/7] tools/memory-model: add BPF ringbuf MPSC litmus tests
` [PATCH v2 bpf-next 3/7] bpf: track reference type in verifier
` [PATCH v2 bpf-next 4/7] libbpf: add BPF ring buffer support
` [PATCH v2 bpf-next 5/7] selftests/bpf: add BPF ringbuf selftests
` [PATCH v2 bpf-next 6/7] bpf: add BPF ringbuf and perf buffer benchmarks
` [PATCH v2 bpf-next 7/7] docs/bpf: add BPF ring buffer design notes

[bpf-next PATCH v2 00/12] bpf: selftests, test_sockmap improvements
 2020-05-16  1:02 UTC  (2+ messages)

[PATCH bpf-next 1/2] selftests/bpf: fix test_align
 2020-05-15 23:19 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: move test_align under test_progs

[PATCH v2 0/7] Copy hashmap to tools/perf/util, use in perf expr
 2020-05-15 23:09 UTC  (22+ messages)
` [PATCH v2 1/7] libbpf: Fix memory leak and possible double-free in hashmap__clear
` [PATCH v2 2/7] libbpf hashmap: Remove unused #include
` [PATCH v2 3/7] libbpf hashmap: Fix signedness warnings
` [PATCH v2 4/7] tools lib/api: Copy libbpf hashmap to tools/perf/util
` [PATCH v2 5/7] perf test: Provide a subtest callback to ask for the reason for skipping a subtest
` [PATCH v2 6/7] perf test: Improve pmu event metric testing
` [PATCH v2 7/7] perf expr: Migrate expr ids table to a hashmap

[selftests/bpf] da43712a72: kernel-selftests.bpf.make_fail
 2020-05-15 19:31 UTC  (6+ messages)

pull-request: bpf 2020-05-15
 2020-05-15 18:01 UTC  (2+ messages)

pull-request: bpf-next 2020-05-15
 2020-05-15 17:53 UTC  (2+ messages)

[PATCH 0/8] Copy hashmap to libapi, use in perf expr
 2020-05-15 16:59 UTC  (14+ messages)
` [PATCH 1/8] libbpf: Fix memory leak and possible double-free in hashmap__clear
` [PATCH 2/8] libbpf hashmap: Remove unused #include
` [PATCH 3/8] libbpf hashmap: Fix signedness warnings
` [PATCH 4/8] libbpf hashmap: Localize static hashmap__* symbols
` [PATCH 5/8] tools lib/api: Copy libbpf hashmap to libapi
` [PATCH 6/8] perf test: Provide a subtest callback to ask for the reason for skipping a subtest
` [PATCH 7/8] perf test: Improve pmu event metric testing
` [PATCH 8/8] perf expr: Migrate expr ids table to a hashmap

[PATCH v7 bpf-next 0/3] Introduce CAP_BPF
 2020-05-15 15:55 UTC  (2+ messages)

[PATCH bpf-next] bpf, bpftool: Allow probing for CONFIG_HZ from kernel config
 2020-05-15 15:23 UTC  (4+ messages)

[PATCH bpf v2 0/3] Restrict bpf_probe_read{,str}() and bpf_trace_printk()'s %s
 2020-05-15 15:18 UTC  (5+ messages)
` [PATCH bpf v2 1/3] bpf: restrict bpf_probe_read{,str}() only to archs where they work
` [PATCH bpf v2 2/3] bpf: add bpf_probe_read_{user, kernel}_str() to do_refine_retval_range
` [PATCH bpf v2 3/3] bpf: restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifier

[PATCH bpf-next v2 00/17] Run a BPF program on socket lookup
 2020-05-15 15:07 UTC  (5+ messages)
` [PATCH bpf-next v2 05/17] inet: Run SK_LOOKUP "

[RFCv2 0/9] bpf: Add d_path helper
 2020-05-15 14:59 UTC  (18+ messages)
` [PATCH 1/9] "
` [PATCH 3/9] bpf: Add bpfwl tool to construct bpf whitelists
` [PATCH 6/9] bpf: Compile bpfwl tool at kernel compilation start
` [PATCH 7/9] bpf: Compile the BTF id whitelist data in vmlinux
` [PATCH 8/9] selftests/bpf: Add test for d_path helper

[PATCH v2 0/3] selftests: lib.mk improvements
 2020-05-15 12:40 UTC  (6+ messages)
` [PATCH v2 1/3] selftests: do not use .ONESHELL
` [PATCH v2 2/3] selftests: fix condition in run_tests
` [PATCH v2 3/3] selftests: simplify run_tests

[PATCH RFC] selftests: do not use .ONESHELL
 2020-05-15  9:18 UTC  (3+ messages)

[PATCH bpf-next 0/3] samples: bpf: refactor kprobe tracing progs with libbpf
 2020-05-15  8:21 UTC  (6+ messages)
` [PATCH bpf-next 1/3] samples: bpf: refactor kprobe tracing user "

[PATCH bpf-next v2 00/14] Introduce AF_XDP buffer allocation API
 2020-05-15  6:23 UTC  (2+ messages)

pull-request: bpf-next 2020-05-14
 2020-05-15  3:55 UTC  (2+ messages)

[PATCH 5.4] selftests/bpf: fix goto cleanup label not defined
 2020-05-15  3:38 UTC 

[PATCH v3 bpf-next 0/5] bpf: sk lookup, cgroup id helpers in cgroup skb
 2020-05-15  1:48 UTC  (2+ messages)

[PATCH][next] selftest/bpf: fix spelling mistake "SIGALARM" -> "SIGALRM"
 2020-05-15  1:39 UTC  (3+ messages)

[PATCH v2 bpf-next] bpf: fix bpf_iter's task iterator logic
 2020-05-15  1:38 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Narrow loads for bpf_sock_addr.user_port
 2020-05-15  1:37 UTC  (2+ messages)

[PATCH bpf-next v2] samples/bpf: xdp_redirect_cpu: set MAX_CPUS according to NR_CPUS
 2020-05-15  1:27 UTC  (3+ messages)

[PATCH bpf 0/3] Restrict bpf_probe_read{,str}() and bpf_trace_printk()'s %s
 2020-05-15  0:06 UTC  (3+ messages)
` [PATCH bpf 1/3] bpf: restrict bpf_probe_read{,str}() only to archs where they work

bpf selftest execution issues
 2020-05-14 23:13 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).