bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-21 04:30:08 to 2020-05-25 22:57:11 UTC [more...]

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

[PATCH] MAINTAINERS: adjust entry in XDP SOCKETS to actual file name
 2020-05-25 22:23 UTC  (3+ messages)

[PATCH bpf-next] bpf: Fix returned error sign when link doesn't support updates
 2020-05-25 22:21 UTC  (2+ messages)

[PATCH bpf-next v2] tools: bpftool: make capability check account for new BPF caps
 2020-05-25 22:20 UTC  (2+ messages)

[PATCH bpf-next] tools: bpftool: clean subcommand help messages
 2020-05-25 22:20 UTC  (2+ messages)

[PATCH bpf] xsk: add overflow check for u64 division, stored into u32
 2020-05-25 22:19 UTC  (3+ messages)

clean up and streamline probe_kernel_* and friends v4
 2020-05-25 22:19 UTC  (31+ messages)
` [PATCH 01/23] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/23] maccess: remove various unused weak aliases
` [PATCH 03/23] maccess: remove duplicate kerneldoc comments
` [PATCH 04/23] maccess: clarify "
` [PATCH 05/23] maccess: update the top of file comment
` [PATCH 06/23] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
` [PATCH 07/23] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
` [PATCH 08/23] maccess: rename strnlen_unsafe_user to strnlen_user_nofault
` [PATCH 09/23] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/23] maccess: unify the probe kernel arch hooks
` [PATCH 11/23] bpf: factor out a bpf_trace_copy_string helper
` [PATCH 12/23] bpf: handle the compat string in bpf_trace_copy_string better
` [PATCH 13/23] bpf: rework the compat kernel probe handling
` [PATCH 14/23] tracing/kprobes: handle mixed kernel/userspace probes better
` [PATCH 15/23] maccess: remove strncpy_from_unsafe
` [PATCH 16/23] maccess: always use strict semantics for probe_kernel_read
` [PATCH 17/23] maccess: move user access routines together
` [PATCH 18/23] maccess: allow architectures to provide kernel probing directly
` [PATCH 19/23] x86: use non-set_fs based maccess routines
` [PATCH 20/23] maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
` [PATCH 21/23] maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
` [PATCH 22/23] maccess: rename probe_kernel_address to get_kernel_nofault
` [PATCH 23/23] maccess: return -ERANGE when copy_from_kernel_nofault_allowed fails

[PATCH] bpftool: print correct error message when failing to load BTF
 2020-05-25 22:18 UTC  (2+ messages)

[PATCH v2 bpf-next 0/7] BPF ring buffer
 2020-05-25 20:34 UTC  (29+ 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

[PATCH bpf-next] libbpf: add API to consume the perf ring buffer content
 2020-05-25 16:15 UTC 

kselftest OOT run_tests
 2020-05-25 13:55 UTC 

[PATCH v2 0/7] Share events between metrics
 2020-05-25 13:34 UTC  (10+ messages)

XDP socket DOS bug
 2020-05-25  7:54 UTC  (2+ messages)

OUTPUT and TEST_CUSTOM_PROGS
 2020-05-25  6:28 UTC 

[PATCH RESEND] libbpf: use .so dynamic symbols for abi check
 2020-05-25  6:18 UTC 

general protection fault in selinux_socket_recvmsg
 2020-05-24 18:12 UTC  (3+ messages)

[RFC bpf-next 0/2] introduce support for XDP programs in cpumaps
 2020-05-24 17:22 UTC  (6+ messages)
` [RFC bpf-next 1/2] bpf: cpumap: add the possibility to attach a eBPF program to cpumap
` [RFC bpf-next 2/2] samples/bpf: xdp_redirect_cpu: load a eBPF program on cpu_map

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

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-05-23  6:05 UTC  (4+ messages)
` [PATCHv3 "
  ` [PATCHv3 bpf-next 1/2] xdp: add a new helper for "
  ` [PATCHv3 bpf-next 2/2] sample/bpf: add xdp_redirect_map_multicast test

pull-request: bpf-next 2020-05-23
 2020-05-23  1:30 UTC  (2+ messages)

[PATCH v2 bpf-next 0/3] bpf: Allow inner map with different max_entries
 2020-05-23  1:00 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Consolidate inner-map-compatible properties into bpf_types.h
` [PATCH v2 bpf-next 2/3] bpf: Relax the max_entries check for inner map
` [PATCH v2 bpf-next 3/3] bpf: selftests: Add test for different inner map size

[PATCH bpf 0/2] selftests/bpf: add missing CONFIG values to test config
 2020-05-22 23:37 UTC  (4+ messages)
` [PATCH bpf 1/2] selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o
` [PATCH bpf 2/2] selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.sh

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

pull-request: bpf 2020-05-22
 2020-05-22 21:35 UTC  (2+ messages)

[PATCH v2 0/3] selftests: lib.mk improvements
 2020-05-22 15:38 UTC  (5+ messages)

accessing global and per-cpu vars
 2020-05-22 14:28 UTC  (3+ messages)

[PATCH] files: Use rcu lock to get the file structures for better performance
 2020-05-22 11:43 UTC  (7+ messages)
  ` [External] "

[PATCH bpf] flow_dissector: Drop BPF flow dissector prog ref on netns cleanup
 2020-05-22  8:22 UTC  (6+ messages)

[PATCH 0/8] selftests/bpf: installation and out of tree build fixes
 2020-05-22  8:19 UTC  (11+ messages)
` [PATCH 1/8] selftests/bpf: remove test_align from Makefile
` [PATCH 2/8] selftests/bpf: build bench.o for any $(OUTPUT)
` [PATCH 3/8] selftests/bpf: install btf .c files
` [PATCH 4/8] selftests/bpf: fix object files installation
` [PATCH 5/8] selftests/bpf: add output dir to include list
` [PATCH 6/8] selftests/bpf: fix urandom_read installation
` [PATCH 7/8] selftests/bpf: fix test.h placing for out of tree build
` [PATCH 8/8] selftests/bpf: factor out MKDIR rule
  ` [PATCH] selftests/bpf: split -extras target to -static and -gen

[PATCH bpf-next v5 00/15] Introduce AF_XDP buffer allocation API
 2020-05-22  3:37 UTC  (3+ messages)

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

[PATCH bpf-next 0/3] bpf: Allow inner map with different max_entries
 2020-05-22  0:06 UTC  (9+ messages)
` [PATCH bpf-next 1/3] bpf: Clean up inner map type check
` [PATCH bpf-next 2/3] bpf: Relax the max_entries check for inner map
` [PATCH bpf-next 3/3] bpf: selftests: Add test for different inner map size

[PATCH net-next] Extending bpf_setsockopt with SO_BINDTODEVICE sockopt
 2020-05-21 21:55 UTC  (4+ messages)

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

[PATCH bpf v2] flow_dissector: Drop BPF flow dissector prog ref on netns cleanup
 2020-05-21 18:14 UTC  (3+ messages)

[PATCH bpf-next v4 00/15] Introduce AF_XDP buffer allocation API
 2020-05-21 18:06 UTC  (6+ messages)
` [PATCH bpf-next v4 01/15] xsk: fix xsk_umem_xdp_frame_sz()

[PATCH 0/7] Share events between metrics
 2020-05-21 17:28 UTC  (9+ messages)
` [PATCH 5/7] perf metricgroup: Remove duped metric group events

[RFC PATCH v3 00/14] Share events between metrics
 2020-05-21 17:07 UTC  (3+ messages)
` [RFC PATCH v3 09/14] perf metricgroup: free metric_events on error


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