bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-16 09:26:59 to 2019-09-24 16:39:27 UTC [more...]

Linux 5.4 - bpf test build fails
 2019-09-24 16:39 UTC  (6+ messages)

[RFC PATCH bpf-next v2 0/2] bpf: adding map batch processing support
 2019-09-24 16:28 UTC  (4+ messages)
` [RFC PATCH bpf-next v2 1/2] "

[PATCH V11 0/4] BPF: New helper to obtain namespace data from current task
 2019-09-24 15:20 UTC  (5+ messages)
` [PATCH bpf-next v11 1/4] fs/nsfs.c: added ns_match
` [PATCH bpf-next v11 2/4] bpf: added new helper bpf_get_ns_current_pid_tgid
` [PATCH bpf-next v11 3/4] tools: Added bpf_get_ns_current_pid_tgid helper
` [PATCH bpf-next v11 4/4] tools/testing/selftests/bpf: Add self-tests for new helper

[PATCH bpf-next 0/5] Add PERF_FORMAT_LOST read_format
 2019-09-24  8:33 UTC  (9+ messages)
` [PATCH bpf-next 1/5] perf/core: "
` [PATCH bpf-next 2/5] perf/core: Sync perf_event.h to tools
` [PATCH bpf-next 3/5] libbpf: Add helpers to extract perf fd from bpf_link
` [PATCH bpf-next 4/5] libbpf: Set read_format PERF_FORMAT_LOST on kprobe perf fds
` [PATCH bpf-next 5/5] libbpf: Add selftest for PERF_FORMAT_LOST perf read_format

general protection fault in xsk_map_update_elem
 2019-09-24  5:05 UTC  (3+ messages)

[PATCH] kcm: use BPF_PROG_RUN
 2019-09-23 21:31 UTC  (4+ messages)

[PATCH bpf v2] selftests/bpf: test_progs: fix client/server race in tcp_rtt
 2019-09-23 18:41 UTC 

[PATCH bpf] selftests/bpf: test_progs: fix client/server race in tcp_rtt
 2019-09-23 16:41 UTC  (4+ messages)

[PATCH net-next] tuntap: Fallback to automq on TUNSETSTEERINGEBPF prog negative return
 2019-09-23 16:31 UTC  (19+ messages)

[PATCH 30/32] tools lib bpf: Renaming pr_warning to pr_warn
 2019-09-23 13:35 UTC  (5+ messages)

[PATCH bpf] libbpf: fix version identification on busybox
 2019-09-20 22:14 UTC  (10+ messages)

[PATCH -next] treewide: remove unused argument in lock_release()
 2019-09-20 13:49 UTC  (4+ messages)

[PATCH v2 0/3] seccomp: continue syscall from notifier
 2019-09-20  8:47 UTC  (5+ messages)
` [PATCH v2 1/3] seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE
` [PATCH v2 2/3] seccomp: avoid overflow in implicit constant conversion
` [PATCH v2 3/3] seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE

[RFC {net,iproute2}-next 0/2] Introduce an eBPF hookpoint for tx queue selection in the XPS (Transmit Packet Steering) code
 2019-09-20  5:01 UTC  (5+ messages)

[RFC iproute2-next 2/2] Introduce an eBPF hookpoint for tx queue selection in the XPS (Transmit Packet Steering) code
 2019-09-19 22:46 UTC 

[RFC net-next 1/2] Introduce an eBPF hookpoint for tx queue selection in the XPS (Transmit Packet Steering) code
 2019-09-19 22:45 UTC 

[PATCH v1 0/3] seccomp: continue syscall from notifier
 2019-09-19 22:22 UTC  (8+ messages)
` [PATCH v1 1/3] seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE
` [PATCH v1 2/3] seccomp: avoid overflow in implicit constant conversion
` [PATCH v1 3/3] seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE

[PATCH 0/4] seccomp: continue syscall from notifier
 2019-09-19 18:30 UTC  (16+ messages)
` [PATCH 1/4] seccomp: add SECCOMP_RET_USER_NOTIF_ALLOW
` [PATCH 2/4] seccomp: add two missing ptrace ifdefines
` [PATCH 3/4] seccomp: avoid overflow in implicit constant conversion
` [PATCH 4/4] seccomp: test SECCOMP_RET_USER_NOTIF_ALLOW

[PATCH v3 bpf-next 00/14] samples: bpf: improve/fix cross-compilation
 2019-09-19 17:54 UTC  (45+ messages)
` [PATCH v3 bpf-next 01/14] samples: bpf: makefile: fix HDR_PROBE "echo"
` [PATCH v3 bpf-next 02/14] samples: bpf: makefile: fix cookie_uid_helper_example obj build
` [PATCH v3 bpf-next 03/14] samples: bpf: makefile: use --target from cross-compile
` [PATCH v3 bpf-next 04/14] samples: bpf: use own EXTRA_CFLAGS for clang commands
` [PATCH v3 bpf-next 05/14] samples: bpf: makefile: use __LINUX_ARM_ARCH__ selector for arm
` [PATCH v3 bpf-next 06/14] samples: bpf: makefile: drop unnecessarily inclusion for bpf_load
` [PATCH v3 bpf-next 07/14] samples: bpf: add makefile.target for separate CC target build
` [PATCH v3 bpf-next 08/14] samples: bpf: makefile: base target programs rules on Makefile.target
` [PATCH v3 bpf-next 09/14] samples: bpf: makefile: use own flags but not host when cross compile
` [PATCH v3 bpf-next 10/14] samples: bpf: makefile: use target CC environment for HDR_PROBE
` [PATCH v3 bpf-next 11/14] libbpf: makefile: add C/CXX/LDFLAGS to libbpf.so and test_libpf targets
` [PATCH v3 bpf-next 12/14] samples: bpf: makefile: provide C/CXX/LD flags to libbpf
` [PATCH v3 bpf-next 13/14] samples: bpf: makefile: add sysroot support
` [PATCH v3 bpf-next 14/14] samples: bpf: README: add preparation steps and sysroot info

[bpf-next,v3] samples: bpf: add max_pckt_size option at xdp_adjust_tail
 2019-09-19 17:52 UTC  (6+ messages)

[PATCH] selftests: update .gitignore files for selftests/bpf and selftests/zram
 2019-09-19 17:09 UTC  (2+ messages)

bpf syzbot coverage
 2019-09-19 15:20 UTC 

[PATCH bpf 0/2] bpf: BTF fixes
 2019-09-19 12:33 UTC  (5+ messages)
` [PATCH bpf 1/2] bpf: fix BTF verification of enums
` [PATCH bpf 2/2] bpf: fix BTF limits

[PATCH bpf] xsk: relax UMEM headroom alignment
 2019-09-19 12:33 UTC  (2+ messages)

[PATCH bpf v2] libbpf: Remove getsockopt() check for XDP_OPTIONS
 2019-09-19 12:31 UTC  (3+ messages)

INFO: task hung in cancel_delayed_work_sync
 2019-09-19  5:50 UTC  (4+ messages)

[PATCH] staging: tracing/kprobe: filter kprobe based perf event
 2019-09-19  2:41 UTC  (4+ messages)

[Ksummit-discuss] [PATCH v2 3/3] libnvdimm, MAINTAINERS: Maintainer Entry Profile
 2019-09-17 21:59 UTC  (11+ messages)

[RFC v1 00/14] Kernel Runtime Security Instrumentation
 2019-09-17 19:36 UTC  (6+ messages)
` [RFC v1 12/14] krsi: Add an eBPF helper function to get the value of an env variable

KASAN: slab-out-of-bounds Read in bpf_prog_create
 2019-09-17 18:49 UTC 

[PATCH bpf-next 1/5] perf/core: Add PERF_FORMAT_LOST read_format
 2019-09-17 15:14 UTC 

[GCC,LLVM] bpf_helpers.h
 2019-09-17 13:17 UTC  (3+ messages)

[PATCH bpf-next] i40e: fix xdp handle calculations
 2019-09-17 10:54 UTC  (3+ messages)

[PATCH bpf] bpf: respect CAP_IPC_LOCK in RLIMIT_MEMLOCK check
 2019-09-16 22:19 UTC  (4+ messages)

[bpf-next,v4] samples: bpf: add max_pckt_size option at xdp_adjust_tail
 2019-09-16 16:55 UTC  (3+ messages)

pull-request: bpf-next 2019-09-16
 2019-09-16 14:02 UTC  (2+ messages)

[PATCH] libbpf: Don't error out if getsockopt() fails for XDP_OPTIONS
 2019-09-16 12:31 UTC  (6+ messages)

[PATCH bpf v2] bpf: fix accessing bpf_sysctl.file_pos on s390
 2019-09-16 10:11 UTC  (2+ messages)

bpf-next is CLOSED
 2019-09-16  9:59 UTC 


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