bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-13 16:48:19 to 2019-06-14 22:36:44 UTC [more...]

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

[PATCH] bpf: optimize constant blinding
 2019-06-14 22:28 UTC  (9+ messages)

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

[PATCH v2 0/5] x86/bpf: unwinder fixes
 2019-06-14 21:27 UTC  (18+ 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
` [PATCH v2 5/5] x86/unwind/orc: Fall back to using frame pointers for generated code

[PATCHSET block/for-next] IO cost model based work-conserving porportional controller
 2019-06-14 20:50 UTC  (19+ messages)
` [PATCH 01/10] blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()
` [PATCH 02/10] blkcg: make ->cpd_init_fn() optional
` [PATCH 03/10] blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()
` [PATCH 04/10] block/rq_qos: add rq_qos_merge()
` [PATCH 05/10] block/rq_qos: implement rq_qos_ops->queue_depth_changed()
` [PATCH 06/10] blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/
` [PATCH 07/10] blk-mq: add optional request->pre_start_time_ns
` [PATCH 08/10] blkcg: implement blk-ioweight
` [PATCH 09/10] blkcg: add tools/cgroup/monitor_ioweight.py
` [PATCH 10/10] blkcg: implement BPF_PROG_TYPE_IO_COST

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

[PATCH bpf-next v4 00/17] AF_XDP infrastructure improvements and mlx5e support
 2019-06-14 19:50 UTC  (17+ 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 v2] bpf: fix nested bpf tracepoints with per-cpu data
 2019-06-14 17:25 UTC  (8+ messages)

[PATCH 0/9] x86/bpf: unwinder fixes
 2019-06-14 17:07 UTC  (44+ messages)
` [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 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 bpf-next v5 0/8] bpf: getsockopt and setsockopt hooks
 2019-06-14 16:32 UTC  (7+ messages)
` [PATCH bpf-next v5 1/8] bpf: implement "

[PATCH bpf-next 0/6] add need_wakeup flag to the AF_XDP rings
 2019-06-14 14:17 UTC  (7+ messages)
` [PATCH bpf-next 2/6] xsk: add support for need_wakeup flag in "
` [Intel-wired-lan] [PATCH bpf-next 0/6] add need_wakeup flag to the "

[PATCH bpf 0/3] Devmap fixes around memory and RCU
 2019-06-14 13:09 UTC  (12+ messages)
` [PATCH bpf 1/3] devmap: Fix premature entry free on destroying map
` [PATCH bpf 2/3] devmap: Add missing bulk queue free
` [PATCH bpf 3/3] devmap: Add missing RCU read lock on flush

[PATCH bpf-next] bpf: sk_storage: Fix out of bounds memory access
 2019-06-14  9:47 UTC  (4+ messages)

memory leak in vhost_net_ioctl
 2019-06-14  7:58 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: fix include path in Makefile
 2019-06-14  6:43 UTC 

[PATCH bpf-next 0/9] bpf: bounded loops and other features
 2019-06-14  6:20 UTC  (20+ 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

memory leak in create_ctx
 2019-06-14  4:21 UTC 

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

[PATCH bpf-next 0/2] bpf: net: Detach BPF prog from reuseport sk
 2019-06-13 21:18 UTC  (15+ 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-13 21:11 UTC  (2+ messages)

[PATCH bpf v2 1/2] bpf: simplify definition of BPF_FIB_LOOKUP related flags
 2019-06-13 20:48 UTC  (2+ messages)

[PATCH v2 0/4] perf augmented_raw_syscalls: Support for arm64
 2019-06-13 18:15 UTC  (11+ messages)
` [PATCH v2 3/4] perf augmented_raw_syscalls: Support arm64 raw syscalls

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

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

[PATCH bpf-next] net: Don't uninstall an XDP program when none is installed
 2019-06-13 17:26 UTC  (4+ 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: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


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