bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-11 18:52:24 to 2020-05-13 18:54:59 UTC [more...]

[PATCH v6 bpf-next 0/3] Introduce CAP_BPF
 2020-05-13 18:54 UTC  (8+ messages)
` [PATCH v6 bpf-next 1/3] bpf, capability: "
` [PATCH v6 bpf-next 2/3] bpf: implement CAP_BPF
` [PATCH v6 bpf-next 3/3] selftests/bpf: use CAP_BPF and CAP_PERFMON in tests

[RFCv2 0/9] bpf: Add d_path helper
 2020-05-13 18:29 UTC  (3+ messages)
` [PATCH 7/9] bpf: Compile the BTF id whitelist data in vmlinux

[PATCH bpf 0/2] bpf: enforce returning 0 for fentry/fexit programs
 2020-05-13 18:28 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf: enforce returning 0 for fentry/fexit progs
` [PATCH bpf 2/2] selftests/bpf: enforce returning 0 for fentry/fexit programs

[PATCH bpf-next v2 0/7] bpf: misc fixes for bpf_iter
 2020-05-13 18:19 UTC  (9+ messages)
` [PATCH bpf-next v2 1/7] tools/bpf: selftests : explain bpf_iter test failures with llvm 10.0.0
` [PATCH bpf-next v2 2/7] bpf: change btf_iter func proto prefix to "bpf_iter_"
` [PATCH bpf-next v2 3/7] bpf: add comments to interpret bpf_prog return values
` [PATCH bpf-next v2 4/7] bpf: net: refactor bpf_iter target registration
` [PATCH bpf-next v2 5/7] bpf: change func bpf_iter_unreg_target() signature
` [PATCH bpf-next v2 6/7] bpf: enable bpf_iter targets registering ctx argument types
` [PATCH bpf-next v2 7/7] samples/bpf: remove compiler warnings

[PATCH bpf-next] libbpf: Fix register naming in PT_REGS s390 macros
 2020-05-13 18:13 UTC  (2+ messages)

[PATCH bpf-next v2 00/17] Run a BPF program on socket lookup
 2020-05-13 18:10 UTC  (32+ messages)
` [PATCH bpf-next v2 01/17] flow_dissector: Extract attach/detach/query helpers
` [PATCH bpf-next v2 02/17] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next v2 03/17] inet: Store layer 4 protocol in inet_hashinfo
` [PATCH bpf-next v2 04/17] inet: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 05/17] inet: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 06/17] inet6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 07/17] inet6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 08/17] udp: Store layer 4 protocol in udp_table
` [PATCH bpf-next v2 09/17] udp: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 10/17] udp: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 11/17] udp6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 12/17] udp6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 13/17] bpf: Sync linux/bpf.h to tools/
` [PATCH bpf-next v2 14/17] libbpf: Add support for SK_LOOKUP program type
` [PATCH bpf-next v2 15/17] selftests/bpf: Add verifier tests for bpf_sk_lookup context access
` [PATCH bpf-next v2 16/17] selftests/bpf: Rename test_sk_lookup_kern.c to test_ref_track_kern.c
` [PATCH bpf-next v2 17/17] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

"Forwarding" from TC classifier
 2020-05-13 17:48 UTC  (2+ messages)

[PATCH] security: fix the default value of secid_to_secctx hook
 2020-05-13 17:22 UTC  (2+ messages)

[PATCH bpf-next v3 00/21] bpf: implement bpf iterator for kernel data
 2020-05-13 16:57 UTC  (10+ messages)
` [PATCH bpf-next v3 03/21] bpf: support bpf tracing/iter programs for BPF_LINK_CREATE
` [PATCH bpf-next v3 08/21] bpf: implement common macros/helpers for target iterators

clean up and streamline probe_kernel_* and friends v2
 2020-05-13 16:00 UTC  (19+ messages)
` [PATCH 01/18] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/18] maccess: remove various unused weak aliases
` [PATCH 03/18] maccess: remove duplicate kerneldoc comments
` [PATCH 04/18] maccess: clarify "
` [PATCH 05/18] maccess: update the top of file comment
` [PATCH 06/18] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
` [PATCH 07/18] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
` [PATCH 08/18] maccess: rename strnlen_unsafe_user to strnlen_user_nofault
` [PATCH 09/18] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/18] maccess: unify the probe kernel arch hooks
` [PATCH 11/18] maccess: remove strncpy_from_unsafe
` [PATCH 12/18] maccess: always use strict semantics for probe_kernel_read
` [PATCH 13/18] maccess: move user access routines together
` [PATCH 14/18] maccess: allow architectures to provide kernel probing directly
` [PATCH 15/18] x86: use non-set_fs based maccess routines
` [PATCH 16/18] maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
` [PATCH 17/18] maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
` [PATCH 18/18] maccess: rename probe_kernel_address to get_kernel_nofault

[PATCH bpf-next 0/3] samples: bpf: refactor kprobe tracing progs with libbpf
 2020-05-13 15:28 UTC  (7+ messages)
` [PATCH bpf-next 1/3] samples: bpf: refactor kprobe tracing user "
` [PATCH bpf-next 2/3] samples: bpf: refactor tail call "
` [PATCH bpf-next 3/3] samples: bpf: refactor kprobe, tail call kern progs map definition

[PATCH bpf-next v4] libbpf: fix probe code to return EPERM if encountered
 2020-05-13 14:57 UTC  (3+ messages)

[PATCH] selftests/bpf: install generated test progs
 2020-05-13 14:55 UTC  (3+ messages)

Checksum behaviour of bpf_redirected packets
 2020-05-13 14:14 UTC  (9+ messages)

[RFC PATCH bpf-next 0/1] bpf, x64: optimize JIT prologue/epilogue generation
 2020-05-13 11:58 UTC  (4+ messages)

[PATCH bpf-next] bpf, bpftool: Allow probing for CONFIG_HZ from kernel config
 2020-05-13 11:26 UTC  (3+ messages)

[selftests/bpf] da43712a72: kernel-selftests.bpf.make_fail
 2020-05-13 10:26 UTC  (2+ messages)

[PATCH bpf-next 1/4] xdp: Support specifying expected existing program when attaching XDP
 2020-05-13 10:25 UTC  (17+ messages)
              ` bpf: ability to attach freplace to multiple parents

bprm_count and stack_mprotect error when testing BPF LSM on v5.7-rc3
 2020-05-13  5:55 UTC  (7+ messages)

[PATCH bpf] bpf: fix bug in mmap() implementation for BPF array map
 2020-05-13  3:19 UTC  (2+ messages)

[PATCH v4 bpf-next 0/7] Fix, clean up, and revamp selftests/bpf Makefile
 2020-05-13  1:58 UTC  (5+ messages)
` [PATCH v4 bpf-next 5/7] selftests/bpf: replace test_progs and test_maps w/ general rule

[PATCH v3 bpf-next 0/4] Add benchmark runner and few benchmarks
 2020-05-13  1:10 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/4] selftests/bpf: extract parse_num_list into generic testing_helpers.c
` [PATCH v3 bpf-next 2/4] selftests/bpf: add benchmark runner infrastructure
` [PATCH v3 bpf-next 3/4] selftest/bpf: fmod_ret prog and implement test_overhead as part of bench
` [PATCH v3 bpf-next 4/4] selftest/bpf: add BPF triggering benchmark

[PATCH bpf-next 0/5] bpf: sk lookup, cgroup id helpers in cgroup skb
 2020-05-13  0:03 UTC  (6+ messages)
` [PATCH bpf-next 1/5] bpf: Allow sk lookup "
` [PATCH bpf-next 2/5] bpf: Allow skb_ancestor_cgroup_id helper "
` [PATCH bpf-next 3/5] bpf: Introduce bpf_sk_{,ancestor_}cgroup_id helpers
` [PATCH bpf-next 4/5] selftests/bpf: Add connect_fd_to_fd, connect_wait net helpers
` [PATCH bpf-next 5/5] selftests/bpf: Test for sk helpers in cgroup skb

[PATCH v5 bpf-next 0/3] Introduce CAP_BPF
 2020-05-12 23:01 UTC  (17+ messages)
` [PATCH v5 bpf-next 2/3] bpf: implement CAP_BPF

[PATCH bpf-next 0/8] misc fixes for bpf_iter
 2020-05-12 22:30 UTC  (16+ messages)
` [PATCH bpf-next 1/8] tools/bpf: selftests : explain bpf_iter test failures with llvm 10.0.0
` [PATCH bpf-next 2/8] bpf: change btf_iter func proto prefix to "bpf_iter_"
` [PATCH bpf-next 3/8] bpf: add comments to interpret bpf_prog return values
` [PATCH bpf-next 4/8] bpf: add WARN_ONCE if bpf_seq_read show() return a positive number
` [PATCH bpf-next 5/8] bpf: net: refactor bpf_iter target registration
` [PATCH bpf-next 6/8] bpf: change func bpf_iter_unreg_target() signature
` [PATCH bpf-next 7/8] bpf: enable bpf_iter targets registering ctx argument types
` [PATCH bpf-next 8/8] samples/bpf: remove compiler warnings

[PATCH v2 bpf-next 0/3] Add benchmark runner and few benchmarks
 2020-05-12 17:47 UTC  (11+ messages)
` [PATCH v2 bpf-next 1/3] selftests/bpf: add benchmark runner infrastructure
` [PATCH v2 bpf-next 2/3] selftest/bpf: fmod_ret prog and implement test_overhead as part of bench

[PATCH bpf-next v2] samples/bpf: xdp_redirect_cpu: set MAX_CPUS according to NR_CPUS
 2020-05-12 17:03 UTC  (2+ messages)

[PATCH bpf-next v4 00/21] bpf: implement bpf iterator for kernel data
 2020-05-12 16:29 UTC  (6+ messages)
` [PATCH bpf-next v4 02/21] bpf: allow loading of a bpf_iter program

bpf selftest execution issues
 2020-05-12 14:46 UTC 

[PATCH bpf-next] samples/bpf: xdp_redirect_cpu: set MAX_CPUS according to NR_CPUS
 2020-05-12 14:22 UTC  (4+ messages)

[PATCH bpf-next 00/17] Run a BPF program on socket lookup
 2020-05-12 14:16 UTC  (10+ messages)
` [PATCH bpf-next 02/17] bpf: Introduce SK_LOOKUP program type with a dedicated attach point

KMSAN: uninit-value in inet_gro_receive (3)
 2020-05-12 14:02 UTC 

[PATCH bpf-next v3] libbpf: fix probe code to return EPERM if encountered
 2020-05-12  9:06 UTC  (4+ messages)

[PATCH v2 bpf-next 0/7] bpf, printk: add BTF-based type printing
 2020-05-12  5:56 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/7] bpf: provide function to get vmlinux BTF information
` [PATCH v2 bpf-next 2/7] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v2 bpf-next 3/7] checkpatch: add new BTF pointer format specifier
` [PATCH v2 bpf-next 4/7] printk: add type-printing %pT format specifier which uses BTF
` [PATCH v2 bpf-next 5/7] printk: extend test_printf to test %pT BTF-based format specifier
` [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

[PATCH v2 00/15] kbuild: support 'userprogs' syntax
 2020-05-12  4:34 UTC  (2+ messages)

[PATCH] bpfilter: check if $(CC) can static link in Kconfig
 2020-05-12  4:32 UTC  (3+ messages)

[bpf-next PATCH 00/10] bpf: selftests, test_sockmap improvements
 2020-05-12  3:13 UTC  (4+ messages)

[PATCH bpf-next v2 0/4] bpf: clean up bpftool, bpftool doc, bpf-helpers doc
 2020-05-11 20:34 UTC  (2+ messages)

[PATCH bpf] samples: bpf: fix build error
 2020-05-11 20:32 UTC  (2+ messages)

Mailing list for CI results
 2020-05-11 18:52 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).