bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-13 20:33:45 to 2019-05-21 15:21:49 UTC [more...]

[PATCH v2 net 0/2] XDP generic related fixes
 2019-05-21 15:21 UTC  (12+ messages)
` [PATCH v2 net 1/2] netvsc: unshare skb in VF rx handler
` [PATCH v2 net 2/2] net: core: generic XDP support for stacked device

[PATCH 1/5] samples/bpf: fix test_lru_dist build
 2019-05-21 15:20 UTC  (11+ messages)
` [PATCH 2/5] libbpf: add missing typedef
` [PATCH 3/5] samples/bpf: fix xdpsock_user build error
` [PATCH 4/5] samples/bpf: fix tracex5_user "
` [PATCH 5/5] samples/bpf: fix hbm "

[PATCH bpf] samples/bpf: suppress compiler warning
 2019-05-21 14:56 UTC  (2+ messages)

[PATCH bpf] bpf: Check sk_fullsock() before returning from bpf_sk_lookup()
 2019-05-21 14:48 UTC  (10+ messages)

[PATCH bpf] bpf: fix out-of-bounds read in __bpf_skc_lookup
 2019-05-21 14:47 UTC  (2+ messages)

[PATCH bpf] bpf, riscv: clear target register high 32-bits for and/or/xor on ALU32
 2019-05-21 14:12 UTC  (3+ messages)

WARNING: locking bug in inet_autobind
 2019-05-21  8:31 UTC  (2+ messages)

[RFC] cgroup gets release after long time
 2019-05-21  8:00 UTC  (13+ messages)

[RFC PATCH 07/11] bpf: implement writable buffers in contexts
 2019-05-21  4:16 UTC  (3+ messages)

[RFC PATCH 11/11] dtrace: make use of writable buffers in BPF
 2019-05-20 23:55 UTC 

[RFC PATCH 10/11] bpf: add bpf_buffer_reserve and bpf_buffer_commit helpers
 2019-05-20 23:54 UTC 

[RFC PATCH 08/11] perf: add perf_output_begin_forward_in_page
 2019-05-20 23:52 UTC 

[RFC PATCH 09/11] bpf: mark helpers explicitly whether they may change the context
 2019-05-20 23:52 UTC 

[RFC PATCH 06/11] dtrace: tiny userspace tool to exercise DTrace support features
 2019-05-20 23:51 UTC 

[RFC PATCH 05/11] trace: update Kconfig and Makefile to include DTrace
 2019-05-20 23:51 UTC 

[RFC PATCH 04/11] trace: initial implementation of DTrace based on kernel facilities
 2019-05-20 23:51 UTC 

[RFC PATCH 03/11] bpf: export proto for bpf_perf_event_output helper
 2019-05-20 23:50 UTC 

[RFC PATCH 02/11] bpf: add BPF_PROG_TYPE_DTRACE
 2019-05-20 23:50 UTC 

[RFC PATCH 01/11] bpf: context casting for tail call
 2019-05-20 23:50 UTC 

[RFC PATCH 00/11] bpf, trace, dtrace: DTrace BPF program type implementation and sample use
 2019-05-20 23:47 UTC 

[PATCH 0/1] Fix for VM_FLUSH_RESET_PERMS on sparc
 2019-05-20 19:13 UTC  (4+ messages)
` [PATCH 1/1] vmalloc: Fix issues with flush flag

Getting empty callchain from perf_callchain_kernel()
 2019-05-20 17:22 UTC  (8+ messages)

Inquiry 20/May/2019
 2019-05-20 11:28 UTC 

RFC: Fixing SK_REUSEPORT from sk_lookup_* helpers
 2019-05-19  1:20 UTC  (7+ messages)

[RFC bpf-next 0/7] busy poll support for AF_XDP sockets
 2019-05-18  8:49 UTC  (13+ messages)

pull-request: bpf 2019-05-18
 2019-05-17 23:40 UTC  (2+ messages)

[PATCH bpf-next 0/2] Move bpf_printk to bpf_helpers.h
 2019-05-17 21:50 UTC  (5+ messages)
` [PATCH bpf-next 1/2] selftests: bpf: "
` [PATCH bpf-next 2/2] samples: bpf: Do not define bpf_printk macro

[PATCH bpf] bpftool: fix BTF raw dump of FWD's fwd_kind
 2019-05-17 12:24 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: fix bpf_get_current_task
 2019-05-17 12:23 UTC  (3+ messages)

[PATCH net 0/3] XDP generic related fixes
 2019-05-17  1:09 UTC  (7+ messages)
` [PATCH net 1/3] netvsc: unshare skb in VF rx handler
` [PATCH net 2/3] net: core: generic XDP support for stacked device
` [PATCH net 3/3] netdevice: clarify meaning of rx_handler_result

[PATCH bpf] libbpf: move logging helpers into libbpf_internal.h
 2019-05-16 19:50 UTC  (2+ messages)

[PATCH] selftests: fix bpf build/test workflow regression when KBUILD_OUTPUT is set
 2019-05-16 19:18 UTC  (4+ messages)

[PATCH] net: bpfilter: fallback to netfilter if failed to load bpfilter kernel module
 2019-05-16 19:12 UTC  (2+ messages)

[PATCH bpf] tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr()
 2019-05-16 18:46 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: add test_sysctl and map_tests/tests.h to .gitignore
 2019-05-16 18:42 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Move bpf_printk to bpf_helpers.h
 2019-05-16 17:01 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] selftests: bpf: "
` [PATCH bpf-next v2 2/2] samples: bpf: Do not define bpf_printk macro

[PATCH bpf v1 0/3] Test the 32bit narrow reads
 2019-05-16 16:54 UTC  (11+ messages)
` [PATCH bpf v1 1/3] selftests/bpf: Test correctness of narrow 32bit read on 64bit field
` [PATCH bpf v1 2/3] selftests/bpf: Print a message when tester could not run a program
` [PATCH bpf v1 3/3] selftests/bpf: Avoid a clobbering of errno

[PATCH AUTOSEL 5.0 22/34] tools: bpftool: fix infinite loop in map create
 2019-05-16 11:39 UTC  (2+ messages)
` [PATCH AUTOSEL 5.0 23/34] bpf: Fix preempt_enable_no_resched() abuse

[PATCH AUTOSEL 4.19 18/25] bpf: Fix preempt_enable_no_resched() abuse
 2019-05-16 11:40 UTC 

WARNING: locking bug in udpv6_pre_connect
 2019-05-16  5:46 UTC 

[PATCH bpf 1/2] selftests/bpf: add missing \n to flow_dissector CHECK errors
 2019-05-15 23:42 UTC  (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: add prog detach to flow_dissector test

[PATCH bpf] libbpf: don't fail when feature probing fails
 2019-05-15 23:42 UTC  (2+ messages)

pull-request: bpf 2019-05-16
 2019-05-16  1:29 UTC  (2+ messages)

[bpf PATCH] net: tcp_bpf, correctly handle DONT_WAIT flags and timeo == 0
 2019-05-15 23:42 UTC  (2+ messages)

[PATCH v4 0/2] kheaders fixes for -rc
 2019-05-15 21:35 UTC  (3+ messages)
` [PATCH v4 1/2] kheaders: Move from proc to sysfs
` [PATCH v4 2/2] kheaders: Do not regenerate archive if config is not changed

KASAN: use-after-free Read in timer_is_static_object (2)
 2019-05-15  5:28 UTC 

[bpf PATCH v4 0/4] sockmap/ktls fixes
 2019-05-15  4:17 UTC  (7+ messages)
` [bpf PATCH v4 1/4] bpf: tls, implement unhash to avoid transition out of ESTABLISHED

[PATCH bpf 0/4] bpf: remove __rcu annotations from bpf_prog_array
 2019-05-15  3:49 UTC  (17+ messages)

[PATCH bpf 0/3] BPF LRU map fix
 2019-05-14 17:56 UTC  (9+ messages)
` [PATCH bpf 1/3] bpf: add map_lookup_elem_sys_only for lookups from syscall side
` [PATCH bpf 2/3] bpf, lru: avoid messing with eviction heuristics upon syscall lookup
` [PATCH bpf 3/3] bpf: test ref bit from data path and add new tests for syscall path

[PATCH bpf] libbpf: detect supported kernel BTF features and sanitize BTF
 2019-05-14 16:08 UTC  (7+ messages)

[PATCH] tools/bpf: Sync kernel btf.h header
 2019-05-14  8:09 UTC  (3+ messages)

bpf VM_FLUSH_RESET_PERMS breaks sparc64 boot
 2019-05-14  4:58 UTC  (4+ messages)

[PATCH v2 bpf-next] bpf: btf: fix the brackets of BTF_INT_OFFSET()
 2019-05-14  3:10 UTC  (3+ messages)

[PATCH bpf 1/2] flow_dissector: support FLOW_DISSECTOR_KEY_ETH_ADDRS with BPF
 2019-05-13 23:44 UTC  (8+ messages)

[bpf PATCH 0/3] sockmap fixes
 2019-05-13 23:34 UTC  (2+ messages)

[PATCH bpf] bpf: mark bpf_event_notify and bpf_event_init as static
 2019-05-13 23:34 UTC  (2+ messages)

[PATCH net] bpf: devmap: fix use-after-free Read in __dev_map_entry_free
 2019-05-13 23:33 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).