bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-02 21:59:35 to 2019-12-09 17:31:58 UTC [more...]

[PATCH bpf-next 0/8] riscv: BPF JIT fix, optimizations and far jumps support
 2019-12-09 17:31 UTC  (4+ messages)
` [PATCH bpf-next 1/8] riscv, bpf: fix broken BPF tail calls
` [PATCH bpf-next 2/8] riscv, bpf: add support for far branching
` [PATCH bpf-next 3/8] riscv, bpf: add support for far jumps and exits

[PATCH bpf-next v2] bpf, x86, arm64: enable jit by default when not built as always-on
 2019-12-09 17:06 UTC  (2+ messages)

[PATCH bpf-next v3 0/6] Introduce the BPF dispatcher
 2019-12-09 17:00 UTC  (9+ messages)
` [PATCH bpf-next v3 1/6] bpf: move trampoline JIT image allocation to a function
` [PATCH bpf-next v3 2/6] bpf: introduce BPF dispatcher
` [PATCH bpf-next v3 3/6] bpf, xdp: start using the BPF dispatcher for XDP
` [PATCH bpf-next v3 4/6] bpf: start using the BPF dispatcher in BPF_TEST_RUN
` [PATCH bpf-next v3 5/6] selftests: bpf: add xdp_perf test
` [PATCH bpf-next v3 6/6] bpf, x86: align dispatcher branch targets to 16B

[PATCHv3] bpf: Emit audit messages upon successful prog load and unload
 2019-12-09 14:56 UTC  (3+ messages)

[PATCH bpf-next] bpf, x86, arm64: enable jit by default when not built as always-on
 2019-12-09 14:54 UTC  (3+ messages)

[PATCH bpf-next 00/12] xsk: clean up ring access functions
 2019-12-09 13:07 UTC  (15+ messages)
` [PATCH bpf-next 01/12] xsk: eliminate the lazy update threshold
` [PATCH bpf-next 02/12] xsk: consolidate to one single cached producer pointer
` [PATCH bpf-next 03/12] xsk: standardize naming of producer ring access functions
` [PATCH bpf-next 04/12] xsk: simplify detection of empty and full rings
` [PATCH bpf-next 05/12] xsk: eliminate the RX batch size
` [PATCH bpf-next 06/12] xsk: simplify xskq_nb_avail and xskq_nb_free
` [PATCH bpf-next 07/12] xsk: simplify the consumer ring access functions
` [PATCH bpf-next 08/12] xsk: change names of validation functions
` [PATCH bpf-next 09/12] xsk: ixgbe: i40e: ice: mlx5: xsk_umem_discard_addr to xsk_umem_release_addr
` [PATCH bpf-next 10/12] xsk: remove unnecessary READ_ONCE of data
` [PATCH bpf-next 11/12] xsk: add function naming comments and reorder functions
` [PATCH bpf-next 12/12] xsk: use struct_size() helper

Establishing /usr/lib/bpf as a convention for eBPF bytecode files?
 2019-12-09 11:29 UTC 

[PATCH] ARM: net: bpf: improve endian conversion
 2019-12-09 11:17 UTC 

[PATCH] ARM: net: bpf: improve prologue code sequence
 2019-12-09 11:17 UTC 

net-next is OPEN
 2019-12-09  6:36 UTC  (2+ messages)
` so is bpf-next... "

[PATCH bpf 0/3] bpf: Make BPF trampoline friendly to ftrace
 2019-12-09  0:01 UTC  (4+ messages)
` [PATCH bpf 1/3] ftrace: Fix function_graph tracer interaction with BPF trampoline
` [PATCH bpf 2/3] bpf: Make BPF trampoline use register_ftrace_direct() API
` [PATCH bpf 3/3] selftests/bpf: test function_graph tracer and bpf trampoline together

WARNING in perf_group_attach
 2019-12-08 10:17 UTC 

Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
 2019-12-08  1:00 UTC 

[RFC v1 PATCH 7/7] bpf: Don't use tasklet in stackmap code when RT
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 6/7] bpf: Use BPF prog locking in array macros and cgroup/lirc code
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 5/7] bpf: Use bpf prog locking in trampoline code
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 4/7] bpf: More BPF_PROG_RUN() --> __BPF_PROG_RUN() transformations
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 3/7] bpf: Remove preemption disable from simple call sites
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 2/7] bpf: Add basic RT local locking for invocation of BPF programs
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 1/7] RT: Add local lock stubs
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 0/7] bpf: Make RT friendly
 2019-12-08  0:03 UTC 

Trying the bpf trace a bpf xdp program
 2019-12-07 16:51 UTC  (18+ messages)

[PATCHv2] bpf: Emit audit messages upon successful prog load and unload
 2019-12-06 21:30 UTC  (4+ messages)

[PATCH mips-fixes] MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in Kconfig
 2019-12-06 19:18 UTC  (2+ messages)

[PATCH] MIPS: BPF: Restore MIPS32 cBPF JIT; disable MIPS32 eBPF JIT
 2019-12-06 19:18 UTC  (3+ messages)

kernel BUG at include/linux/mm.h:LINE! (5)
 2019-12-06 17:58 UTC  (3+ messages)

[PATCH bpf] bpf: Add LBR data to BPF_PROG_TYPE_PERF_EVENT prog context
 2019-12-06 17:10 UTC  (5+ messages)

[PATCH v18 00/13] open: introduce openat2(2) syscall
 2019-12-06 14:13 UTC  (14+ messages)
` [PATCH v18 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v18 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v18 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v18 04/13] namei: allow set_root() "
` [PATCH v18 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v18 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v18 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v18 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v18 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v18 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v18 11/13] open: introduce openat2(2) syscall
` [PATCH v18 12/13] selftests: add openat2(2) selftests
` [PATCH v18 13/13] Documentation: path-lookup: include new LOOKUP flags

[PATCH bpf 0/4] Fix concurrency issues between XSK wakeup and control path using RCU
 2019-12-06  9:03 UTC  (9+ messages)
` [PATCH bpf 1/4] xsk: Add rcu_read_lock around the XSK wakeup
` [PATCH bpf 2/4] net/mlx5e: Fix concurrency issues between config flow and XSK
` [PATCH bpf 3/4] net/i40e: "
` [PATCH bpf 4/4] net/ixgbe: "

MIPS eBPF JIT support on pre-32R2
 2019-12-06  8:11 UTC  (5+ messages)

pull-request: bpf 2019-12-05
 2019-12-06  8:04 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in bpf_prog_create
 2019-12-05 22:45 UTC  (7+ messages)
    ` [PATCH] ppp: fix out-of-bounds access in bpf_prog_create()

BUG: unable to handle kernel paging request in pcpu_alloc
 2019-12-05 13:19 UTC  (7+ messages)

[PATCHv4 0/6] perf/bpftool: Allow to link libbpf dynamically
 2019-12-05 12:09 UTC  (22+ messages)

[PATCH bpf-next v10 1/2] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-12-05  9:47 UTC  (6+ messages)
` [PATCH bpf-next v11 0/2] bpf: adding get_file_path helper
  ` [PATCH bpf-next v11 1/2] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
  ` [PATCH bpf-next v11 2/2] selftests/bpf: test for bpf_get_file_path() from tracepoint

[PATCH,bpf-next v2 0/2] Fix broken samples due to symbol mismatch
 2019-12-05  8:01 UTC  (3+ messages)
` [PATCH,bpf-next v2 1/2] samples: bpf: replace symbol compare of trace_event
` [PATCH,bpf-next v2 2/2] samples: bpf: fix syscall_tp due to unused syscall

[PATCH bpf 0/2] fix a verifier bug in check_attach_btf_id()
 2019-12-05  5:37 UTC  (5+ messages)
` [PATCH bpf 1/2] bpf: fix a bug when getting subprog 0 jited image in check_attach_btf_id
` [PATCH bpf 2/2] selftests/bpf: add a fexit/bpf2bpf test with target bpf prog no callees

[PATCH bpf] selftests/bpf: de-flake test_tcpbpf
 2019-12-05  2:01 UTC  (2+ messages)

[PATCH bpf v2] selftests/bpf: bring back c++ include/link test
 2019-12-05  1:59 UTC  (3+ messages)

[PATCH bpf] selftests/bpf: don't hard-code root cgroup id
 2019-12-05  1:57 UTC  (2+ messages)

[bpf PATCH] samples/bpf: fix broken xdp_rxq_info due to map order assumptions
 2019-12-05  1:54 UTC  (2+ messages)

KASAN: vmalloc-out-of-bounds Write in pcpu_alloc
 2019-12-05  1:55 UTC  (2+ messages)

[RFC] bpf: Emit audit messages upon successful prog load and unload
 2019-12-04 15:26 UTC  (10+ messages)

[RFC PATCH bpf-next 00/16] Add code-generated BPF object skeleton support
 2019-12-04  7:00 UTC  (17+ messages)
` [RFC PATCH bpf-next 01/16] libbpf: don't require root for bpf_object__open()
` [RFC PATCH bpf-next 02/16] libbpf: add generic bpf_program__attach()
` [RFC PATCH bpf-next 03/16] libbpf: move non-public APIs from libbpf.h to libbpf_internal.h
` [RFC PATCH bpf-next 04/16] libbpf: add BPF_EMBED_OBJ macro for embedding BPF .o files
` [RFC PATCH bpf-next 05/16] libbpf: expose field/var declaration emitting API internally
` [RFC PATCH bpf-next 06/16] libbpf: expose BPF program's function name
` [RFC PATCH bpf-next 07/16] libbpf: refactor global data map initialization
` [RFC PATCH bpf-next 08/16] libbpf: postpone BTF ID finding for TRACING programs to load phase
` [RFC PATCH bpf-next 09/16] libbpf: reduce log level of supported section names dump
` [RFC PATCH bpf-next 10/16] libbpf: add experimental BPF object skeleton support
` [RFC PATCH bpf-next 11/16] bpftool: add skeleton codegen command
` [RFC PATCH bpf-next 12/16] libbpf/samples: add runqslower sample to libbpf samples
` [RFC PATCH bpf-next 13/16] selftests/bpf: add BPF skeletons selftests and convert attach_probe.c
` [RFC PATCH bpf-next 14/16] selftests/bpf: convert few more selftest to skeletons
` [RFC PATCH bpf-next 15/16] selftests/bpf: add test validating data section to struct convertion layout
` [RFC PATCH bpf-next 16/16] bpftool: add `gen skeleton` BASH completions

linux-master: WARNING: suspicious RCU usage in mem_allocator_disconnect
 2019-12-04  2:12 UTC  (3+ messages)

[PATCH 4.19 017/321] samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
 2019-12-03 22:31 UTC 

[PATCH 5.3 033/135] samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
 2019-12-03 22:34 UTC 

[PATCH] libbpf: Fix up generation of bpf_helper_defs.h
 2019-12-03 14:41 UTC  (13+ messages)
                  ` [PATCH] libbpf: Use PRIu64 for sym->st_value to fix build on 32-bit arches

bpf and local lock
 2019-12-02 23:08 UTC  (3+ messages)

[PATCH bpf] selftests/bpf: bring back c++ include/link test
 2019-12-02 22:15 UTC  (5+ 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).