bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-14 18:01:01 to 2019-06-18 20:28:09 UTC [more...]

[PATCH v4 00/28] Convert files to ReST - part 1
 2019-06-18 14:14 UTC  (5+ messages)
  ` [PATCH v4 05/28] docs: cgroup-v1: convert docs to ReST and rename to *.rst

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

[PATCH bpf-next] samples: bpf: Remove bpf_debug macro in favor of bpf_printk
 2019-06-18 18:13 UTC 

[PATCH 00/15] kbuild: refactor headers_install and support compile-test of UAPI headers
 2019-06-18 15:46 UTC  (2+ messages)

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

[RFC bpf-next 0/7] Programming socket lookup with BPF
 2019-06-18 13:52 UTC  (9+ messages)
` [RFC bpf-next 1/7] bpf: Introduce inet_lookup program type
` [RFC bpf-next 2/7] ipv4: Run inet_lookup bpf program on socket lookup
` [RFC bpf-next 3/7] ipv6: "
` [RFC bpf-next 4/7] bpf: Sync linux/bpf.h to tools/
` [RFC bpf-next 5/7] libbpf: Add support for inet_lookup program type
` [RFC bpf-next 6/7] bpf: Test destination address remapping with inet_lookup
` [RFC bpf-next 7/7] bpf: Add verifier tests for inet_lookup context access

next: arm64: build error: implicit declaration of function '__cookie_v6_init_sequence'
 2019-06-18 12:05 UTC 

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

[PATCH bpf-next v4 00/17] AF_XDP infrastructure improvements and mlx5e support
 2019-06-18 12:00 UTC  (21+ messages)
` [PATCH bpf-next v4 05/17] xsk: Change the default frame size to 4096 and allow controlling it
` [PATCH bpf-next v4 07/17] libbpf: Support drivers with non-combined channels
  ` [PATCH bpf-next v4 17/17] net/mlx5e: Add XSK zero-copy support

[PATCH 1/2] perf trace: Use pr_debug() instead of fprintf() for logging
 2019-06-18  6:39 UTC  (6+ messages)
` [PATCH 2/2] perf trace: Handle NULL pointer dereference in trace__syscall_info()

[RFC PATCH 00/11] bpf, trace, dtrace: DTrace BPF program type implementation and sample use
 2019-06-18  3:19 UTC  (15+ messages)

[PATCH] bpf: hide do_bpf_send_signal when unused
 2019-06-18  0:18 UTC  (6+ messages)

[PATCH bpf-next] libbpf: constify getter APIs
 2019-06-17 22:48 UTC 

[PATCH v2 bpf-next 00/11] BTF-defined BPF map definitions
 2019-06-17 22:20 UTC  (20+ messages)
` [PATCH v2 bpf-next 01/11] libbpf: add common min/max macro to libbpf_internal.h
` [PATCH v2 bpf-next 02/11] libbpf: extract BTF loading logic
` [PATCH v2 bpf-next 03/11] libbpf: streamline ELF parsing error-handling
` [PATCH v2 bpf-next 04/11] libbpf: refactor map initialization
` [PATCH v2 bpf-next 05/11] libbpf: identify maps by section index in addition to offset
` [PATCH v2 bpf-next 06/11] libbpf: split initialization and loading of BTF
` [PATCH v2 bpf-next 07/11] libbpf: allow specifying map definitions using BTF
` [PATCH v2 bpf-next 08/11] selftests/bpf: add test for BTF-defined maps
` [PATCH v2 bpf-next 09/11] selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to "
` [PATCH v2 bpf-next 10/11] selftests/bpf: convert tests w/ custom values "
` [PATCH v2 bpf-next 11/11] selftests/bpf: convert remaining selftests "

[PATCH bpf] bpf: fix the check that forwarding is enabled in bpf_ipv6_fib_lookup
 2019-06-17 21:20 UTC  (4+ messages)

[PATCH] bpf: optimize constant blinding
 2019-06-17 21:16 UTC  (15+ messages)

[PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-17 21:07 UTC  (23+ 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 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-17 20:59 UTC  (6+ messages)
` [RFC PATCH bpf-next 6/8] libbpf: allow specifying map definitions using BTF

WARNING in bpf_prog_kallsyms_find
 2019-06-17 20:00 UTC  (2+ messages)

eBPF verifier slowness, more than 2 cpu seconds for about 600 instructions
 2019-06-17 18:26 UTC  (7+ messages)

[RFC PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-17 18:15 UTC  (9+ messages)
` [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

[PATCH 0/9] x86/bpf: unwinder fixes
 2019-06-17 15:07 UTC  (8+ messages)
` [PATCH 6/9] x86/bpf: Fix JIT frame pointer usage

[PATCH] perf cs-etm: Improve completeness for kernel address space
 2019-06-17 15:00 UTC 

[PATCH v2 0/5] x86/bpf: unwinder fixes
 2019-06-17 14:57 UTC  (30+ messages)
` [PATCH v2 1/5] perf/x86: Always store regs->ip in perf_callchain_kernel()
` [PATCH v2 2/5] objtool: Fix ORC unwinding in non-JIT BPF generated code
` [PATCH v2 3/5] x86/bpf: Move epilogue generation to a dedicated function
` [PATCH v2 4/5] x86/bpf: Fix 64-bit JIT frame pointer usage

BUG: kernel NULL pointer dereference, address: 00000000
 2019-06-17 13:07 UTC 

[PATCH v2 bpf-next] bpf: sk_storage: Fix out of bounds memory access
 2019-06-16 10:28 UTC  (5+ messages)

pull-request: bpf 2019-06-15
 2019-06-16  1:22 UTC  (2+ messages)

[PATCH bpf v2] bpf: fix nested bpf tracepoints with per-cpu data
 2019-06-15 23:35 UTC  (2+ messages)

[PATCH bpf] bpf, x64: fix stack layout of JITed bpf code
 2019-06-15 21:46 UTC  (2+ messages)

[PATCH bpf-next 0/6] add need_wakeup flag to the AF_XDP rings
 2019-06-15 19:13 UTC  (4+ messages)

[PATCH v2 bpf-next 0/9] bpf: bounded loops and other features
 2019-06-15 19:00 UTC  (4+ messages)
` [PATCH v2 bpf-next 9/9] bpf: precise scalar_value tracking

[PATCHSET block/for-next] IO cost model based work-conserving porportional controller
 2019-06-15 15:57 UTC  (6+ messages)
` [PATCH 08/10] blkcg: implement blk-ioweight

[PATCH bpf 0/3] Devmap fixes around memory and RCU
 2019-06-15 10:10 UTC  (8+ messages)
` [PATCH bpf 1/3] devmap: Fix premature entry free on destroying map

[PATCH v2 3/4] perf augmented_raw_syscalls: Support arm64 raw syscalls
 2019-06-15  5:52 UTC  (11+ messages)

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

[PATCH bpf-next 1/4] bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog type
 2019-06-14 23:23 UTC  (2+ messages)

[PATCH v3 bpf-next 0/3] bpf: net: Detach BPF prog from reuseport sk
 2019-06-14 23:22 UTC  (2+ messages)

[PATCH] selftests/bpf: signedness bug in enable_all_controllers()
 2019-06-14 23:20 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: fix include path in Makefile
 2019-06-14 23: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).