bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-11 06:41:36 to 2019-06-13 20:26:23 UTC [more...]

Getting empty callchain from perf_callchain_kernel()
 2019-06-13 20:26 UTC  (23+ messages)

[PATCH bpf-next v5 0/8] bpf: getsockopt and setsockopt hooks
 2019-06-13 20:16 UTC  (3+ messages)
` [PATCH bpf-next v5 1/8] bpf: implement "

[PATCH bpf-next] bpf: sk_storage: Fix out of bounds memory access
 2019-06-13 20:14 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: net: Detach BPF prog from reuseport sk
 2019-06-13 20:14 UTC  (14+ 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/9] x86/bpf: unwinder fixes
 2019-06-13 19:12 UTC  (15+ 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 0/6] add need_wakeup flag to the AF_XDP rings
 2019-06-13 19:07 UTC  (9+ 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

memory leak in vhost_net_ioctl
 2019-06-13 18:26 UTC  (2+ messages)

[PATCH bpf-next v4 00/17] AF_XDP infrastructure improvements and mlx5e support
 2019-06-13 18:09 UTC  (37+ 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 bpf-next] net: Don't uninstall an XDP program when none is installed
 2019-06-13 17:26 UTC  (5+ messages)

[PATCH v2 bpf-next 0/3] bpf: net: Detach BPF prog from reuseport sk
 2019-06-13  0:02 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] bpf: net: Add SO_DETACH_REUSEPORT_BPF
` [PATCH v2 bpf-next 2/3] bpf: Sync asm-generic/socket.h to tools/
` [PATCH v2 bpf-next 3/3] bpf: Add test for SO_REUSEPORT_DETACH_BPF

[PATCH] selftests/bpf: signedness bug in enable_all_controllers()
 2019-06-13 16:58 UTC  (2+ messages)

[PATCH bpf-next 0/9] bpf: bounded loops and other features
 2019-06-13  4:20 UTC  (10+ messages)
` [PATCH bpf-next 1/9] bpf: track spill/fill of constants
` [PATCH bpf-next 2/9] selftests/bpf: fix tests due to const spill/fill
` [PATCH bpf-next 3/9] bpf: extend is_branch_taken to registers
` [PATCH bpf-next 4/9] bpf: introduce bounded loops
` [PATCH bpf-next 5/9] bpf: fix callees pruning callers
` [PATCH bpf-next 6/9] selftests/bpf: fix tests
` [PATCH bpf-next 7/9] selftests/bpf: add basic verifier tests for loops
` [PATCH bpf-next 8/9] selftests/bpf: add realistic loop tests
` [PATCH bpf-next 9/9] bpf: precise scalar_value tracking

[PATCH bpf-next 0/9] bpf: bounded loops and other features
 2019-06-13  4:47 UTC  (10+ messages)
` [PATCH bpf-next 1/9] bpf: track spill/fill of constants
` [PATCH bpf-next 2/9] selftests/bpf: fix tests due to const spill/fill
` [PATCH bpf-next 3/9] bpf: extend is_branch_taken to registers
` [PATCH bpf-next 4/9] bpf: introduce bounded loops
` [PATCH bpf-next 5/9] bpf: fix callees pruning callers
` [PATCH bpf-next 6/9] selftests/bpf: fix tests
` [PATCH bpf-next 7/9] selftests/bpf: add basic verifier tests for loops
` [PATCH bpf-next 8/9] selftests/bpf: add realistic loop tests
` [PATCH bpf-next 9/9] bpf: precise scalar_value tracking

[bug report] libbpf: use negative fd to specify missing BTF
 2019-06-13  4:51 UTC  (2+ messages)

[PATCH 0/2] powerpc/bpf: DIV64 instruction fix
 2019-06-13  5:06 UTC  (4+ 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 bpf-next] libbpf: fix check for presence of associated BTF for map creation
 2019-06-13  5:04 UTC 

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

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 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: optimize constant blinding
 2019-06-12 15:28 UTC  (5+ messages)

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

[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  (2+ 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)

[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  (6+ 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  (2+ messages)

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