bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-03 09:23:11 to 2019-07-08 16:32:06 UTC [more...]

[bpf-next v3 00/12] Test the 32bit narrow reads
 2019-07-08 16:31 UTC  (5+ messages)
` [bpf-next v3 03/12] selftests/bpf: Avoid another case of errno clobbering
` [bpf-next v3 07/12] tools headers: Adopt compiletime_assert from kernel sources
` [bpf-next v3 09/12] bpf: Split out some helper functions
` [bpf-next v3 12/12] selftests/bpf: Test correctness of narrow 32bit read on 64bit field

[net/bpf] Re: WARNING in mark_lock
 2019-07-08 16:21 UTC  (3+ messages)
`  "

[PATCH bpf-next] selftests/bpf: make verifier loop tests arch independent
 2019-07-08 16:13 UTC  (3+ messages)

WARNING in mark_chain_precision
 2019-07-08 16:07 UTC 

[PATCH] [net-next] net/mlx5e: xsk: dynamically allocate mlx5e_channel_param
 2019-07-08 15:16 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addr
 2019-07-08 15:25 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix test_attach_probe map definition
 2019-07-08 15:25 UTC  (3+ messages)

[PATCH bpf-next] bpf: cgroup: Fix build error without CONFIG_NET
 2019-07-08 15:26 UTC  (4+ messages)
` [PATCH v2 "

[PATCH net-next 1/2] bpf: skip sockopt hooks without CONFIG_NET
 2019-07-08 15:26 UTC  (5+ messages)
` [PATCH net-next 2/2] bpf: avoid unused variable warning in tcp_bpf_rtt()

WARNING in __mark_chain_precision
 2019-07-08 15:27 UTC 

[PATCH bpf-next] tools: bpftool: add completion for bpftool prog "loadall"
 2019-07-08 15:27 UTC  (2+ messages)

[PATCH v7 bpf-next 0/5] libbpf: add perf buffer abstraction and API
 2019-07-08 15:23 UTC  (7+ messages)
` [PATCH v7 bpf-next 1/5] libbpf: add perf buffer API
` [PATCH v7 bpf-next 2/5] libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUs
` [PATCH v7 bpf-next 3/5] selftests/bpf: test perf buffer API
` [PATCH v7 bpf-next 4/5] tools/bpftool: switch map event_pipe to libbpf's perf_buffer
` [PATCH v7 bpf-next 5/5] libbpf: add perf_buffer_ prefix to README

bpf-next is CLOSED
 2019-07-08 15:22 UTC 

[PATCH v3 bpf-next 4/9] libbpf: add kprobe/uprobe attach API
 2019-07-08 15:11 UTC 

[PATCH bpf-next 0/2] libbpf: add an option to reuse maps when loading a program
 2019-07-08 15:11 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf, libbpf: add a new API bpf_object__reuse_maps()
` [PATCH bpf-next 2/2] bpf, libbpf: add an option to reuse existing maps in bpf_prog_load_xattr

[PATCH bpf-next] selftests/bpf: do not ignore clang failures
 2019-07-08 15:01 UTC  (4+ messages)
` [PATCH v2 "

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

[PATCH] [RFC] Revert "bpf: Fix ORC unwinding in non-JIT BPF code"
 2019-07-08 13:17 UTC  (3+ messages)

ebpf trace doesn't work during cpu hotplug
 2019-07-08  9:43 UTC  (2+ messages)

possible deadlock in xsk_notifier
 2019-07-08  9:17 UTC 

[PATCH v5 bpf-next 0/9] libbpf: add bpf_link and tracing attach APIs
 2019-07-06 17:48 UTC  (11+ messages)
` [PATCH v5 bpf-next 4/9] libbpf: add kprobe/uprobe attach API
` [PATCH v5 bpf-next 8/9] selftests/bpf: add kprobe/uprobe selftests

[PATCH v6 bpf-next 0/5] libbpf: add perf buffer abstraction and API
 2019-07-06 17:44 UTC  (9+ messages)
` [PATCH v6 bpf-next 1/5] libbpf: add perf buffer API
` [PATCH v6 bpf-next 2/5] libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUs
` [PATCH v6 bpf-next 3/5] selftests/bpf: test perf buffer API
` [PATCH v6 bpf-next 4/5] tools/bpftool: switch map event_pipe to libbpf's perf_buffer
` [PATCH v6 bpf-next 5/5] libbpf: add perf_buffer_ prefix to README

[PATCH v5 bpf-next 0/5] libbpf: add perf buffer abstraction and API
 2019-07-06 15:56 UTC  (9+ messages)
` [PATCH v5 bpf-next 1/5] libbpf: add perf buffer API
` [PATCH v5 bpf-next 2/5] libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUs
` [PATCH v5 bpf-next 3/5] selftests/bpf: test perf buffer API
` [PATCH v5 bpf-next 4/5] tools/bpftool: switch map event_pipe to libbpf's perf_buffer
` [PATCH v5 bpf-next 5/5] libbpf: add perf_buffer_ prefix to README

[PATCH v5 bpf-next 0/4] capture integers in BTF type info for map defs
 2019-07-06  3:49 UTC  (7+ messages)
` [PATCH v5 bpf-next 1/4] libbpf: capture value in BTF type info for BTF-defined "
` [PATCH v5 bpf-next 2/4] selftests/bpf: add __uint and __type macro for BTF-defined maps
` [PATCH v5 bpf-next 3/4] selftests/bpf: convert selftests using BTF-defined maps to new syntax
` [PATCH v5 bpf-next 4/4] selftests/bpf: convert legacy BPF maps to BTF-defined ones

[PATCH v3 net-next] net: socionext: remove set but not used variable 'pkts'
 2019-07-05 22:28 UTC  (2+ messages)

linux-next: Tree for Jun 28 (kernel/bpf/cgroup.c)
 2019-07-05 22:23 UTC 

[PATCH bpf-next] selftests/bpf: add test_tcp_rtt to .gitignore
 2019-07-05 22:21 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: fix test_align liveliness expectations
 2019-07-05 22:21 UTC  (3+ messages)

[PATCH bpf-next] Enable zext optimization for more RV64G ALU ops
 2019-07-05 22:01 UTC  (4+ messages)

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

[PATCH bpf-next v2] tools: bpftool: add "prog run" subcommand to test-run programs
 2019-07-05 21:58 UTC  (3+ messages)

[PATCH bpf-next] tools: bpftool: add "prog run" subcommand to test-run programs
 2019-07-05 17:50 UTC  (7+ messages)

[PATCH bpf-next RFC v3 0/6] bpf: add BPF_MAP_DUMP command to dump more than one entry per call
 2019-07-05 16:22 UTC  (8+ messages)
` [PATCH bpf-next RFC v3 1/6] bpf: add bpf_map_value_size and bp_map_copy_value helper functions
` [PATCH bpf-next RFC v3 2/6] bpf: add BPF_MAP_DUMP command to dump more than one entry per call
` [PATCH bpf-next RFC v3 3/6] bpf: keep bpf.h in sync with tools/
` [PATCH bpf-next RFC v3 4/6] libbpf: support BPF_MAP_DUMP command
` [PATCH bpf-next RFC v3 5/6] selftests/bpf: test BPF_MAP_DUMP command on a bpf hashmap
` [PATCH bpf-next RFC v3 6/6] selftests/bpf: add test to measure performance of BPF_MAP_DUMP

[PATCH v2 bpf-next 4/4] selftests/bpf: convert legacy BPF maps to BTF-defined ones
 2019-07-05 15:38 UTC  (2+ messages)
  ` [selftests/bpf] 6135bdd95f: kernel_selftests.bpf.test_offload.py.fail

[PATCH bpf] xdp: fix possible cq entry leak
 2019-07-05  6:42 UTC  (2+ messages)

[RFC bpf-next 0/8] bpf: accelerate insn patching speed
 2019-07-04 21:26 UTC  (9+ 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
` [RFC bpf-next 3/8] bpf: migrate jit blinding to list patching infra
` [RFC bpf-next 4/8] bpf: migrate convert_ctx_accesses "
` [RFC bpf-next 5/8] bpf: migrate fixup_bpf_calls "
` [RFC bpf-next 6/8] bpf: migrate zero extension opt "
` [RFC bpf-next 7/8] bpf: migrate insn remove "
` [RFC bpf-next 8/8] bpf: delete all those code around old insn patching infrastructure

pull-request: bpf-next 2019-07-03
 2019-07-04 20:49 UTC  (4+ messages)

[PATCH v2 bpf-next] selftests/bpf: fix "alu with different scalars 1" on s390
 2019-07-04 17:28 UTC  (2+ messages)

[PATCH 0/1] tools/dtrace: initial implementation of DTrace
 2019-07-04 17:13 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH 2/3] module: Fix up module_notifier return values
 2019-07-04 12:48 UTC  (6+ messages)

[PATCH bpf-next v3 0/6] add need_wakeup flag to the AF_XDP rings
 2019-07-04 12:42 UTC  (7+ messages)
` [PATCH bpf-next v3 1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
` [PATCH bpf-next v3 2/6] xsk: add support for need_wakeup flag in AF_XDP rings
` [PATCH bpf-next v3 3/6] i40e: add support for AF_XDP need_wakup feature
` [PATCH bpf-next v3 4/6] ixgbe: "
` [PATCH bpf-next v3 5/6] libbpf: add support for need_wakeup flag in AF_XDP part
` [PATCH bpf-next v3 6/6] samples/bpf: add use of need_sleep flag in xdpsock

[PATCH v4 bpf-next 0/4] capture integers in BTF type info for map defs
 2019-07-04  0:49 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/4] libbpf: capture value in BTF type info for BTF-defined "
` [PATCH v4 bpf-next 2/4] selftests/bpf: add __uint and __type macro for BTF-defined maps
` [PATCH v4 bpf-next 3/4] selftests/bpf: convert selftests using BTF-defined maps to new syntax
` [PATCH v4 bpf-next 4/4] selftests/bpf: convert legacy BPF maps to BTF-defined ones

[PATCH bpf-next] selftests/bpf: fix "alu with different scalars 1" on s390
 2019-07-03 23:11 UTC  (2+ messages)

[PATCH v3 bpf-next 0/4] capture integers in BTF type info for map defs
 2019-07-03 22:42 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/4] libbpf: capture value in BTF type info for BTF-defined "
` [PATCH v3 bpf-next 2/4] selftests/bpf: add __int and __type macro for BTF-defined maps
` [PATCH v3 bpf-next 3/4] selftests/bpf: convert selftests using BTF-defined maps to new syntax
` [PATCH v3 bpf-next 4/4] selftests/bpf: convert legacy BPF maps to BTF-defined ones

[PATCH bpf-next v2 0/8] bpf: TCP RTT sock_ops bpf callback
 2019-07-03 19:54 UTC  (5+ messages)
` [PATCH bpf-next v2 6/8] selftests/bpf: test BPF_SOCK_OPS_RTT_CB

pull-request: bpf 2019-07-03
 2019-07-03 19:09 UTC  (2+ messages)

[PATCH net-next] net: socionext: remove set but not used variable 'pkts'
 2019-07-03 18:30 UTC  (2+ messages)

[PATCH bpf v2] xdp: fix race on generic receive path
 2019-07-03 16:48 UTC  (3+ messages)

[PATCH v4 bpf-next 0/4] libbpf: add perf buffer abstraction and API
 2019-07-03 16:27 UTC  (3+ messages)

kernel panic: corrupted stack end in dput
 2019-07-03 16:14 UTC  (2+ messages)

[net/tls] Re: KMSAN: uninit-value in aesti_encrypt
 2019-07-03 16:01 UTC 

[PATCH bpf v6 0/2] xdp: fix hang while unregistering device bound to xdp socket
 2019-07-03 15:05 UTC  (2+ messages)

[PATCH bpf v2] selftests: bpf: fix inlines in test_lwt_seg6local
 2019-07-03 15:04 UTC  (2+ messages)

[PATCH bpf-next] selftests: bpf: standardize to static __always_inline
 2019-07-03 15:03 UTC  (2+ messages)

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

[PATCH bpf-next] selftests/bpf: fix compiling loop{1,2,3}.c on s390
 2019-07-03 12:56 UTC  (2+ messages)

[PATCH bpf] xdp: fix race on generic receive path
 2019-07-03 12:03 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: fix test_reuseport_array on s390
 2019-07-03 11:50 UTC 

[PATCH] bpf, libbpf: Smatch: Fix potential NULL pointer dereference
 2019-07-03 11:46 UTC  (3+ messages)

[PATCH] bpf: Replace a seq_printf() call by seq_puts() in btf_enum_seq_show()
 2019-07-03 10:43 UTC  (3+ messages)

[PATCH v2 bpf-next] libbpf: fix GCC8 warning for strncpy
 2019-07-03 10:21 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix precision tracking
 2019-07-03  9:50 UTC  (2+ messages)

[PATCH bpf 1/3] bpf, x32: Fix bug with ALU64 {LSH,RSH,ARSH} BPF_X shift by 0
 2019-07-03  9:49 UTC  (2+ messages)

bpf: jit: s390 64/32 bits for index in tail call
 2019-07-03  9:22 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).