bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-08 17:18:55 to 2019-05-16 16:21:46 UTC [more...]

[PATCH bpf v1 0/3] Test the 32bit narrow reads
 2019-05-16 16:21 UTC  (10+ 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

[RFC] cgroup gets release after long time
 2019-05-16 15:31 UTC  (5+ messages)

[RFC bpf-next 0/7] busy poll support for AF_XDP sockets
 2019-05-16 12:37 UTC  (9+ messages)

[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 

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

RFC: Fixing SK_REUSEPORT from sk_lookup_* helpers
 2019-05-16  8:41 UTC  (3+ messages)

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

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

[PATCH bpf] libbpf: move logging helpers into libbpf_internal.h
 2019-05-16  3:39 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

[PATCH] net: bpfilter: fallback to netfilter if failed to load bpfilter kernel module
 2019-05-15 11:40 UTC 

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  (11+ messages)
` [bpf PATCH v4 1/4] bpf: tls, implement unhash to avoid transition out of ESTABLISHED
` [bpf PATCH v4 2/4] bpf: sockmap, only stop/flush strp if it was enabled at some point
` [bpf PATCH v4 3/4] bpf: sockmap remove duplicate queue free
` [bpf PATCH v4 4/4] bpf: sockmap fix msg->sg.size account on ingress skb

[PATCH bpf 0/4] bpf: remove __rcu annotations from bpf_prog_array
 2019-05-15  3:49 UTC  (20+ messages)
` [PATCH bpf 2/4] bpf: media: properly use bpf_prog_array api
` [PATCH bpf 3/4] bpf: cgroup: "
` [PATCH bpf 4/4] bpf: tracing: "

[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  (9+ messages)
` [PATCH bpf 2/2] selftests/bpf: test L2 dissection in flow dissector

[bpf PATCH 0/3] sockmap fixes
 2019-05-13 23:34 UTC  (5+ messages)
` [bpf PATCH 1/3] bpf: sockmap, only stop/flush strp if it was enabled at some point
` [bpf PATCH 2/3] bpf: sockmap remove duplicate queue free
` [bpf PATCH 3/3] bpf: sockmap fix msg->sg.size account on ingress skb

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

[PATCH net] flow_dissector: disable preemption around BPF calls
 2019-05-13 17:52 UTC  (7+ messages)

[PATCH v3 bpf] libbpf: detect supported kernel BTF features and sanitize BTF
 2019-05-13 16:37 UTC  (8+ messages)

[PATCH bpf-next v2 00/16] AF_XDP infrastructure improvements and mlx5e support
 2019-05-13 14:52 UTC  (8+ messages)
` [PATCH bpf-next v2 04/16] xsk: Extend channels to support combined XSK/non-XSK traffic

[PATCH bpf-next 1/2] bpf: btf: fix the brackets of BTF_INT_OFFSET()
 2019-05-13  9:26 UTC  (3+ messages)
` [PATCH bpf-next 2/2] docs/btf: update BTF_INT_OFFSET()

pull-request: bpf 2019-05-13
 2019-05-13  3:05 UTC  (2+ messages)

[PATCH v2] samples: guard sub-directories with CONFIG options
 2019-05-13  2:26 UTC  (2+ messages)

[PATCH bpf v1] bpf: Fix undefined behavior in narrow load handling
 2019-05-13  0:01 UTC  (4+ messages)

[PATCH bpf 0/4] bpf: fix documentation for BPF helper functions
 2019-05-12 23:24 UTC  (6+ messages)
` [PATCH bpf 1/4] bpf: fix script for generating man page on BPF helpers
` [PATCH bpf 2/4] bpf: fix recurring typo in documentation for "
` [PATCH bpf 3/4] bpf: fix minor issues "
` [PATCH bpf 4/4] tools: bpf: synchronise BPF UAPI header with tools

[PATCH v2] selftests: bpf: Add files generated after build to .gitignore
 2019-05-12 23:23 UTC  (2+ messages)

[PATCH] selftests: bpf: Add files generated when compiled to .gitignore
 2019-05-12  7:34 UTC  (3+ messages)

[PATCH 0/3] kheaders fixes for -rc
 2019-05-11 16:17 UTC  (7+ messages)
` [PATCH 1/3] kheaders: Move from proc to sysfs
` [PATCH 2/3] kheaders: Do not regenerate archive if config is not changed
` [PATCH 3/3] kheaders: Make it depend on sysfs

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

[GIT PULL] Kselftest update for Linux 5.2-rc1
 2019-05-11  2:53 UTC  (5+ messages)

[PATCH bpf 1/2] bpf: fix out of bounds backwards jmps due to dead code removal
 2019-05-11  1:52 UTC  (3+ messages)
` [PATCH bpf 2/2] bpf: add various test cases for backward jumps

[PATCH v6 bpf-next 00/17] bpf: eliminate zero extensions for sub-register writes
 2019-05-10 21:59 UTC  (11+ messages)
` [PATCH v6 bpf-next 01/17] bpf: verifier: offer more accurate helper function arg and return type

[PATCH] selftests/bpf: Fix compile warning in bpf selftest
 2019-05-10  0:00 UTC  (3+ messages)

Question about seccomp / bpf
 2019-05-09 23:51 UTC  (10+ messages)

pull-request: bpf 2019-05-09
 2019-05-09 23:31 UTC  (2+ messages)

[PATCH bpf] nfp: bpf: fix static check error through tightening shift amount adjustment
 2019-05-09 23:02 UTC  (2+ messages)

[PATCH bpf-next] docs/btf: fix the missing section marks
 2019-05-09 23:01 UTC  (2+ messages)

[PATCH bpf] libbpf: always NULL out pobj in bpf_prog_load_xattr
 2019-05-09 23:01 UTC  (4+ messages)
` [PATCH bpf v2] selftests: bpf: initialize bpf_object pointers where needed

[PATCH v3] kheaders: Move from proc to sysfs
 2019-05-09 22:47 UTC  (3+ messages)

KASAN: slab-out-of-bounds Read in ip_append_data
 2019-05-09 17:27 UTC 


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