bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-30 07:29:47 to 2019-12-08 00:04:01 UTC [more...]

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

[PATCHv3] bpf: Emit audit messages upon successful prog load and unload
 2019-12-06 21:49 UTC 

[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  (29+ messages)
` [PATCH 1/6] perf tools: Allow to specify libbpf install directory
` [PATCH 2/6] bpftool: Allow to link libbpf dynamically
` [PATCH 3/6] bpftool: Rename BPF_DIR Makefile variable to LIBBPF_SRC_DIR
` [PATCH 4/6] bpftool: Rename LIBBPF_OUTPUT Makefile variable to LIBBPF_BUILD_OUTPUT
` [PATCH 5/6] bpftool: Rename LIBBPF_PATH Makefile variable to LIBBPF_BUILD_PATH
` [PATCH 6/6] selftests, bpftool: Add build test for libbpf dynamic linking

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

[PATCH bpf] bpf: avoid setting bpf insns pages read-only when prog is jited
 2019-12-02 20:09 UTC  (10+ messages)

[PATCH 0/3] perf/bpftool: Allow to link libbpf dynamically
 2019-12-02 20:02 UTC  (8+ messages)

WARNING in corrupted (2)
 2019-12-02 19:55 UTC 

pull-request: bpf 2019-12-02
 2019-12-02 18:51 UTC  (2+ messages)

xdpsock poll with 5.2.21rt kernel
 2019-12-02 17:11 UTC  (5+ messages)

WARNING in generic_make_request_checks (2)
 2019-12-02 15:25 UTC 

[PATCH bpf] xsk: add missing memory barrier in xskq_has_addrs()
 2019-12-02 12:31 UTC  (3+ messages)

[PATCH] libbpf: fix readelf output parsing on powerpc with recent binutils
 2019-12-02  9:37 UTC  (3+ messages)

[PATCH] um: vector: fix BPF loading in vector drivers
 2019-12-02  9:33 UTC  (6+ messages)

[PATCH bpf v3] bpftool: Allow to link libbpf dynamically
 2019-12-02  8:59 UTC  (5+ messages)

[GIT PULL] seccomp updates for v5.5-rc1
 2019-12-01  1:40 UTC  (2+ messages)

[PATCH v7 17/24] mm/gup: track FOLL_PIN pages
 2019-11-30 18:59 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).