bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-27 05:31:28 to 2019-04-05 21:00:07 UTC [more...]

[PATCH bpf-next v4 00/16] BPF support for global data
 2019-04-05 20:59 UTC  (2+ messages)
` [PATCH bpf-next v4 15/16] bpf, selftest: test global data/bss/rodata sections

[PATCH/RFC bpf-next 00/16] bpf: eliminate zero extensions for sub-register writes
 2019-04-05 20:44 UTC  (20+ 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 06/16] bpf: new sysctl "bpf_jit_32bit_opt"

[PATCH bpf-next 1/3] bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
 2019-04-05 20:07 UTC  (4+ messages)
` [PATCH bpf-next 2/3] libbpf: add support for ctx_{size,}_{in,out} "
` [PATCH bpf-next 3/3] selftests: bpf: add selftest for __sk_buff context "

[PATCH bpf-next] samples/bpf: fix build with new clang
 2019-04-05 15:03 UTC  (2+ messages)

BUG: using __this_cpu_read() in preemptible code in ip6_finish_output
 2019-04-05 12:36 UTC  (5+ messages)

[PATCH bpf-next v3 00/15] BPF support for global data
 2019-04-05  7:44 UTC  (19+ messages)
` [PATCH bpf-next v3 01/15] bpf: implement lookup-free direct value access for maps
` [PATCH bpf-next v3 02/15] bpf: add program side {rd,wr}only support "
` [PATCH bpf-next v3 03/15] bpf: add syscall side map lock support
` [PATCH bpf-next v3 04/15] bpf: allow . char as part of the object name
` [PATCH bpf-next v3 05/15] bpf: add specification for BTF Var and DataSec kinds
` [PATCH bpf-next v3 06/15] bpf: kernel side support for BTF Var and DataSec
` [PATCH bpf-next v3 07/15] bpf: allow for key-less BTF in array map
` [PATCH bpf-next v3 08/15] bpf: sync {btf,bpf}.h uapi header from tools infrastructure
` [PATCH bpf-next v3 09/15] bpf, libbpf: refactor relocation handling
` [PATCH bpf-next v3 10/15] bpf, libbpf: support global data/bss/rodata sections
` [PATCH bpf-next v3 11/15] bpf, libbpf: add support for BTF Var and DataSec
` [PATCH bpf-next v3 12/15] bpf: bpftool support for dumping data/bss/rodata sections
` [PATCH bpf-next v3 13/15] bpf, selftest: test {rd,wr}only flags and direct value access
` [PATCH bpf-next v3 14/15] bpf, selftest: test global data/bss/rodata sections
` [PATCH bpf-next v3 15/15] bpf, selftest: add test cases for BTF Var and DataSec

[PATCH bpf-next] selftests: bpf: add VRF test cases to lwt_ip_encap test
 2019-04-05  2:32 UTC  (5+ messages)

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

pull-request: bpf 2019-04-04
 2019-04-05  0:05 UTC  (2+ messages)

[PATCH bpf] bpf: report verifier bugs as warnings
 2019-04-04 17:45 UTC  (9+ messages)

[PATCH bpf] flow_dissector: rst'ify documentation
 2019-04-04 13:27 UTC  (3+ messages)

[PATCH] bpf:sample: fix field 'lock' has incomplete type in hbm.h
 2019-04-04 12:24 UTC  (3+ messages)

[PATCH bpf-next] kbuild: add ability to generate BTF type info for vmlinux
 2019-04-04  8:47 UTC  (10+ messages)

[PATCH v2 bpf-next 00/10] bpf: improve verifier scalability
 2019-04-04  0:01 UTC  (12+ messages)
` [PATCH v2 bpf-next 01/10] bpf: add verifier stats and log_level bit 2
` [PATCH v2 bpf-next 02/10] bpf: improve verification speed by droping states
` [PATCH v2 bpf-next 03/10] bpf: improve verification speed by not remarking live_read
` [PATCH v2 bpf-next 04/10] bpf: convert temp arrays to kvcalloc
` [PATCH v2 bpf-next 05/10] bpf: verbose jump offset overflow check
` [PATCH v2 bpf-next 06/10] bpf: increase complexity limit and maximum program size
` [PATCH v2 bpf-next 07/10] bpf: increase verifier log limit
` [PATCH v2 bpf-next 08/10] libbpf: teach libbpf about log_level bit 2
` [PATCH v2 bpf-next 09/10] selftests/bpf: add few verifier scale tests
` [PATCH v2 bpf-next 10/10] selftests/bpf: synthetic tests to push verifier limits

[PATCH bpf 0/5] flow_dissector: lay groundwork for calling BPF hook from eth_get_headlen
 2019-04-03 18:50 UTC  (13+ messages)
` [PATCH bpf 1/5] selftests/bpf: fix vlan handling in flow dissector program
` [PATCH bpf 2/5] net/flow_dissector: pass flow_keys->n_proto to BPF programs
` [PATCH bpf 3/5] flow_dissector: fix clamping of BPF flow_keys for non-zero nhoff
` [PATCH bpf 4/5] flow_dissector: allow access only to a subset of __sk_buff fields
` [PATCH bpf 5/5] flow_dissector: document BPF flow dissector environment

BUG: using __this_cpu_read() in preemptible code in sk_mc_loop
 2019-04-03 11:54 UTC  (2+ messages)

[PATCH bpf-next 0/4] selftests: bpf: support building selftests with clang and fix warnings
 2019-04-02 21:19 UTC  (6+ messages)
` [PATCH bpf-next 1/4] selftests: bpf: tests.h should depend on .c files, not the output
` [PATCH bpf-next 2/4] selftests: bpf: fix -Wformat-security warning for flow_dissector_load.c
` [PATCH bpf-next 3/4] selftests: bpf: fix -Wformat-invalid-specifier for bpf_obj_id.c
` [PATCH bpf-next 4/4] selftests: bpf: remove duplicate .flags initialization in ctx_skb.c

[PATCH bpf-next 0/7] bpf: improve verifier scalability
 2019-04-02 18:12 UTC  (20+ 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

[PATCH bpf-next 0/4] L2 encap support for bpf_skb_adjust_room
 2019-04-01 17:47 UTC  (10+ messages)
` [PATCH bpf-next 1/4] selftests_bpf: extend test_tc_tunnel for UDP encap
` [PATCH bpf-next 2/4] bpf: add layer 2 encap support to bpf_skb_adjust_room
` [PATCH bpf-next 3/4] bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2
` [PATCH bpf-next 4/4] selftests_bpf: extend test_tc_tunnel.sh test for L2 encap

[RFC bpf-next v3 6/8] flow_dissector: handle no-skb use case
 2019-04-01 16:30 UTC  (18+ messages)

WARNING in bpf_jit_free
 2019-03-31 18:20 UTC 

pull-request: bpf 2019-03-29
 2019-03-30  4:00 UTC  (2+ messages)

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

[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 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  (2+ messages)

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

pull-request: bpf-next 2019-03-26
 2019-03-27  5:32 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).