bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-10 21:50:21 to 2019-07-15 22:37:23 UTC [more...]

[PATCH bpf 0/5] bpf: allow wide (u64) aligned loads for some fields of bpf_sock_addr
 2019-07-15 22:21 UTC  (9+ messages)
` [PATCH bpf 1/5] bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_ok
` [PATCH bpf 2/5] bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6
` [PATCH bpf 3/5] selftests/bpf: rename verifier/wide_store.c to verifier/wide_access.c
` [PATCH bpf 4/5] selftests/bpf: add selftests for wide loads
` [PATCH bpf 5/5] bpf: sync bpf.h to tools/

[PATCH bpf] samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH)
 2019-07-15 22:20 UTC  (3+ messages)

[RFC bpf-next 0/8] bpf: accelerate insn patching speed
 2019-07-15 22:29 UTC  (17+ 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] selftests/bpf: make directory prerequisites order-only
 2019-07-15 22:19 UTC  (3+ messages)

[PATCH bpf] selftests/bpf: fix attach_probe on s390
 2019-07-15 22:18 UTC  (3+ messages)

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

[PATCH v2 bpf-next] selftests/bpf: fix "alu with different scalars 1" on s390
 2019-07-15 22:16 UTC  (3+ messages)

[bpf PATCH v2 0/6] bpf: sockmap/tls fixes
 2019-07-15 20:58 UTC  (17+ messages)
` [bpf PATCH v2 2/6] bpf: tls fix transition through disconnect with close
` [bpf PATCH v2 6/6] bpf: sockmap/tls, close can race with map free

[bpf PATCH v3 0/8] sockmap/tls fixes
 2019-07-15 20:49 UTC  (9+ messages)
` [bpf PATCH v3 1/8] net/tls: don't arm strparser immediately in tls_set_sw_offload()
` [bpf PATCH v3 2/8] tls: remove close callback sock unlock/lock around TX work flush
` [bpf PATCH v3 3/8] tls: remove sock unlock/lock around strp_done()
` [bpf PATCH v3 4/8] bpf: tls fix transition through disconnect with close
` [bpf PATCH v3 5/8] bpf: sockmap, sock_map_delete needs to use xchg
` [bpf PATCH v3 6/8] bpf: sockmap, synchronize_rcu before free'ing map
` [bpf PATCH v3 7/8] bpf: sockmap, only create entry if ulp is not already enabled
` [bpf PATCH v3 8/8] bpf: sockmap/tls, close can race with map free

[PATCH] mm/gup: Use put_user_page*() instead of put_page*()
 2019-07-15 19:36 UTC  (9+ messages)

[PATCH AUTOSEL 5.2 024/249] selftests/bpf: adjust verifier scale test
 2019-07-15 13:46 UTC  (14+ messages)
` [PATCH AUTOSEL 5.2 085/249] selftests/bpf : clean up feature/ when make clean
` [PATCH AUTOSEL 5.2 095/249] bpf: silence warning messages in core
` [PATCH AUTOSEL 5.2 124/249] bpf: fix callees pruning callers
` [PATCH AUTOSEL 5.2 175/249] xsk: Properly terminate assignment in xskq_produce_flush_desc
` [PATCH AUTOSEL 5.2 177/249] bpf: fix BPF_ALU32 | BPF_ARSH on BE arches
` [PATCH AUTOSEL 5.2 189/249] net/mlx5e: Attach/detach XDP program safely
` [PATCH AUTOSEL 5.2 207/249] ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw
` [PATCH AUTOSEL 5.2 209/249] bpf: fix uapi bpf_prog_info fields alignment
` [PATCH AUTOSEL 5.2 224/249] libbpf: fix GCC8 warning for strncpy
` [PATCH AUTOSEL 5.2 225/249] bpf, libbpf, smatch: Fix potential NULL pointer dereference
` [PATCH AUTOSEL 5.2 226/249] selftests: bpf: fix inlines in test_lwt_seg6local
` [PATCH AUTOSEL 5.2 231/249] tools: bpftool: Fix json dump crash on powerpc
` [PATCH AUTOSEL 5.2 248/249] xdp: fix race on generic receive path

[PATCH AUTOSEL 5.1 083/219] bpf: silence warning messages in core
 2019-07-15 14:03 UTC  (11+ messages)
` [PATCH AUTOSEL 5.1 109/219] bpf: fix callees pruning callers
` [PATCH AUTOSEL 5.1 154/219] xsk: Properly terminate assignment in xskq_produce_flush_desc
` [PATCH AUTOSEL 5.1 156/219] bpf: fix BPF_ALU32 | BPF_ARSH on BE arches
` [PATCH AUTOSEL 5.1 180/219] ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw
` [PATCH AUTOSEL 5.1 182/219] bpf: fix uapi bpf_prog_info fields alignment
` [PATCH AUTOSEL 5.1 196/219] libbpf: fix GCC8 warning for strncpy
` [PATCH AUTOSEL 5.1 197/219] bpf, libbpf, smatch: Fix potential NULL pointer dereference
` [PATCH AUTOSEL 5.1 198/219] selftests: bpf: fix inlines in test_lwt_seg6local
` [PATCH AUTOSEL 5.1 202/219] tools: bpftool: Fix json dump crash on powerpc
` [PATCH AUTOSEL 5.1 218/219] xdp: fix race on generic receive path

[PATCH AUTOSEL 4.19 062/158] bpf: silence warning messages in core
 2019-07-15 14:17 UTC  (6+ messages)
` [PATCH AUTOSEL 4.19 114/158] xsk: Properly terminate assignment in xskq_produce_flush_desc
` [PATCH AUTOSEL 4.19 135/158] bpf: fix uapi bpf_prog_info fields alignment
` [PATCH AUTOSEL 4.19 141/158] bpf, libbpf, smatch: Fix potential NULL pointer dereference
` [PATCH AUTOSEL 4.19 142/158] selftests: bpf: fix inlines in test_lwt_seg6local
` [PATCH AUTOSEL 4.19 145/158] tools: bpftool: Fix json dump crash on powerpc

[PATCH AUTOSEL 4.14 047/105] bpf: silence warning messages in core
 2019-07-15 14:27 UTC 

[PATCH AUTOSEL 4.4 29/53] bpf: silence warning messages in core
 2019-07-15 14:45 UTC 

[PATCH AUTOSEL 4.9 36/73] bpf: silence warning messages in core
 2019-07-15 14:35 UTC 

[PATCH AUTOSEL 5.2 024/249] selftests/bpf: adjust verifier scale test
 2019-07-15 13:32 UTC 

LPC 2019 Networking Track CFP (reminder)
 2019-07-13  0:52 UTC 

[PATCH][bpf-next] bpf: verifier: avoid fall-through warnings
 2019-07-12 19:44 UTC  (3+ messages)

[PATCH bpf] selftests/bpf: put test_stub.o into $(OUTPUT)
 2019-07-12 20:15 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: fix test_send_signal_nmi on s390
 2019-07-12 19:59 UTC  (4+ messages)

[bpf-next v3 00/12] Test the 32bit narrow reads
 2019-07-12 17:49 UTC  (31+ 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 v2 bpf-next] selftests/bpf: remove logic duplication in test_verifier.c
 2019-07-12 17:44 UTC 

[PATCH v4 bpf-next 0/4] selftests/bpf: fix compiling loop{1,2,3}.c on s390
 2019-07-12 17:28 UTC  (13+ 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 v2 bpf-next 0/3] fix BTF verification size resolution
 2019-07-12 17:10 UTC  (12+ 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] selftests/bpf: remove logic duplication in test_verifier.c
 2019-07-12 15:45 UTC  (6+ messages)

[PATCH bpf-next] net: Don't uninstall an XDP program when none is installed
 2019-07-12 15:44 UTC  (3+ messages)

[PATCH 0/2] Fold checksum at the end of bpf_csum_diff and fix
 2019-07-12 15:15 UTC  (5+ 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

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

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

[PATCH v2 bpf] selftests/bpf: fix bpf_target_sparc check
 2019-07-12 13:08 UTC  (2+ 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  (2+ 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 bpf-next v9 0/2] bpf: Allow bpf_skb_event_output for more prog types
 2019-07-12 12:42 UTC  (3+ messages)

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

[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

[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  (3+ messages)
  ` bpf_prog_free_deferred bug. WAS: "

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


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