bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-19 01:44:26 to 2019-11-21 08:49:41 UTC [more...]

[PATCH] xsk: fix xsk_poll()'s return type
 2019-11-21  8:49 UTC  (2+ messages)

[PATCH bpf-next] tools: bpftool: fix warning on ignored return value for 'read'
 2019-11-21  8:48 UTC  (3+ messages)

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

[PATCH] bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0
 2019-11-21  7:47 UTC 

[PATCH] bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}
 2019-11-21  7:43 UTC 

[PATCH] bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0
 2019-11-21  7:45 UTC 

[PATCH] bpf, x32: Fix bug for BPF_ALU64 | BPF_NEG
 2019-11-21  7:44 UTC 

[PATCH bpf-next 0/3] Introduce xdp_call.h and the BPF dispatcher
 2019-11-21  7:27 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpf: introduce "
` [PATCH bpf-next 2/3] xdp: introduce xdp_call
` [PATCH bpf-next 3/3] i40e: start using xdp_call.h

test failures after merge
 2019-11-21  7:17 UTC 

[PATCH bpf-next 0/4] Support global variables
 2019-11-21  7:07 UTC  (5+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: ensure no DWARF relocations for BPF object files
` [PATCH bpf-next 2/4] libbpf: refactor relocation handling
` [PATCH bpf-next 3/4] libbpf: fix various errors and warning reported by checkpatch.pl
` [PATCH bpf-next 4/4] libbpf: support initialized global variables

[PATCH bpf-next 0/2] bpf: provide better register bounds after jmp32 instructions
 2019-11-21  4:59 UTC  (4+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] tools/bpf: add verifier tests for better jmp32 register bounds

[PATCH bpf-next 0/6] Add libbpf-provided extern variables support
 2019-11-21  4:39 UTC  (14+ messages)
` [PATCH bpf-next 5/6] libbpf: support libbpf-provided extern variables

pull-request: bpf-next 2019-11-20
 2019-11-21  2:29 UTC  (2+ messages)

kernel panic: stack is corrupted in vhost_net_ioctl
 2019-11-21  1:25 UTC 

[PATCH bpf-next v2 0/3] bpf: allow s32/u32 return types in verifier for bpf helpers
 2019-11-20 23:35 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] bpf: add a helper to set preciseness of an unknown register
` [PATCH bpf-next v2 2/3] bpf: allow s32/u32 return types in verifier for bpf helpers
` [PATCH bpf-next v2 3/3] tools/bpf: add verifier test for s32/u32 helper return values

[PATCH] bpf: emit audit messages upon successful prog load and unload
 2019-11-20 21:48 UTC  (3+ messages)

[RFC] bpf: emit audit messages upon successful prog load and unload
 2019-11-20 21:30 UTC  (3+ messages)

[PATCH bpf-next 0/8] Optimize BPF tail calls for direct jumps
 2019-11-20 19:26 UTC  (13+ messages)
` [PATCH bpf-next 1/8] bpf, x86: generalize and extend bpf_arch_text_poke "
` [PATCH bpf-next 4/8] bpf: add initial poke descriptor table for jit images
` [PATCH bpf-next 5/8] bpf: add poke dependency tracking for prog array maps
` [PATCH bpf-next 6/8] bpf: constant map key tracking for prog array pokes
` [PATCH bpf-next 7/8] bpf, x86: emit patchable direct jump as tail call
` [PATCH bpf-next 8/8] bpf, testing: add various tail call test cases

general protection fault in virtio_transport_release
 2019-11-20 12:03 UTC  (2+ messages)

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

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

[PATCH bpf-next] bpf: Make array_map_mmap static
 2019-11-20  0:59 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: enforce no-ALU32 for test_progs-no_alu32
 2019-11-20  0:55 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: integrate verbose verifier log into test_progs
 2019-11-20  0:35 UTC 

[PATCH] net/tls: enable sk_msg redirect to tls socket egress
 2019-11-19 23:04 UTC  (3+ messages)

[PATCH v2 bpf-next] libbpf: fix call relocation offset calculation bug
 2019-11-19 23:02 UTC  (3+ messages)

[PATCH bpf-next] libbpf: fix call relocation offset calculation bug
 2019-11-19 22:30 UTC  (5+ messages)

[PATCH v2] net-af_xdp: use correct number of channels from ethtool
 2019-11-19 22:07 UTC  (4+ messages)

[PATCH v2 bpf-next 0/9] add bpf batch ops to process more than 1 elem
 2019-11-19 19:30 UTC  (10+ 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
` [PATCH v2 bpf-next 3/9] bpf: add generic support for update and delete "
` [PATCH v2 bpf-next 4/9] bpf: add lookup and updated batch ops to arraymap
` [PATCH v2 bpf-next 5/9] bpf: add batch ops to all htab bpf map
` [PATCH v2 bpf-next 6/9] tools/bpf: sync uapi header bpf.h
` [PATCH v2 bpf-next 7/9] libbpf: add libbpf support to batch ops
` [PATCH v2 bpf-next 8/9] selftests/bpf: add batch ops testing for hmap and hmap_percpu
` [PATCH v2 bpf-next 9/9] selftests/bpf: add batch ops testing to array bpf map

[RFC][PATCH 1/2] ftrace: Add modify_ftrace_direct()
 2019-11-19 15:37 UTC  (3+ messages)

linux-next: Tree for Nov 19 (bpf)
 2019-11-19 15:13 UTC 

[PATCH bpf-next v4] selftests/bpf: test for bpf_get_file_path() from raw tracepoint
 2019-11-19 13:47 UTC  (3+ messages)

[PATCH bpf-next v10 0/2] bpf: adding get_file_path helper
 2019-11-19 13:27 UTC  (3+ messages)
` [PATCH bpf-next v10 1/2] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
` [PATCH bpf-next v10 2/2] selftests/bpf: test for bpf_get_file_path() from tracepoint

[PATCH bpf-next] tools: bpf: fix build for 'make -s tools/bpf O=<dir>'
 2019-11-19 10:56 UTC 

[PATCH bpf-next 0/2] selftests: bpftool: skip build tests if not in tree
 2019-11-19 10:50 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftests: bpftool: set EXIT trap after usage function
` [PATCH bpf-next 2/2] selftests: bpftool: skip the build test if not in tree

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-19  7:00 UTC  (7+ messages)
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN

[PATCH bpf-next 0/9] add bpf batch ops to process more than 1 elem
 2019-11-19  5:26 UTC  (10+ messages)
` [PATCH bpf-next 3/9] bpf: add generic support for update and delete batch ops
` [PATCH bpf-next 4/9] bpf: add lookup and updated batch ops to arraymap
` [PATCH bpf-next 5/9] bpf: add batch ops to all htab bpf map
` [PATCH bpf-next 6/9] tools/bpf: sync uapi header bpf.h
` [PATCH bpf-next 7/9] libbpf: add libbpf support to batch ops
` [PATCH bpf-next 8/9] selftests/bpf: add batch ops testing for hmap and hmap_percpu
` [PATCH bpf-next 9/9] selftests/bpf: add batch ops testing to array bpf map

kernel panic: stack is corrupted in __lock_acquire (4)
 2019-11-19  5:46 UTC  (5+ messages)

[PATCH bpf-next 0/6] s390/bpf: remove JITed image size limitations
 2019-11-19  3:53 UTC  (2+ messages)

[PATCH][next] bpf: fix memory leak on object 'data'
 2019-11-19  3:48 UTC  (2+ messages)

[PATCH bpf-next 0/2] [bpf] allow s32/u32 return types in verifier for bpf helpers
 2019-11-19  3:31 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "


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