bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-23 15:16:01 to 2019-06-25 20:26:40 UTC [more...]

[RFC PATCH bpf-next] RV32G eBPF JIT
 2019-06-25 20:26 UTC  (4+ messages)

[PATCH bpf] bpf: fix BPF_ALU32 | BPF_ARSH on BE arches
 2019-06-25 20:15 UTC  (2+ messages)

[bpf-next v2 00/10] Test the 32bit narrow reads
 2019-06-25 20:12 UTC  (13+ messages)
` [bpf-next v2 01/10] selftests/bpf: Print a message when tester could not run a program
` [bpf-next v2 02/10] selftests/bpf: Avoid a clobbering of errno
` [bpf-next v2 03/10] selftests/bpf: Avoid another case of errno clobbering
` [bpf-next v2 04/10] selftests/bpf: Use bpf_prog_test_run_xattr
` [bpf-next v2 05/10] selftests/bpf: Allow passing more information to BPF prog test run
` [bpf-next v2 06/10] tools headers: Adopt compiletime_assert from kernel sources
` [bpf-next v2 07/10] tools headers: sync struct bpf_perf_event_data
` [bpf-next v2 08/10] bpf: Implement bpf_prog_test_run for perf event programs
` [bpf-next v2 09/10] selftests/bpf: Add tests for bpf_prog_test_run for perf events progs
` [bpf-next v2 10/10] selftests/bpf: Test correctness of narrow 32bit read on 64bit field

[PATCH bpf-next v4 0/2] bpf: Allow bpf_skb_event_output for more prog types
 2019-06-25 20:11 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] bpf: Allow bpf_skb_event_output for a few "
` [PATCH bpf-next v4 2/2] bpf: Add selftests for bpf_perf_event_output

[PATCH] xsk: Properly terminate assignment in xskq_produce_flush_desc
 2019-06-25 19:46 UTC  (3+ messages)

[PATCH 00/15] cleanup cppcheck signed shifting errors
 2019-06-25 18:49 UTC  (63+ messages)
` [PATCH 01/15] arm: perf: cleanup cppcheck shifting error
` [PATCH 03/15] ARM: ep93xx: cleanup cppcheck shifting errors
` [PATCH 04/15] ARM: exynos: cleanup cppcheck shifting error
` [PATCH 06/15] ARM: imx: cleanup cppcheck shifting errors
` [PATCH 08/15] ARM: mmp: "
` [PATCH 10/15] ARM: orion5x: "
` [PATCH 11/15] ARM: pxa: "
` [PATCH 12/15] ARM: vexpress: cleanup cppcheck shifting error
` [PATCH 13/15] ARM: mm: cleanup cppcheck shifting errors
` [PATCH 14/15] ARM: bpf: cleanup cppcheck shifting error
` [PATCH 15/15] ARM: vfp: cleanup cppcheck shifting errors
` [PATCH V2 00/15] cleanup cppcheck signed "
  ` [PATCH V2 01/15] arm: perf: cleanup cppcheck shifting error
  ` [PATCH V2 02/15] ARM: davinci: cleanup cppcheck shifting errors
  ` [PATCH V2 03/15] ARM: ep93xx: "
  ` [PATCH V2 04/15] ARM: exynos: cleanup cppcheck shifting error
  ` [PATCH V2 05/15] ARM: footbridge: "
  ` [PATCH V2 06/15] ARM: imx: cleanup cppcheck shifting errors
  ` [PATCH V2 07/15] ARM: ks8695: cleanup cppcheck shifting error
  ` [PATCH V2 08/15] ARM: mmp: cleanup cppcheck shifting errors
  ` [PATCH V2 09/15] ARM: omap2: cleanup cppcheck shifting error
  ` [PATCH V2 10/15] ARM: orion5x: cleanup cppcheck shifting errors
  ` [PATCH V2 11/15] ARM: pxa: "
  ` [PATCH V2 12/15] ARM: vexpress: cleanup cppcheck shifting error
  ` [PATCH V2 13/15] ARM: mm: cleanup cppcheck shifting errors
  ` [PATCH V2 14/15] ARM: bpf: cleanup cppcheck shifting error
  ` [PATCH V2 15/15] ARM: vfp: cleanup cppcheck shifting errors
  ` [PATCH V3 00/15] cleanup cppcheck signed "
    ` [PATCH V3 01/15] arm: perf: cleanup cppcheck shifting error
    ` [PATCH V3 02/15] ARM: davinci: cleanup cppcheck shifting errors
    ` [PATCH V3 03/15] ARM: ep93xx: "
    ` [PATCH V3 04/15] ARM: exynos: cleanup cppcheck shifting error
    ` [PATCH V3 05/15] ARM: footbridge: "
    ` [PATCH V3 06/15] ARM: imx: cleanup cppcheck shifting errors
    ` [PATCH V3 07/15] ARM: ks8695: cleanup cppcheck shifting error
    ` [PATCH V3 08/15] ARM: mmp: cleanup cppcheck shifting errors
    ` [PATCH V3 09/15] ARM: omap2: cleanup cppcheck shifting error
    ` [PATCH V3 10/15] ARM: orion5x: cleanup cppcheck shifting errors
    ` [PATCH V3 11/15] ARM: pxa: "
    ` [PATCH V3 12/15] ARM: vexpress: cleanup cppcheck shifting error
    ` [PATCH V3 13/15] ARM: mm: cleanup cppcheck shifting errors
    ` [PATCH V3 14/15] ARM: bpf: cleanup cppcheck shifting error
    ` [PATCH V3 15/15] ARM: vfp: cleanup cppcheck shifting errors

[PATCH bpf-next 0/4] sys_bpf() access control via /dev/bpf
 2019-06-25 18:23 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf: unprivileged BPF access "
` [PATCH bpf-next 2/4] bpf: sync tools/include/uapi/linux/bpf.h
` [PATCH bpf-next 3/4] libbpf: add libbpf_[get|put]_bpf_permission()
` [PATCH bpf-next 4/4] bpftool: use libbpf_[get|put]_bpf_permission()

[PATCH v2 bpf-next 00/11] BTF-defined BPF map definitions
 2019-06-25 18:14 UTC  (8+ messages)

[PATCH net-next] tools: lib: bpf: libbpf: fix max() type mistmatch for 32bit
 2019-06-25 17:45 UTC  (2+ messages)

[PATCH bpf] tools: bpftool: use correct argument in cgroup errors
 2019-06-25 17:21 UTC  (2+ messages)

[PATCH] perf cs-etm: Improve completeness for kernel address space
 2019-06-25 17:14 UTC  (6+ messages)

bpf: jit: s390 64/32 bits for index in tail call
 2019-06-25 16:56 UTC 

[PATCH bpf-next] bpf: fix cgroup bpf release synchronization
 2019-06-25 16:22 UTC  (5+ messages)

[PATCH v2] bpf: fix uapi bpf_prog_info fields alignment
 2019-06-25 15:36 UTC  (5+ messages)

selftests: bpf: test_libbpf.sh failed at file test_l4lb.o
 2019-06-25 15:31 UTC  (7+ messages)

[PATCH v2] samples: bpf: make the use of xdp samples consistent
 2019-06-25 13:31 UTC  (4+ messages)

[PATCH 00/11] XDP unaligned chunk placement support
 2019-06-25 13:14 UTC  (25+ messages)
` [PATCH 01/11] i40e: simplify Rx buffer recycle
` [PATCH 02/11] ixgbe: "
` [PATCH 03/11] xdp: add offset param to zero_copy_allocator
` [PATCH 04/11] i40e: add offset to zca_free
` [PATCH 05/11] ixgbe: "
` [PATCH 06/11] xsk: add support to allow unaligned chunk placement
` [PATCH 07/11] libbpf: add flags to umem config
` [PATCH 08/11] samples/bpf: add unaligned chunks mode support to xdpsock
` [PATCH 09/11] samples/bpf: add buffer recycling for unaligned chunks "
` [PATCH 10/11] samples/bpf: use hugepages in xdpsock app
` [PATCH 11/11] doc/af_xdp: include unaligned chunk case

[PATCH v3 0/2] bpf: Allow bpf_skb_event_output for more prog types
 2019-06-25 12:40 UTC  (5+ messages)
` [PATCH v3 1/2] bpf: Allow bpf_skb_event_output for a few "
` [PATCH v3 2/2] bpf: Add selftests for bpf_perf_event_output

[PATCH v3 bpf-next 0/2] veth: Bulk XDP_TX
 2019-06-25 12:29 UTC  (2+ messages)

[PATCH] bpf: Allow bpf_skb_event_output for a few prog types
 2019-06-25 12:06 UTC  (4+ messages)

[PATCH bpf-next] MAINTAINERS: add reviewer to maintainers entry
 2019-06-25 12:02 UTC  (5+ messages)

ebpf: BPF_ALU32 | BPF_ARSH on BE arches
 2019-06-25 10:41 UTC 

[PATCH net-next] xdp: Make __mem_id_disconnect static
 2019-06-25  9:21 UTC  (2+ messages)

[RFC bpf-next 0/7] Programming socket lookup with BPF
 2019-06-25  8:11 UTC  (7+ messages)

[PATCH 2/3] module: Fix up module_notifier return values
 2019-06-25  7:42 UTC  (8+ messages)
` [PATCH 3/3] module: Properly propagate MODULE_STATE_COMING failure

[net/bpf] Re: WARNING in mark_lock
 2019-06-25  7:29 UTC 

[selftests/bpf] 69d96519db: kernel_selftests.bpf.test_socket_cookie.fail
 2019-06-25  4:36 UTC  (6+ messages)

[RFC PATCH 0/6] bpf: add BPF_MAP_DUMP command to access more
 2019-06-25  0:14 UTC  (5+ messages)
` [RFC PATCH 2/6] bpf: add BPF_MAP_DUMP command to access more than one entry per call

[PATCH v2 0/2] bpf: Allow bpf_skb_event_output for a few prog types
 2019-06-24 23:53 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] bpf: Add selftests for bpf_perf_event_output

[PATCH] bpf: Allow bpf_skb_event_output for a few prog types
 2019-06-24 23:12 UTC  (5+ messages)

[PATCH V34 23/29] bpf: Restrict bpf when kernel lockdown is in confidentiality mode
 2019-06-24 21:30 UTC  (6+ messages)

[PATCH bpf-next v8 0/9] bpf: getsockopt and setsockopt hooks
 2019-06-24 21:19 UTC  (11+ messages)
` [PATCH bpf-next v8 1/9] bpf: implement "
` [PATCH bpf-next v8 2/9] bpf: sync bpf.h to tools/
` [PATCH bpf-next v8 3/9] libbpf: support sockopt hooks
` [PATCH bpf-next v8 4/9] selftests/bpf: test sockopt section name
` [PATCH bpf-next v8 5/9] selftests/bpf: add sockopt test
` [PATCH bpf-next v8 6/9] selftests/bpf: add sockopt test that exercises sk helpers
` [PATCH bpf-next v8 7/9] selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTI
` [PATCH bpf-next v8 8/9] bpf: add sockopt documentation
` [PATCH bpf-next v8 9/9] bpftool: support cgroup sockopt

[PATCH] bpf: hide do_bpf_send_signal when unused
 2019-06-24 20:37 UTC  (7+ messages)

[PATCH][next] libbpf: fix spelling mistake "conflictling" -> "conflicting"
 2019-06-24 14:59 UTC  (2+ messages)

[PATCH] xsk: sample kernel code is now in libbpf
 2019-06-24 15:00 UTC  (3+ messages)

[PATCH bpf-next] samples: bpf: Remove bpf_debug macro in favor of bpf_printk
 2019-06-24 14:59 UTC  (2+ messages)

[PATCH bpf-next v5 00/16] AF_XDP infrastructure improvements and mlx5e support
 2019-06-24 14:48 UTC  (3+ messages)

[PATCH bpf] samples/bpf: xdp_redirect, correctly get dummy program id
 2019-06-24 14:20 UTC  (2+ messages)

[PATCH bpf] bpf: fix NULL deref in btf_type_is_resolve_source_only
 2019-06-24 13:54 UTC  (2+ messages)

KASAN: use-after-free Read in _free_event
 2019-06-24  8:39 UTC  (2+ messages)

Reminder: 30 open syzbot bugs in "net/bpf" subsystem
 2019-06-24  5:01 UTC 

eBPF verifier slowness, more than 2 cpu seconds for about 600 instructions
 2019-06-24  0:43 UTC  (3+ messages)
  ` 6c409a3aee: kernel_selftests.bpf.test_verifier.fail


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