bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-22 03:16:07 to 2019-05-23 13:58:04 UTC [more...]

[PATCH bpf] bpf, riscv: clear target register high 32-bits for and/or/xor on ALU32
 2019-05-23 13:58 UTC  (4+ messages)

[PATCH bpf-next 0/3] veth: Bulk XDP_TX
 2019-05-23 13:51 UTC  (14+ messages)
` [PATCH bpf-next 1/3] xdp: Add bulk XDP_TX queue
` [PATCH bpf-next 2/3] xdp: Add tracepoint for bulk XDP_TX
` [PATCH bpf-next 3/3] veth: Support "

Getting empty callchain from perf_callchain_kernel()
 2019-05-23 13:32 UTC  (15+ messages)

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

[PATCH bpf-next v2 0/3] tools: bpftool: add an option for debug output from libbpf and verifier
 2019-05-23 10:54 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] tools: bpftool: add -d option to get debug output from libbpf
` [PATCH bpf-next v2 2/3] libbpf: add bpf_object__load_xattr() API function to pass log_level
` [PATCH bpf-next v2 3/3] tools: bpftool: make -d option print debug output from verifier

[PATCH bpf-next 0/2] net: xdp: refactor the XDP_QUERY_PROG and XDP_QUERY_PROG_HW code
 2019-05-23  8:55 UTC  (13+ messages)
` [PATCH bpf-next 1/2] net: xdp: refactor XDP_QUERY_PROG{,_HW} to netdev
` [PATCH bpf-next 2/2] net: xdp: remove XDP_QUERY_PROG{,_HW}

[PATCH bpf] selftests: bpf: add zero extend checks for ALU32 and/or/xor
 2019-05-23  7:48 UTC  (5+ messages)

[PATCH bpf-next v4 0/3] bpf: implement bpf_send_signal() helper
 2019-05-23  6:11 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] "
` [PATCH bpf-next v4 2/3] tools/bpf: sync bpf uapi header bpf.h to tools directory
` [PATCH bpf-next v4 3/3] tools/bpf: add selftest in test_progs for bpf_send_signal() helper

[PATCH v2] perf/x86: always include regs->ip in callchain
 2019-05-23  6:06 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] cgroup bpf auto-detachment
 2019-05-23  5:52 UTC  (11+ messages)
` [PATCH v2 bpf-next 1/4] bpf: decouple the lifetime of cgroup_bpf from cgroup itself
` [PATCH v2 bpf-next 2/4] selftests/bpf: convert test_cgrp2_attach2 example into kselftest
` [PATCH v2 bpf-next 3/4] selftests/bpf: enable all available cgroup v2 controllers
` [PATCH v2 bpf-next 4/4] selftests/bpf: add auto-detach test

[PATCH bpf-next v3 0/3] bpf: implement bpf_send_signal() helper
 2019-05-23  5:50 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] tools/bpf: sync bpf uapi header bpf.h to tools directory
` [PATCH bpf-next v3 3/3] tools/bpf: add selftest in test_progs for bpf_send_signal() helper

[RFC PATCH 00/11] bpf, trace, dtrace: DTrace BPF program type implementation and sample use
 2019-05-23  5:46 UTC  (20+ messages)

[PATCH bpf-next 00/12] BTF-to-C converter
 2019-05-23  4:43 UTC  (23+ messages)
` [PATCH bpf-next 01/12] libbpf: ensure libbpf.h is included along libbpf_internal.h
` [PATCH bpf-next 02/12] libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
` [PATCH bpf-next 03/12] bpftool: use libbpf's btf__parse_elf API
` [PATCH bpf-next 04/12] selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext
` [PATCH bpf-next 05/12] libbpf: add resizable non-thread safe internal hashmap
` [PATCH bpf-next 06/12] selftests/bpf: add tests for libbpf's hashmap
` [PATCH bpf-next 07/12] libbpf: switch btf_dedup() to hashmap for dedup table
` [PATCH bpf-next 08/12] libbpf: add btf_dump API for BTF-to-C conversion
` [PATCH bpf-next 09/12] selftests/bpf: add btf_dump BTF-to-C conversion tests
` [PATCH bpf-next 10/12] bpftool: add C output format option to btf dump subcommand
` [PATCH bpf-next 11/12] bpftool/docs: add description of btf dump C option
` [PATCH bpf-next 12/12] bpftool: update bash-completion w/ new c option for btf dump

[PATCH v7 bpf-next 00/16] bpf: eliminate zero extensions for sub-register writes
 2019-05-23  2:07 UTC  (18+ messages)
` [PATCH v7 bpf-next 01/16] bpf: verifier: mark verified-insn with sub-register zext flag
` [PATCH v7 bpf-next 02/16] bpf: verifier: mark patched-insn "
` [PATCH v7 bpf-next 03/16] bpf: introduce new mov32 variant for doing explicit zero extension
` [PATCH v7 bpf-next 04/16] bpf: verifier: insert zero extension according to analysis result
` [PATCH v7 bpf-next 05/16] bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
` [PATCH v7 bpf-next 06/16] bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
` [PATCH v7 bpf-next 07/16] libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
` [PATCH v7 bpf-next 08/16] selftests: bpf: adjust several test_verifier helpers for insn insertion
` [PATCH v7 bpf-next 09/16] selftests: bpf: enable hi32 randomization for all tests
` [PATCH v7 bpf-next 10/16] arm: bpf: eliminate zero extension code-gen
` [PATCH v7 bpf-next 11/16] powerpc: "
` [PATCH v7 bpf-next 12/16] s390: "
` [PATCH v7 bpf-next 13/16] sparc: "
` [PATCH v7 bpf-next 14/16] x32: "
` [PATCH v7 bpf-next 15/16] riscv: "
` [PATCH v7 bpf-next 16/16] nfp: "

[PATCH v2 bpf-next] libbpf: emit diff of mismatched public API, if any
 2019-05-23  1:37 UTC  (2+ messages)

[PATCH bpf-next 0/4] cgroup bpf auto-detachment
 2019-05-22 23:19 UTC  (9+ messages)
` [PATCH bpf-next 1/4] bpf: decouple the lifetime of cgroup_bpf from cgroup itself
` [PATCH bpf-next 2/4] selftests/bpf: convert test_cgrp2_attach2 example into kselftest
` [PATCH bpf-next 3/4] selftests/bpf: enable all available cgroup v2 controllers
` [PATCH bpf-next 4/4] selftests/bpf: add auto-detach test

KASAN: use-after-free Read in sk_psock_unlink
 2019-05-22 22:58 UTC  (3+ messages)

tc_classid access in skb bpf context
 2019-05-22 21:28 UTC  (4+ messages)

[PATCH bpf-next v2 1/4] bpf: remove __rcu annotations from bpf_prog_array
 2019-05-22 20:53 UTC  (4+ messages)
` [PATCH bpf-next v2 2/4] bpf: media: properly use bpf_prog_array api
` [PATCH bpf-next v2 3/4] bpf: cgroup: "
` [PATCH bpf-next v2 4/4] bpf: tracing: "

[PATCH AUTOSEL 5.1 012/375] tools/bpf: fix perf build error with uClibc (seen on ARC)
 2019-05-22 19:15 UTC  (5+ messages)
` [PATCH AUTOSEL 5.1 014/375] libbpf: fix invalid munmap call
` [PATCH AUTOSEL 5.1 015/375] selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.c
` [PATCH AUTOSEL 5.1 016/375] bpftool: exclude bash-completion/bpftool from .gitignore pattern
` [PATCH AUTOSEL 5.1 055/375] x86/modules: Avoid breaking W^X while loading modules

[PATCH AUTOSEL 5.0 010/317] tools/bpf: fix perf build error with uClibc (seen on ARC)
 2019-05-22 19:19 UTC  (6+ messages)
` [PATCH AUTOSEL 5.0 011/317] selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.c
` [PATCH AUTOSEL 5.0 012/317] bpftool: exclude bash-completion/bpftool from .gitignore pattern
` [PATCH AUTOSEL 5.0 048/317] x86/modules: Avoid breaking W^X while loading modules
` [PATCH AUTOSEL 5.0 068/317] libbpf: fix samples/bpf build failure due to undefined UINT32_MAX
` [PATCH AUTOSEL 5.0 081/317] ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exit

[PATCH AUTOSEL 4.19 008/244] tools/bpf: fix perf build error with uClibc (seen on ARC)
 2019-05-22 19:23 UTC  (6+ messages)
` [PATCH AUTOSEL 4.19 009/244] selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.c
` [PATCH AUTOSEL 4.19 010/244] bpftool: exclude bash-completion/bpftool from .gitignore pattern
` [PATCH AUTOSEL 4.19 039/244] x86/modules: Avoid breaking W^X while loading modules
` [PATCH AUTOSEL 4.19 054/244] libbpf: fix samples/bpf build failure due to undefined UINT32_MAX
` [PATCH AUTOSEL 4.19 064/244] ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exit

[PATCH bpf-next v2 0/3] bpf: implement bpf_send_signal() helper
 2019-05-22 19:44 UTC  (11+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 2/3] tools/bpf: sync bpf uapi header bpf.h to tools directory
` [PATCH bpf-next v2 3/3] tools/bpf: add a selftest for bpf_send_signal() helper

[PATCH AUTOSEL 4.14 007/167] tools/bpf: fix perf build error with uClibc (seen on ARC)
 2019-05-22 19:26 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 035/167] libbpf: fix samples/bpf build failure due to undefined UINT32_MAX
` [PATCH AUTOSEL 4.14 041/167] ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exit

[PATCH AUTOSEL 4.9 026/114] ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exit
 2019-05-22 19:28 UTC 

[PATCH AUTOSEL 4.4 17/92] ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exit
 2019-05-22 19:30 UTC 

[PATCH bpf-next] libbpf: emit diff of mismatched public API, if any
 2019-05-22 18:00 UTC  (6+ messages)

[PATCH] perf/x86: always include regs->ip in callchain
 2019-05-22 16:12 UTC  (3+ messages)

memory leak in sock_hash_update_common
 2019-05-22 15:58 UTC 

kernel BUG at include/linux/scatterlist.h:LINE!
 2019-05-22 15:58 UTC 

[PATCH bpf-next v2 0/2] net: xdp: Two XSKMAP improvements
 2019-05-22 13:37 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] xsk: remove AF_XDP socket from map when the socket is released
` [PATCH bpf-next v2 2/2] xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP

[bpf PATCH] bpf: sockmap, restore sk_write_space when psock gets dropped
 2019-05-22 10:01 UTC 

[PATCH v2 bpf-next 0/3] bpf: optimize explored_states
 2019-05-22  5:54 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] bpf: cleanup explored_states
` [PATCH v2 bpf-next 2/3] bpf: split explored_states
` [PATCH v2 bpf-next 3/3] bpf: convert explored_states to hash table

[PATCH bpf-next 0/3] bpf: optimize explored_states
 2019-05-22  4:18 UTC  (6+ messages)
` [PATCH bpf-next 3/3] bpf: convert explored_states to hash table

WARNING: locking bug in inet_autobind
 2019-05-22  3:16 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).