bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-24 05:57:26 to 2019-11-28 09:16:46 UTC [more...]

[RFC] bpf: Emit audit messages upon successful prog load and unload
 2019-11-28  9:16 UTC 

[PATCH 0/3] perf/bpftool: Allow to link libbpf dynamically
 2019-11-28  9:06 UTC  (19+ messages)
` [PATCH 1/3] perf tools: Allow to specify libbpf install directory
` [PATCH 2/3] libbpf: Export netlink functions used by bpftool
` [PATCH 3/3] bpftool: Allow to link libbpf dynamically

[PATCH -next] um: vector: use GFP_ATOMIC under spin lock
 2019-11-28  8:41 UTC  (6+ messages)

[PATCH bpf] bpf: Fix build in minimal configurations
 2019-11-28  4:56 UTC  (2+ messages)

[PATCH bpf] bpf: force .BTF section start to zero when dumping from vmlinux
 2019-11-28  4:37 UTC  (2+ messages)

[PATCH] libbpf: Fix up generation of bpf_helper_defs.h
 2019-11-28  1:52 UTC  (28+ messages)
                        ` [PATCH] libbpf: Use PRIu64 for sym->st_value to fix build on 32-bit arches

[PATCH v2 bpf] libbpf: fix global variable relocation
 2019-11-28  0:40 UTC  (2+ messages)

linux-next: Tree for Nov 19 (bpf)
 2019-11-27 23:45 UTC  (2+ messages)
  ` linux-next: Tree for Nov 19 (bpf/btf)

[PATCH bpf-next 0/8] Extend SOCKMAP to store listening sockets
 2019-11-27 22:18 UTC  (27+ messages)
` [PATCH bpf-next 4/8] bpf, sockmap: Don't let child socket inherit psock or its ops on copy
` [PATCH bpf-next 5/8] bpf: Allow selecting reuseport socket from a SOCKMAP
` [PATCH bpf-next 6/8] libbpf: Recognize SK_REUSEPORT programs from section name
` [PATCH bpf-next 7/8] selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP
` [PATCH bpf-next 8/8] selftests/bpf: Tests for SOCKMAP holding listening sockets

[PATCH bpf] libbpf: fix Makefile' libbpf symbol mismatch diagnostic
 2019-11-27 21:33 UTC  (3+ messages)

[PATCH bpf] libbpf: fix global variable relocation
 2019-11-27 20:07 UTC  (3+ messages)

[PATCH bpf v3] bpf: support pre-2.25-binutils objcopy for vmlinux BTF
 2019-11-27 19:30 UTC  (2+ messages)

mainline-5.4.0: regressions detected in project mainline
 2019-11-27 10:01 UTC 

[GIT PULL] seccomp updates for v5.5-rc1
 2019-11-27  0:59 UTC  (2+ messages)

[PATCH bpf v2] bpf: support pre-2.25-binutils objcopy for vmlinux BTF
 2019-11-27  0:27 UTC  (6+ messages)

[PATCH bpf-next] bpf: fix static checker warning
 2019-11-27  0:07 UTC  (2+ messages)

[PATCH bpf] bpf: support pre-2.25-binutils objcopy for vmlinux BTF
 2019-11-26 22:47 UTC  (4+ messages)

[PATCH] perf tools: Allow to link with libbpf dynamicaly
 2019-11-26 13:38 UTC  (2+ messages)

[bug report] bpf: Introduce BPF trampoline
 2019-11-26 12:19 UTC 

[PATCH bpf-next v2 0/6] Introduce the BPF dispatcher and xdp_call.h
 2019-11-26  8:37 UTC  (17+ messages)
` [PATCH bpf-next v2 1/6] bpf: introduce BPF dispatcher
` [PATCH bpf-next v2 2/6] xdp: introduce xdp_call

[PATCH bpf-next] bpf: add bpf_jit_blinding_enabled for !CONFIG_BPF_JIT
 2019-11-26  5:55 UTC  (4+ messages)
    ` [kbuild-all] "

pull-request: bpf-next 2019-11-26
 2019-11-25 23:49 UTC  (2+ messages)

[PATCH 0/1] bpf: fix a no-mmu build failure by providing a stub allocator
 2019-11-25 23:45 UTC  (4+ messages)
` [PATCH] "

[PATCH v2 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-25 23:10 UTC  (20+ messages)
` [PATCH v2 01/19] mm/gup: factor out duplicate code from four routines
` [PATCH v2 02/19] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v2 03/19] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v2 04/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v2 05/19] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v2 06/19] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v2 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 08/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v2 09/19] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v2 10/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v2 11/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v2 12/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v2 13/19] net/xdp: "
` [PATCH v2 14/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 15/19] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v2 16/19] vfio, mm: "
` [PATCH v2 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v2 18/19] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v2 19/19] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH,bpf-next 0/2] Fix broken samples due to symbol mismatch
 2019-11-25 23:11 UTC  (4+ messages)
` [PATCH,bpf-next 2/2] samples: bpf: fix syscall_tp due to unused syscall

general protection fault in selinux_socket_sendmsg (2)
 2019-11-25 22:03 UTC  (2+ messages)

[PATCH bpf-next] libbpf: fix usage of u32 in userspace code
 2019-11-25 21:53 UTC  (2+ messages)

[PATCH bpf-next] mm: implement no-MMU variant of vmalloc_user_node_flags
 2019-11-25 21:52 UTC  (6+ messages)

[PATCH 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-25 20:46 UTC  (25+ messages)
` [PATCH 01/19] mm/gup: factor out duplicate code from four routines
` [PATCH 02/19] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH 03/19] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH 04/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH 05/19] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH 06/19] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH 08/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH 09/19] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH 10/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH 11/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 12/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 13/19] net/xdp: "
` [PATCH 14/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH 15/19] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 16/19] vfio, mm: "
` [PATCH 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH 18/19] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH 19/19] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

bpf and local lock
 2019-11-25 19:14 UTC 

[PATCH] bpf: emit audit messages upon successful prog load and unload
 2019-11-25 18:38 UTC  (12+ messages)

[linux-next:master 11808/13503] kernel/bpf/syscall.c:154: undefined reference to `vmalloc_user_node_flags'
 2019-11-25 17:53 UTC  (2+ messages)
    ` [kbuild-all] "

[PATCH v15 0/5] BPF: New helper to obtain namespace data from current task
 2019-11-25 14:03 UTC  (7+ messages)
` [PATCH v15 1/5] fs/nsfs.c: added ns_match
      ` [Review Request] "

[RFC PATCH v2 bpf-next 00/15] xdp_flow: Flow offload to XDP
 2019-11-25 13:03 UTC  (21+ messages)

net-next is CLOSED
 2019-11-25  6:08 UTC 

pull-request: bpf-next 2019-11-24
 2019-11-25  6:06 UTC  (2+ messages)

bpf-next is CLOSED
 2019-11-25  1:29 UTC  (2+ messages)

[PATCH v7 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-25  0:53 UTC  (8+ messages)
` [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages


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