bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-08 17:54:27 to 2019-07-12 14:26:19 UTC [more...]

Linux Plumbers BPF micro-conference CFP
 2019-07-12 14:26 UTC  (2+ messages)
` Linux Plumbers BPF micro-conference CFP (reminder)

[PATCH bpf] selftests/bpf: put test_stub.o into $(OUTPUT)
 2019-07-12 13:59 UTC 

[PATCH bpf-next] selftests/bpf: remove logic duplication in test_verifier.c
 2019-07-12 13:57 UTC  (5+ messages)

[PATCH bpf] selftests/bpf: make directory prerequisites order-only
 2019-07-12 13:56 UTC 

[PATCH v4 bpf-next 0/4] selftests/bpf: fix compiling loop{1,2,3}.c on s390
 2019-07-12 13:44 UTC  (12+ messages)
` [PATCH v4 bpf-next 1/4] selftests/bpf: compile progs with -D__TARGET_ARCH_$(SRCARCH)
` [PATCH v4 bpf-next 2/4] selftests/bpf: fix s930 -> s390 typo
` [PATCH v4 bpf-next 3/4] selftests/bpf: make PT_REGS_* work in userspace
` [PATCH v4 bpf-next 4/4] selftests/bpf: fix compiling loop{1,2,3}.c on s390

[PATCH v3 bpf] selftests/bpf: do not ignore clang failures
 2019-07-12 13:42 UTC  (4+ messages)

[PATCH bpf] selftests/bpf: fix attach_probe on s390
 2019-07-12 13:41 UTC 

[PATCH][bpf-next] bpf: verifier: avoid fall-through warnings
 2019-07-12 13:41 UTC  (2+ messages)

[PATCH v2 bpf] selftests/bpf: fix bpf_target_sparc check
 2019-07-12 13:08 UTC  (4+ messages)

[PATCH bpf] xdp: fix potential deadlock on socket mutex
 2019-07-12 13:07 UTC  (2+ messages)

[PATCH bpf] xdp: fix possible cq entry leak
 2019-07-12 13:07 UTC  (4+ messages)

[PATCH bpf-next] libbpf: fix ptr to u64 conversion warning on 32-bit platforms
 2019-07-12 13:06 UTC  (4+ messages)

[PATCH bpf-next] bpf: fix precision bit propagation for BPF_ST instructions
 2019-07-12 13:05 UTC  (2+ messages)

[PATCH v2 bpf-next 0/3] fix BTF verification size resolution
 2019-07-12 12:59 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/3] bpf: fix BTF verifier size resolution logic
` [PATCH v2 bpf-next 2/3] selftests/bpf: add trickier size resolution tests
` [PATCH v2 bpf-next 3/3] selftests/bpf: use typedef'ed arrays as map values

[PATCH bpf-next v9 0/2] bpf: Allow bpf_skb_event_output for more prog types
 2019-07-12 12:42 UTC  (5+ messages)
` [PATCH bpf-next v9 1/2] bpf: Allow bpf_skb_event_output for a few "
` [PATCH bpf-next v9 2/2] selftests/bpf: Add selftests for bpf_perf_event_output

[PATCH] MAINTAINERS: update BPF JIT S390 maintainers
 2019-07-12 12:40 UTC  (6+ messages)

[bpf PATCH v2 0/6] bpf: sockmap/tls fixes
 2019-07-12  3:16 UTC  (26+ messages)
` [bpf PATCH v2 1/6] tls: remove close callback sock unlock/lock and flush_sync
` [bpf PATCH v2 2/6] bpf: tls fix transition through disconnect with close
` [bpf PATCH v2 3/6] bpf: sockmap, sock_map_delete needs to use xchg
` [bpf PATCH v2 4/6] bpf: sockmap, synchronize_rcu before free'ing map
` [bpf PATCH v2 5/6] bpf: sockmap, only create entry if ulp is not already enabled
` [bpf PATCH v2 6/6] bpf: sockmap/tls, close can race with map free

[bpf-next v3 00/12] Test the 32bit narrow reads
 2019-07-12  0:59 UTC  (28+ messages)
` [bpf-next v3 01/12] selftests/bpf: Print a message when tester could not run a program
` [bpf-next v3 02/12] selftests/bpf: Avoid a clobbering of errno
` [bpf-next v3 03/12] selftests/bpf: Avoid another case of errno clobbering
` [bpf-next v3 04/12] selftests/bpf: Use bpf_prog_test_run_xattr
` [bpf-next v3 05/12] selftests/bpf: Allow passing more information to BPF prog test run
` [bpf-next v3 07/12] tools headers: Adopt compiletime_assert from kernel sources
` [bpf-next v3 08/12] tools headers: Sync struct bpf_perf_event_data
` [bpf-next v3 09/12] bpf: Split out some helper functions
` [bpf-next v3 10/12] bpf: Implement bpf_prog_test_run for perf event programs
` [bpf-next v3 11/12] selftests/bpf: Add tests for bpf_prog_test_run for perf events progs

[PATCH 0/2] Fold checksum at the end of bpf_csum_diff and fix
 2019-07-11 23:50 UTC  (4+ messages)
` [PATCH 1/2] bpf: bpf_csum_diff: fold the checksum before returning the value
` [PATCH 2/2] bpf, selftest: fix checksum value for test #13

[RESEND] test_verifier #13 fails on arm64: "retval 65507 != -29"
 2019-07-11 23:47 UTC  (10+ messages)
          ` [PATCH 0/2] [RESEND] Fold checksum at the end of bpf_csum_diff and fix
            ` [PATCH 1/2] bpf: bpf_csum_diff: fold the checksum before returning the value
            ` [PATCH 2/2] bpf, selftest: fix checksum value for test #13

[RFC bpf-next 0/8] bpf: accelerate insn patching speed
 2019-07-11 12:20 UTC  (10+ messages)
` [RFC bpf-next 1/8] bpf: introducing list based insn patching infra to core layer
` [RFC bpf-next 2/8] bpf: extend list based insn patching infra to verification layer
    ` [oss-drivers] "

[PATCH bpf-next v3 0/6] add need_wakeup flag to the AF_XDP rings
 2019-07-11  9:52 UTC  (4+ messages)
` [PATCH bpf-next v3 1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup

[PATCH bpf] bpf: fix BTF verifier size resolution logic
 2019-07-11  4:56 UTC  (9+ messages)

WARNING in mark_chain_precision
 2019-07-10 23:29 UTC  (5+ messages)
    ` bpf_prog_free_deferred bug. WAS: "

[PATCH V2 0/1] tools/dtrace: initial implementation of DTrace
 2019-07-10 22:32 UTC  (12+ messages)
  ` [PATCH V2 1/1 (was 0/1 by accident)] "

[PATCH bpf-next v8 0/2] bpf: Allow bpf_skb_event_output for more prog types
 2019-07-10 18:05 UTC  (4+ messages)
` [PATCH bpf-next v8 1/2] bpf: Allow bpf_skb_event_output for a few "
` [PATCH bpf-next v8 2/2] selftests/bpf: Add selftests for bpf_perf_event_output

[PATCH v3 bpf-next 0/4] selftests/bpf: fix compiling loop{1,2,3}.c on s390
 2019-07-10 17:14 UTC  (10+ messages)
` [PATCH v3 bpf-next 1/4] selftests/bpf: compile progs with -D__TARGET_ARCH_$(ARCH)
` [PATCH v3 bpf-next 2/4] selftests/bpf: fix s930 -> s390 typo
` [PATCH v3 bpf-next 3/4] selftests/bpf: make PT_REGS_* work in userspace
` [PATCH v3 bpf-next 4/4] selftests/bpf: fix compiling loop{1,2,3}.c on s390

[PATCH bpf-next] selftests/bpf: do not ignore clang failures
 2019-07-10 16:04 UTC  (7+ messages)
` [PATCH v2 "

[PATCH RFC 0/4] Add support to directly attach BPF program to ftrace
 2019-07-10 14:15 UTC  (5+ messages)
` [PATCH RFC 1/4] Move bpf_raw_tracepoint functionality into bpf_trace.c
` [PATCH RFC 2/4] trace/bpf: Add support for attach/detach of ftrace events to BPF
` [PATCH RFC 3/4] lib/bpf: Add support for ftrace event attach and detach
` [PATCH RFC 4/4] selftests/bpf: Add test for ftrace-based BPF attach/detach

[PATCH bpf-next] net: Don't uninstall an XDP program when none is installed
 2019-07-10 11:16 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: fix bpf_target_sparc check
 2019-07-10  8:59 UTC  (3+ messages)

[PATCH v5 bpf-next 0/4] capture integers in BTF type info for map defs
 2019-07-09 21:39 UTC  (4+ messages)

[tip:x86/urgent] bpf: Fix ORC unwinding in non-JIT BPF code
 2019-07-09 19:26 UTC  (3+ messages)

[PATCH] tools bpftool: Fix json dump crash on powerpc
 2019-07-09 17:53 UTC  (7+ messages)
  ` [PATCHv2] "

[PATCH bpf-next 0/2] libbpf: add an option to reuse maps when loading a program
 2019-07-09 17:40 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf, libbpf: add a new API bpf_object__reuse_maps()

[PATCH bpf] bpf: net: Set sk_bpf_storage back to NULL for cloned sk
 2019-07-09 16:33 UTC  (2+ messages)

[PATCH bpf-next RFC v3 0/6] bpf: add BPF_MAP_DUMP command to dump more than one entry per call
 2019-07-09 15:34 UTC  (4+ messages)
` [PATCH bpf-next RFC v3 2/6] "

[PATCH v3] perf cs-etm: Improve completeness for kernel address space
 2019-07-09  5:11 UTC  (3+ messages)

WARNING in __mark_chain_precision
 2019-07-09  4:08 UTC  (3+ messages)

pull-request: bpf-next 2019-07-09
 2019-07-09  2:15 UTC  (2+ messages)

[PATCH bpf v2] xdp: fix race on generic receive path
 2019-07-09  0:13 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix test_reuseport_array on s390
 2019-07-09  0:12 UTC  (2+ messages)

[PATCH 0/1] tools/dtrace: initial implementation of DTrace
 2019-07-08 22:38 UTC  (4+ messages)
` [PATCH 1/1] "

WARNING in mark_lock
 2019-07-08 22:03 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: make verifier loop tests arch independent
 2019-07-08 21:44 UTC  (6+ messages)

[PATCH v3 bpf-next 4/9] libbpf: add kprobe/uprobe attach API
 2019-07-08 19:55 UTC  (4+ messages)

possible deadlock in rtnl_lock (6)
 2019-07-08 19:37 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).