bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-20 16:53:29 to 2019-05-22 19:51:40 UTC [more...]

[PATCH bpf-next 00/12] BTF-to-C converter
 2019-05-22 19:50 UTC  (12+ 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 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 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 AUTOSEL 5.0 012/317] bpftool: exclude bash-completion/bpftool from .gitignore pattern
 2019-05-22 19:19 UTC  (2+ messages)
` [PATCH AUTOSEL 5.0 081/317] ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exit

[PATCH v7 bpf-next 00/16] bpf: eliminate zero extensions for sub-register writes
 2019-05-22 18:55 UTC  (17+ 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 bpf-next 0/2] net: xdp: refactor the XDP_QUERY_PROG and XDP_QUERY_PROG_HW code
 2019-05-22 18:32 UTC  (6+ 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}

[RFC PATCH 00/11] bpf, trace, dtrace: DTrace BPF program type implementation and sample use
 2019-05-22 18:22 UTC  (27+ messages)
` [RFC PATCH 01/11] bpf: context casting for tail call
` [RFC PATCH 02/11] bpf: add BPF_PROG_TYPE_DTRACE
` [RFC PATCH 03/11] bpf: export proto for bpf_perf_event_output helper
  ` [RFC PATCH 04/11] trace: initial implementation of DTrace based on kernel
` [RFC PATCH 05/11] trace: update Kconfig and Makefile to include DTrace
  ` [RFC PATCH 06/11] dtrace: tiny userspace tool to exercise DTrace support
` [RFC PATCH 07/11] bpf: implement writable buffers in contexts
` [RFC PATCH 08/11] perf: add perf_output_begin_forward_in_page
    ` [RFC PATCH 09/11] bpf: mark helpers explicitly whether they may change
  ` [RFC PATCH 10/11] bpf: add bpf_buffer_reserve and bpf_buffer_commit
` [RFC PATCH 11/11] dtrace: make use of writable buffers in BPF

[PATCH bpf] selftests: bpf: add zero extend checks for ALU32 and/or/xor
 2019-05-22 18:13 UTC  (2+ messages)

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

[PATCH v2 bpf-next] libbpf: emit diff of mismatched public API, if any
 2019-05-22 17:51 UTC 

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

tc_classid access in skb bpf context
 2019-05-22 17:26 UTC  (3+ 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 

KASAN: use-after-free Read in sk_psock_unlink
 2019-05-22 14:45 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  (9+ messages)
` [PATCH bpf-next 1/3] bpf: cleanup explored_states
` [PATCH bpf-next 2/3] bpf: split explored_states
` [PATCH bpf-next 3/3] bpf: convert explored_states to hash table

WARNING: locking bug in inet_autobind
 2019-05-22  3:16 UTC  (3+ messages)

[PATCH v2 bpf-next 0/3] bpf: increase jmp sequence limit
 2019-05-22  3:14 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] bpf: bump "
` [PATCH v2 bpf-next 2/3] selftests/bpf: adjust verifier scale test
` [PATCH v2 bpf-next 3/3] selftests/bpf: add pyperf "

[PATCH bpf-next 0/3] bpf: increase jmp sequence limit
 2019-05-22  0:56 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: bump "
` [PATCH bpf-next 2/3] selftests/bpf: adjust verifier scale test
` [PATCH bpf-next 3/3] selftests/bpf: add pyperf "

[PATCH 1/5] samples/bpf: fix test_lru_dist build
 2019-05-21 23:32 UTC  (13+ messages)
` [PATCH 2/5] libbpf: add missing typedef
` [PATCH 4/5] samples/bpf: fix tracex5_user build error

bpf-next is OPEN
 2019-05-21 22:25 UTC 

RFC: Fixing SK_REUSEPORT from sk_lookup_* helpers
 2019-05-21 21:39 UTC  (7+ messages)

Linux Plumbers BPF micro-conference CFP
 2019-05-21 20:31 UTC 

[PATCH 0/9] eBPF support for GNU binutils
 2019-05-21 19:49 UTC  (10+ messages)

[PATCH v2 net 0/2] XDP generic related fixes
 2019-05-21 15:21 UTC  (11+ messages)
` [PATCH v2 net 2/2] net: core: generic XDP support for stacked device

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

[RFC] cgroup gets release after long time
 2019-05-21  8:00 UTC  (10+ 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 

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


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