bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-15 05:54:01 to 2019-11-18 13:29:15 UTC [more...]

[PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other
 2019-11-18 13:29 UTC  (26+ messages)
                  ` static and dynamic linking. Was: [PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-18 11:58 UTC  (34+ messages)
` [PATCH v5 01/24] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v5 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v5 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v5 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v5 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v5 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages
` [PATCH v5 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v5 19/24] vfio, mm: "
` [PATCH v5 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v5 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v5 22/24] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v5 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v5 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH][next] bpf: fix memory leak on object 'data'
 2019-11-18 11:40 UTC 

[RFC PATCH v2 bpf-next 00/15] xdp_flow: Flow offload to XDP
 2019-11-18 10:28 UTC  (26+ messages)

[RFC PATCH bpf-next 0/4] Introduce xdp_call.h and the BPF dispatcher
 2019-11-18 10:03 UTC  (6+ messages)
` [RFC PATCH bpf-next 2/4] bpf: introduce "

[PATCH bpf] selftests: bpf: fix test_tc_tunnel hanging
 2019-11-18  9:51 UTC  (5+ messages)

[PATCH bpf] selftests: bpf: xdping is not meant to be run standalone
 2019-11-18  9:39 UTC  (6+ messages)

[PATCH bpf-next v4] selftests/bpf: test for bpf_get_file_path() from raw tracepoint
 2019-11-18  6:45 UTC  (2+ messages)

combining sockmap + ktls
 2019-11-18  4:49 UTC  (4+ messages)

[PATCH bpf-next] [tools/bpf] workaround an alu32 sub-register spilling issue
 2019-11-17 21:40 UTC 

pull-request: bpf 2019-11-15
 2019-11-17 20:05 UTC  (5+ messages)

[PATCH bpf-next 0/2] [bpf] allow s32/u32 return types in verifier for bpf helpers
 2019-11-17 18:27 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] [tools/bpf] add verifier test for s32/u32 helper return values

[PATCH v6 bpf-next 0/5] Add support for memory-mapping BPF array maps
 2019-11-17 17:28 UTC  (6+ messages)
` [PATCH v6 bpf-next 1/5] bpf: switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
` [PATCH v6 bpf-next 2/5] bpf: convert bpf_prog refcnt to atomic64_t
` [PATCH v6 bpf-next 3/5] bpf: add mmap() support for BPF_MAP_TYPE_ARRAY
` [PATCH v6 bpf-next 4/5] libbpf: make global data internal arrays mmap()-able, if possible
` [PATCH v6 bpf-next 5/5] selftests/bpf: add BPF_TYPE_MAP_ARRAY mmap() tests

[PATCH v4 bpf-next 0/4] Add support for memory-mapping BPF array maps
 2019-11-17 17:17 UTC  (22+ messages)
` [PATCH v4 bpf-next 1/4] bpf: switch bpf_map ref counter to 64bit so bpf_map_inc never fails
` [PATCH v4 bpf-next 2/4] bpf: add mmap() support for BPF_MAP_TYPE_ARRAY

[PATCH bpf-next 0/6] Add libbpf-provided extern variables support
 2019-11-17  7:12 UTC  (8+ messages)
` [PATCH bpf-next 1/6] selftests/bpf: ensure no DWARF relocations for BPF object files
` [PATCH bpf-next 2/6] libbpf: refactor relocation handling
` [PATCH bpf-next 3/6] libbpf: fix various errors and warning reported by checkpatch.pl
` [PATCH bpf-next 4/6] libbpf: support initialized global variables
` [PATCH bpf-next 5/6] libbpf: support libbpf-provided extern variables
` [PATCH bpf-next 6/6] selftests/bpf: add tests for libbpf-provided externs

[PATCH v5 bpf-next 0/5] Add support for memory-mapping BPF array maps
 2019-11-17  6:50 UTC  (6+ messages)
` [PATCH v5 bpf-next 1/5] bpf: switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
` [PATCH v5 bpf-next 2/5] bpf: convert bpf_prog refcnt to atomic64_t
` [PATCH v5 bpf-next 3/5] bpf: add mmap() support for BPF_MAP_TYPE_ARRAY
` [PATCH v5 bpf-next 4/5] libbpf: make global data internal arrays mmap()-able, if possible
` [PATCH v5 bpf-next 5/5] selftests/bpf: add BPF_TYPE_MAP_ARRAY mmap() tests

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

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

[PATCH AUTOSEL 4.19 046/237] nfp: bpf: protect against mis-initializing atomic counters
 2019-11-16 15:41 UTC  (9+ messages)
` [PATCH AUTOSEL 4.19 081/237] selftests/bpf: fix file resource leak in load_kallsyms
` [PATCH AUTOSEL 4.19 096/237] selftests/bpf: fix return value comparison for tests in test_libbpf.sh
` [PATCH AUTOSEL 4.19 097/237] tools: bpftool: fix completion for "bpftool map update"
` [PATCH AUTOSEL 4.19 124/237] bpf: devmap: fix wrong interface selection in notifier_call
` [PATCH AUTOSEL 4.19 125/237] bpf, btf: fix a missing check bug in btf_parse
` [PATCH AUTOSEL 4.19 127/237] sparc64: Rework xchg() definition to avoid warnings
` [PATCH AUTOSEL 4.19 192/237] net: bpfilter: fix iptables failure if bpfilter_umh is disabled
` [PATCH AUTOSEL 4.19 225/237] tools: bpftool: pass an argument to silence open_obj_pinned()

[PATCH AUTOSEL 4.14 075/150] bpf: devmap: fix wrong interface selection in notifier_call
 2019-11-16 15:46 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 077/150] sparc64: Rework xchg() definition to avoid warnings

[PATCH AUTOSEL 4.9 51/99] sparc64: Rework xchg() definition to avoid warnings
 2019-11-16 15:50 UTC 

[PATCH AUTOSEL 4.4 40/77] sparc64: Rework xchg() definition to avoid warnings
 2019-11-16 15:53 UTC 

[PATCH rfc bpf-next 0/8] Optimize BPF tail calls for direct jumps
 2019-11-16  0:01 UTC  (17+ messages)
` [PATCH rfc bpf-next 1/8] bpf, x86: generalize and extend bpf_arch_text_poke "
` [PATCH rfc bpf-next 3/8] bpf: move bpf_free_used_maps into sleepable section
` [PATCH rfc bpf-next 4/8] bpf: move owner type,jited info into array auxillary data
` [PATCH rfc bpf-next 7/8] bpf, x86: emit patchable direct jump as tail call
` [PATCH rfc bpf-next 8/8] bpf: constant map key tracking for prog array pokes

[PATCH v4 bpf-next 00/20] Introduce BPF trampoline
 2019-11-16  0:01 UTC  (4+ messages)
` [PATCH v4 bpf-next 03/20] bpf: Add bpf_arch_text_poke() helper

[RFC bpf-next 0/3] bpf: adding map batch processing support
 2019-11-15 22:42 UTC  (3+ messages)
` [RFC bpf-next 2/3] tools/bpf: test bpf_map_lookup_and_delete_batch()

[PATCH bpf-next v2] bpf: support doubleword alignment in bpf_jit_binary_alloc
 2019-11-15 22:29 UTC  (2+ messages)

[PATCH bpf-next] s390/bpf: make sure JIT passes do not increase code size
 2019-11-15 22:28 UTC  (2+ messages)

[PATCH bpf-next 1/2] samples/bpf: Remove duplicate option from xdpsock
 2019-11-15 22:27 UTC  (2+ messages)

[PATCH net] bpf: doc: change right arguments for JIT example code
 2019-11-15 22:27 UTC  (2+ messages)

[PATCH bpf-next v9] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-11-15 12:52 UTC  (2+ messages)

[PATCH bpf-next v8] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-11-15 10:55 UTC 

unregister_netdevice: waiting for DEV to become free (2)
 2019-11-15  9:43 UTC  (4+ 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).