bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-21 08:32:41 to 2019-03-30 01:40:03 UTC [more...]

[PATCH AUTOSEL 4.19 22/57] netfilter: nf_flow_table: remove flowtable hook flush routine in netns exit routine
 2019-03-30  1:28 UTC 

[PATCH AUTOSEL 5.0 35/67] perf tools: Fix errors under optimization level '-Og'
 2019-03-30  0:50 UTC 

[PATCH bpf-next 0/7] bpf: improve verifier scalability
 2019-03-30  0:16 UTC  (8+ messages)
` [PATCH bpf-next 1/7] bpf: add verifier stats and log_level bit 2
` [PATCH bpf-next 2/7] bpf: improve verification speed by droping states
` [PATCH bpf-next 3/7] bpf: improve verification speed by not remarking live_read
` [PATCH bpf-next 4/7] bpf: increase complexity limit and maximum program size
` [PATCH bpf-next 5/7] bpf: increase verifier log limit
` [PATCH bpf-next 6/7] libbpf: teach libbpf about log_level bit 2
` [PATCH bpf-next 7/7] selftests/bpf: add few verifier scale tests

pull-request: bpf 2019-03-29
 2019-03-29 22:50 UTC 

[PATCH bpf-next] [tools/bpf] add bpffs multi-dimensional array tests in test_btf
 2019-03-29 19:13 UTC  (2+ messages)

BUG: unable to handle kernel paging request in ip6_fragment
 2019-03-29 10:21 UTC 

[PATCH bpf-next 0/3] writable contexts for bpf raw tracepoints
 2019-03-29  0:07 UTC  (3+ messages)
` [PATCH bpf-next 1/3] bpf: add writable context for "
` [PATCH bpf-next 3/3] nbd: add tracepoints for send/receive timing

[PATCH bpf] bpf, libbpf: fix quiet install_headers
 2019-03-28 16:00 UTC  (2+ messages)

[PATCH bpf 0/2] libbpf: minor packaging fixes
 2019-03-28 15:59 UTC  (5+ messages)
` [PATCH bpf 1/2] libbpf: add xsk.h to install_headers target
` [PATCH bpf 2/2] libbpf: add libelf dependency to shared library build

[PATCH] bpf: bpftool: convert ‘const char *’ type into 'char *' in assignment
 2019-03-28 15:58 UTC  (6+ messages)

[RFC bpf-next v3 0/8] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
 2019-03-28 12:58 UTC  (30+ messages)
` [RFC bpf-next v3 1/8] flow_dissector: allow access only to a subset of __sk_buff fields
` [RFC bpf-next v3 2/8] flow_dissector: switch kernel context to struct bpf_flow_dissector
` [RFC bpf-next v3 3/8] flow_dissector: fix clamping of BPF flow_keys for non-zero nhoff
` [RFC bpf-next v3 4/8] bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb mode
` [RFC bpf-next v3 5/8] net: plumb network namespace into __skb_flow_dissect
` [RFC bpf-next v3 6/8] flow_dissector: handle no-skb use case
` [RFC bpf-next v3 7/8] net: pass net argument to the eth_get_headlen
` [RFC bpf-next v3 8/8] selftests/bpf: add flow dissector bpf_skb_load_bytes helper test

[PATCH] tools/perf/util: Remove duplicate headers
 2019-03-28  6:27 UTC  (2+ messages)

[RFC PATCH 65/68] vfs: Convert bpf to use the new mount API
 2019-03-27 23:48 UTC 

[PATCH AUTOSEL 5.0 016/262] xsk: fix to reject invalid flags in xsk_bind
 2019-03-27 18:14 UTC  (13+ messages)
` [PATCH AUTOSEL 5.0 024/262] libbpf: force fixdep compilation at the start of the build
` [PATCH AUTOSEL 5.0 069/262] tools/bpf: selftests: add map lookup to test_map_in_map bpf prog
` [PATCH AUTOSEL 5.0 095/262] veth: Fix -Wformat-truncation
` [PATCH AUTOSEL 5.0 140/262] tools build: Add test-reallocarray.c to test-all.c to fix the build
` [PATCH AUTOSEL 5.0 149/262] selftests: skip seccomp get_metadata test if not real root
` [PATCH AUTOSEL 5.0 172/262] bpf: test_maps: fix possible out of bound access warning
` [PATCH AUTOSEL 5.0 192/262] nfp: bpf: correct the behavior for shifts by zero
  ` [oss-drivers] "
` [PATCH AUTOSEL 5.0 200/262] bpf: fix missing prototype warnings
` [PATCH AUTOSEL 5.0 201/262] selftests/bpf: skip verifier tests for unsupported program types
` [PATCH AUTOSEL 5.0 212/262] perf trace: Fixup etcsnoop example
` [PATCH AUTOSEL 5.0 218/262] selftests/bpf: suppress readelf stderr when probing for BTF support

[PATCH/RFC bpf-next 00/16] bpf: eliminate zero extensions for sub-register writes
 2019-03-27 19:13 UTC  (35+ messages)
` [PATCH/RFC bpf-next 01/16] bpf: turn "enum bpf_reg_liveness" into bit representation
` [PATCH/RFC bpf-next 02/16] bpf: refactor propagate_live implementation
` [PATCH/RFC bpf-next 03/16] bpf: split read liveness into REG_LIVE_READ64 and REG_LIVE_READ32
` [PATCH/RFC bpf-next 04/16] bpf: mark sub-register writes that really need zero extension to high bits
` [PATCH/RFC bpf-next 05/16] bpf: reduce false alarm by refining "enum bpf_arg_type"
` [PATCH/RFC bpf-next 06/16] bpf: new sysctl "bpf_jit_32bit_opt"
` [PATCH/RFC bpf-next 07/16] bpf: insert explicit zero extension instructions when bpf_jit_32bit_opt is true
` [PATCH/RFC bpf-next 08/16] arm: bpf: eliminate zero extension code-gen
` [PATCH/RFC bpf-next 09/16] powerpc: "
` [PATCH/RFC bpf-next 10/16] s390: "
` [PATCH/RFC bpf-next 11/16] sparc: "
` [PATCH/RFC bpf-next 12/16] x32: "
` [PATCH/RFC bpf-next 13/16] riscv: "
` [PATCH/RFC bpf-next 14/16] nfp: "
` [PATCH/RFC bpf-next 15/16] selftests: bpf: new field "xlated_insns" for insn scan test after verification
` [PATCH/RFC bpf-next 16/16] selftests: bpf: unit testcases for zero extension insertion pass

[PATCH AUTOSEL 4.19 015/192] libbpf: force fixdep compilation at the start of the build
 2019-03-27 18:09 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 103/192] selftests: skip seccomp get_metadata test if not real root
` [PATCH AUTOSEL 4.19 146/192] bpf: fix missing prototype warnings
` [PATCH AUTOSEL 4.19 147/192] selftests/bpf: skip verifier tests for unsupported program types

[PATCH AUTOSEL 4.14 094/123] bpf: fix missing prototype warnings
 2019-03-27 18:15 UTC 

INFO: rcu detected stall in sys_bpf
 2019-03-27 18:31 UTC 

[PATCH bpf 0/2] fix btf_dedup()'s type graph equivalence check
 2019-03-27 15:04 UTC  (4+ messages)
` [PATCH bpf 1/2] libbpf: fix btf_dedup equivalence check handling of different kinds
` [PATCH bpf 2/2] selftests/bpf: add btf_dedup test for VOID equivalence check

libbpf packaging
 2019-03-27  7:20 UTC  (9+ messages)

pull-request: bpf-next 2019-03-26
 2019-03-27  5:32 UTC  (2+ messages)

[PATCH bpf-next] kbuild: add ability to generate BTF type info for vmlinux
 2019-03-27  1:24 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: remove incorrect 'verifier bug' warning
 2019-03-26 20:07 UTC  (4+ messages)

[PATCH bpf-next] selftests: bpf: don't depend on hardcoded perf sample_freq
 2019-03-26 19:49 UTC  (4+ messages)

KASAN: use-after-free Write in skb_release_data (2)
 2019-03-26  8:35 UTC  (4+ messages)

[PATCH bpf-next] bpf: test_tc_tunnel.sh needs reverse path filtering disabled
 2019-03-25 14:03 UTC  (3+ messages)

KASAN: use-after-free Read in seccomp_notify_release (2)
 2019-03-25  8:02 UTC 

pull-request: bpf 2019-03-24
 2019-03-25  3:45 UTC  (2+ messages)

[PATCH bpf v2 0/2] libbpf fix up and clarify version info
 2019-03-25  2:52 UTC  (5+ messages)
` [PATCH bpf v2 1/2] bpf, libbpf: fix version info and add it to shared object
` [PATCH bpf v2 2/2] bpf, libbpf: clarify bump in libbpf version info

[PATCH bpf-next 1/2] bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACT
 2019-03-23  1:43 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests: bpf: tc-bpf flow shaping with EDT

[PATCH bpf 0/2] libbpf fix up and clarify version info
 2019-03-23  0:38 UTC  (7+ messages)
` [PATCH bpf 1/2] bpf, libbpf: fix version info and add it to shared object
` [PATCH bpf 2/2] bpf, libbpf: clarify bump in libbpf version info

[PATCH v2] thunderbolt: xdomain: Fix to check return value of kmemdup
 2019-03-22 10:29 UTC  (2+ messages)

[PATCHv2 bpf-next 1/3] bpf, tests: tweak endianness selection
 2019-03-22  3:12 UTC  (6+ messages)

[PATCH bpf] bpf: verifier: propagate liveness on all frames
 2019-03-22  2:59 UTC  (2+ messages)

[PATCH v2 0/8] Allow checking SYN cookies from XDP and tc cls act
 2019-03-22  2:52 UTC  (12+ messages)
` [PATCH bpf-next v3 "
  ` [PATCH bpf-next v3 1/8] bpf: track references based on is_acquire_func
  ` [PATCH bpf-next v3 2/8] bpf: allow helpers to return PTR_TO_SOCK_COMMON
  ` [PATCH bpf-next v3 3/8] bpf: add skc_lookup_tcp helper
  ` [PATCH bpf-next v3 4/8] bpf: add helper to check for a valid SYN cookie
  ` [PATCH bpf-next v3 5/8] tools: update include/uapi/linux/bpf.h
  ` [PATCH bpf-next v3 6/8] selftests/bpf: allow specifying helper for BPF_SK_LOOKUP
  ` [PATCH bpf-next v3 7/8] selftests/bpf: test references to sock_common
  ` [PATCH bpf-next v3 8/8] selftests/bpf: add tests for bpf_tcp_check_syncookie and bpf_skc_lookup_tcp

[PATCH net-next] selftests: bpf: modify urandom_read and link it non-statically
 2019-03-22  2:39 UTC  (2+ messages)

[PATCH bpf-next v4] tools/bpf: generate pkg-config file for libbpf
 2019-03-21 22:34 UTC  (4+ messages)

[RFC bpf-next v2 0/9] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
 2019-03-21 21:13 UTC  (10+ messages)
` [RFC bpf-next v2 1/9] net: introduce __init_skb{,_data,_shinfo} helpers

[PATCH v13 00/20] arm64: untag user pointers passed to the kernel
 2019-03-21 17:52 UTC  (3+ messages)
` [PATCH v13 10/20] kernel, arm64: untag user pointers in prctl_set_mm*

[PATCH v9 perf,bpf 00/15] perf annotation of BPF programs
 2019-03-21 14:12 UTC  (3+ messages)

[PATCH] bpf: do not restore dst_reg when cur_state is freed
 2019-03-21 11:21 UTC  (5+ messages)
` [PATCH v2] "


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