bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-10 18:08:37 to 2019-06-13 16:40:51 UTC [more...]

[PATCH] selftests/bpf: signedness bug in enable_all_controllers()
 2019-06-13  7:00 UTC 

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

[PATCH bpf-next] net: Don't uninstall an XDP program when none is installed
 2019-06-13  9:04 UTC  (4+ messages)

memory leak in vhost_net_ioctl
 2019-06-13  9:09 UTC 

[PATCH] bpf: selftests: Fix warning in flow_dissector
 2019-06-13 15:47 UTC  (3+ messages)

[PATCH v3 bpf-next 0/2] veth: Bulk XDP_TX
 2019-06-13 12:13 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/2] xdp: Add tracepoint for bulk XDP_TX
` [PATCH v3 bpf-next 2/2] veth: Support "

memory leak in vhost_net_ioctl
 2019-06-13 12:11 UTC 

[PATCH bpf-next v4 00/17] AF_XDP infrastructure improvements and mlx5e support
 2019-06-13 14:53 UTC  (34+ messages)
` [PATCH bpf-next v4 01/17] net/mlx5e: Attach/detach XDP program safely
` [PATCH bpf-next v4 02/17] xsk: Add API to check for available entries in FQ
` [PATCH bpf-next v4 03/17] xsk: Add getsockopt XDP_OPTIONS
` [PATCH bpf-next v4 04/17] libbpf: Support "
` [PATCH bpf-next v4 05/17] xsk: Change the default frame size to 4096 and allow controlling it
` [PATCH bpf-next v4 06/17] xsk: Return the whole xdp_desc from xsk_umem_consume_tx
` [PATCH bpf-next v4 07/17] libbpf: Support drivers with non-combined channels
` [PATCH bpf-next v4 08/17] net/mlx5e: Replace deprecated PCI_DMA_TODEVICE
` [PATCH bpf-next v4 09/17] net/mlx5e: Calculate linear RX frag size considering XSK
` [PATCH bpf-next v4 10/17] net/mlx5e: Allow ICO SQ to be used by multiple RQs
` [PATCH bpf-next v4 11/17] net/mlx5e: Refactor struct mlx5e_xdp_info
` [PATCH bpf-next v4 12/17] net/mlx5e: Share the XDP SQ for XDP_TX between RQs
` [PATCH bpf-next v4 13/17] net/mlx5e: XDP_TX from UMEM support
` [PATCH bpf-next v4 14/17] net/mlx5e: Consider XSK in XDP MTU limit calculation
` [PATCH bpf-next v4 15/17] net/mlx5e: Encapsulate open/close queues into a function
` [PATCH bpf-next v4 16/17] net/mlx5e: Move queue param structs to en/params.h

[PATCH 0/9] x86/bpf: unwinder fixes
 2019-06-13 13:21 UTC  (10+ messages)
` [PATCH 1/9] perf/x86: Always store regs->ip in perf_callchain_kernel()
` [PATCH 2/9] objtool: Fix ORC unwinding in non-JIT BPF generated code
` [PATCH 3/9] x86/bpf: Move epilogue generation to a dedicated function
` [PATCH 4/9] x86/bpf: Simplify prologue generation
` [PATCH 5/9] x86/bpf: Support SIB byte generation
` [PATCH 6/9] x86/bpf: Fix JIT frame pointer usage
` [PATCH 7/9] x86/unwind/orc: Fall back to using frame pointers for generated code
` [PATCH 8/9] x86/bpf: Convert asm comments to AT&T syntax
` [PATCH 9/9] x86/bpf: Convert MOV function/macro argument ordering "

[PATCH bpf-next] bpf: sk_storage: Fix out of bounds memory access
 2019-06-13 13:24 UTC 

memory leak in vhost_net_ioctl
 2019-06-13 14:55 UTC 

[PATCH bpf-next 0/2] bpf: net: Detach BPF prog from reuseport sk
 2019-06-12 19:59 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: net: Add SO_DETACH_REUSEPORT_BPF
` [PATCH bpf-next 2/2] bpf: Add test for SO_REUSEPORT_DETACH_BPF

[PATCH 0/2] powerpc/bpf: DIV64 instruction fix
 2019-06-12 18:51 UTC  (3+ messages)
` [PATCH 1/2] bpf: fix div64 overflow tests to properly detect errors
` [PATCH 2/2] powerpc/bpf: use unsigned division instruction for 64-bit operations

[PATCH v4 00/28] Convert files to ReST - part 1
 2019-06-12 17:52 UTC 

[PATCH bpf-next 1/4] bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog type
 2019-06-12 17:30 UTC  (4+ messages)
` [PATCH bpf-next 2/4] bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS "
` [PATCH bpf-next 3/4] bpf/tools: sync bpf.h
` [PATCH bpf-next 4/4] selftests/bpf: convert socket_cookie test to sk storage

[PATCH bpf-next v5 0/4] sock ops: add netns ino and dev in bpf context
 2019-06-12 16:16 UTC  (3+ messages)
` [PATCH bpf-next v5 1/4] bpf: "

[PATCH bpf v2 1/2] bpf: simplify definition of BPF_FIB_LOOKUP related flags
 2019-06-12 16:05 UTC  (2+ messages)
` [PATCH bpf v2 2/2] bpf: sync BPF_FIB_LOOKUP flag changes with BPF uapi

[PATCH] bpf: optimize constant blinding
 2019-06-12 15:28 UTC  (5+ messages)

[PATCH] bpf/core.c - silence warning messages
 2019-06-12 14:56 UTC  (2+ messages)

Getting empty callchain from perf_callchain_kernel()
 2019-06-12 14:50 UTC  (22+ messages)

[PATCH bpf] bpf: Simplify definition of BPF_FIB_LOOKUP related flags
 2019-06-12 14:49 UTC  (2+ messages)

[PATCH bpf] xdp: check device pointer before clearing
 2019-06-12 14:48 UTC  (3+ messages)

[PATCH bpf] bpf: net: Set sk_bpf_storage back to NULL for cloned sk
 2019-06-12 14:48 UTC  (3+ messages)

[PATCH bpf-next v3 0/5] net: xdp: refactor XDP program queries
 2019-06-12 14:31 UTC  (7+ messages)

[PATCH bpf-next] bpf: Fix build error without CONFIG_INET
 2019-06-12 14:29 UTC  (2+ messages)

[bug report] libbpf: use negative fd to specify missing BTF
 2019-06-12 11:51 UTC 

[PATCH bpf v2] bpf: fix nested bpf tracepoints with per-cpu data
 2019-06-12  5:00 UTC  (2+ messages)

[PATCH v2 0/4] perf augmented_raw_syscalls: Support for arm64
 2019-06-12  2:49 UTC  (10+ messages)
` [PATCH v2 3/4] perf augmented_raw_syscalls: Support arm64 raw syscalls

[PATCH V2] include: linux: Regularise the use of FIELD_SIZEOF macro
 2019-06-12  0:05 UTC  (9+ messages)

[PATCH 62/85] perf config: Update default value for llvm.clang-bpf-cmd-template
 2019-06-11 18:58 UTC 

[PATCH v3 00/33] Convert files to ReST - part 1
 2019-06-11 19:03 UTC  (2+ messages)
  ` [PATCH v3 05/33] docs: cgroup-v1: convert docs to ReST and rename to *.rst

[PATCH] bpf: verifier: avoid fall-through warnings
 2019-06-11 18:07 UTC  (5+ messages)

memory leak in create_ctx
 2019-06-11 17:16 UTC  (2+ messages)

[PATCH bpf v3] xdp: fix hang while unregistering device bound to xdp socket
 2019-06-11 15:42 UTC  (8+ messages)

WARNING in bpf_jit_free
 2019-06-11  9:08 UTC  (6+ messages)

[PATCH v6 bpf-next 0/3] Add a new API libbpf_num_possible_cpus()
 2019-06-11  8:54 UTC  (5+ messages)
` [PATCH v6 bpf-next 1/3] bpf: add "
` [PATCH v6 bpf-next 2/3] selftests/bpf: remove bpf_util.h from BPF C progs
` [PATCH v6 bpf-next 3/3] bpf: use libbpf_num_possible_cpus internally

[PATCH v2 bpf-next] selftests/bpf : clean up feature/ when make clean
 2019-06-11  8:54 UTC  (2+ messages)

general protection fault in mm_update_next_owner
 2019-06-11  7:00 UTC 

[PATCH bpf-next] selftests/bpf: fix constness of source arg for bpf helpers
 2019-06-11  6:41 UTC  (3+ messages)

[PATCH bpf-next] samples: bpf: don't run probes at the local make stage
 2019-06-11  6:38 UTC  (2+ messages)

[PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-11  5:21 UTC  (10+ messages)
` [PATCH bpf-next 1/8] libbpf: add common min/max macro to libbpf_internal.h
` [PATCH bpf-next 2/8] libbpf: extract BTF loading and simplify ELF parsing logic
` [PATCH bpf-next 3/8] libbpf: refactor map initialization
` [PATCH bpf-next 4/8] libbpf: identify maps by section index in addition to offset
` [PATCH bpf-next 5/8] libbpf: split initialization and loading of BTF
` [PATCH bpf-next 6/8] libbpf: allow specifying map definitions using BTF
` [PATCH bpf-next 7/8] selftests/bpf: add test for BTF-defined maps
` [PATCH bpf-next 8/8] selftests/bpf: switch tests to BTF-defined map definitions

[RFC PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-11  4:36 UTC  (10+ messages)
` [RFC PATCH bpf-next 1/8] libbpf: add common min/max macro to libbpf_internal.h
` [RFC PATCH bpf-next 2/8] libbpf: extract BTF loading and simplify ELF parsing logic
` [RFC PATCH bpf-next 3/8] libbpf: refactor map initialization
` [RFC PATCH bpf-next 4/8] libbpf: identify maps by section index in addition to offset
` [RFC PATCH bpf-next 5/8] libbpf: split initialization and loading of BTF
` [RFC PATCH bpf-next 6/8] libbpf: allow specifying map definitions using BTF
` [RFC PATCH bpf-next 7/8] selftests/bpf: add test for BTF-defined maps
` [RFC PATCH bpf-next 8/8] selftests/bpf: switch tests to BTF-defined map definitions

[PATCH v1 bpf-next] selftests/bpf : Clean up feature/ when make clean
 2019-06-10 23:51 UTC  (5+ messages)

[RFC PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-10 23:48 UTC  (20+ messages)
` [RFC PATCH bpf-next 6/8] libbpf: allow specifying map definitions using BTF
                                ` explicit maps. Was: "

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

[PATCH bpf-next v4 0/8] bpf: getsockopt and setsockopt hooks
 2019-06-10 19:55 UTC  (7+ messages)
` [PATCH bpf-next v4 1/8] bpf: implement "

kernel BUG at include/linux/scatterlist.h:LINE!
 2019-06-10 18:41 UTC  (2+ messages)

KASAN: null-ptr-deref Read in css_task_iter_advance
 2019-06-10 18:19 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).