bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-22 07:27:14 to 2019-11-26 15:54:37 UTC [more...]

[PATCH bpf-next 0/8] Extend SOCKMAP to store listening sockets
 2019-11-26 15:54 UTC  (28+ messages)
` [PATCH bpf-next 1/8] bpf, sockmap: Return socket cookie on lookup from syscall
` [PATCH bpf-next 2/8] bpf, sockmap: Let all kernel-land lookup values in SOCKMAP
` [PATCH bpf-next 3/8] bpf, sockmap: Allow inserting listening TCP sockets into SOCKMAP
` [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] libbpf: Fix up generation of bpf_helper_defs.h
 2019-11-26 15:48 UTC  (2+ 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  (21+ messages)
` [PATCH bpf-next v2 1/6] bpf: introduce BPF dispatcher
` [PATCH bpf-next v2 2/6] xdp: introduce xdp_call
` [PATCH bpf-next v2 3/6] i40e: start using xdp_call.h
` [PATCH bpf-next v2 4/6] ixgbe: "
` [PATCH bpf-next v2 5/6] net/mlx4_en: "
` [PATCH bpf-next v2 6/6] net/mlx5e: Start "

[PATCH bpf-next] bpf: add bpf_jit_blinding_enabled for !CONFIG_BPF_JIT
 2019-11-26  5:55 UTC  (5+ 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  (5+ messages)
` [PATCH,bpf-next 1/2] samples: bpf: replace symbol compare of trace_event
` [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  (14+ 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  (14+ messages)
` [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages

[PATCH bpf-next] bpf: simplify __bpf_arch_text_poke poke type handling
 2019-11-24  1:24 UTC  (2+ messages)

[PATCH bpf-next] bpf: fail mmap without CONFIG_MMU
 2019-11-23 21:52 UTC  (4+ messages)

[PATCH bpf-next] bpf: Introduce BPF_TRACE_x helper for the tracing tests
 2019-11-23 21:13 UTC  (2+ messages)

[PATCH bpf-next 3/3] i40e: start using xdp_call.h
 2019-11-23 15:52 UTC  (3+ messages)
` [RFC PATCH] i40e: ____xdp_call_i40e_xdp_call_tramp can be static

[PATCH bpf-next 1/3] bpf: introduce BPF dispatcher
 2019-11-23 14:03 UTC  (3+ messages)
` [RFC PATCH] bpf: bpf_dispatcher_lookup() can be static

[PATCH bpf-next v2 0/8] Optimize BPF tail calls for direct jumps
 2019-11-23 10:39 UTC  (22+ messages)
` [PATCH bpf-next v2 1/8] bpf, x86: generalize and extend bpf_arch_text_poke "
` [PATCH bpf-next v2 2/8] bpf: move bpf_free_used_maps into sleepable section
` [PATCH bpf-next v2 3/8] bpf: move owner type,jited info into array auxiliary data
` [PATCH bpf-next v2 4/8] bpf: add initial poke descriptor table for jit images
` [PATCH bpf-next v2 5/8] bpf: add poke dependency tracking for prog array maps
` [PATCH bpf-next v2 6/8] bpf: constant map key tracking for prog array pokes
` [PATCH bpf-next v2 7/8] bpf, x86: emit patchable direct jump as tail call
` [PATCH bpf-next v2 8/8] bpf, testing: add various tail call test cases

[PATCH bpf-next v10 0/2] bpf: adding get_file_path helper
 2019-11-23  6:04 UTC  (8+ messages)
` [PATCH bpf-next v10 1/2] bpf: add new helper get_file_path for mapping a file descriptor to a pathname

[PATCH v5 bpf-next 00/15] samples: bpf: improve/fix cross-compilation
 2019-11-23  0:01 UTC  (7+ messages)
` [PATCH v5 bpf-next 11/15] libbpf: don't use cxx to test_libpf target

[PATCH bpf-next] selftests/bpf: Add BPF trampoline performance test
 2019-11-22 23:47 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf: provide better register bounds after jmp32 instructions
 2019-11-22 18:37 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: ensure core_reloc_kernel is reading test_progs's data only
 2019-11-22 18:24 UTC  (3+ messages)

[PATCH v2 bpf-next 0/9] add bpf batch ops to process more than 1 elem
 2019-11-22 17:25 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/9] bpf: add bpf_map_{value_size,update_value,map_copy_value} functions
` [PATCH v2 bpf-next 2/9] bpf: add generic support for lookup and lookup_and_delete batch ops

LSF/MM/BPF: 2020: Call for Proposals
 2019-11-22 17:25 UTC 


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