bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-31 01:00:54 to 2019-11-04 02:08:13 UTC [more...]

[Intel-wired-lan] FW: [PATCH bpf-next 2/4] xsk: allow AF_XDP sockets to receive packets directly from a queue
 2019-11-04  2:08 UTC  (6+ messages)
    `  "

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-03 21:18 UTC  (19+ messages)
` [PATCH v2 01/18] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v2 02/18] mm/gup: factor out duplicate code from four routines
` [PATCH v2 03/18] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 06/18] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v2 08/18] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v2 09/18] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v2 10/18] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v2 11/18] net/xdp: "
` [PATCH v2 12/18] mm/gup: track FOLL_PIN pages
` [PATCH v2 13/18] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v2 14/18] vfio, mm: "
` [PATCH v2 15/18] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v2 16/18] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v2 17/18] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v2 18/18] mm/gup: remove support for gup(FOLL_LONGTERM)

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-03 19:53 UTC  (34+ messages)
` [PATCH 01/19] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH 02/19] mm/gup: factor out duplicate code from four routines
` [PATCH 03/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH 05/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH 07/19] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH 08/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 10/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 11/19] net/xdp: "
` [PATCH 13/19] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 19/19] Documentation/vm: add pin_user_pages.rst

[PATCH bpf-next v2] selftests/bpf: test for bpf_get_file_path() from raw tracepoint
 2019-11-03  9:57 UTC  (3+ messages)

[PATCH bpf-next v7] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-11-03  7:54 UTC 

[PATCH bpf-next v7] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-11-03  7:51 UTC 

[PATCH bpf-next v4] bpf: add new helper fd2path for mapping a file descriptor to a pathname
 2019-11-03  4:10 UTC  (4+ messages)

[PATCH bpf-next v5] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-11-03  4:08 UTC  (3+ messages)

[PATCH bpf-next v6] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-11-03  3:54 UTC 

pull-request: bpf-next 2019-11-02
 2019-11-02 23:10 UTC  (2+ messages)

[PATCH bpf-next 0/7] Introduce BPF trampoline
 2019-11-02 22:00 UTC  (8+ messages)
` [PATCH bpf-next 1/7] bpf, ftrace: temporary workaround
` [PATCH bpf-next 2/7] bpf: refactor x86 JIT into helpers
` [PATCH bpf-next 3/7] bpf: Introduce BPF trampoline
` [PATCH bpf-next 4/7] libbpf: Add support to attach to fentry/fexit tracing progs
` [PATCH bpf-next 5/7] selftest/bpf: Simple test for fentry/fexit
` [PATCH bpf-next 6/7] bpf: Add kernel test functions for fentry testing
` [PATCH bpf-next 7/7] selftests/bpf: Add test for BPF trampoline

[PATCH bpf-next v3 0/8] Fix BPF probe memory helpers
 2019-11-02 20:08 UTC  (10+ messages)
` [PATCH bpf-next v3 1/8] uaccess: Add non-pagefault user-space write function
` [PATCH bpf-next v3 2/8] uaccess: Add strict non-pagefault kernel-space read function
` [PATCH bpf-next v3 3/8] bpf: Make use of probe_user_write in probe write helper
` [PATCH bpf-next v3 4/8] bpf: Add probe_read_{user,kernel} and probe_read_{user,kernel}_str helpers
` [PATCH bpf-next v3 5/8] bpf: Switch BPF probe insns to bpf_probe_read_kernel
` [PATCH bpf-next v3 6/8] bpf, samples: Use bpf_probe_read_user where appropriate
` [PATCH bpf-next v3 7/8] bpf, testing: Convert prog tests to probe_read_{user,kernel}{,_str} helper
` [PATCH bpf-next v3 8/8] bpf, testing: Add selftest to read/write sockaddr from user space

[PATCH bpf-next v6 0/5] libbpf: Support automatic pinning of maps using 'pinning' BTF attribute
 2019-11-02 19:37 UTC  (8+ messages)
` [PATCH bpf-next v6 1/5] libbpf: Fix error handling in bpf_map__reuse_fd()
` [PATCH bpf-next v6 2/5] libbpf: Store map pin path and status in struct bpf_map
` [PATCH bpf-next v6 3/5] libbpf: Move directory creation into _pin() functions
` [PATCH bpf-next v6 4/5] libbpf: Add auto-pinning of maps when loading BPF objects
` [PATCH bpf-next v6 5/5] selftests: Add tests for automatic map pinning

[PATCH bpf-next v5 0/5] libbpf: Support automatic pinning of maps using 'pinning' BTF attribute
 2019-11-02 10:57 UTC  (10+ messages)
` [PATCH bpf-next v5 1/5] libbpf: Fix error handling in bpf_map__reuse_fd()
` [PATCH bpf-next v5 2/5] libbpf: Store map pin path and status in struct bpf_map
` [PATCH bpf-next v5 3/5] libbpf: Move directory creation into _pin() functions
` [PATCH bpf-next v5 4/5] libbpf: Add auto-pinning of maps when loading BPF objects
` [PATCH bpf-next v5 5/5] selftests: Add tests for automatic map pinning

pull-request: bpf 2019-11-02
 2019-11-02  1:27 UTC 

[PATCH net] powerpc/bpf: fix tail call implementation
 2019-11-02  0:05 UTC  (3+ messages)

[PATCH bpf-next v5 0/3] xsk: XSKMAP performance improvements
 2019-11-02  0:03 UTC  (5+ messages)
` [PATCH bpf-next v5 1/3] xsk: store struct xdp_sock as a flexible array member of the XSKMAP
` [PATCH bpf-next v5 2/3] bpf: implement map_gen_lookup() callback for XSKMAP
` [PATCH bpf-next v5 3/3] xsk: restructure/inline XSKMAP lookup/redirect/flush

[PATCH v2 bpf-next 0/5] Bitfield and size relocations support in libbpf
 2019-11-01 22:28 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/5] selftests/bpf: remove too strict field offset relo test cases
` [PATCH v2 bpf-next 2/5] libbpf: add support for relocatable bitfields
` [PATCH v2 bpf-next 3/5] libbpf: add support for field size relocations
` [PATCH v2 bpf-next 4/5] selftest/bpf: add relocatable bitfield reading tests
` [PATCH v2 bpf-next 5/5] selftests/bpf: add field size relocation tests

[PATCH net 0/3] fix BPF offload related bugs
 2019-11-01 22:16 UTC  (7+ messages)
` [PATCH net 1/3] selftests: bpf: Skip write only files in debugfs
` [PATCH net 2/3] net: cls_bpf: fix NULL deref on offload filter removal
` [PATCH net 3/3] net: fix installing orphaned programs

[PATCH bpf-next v3] libbpf: fix compatibility for kernels without need_wakeup
 2019-11-01 22:08 UTC  (26+ messages)

[PATCH bpf-next 0/5] Bitfield and size relocations support in libbpf
 2019-11-01 18:59 UTC  (6+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: remove too strict field offset relo test cases
` [PATCH bpf-next 2/5] libbpf: add support for relocatable bitfields
` [PATCH bpf-next 3/5] libbpf: add support for field size relocations
` [PATCH bpf-next 4/5] selftest/bpf: add relocatable bitfield reading tests
` [PATCH bpf-next 5/5] selftests/bpf: add field size relocation tests

[PATCH bpf-next] Revert "selftests: bpf: Don't try to read files without read permission"
 2019-11-01 12:16 UTC  (5+ messages)
  ` [oss-drivers] "

[PATCH bpf-next v4 0/3] xsk: XSKMAP performance improvements
 2019-11-01  8:31 UTC  (6+ messages)
` [PATCH bpf-next v4 1/3] xsk: store struct xdp_sock as a flexible array member of the XSKMAP
` [PATCH bpf-next v4 2/3] bpf: implement map_gen_lookup() callback for XSKMAP
` [PATCH bpf-next v4 3/3] xsk: restructure/inline XSKMAP lookup/redirect/flush

[PATCH v2 bpf-next 0/2] bpf: cleanup BTF-enabled raw_tp
 2019-11-01  1:03 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/2] bpf: replace prog_raw_tp+btf_id with prog_tracing

WARNING in print_bfs_bug
 2019-11-01  1:02 UTC  (3+ messages)

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

[PATCH bpf] bpf: change size to u64 for bpf_map_{area_alloc,charge_init}()
 2019-10-31 20:59 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] Fix BPF probe memory helpers
 2019-10-31 20:12 UTC  (13+ messages)
` [PATCH bpf-next v2 1/8] uaccess: Add non-pagefault user-space write function
` [PATCH bpf-next v2 2/8] uaccess: Add strict non-pagefault kernel-space read function
` [PATCH bpf-next v2 3/8] bpf: Make use of probe_user_write in probe write helper
` [PATCH bpf-next v2 4/8] bpf: Add probe_read_{user,kernel} and probe_read_{user,kernel}_str helpers
` [PATCH bpf-next v2 5/8] bpf: Switch BPF probe insns to bpf_probe_read_kernel
` [PATCH bpf-next v2 6/8] bpf, samples: Use bpf_probe_read_user where appropriate
` [PATCH bpf-next v2 7/8] bpf, testing: Convert prog tests to probe_read_{user,kernel}{,_str} helper
` [PATCH bpf-next v2 8/8] bpf, testing: Add selftest to read/write sockaddr from user space

[PATCH bpf-next v4 0/5] libbpf: Support automatic pinning of maps using 'pinning' BTF attribute
 2019-10-31 18:18 UTC  (16+ messages)
` [PATCH bpf-next v4 2/5] libbpf: Store map pin path and status in struct bpf_map
` [PATCH bpf-next v4 3/5] libbpf: Move directory creation into _pin() functions
` [PATCH bpf-next v4 4/5] libbpf: Add auto-pinning of maps when loading BPF objects
` [PATCH bpf-next v4 5/5] selftests: Add tests for automatic map pinning

[PATCH bpf-next v12 0/7] Landlock LSM
 2019-10-31 16:44 UTC  (8+ messages)
` [PATCH bpf-next v12 1/7] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v12 2/7] landlock: Add the management of domains
` [PATCH bpf-next v12 3/7] landlock,seccomp: Load Landlock programs per process hierarchy
` [PATCH bpf-next v12 4/7] landlock: Add ptrace LSM hooks
` [PATCH bpf-next v12 5/7] bpf,landlock: Add task_landlock_ptrace_ancestor() helper
` [PATCH bpf-next v12 6/7] bpf,landlock: Add tests for the Landlock ptrace program type
` [PATCH bpf-next v12 7/7] landlock: Add user and kernel documentation for Landlock

general protection fault in process_one_work
 2019-10-31 16:25 UTC  (5+ messages)

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

[tip: core/rcu] bpf/cgroup: Replace rcu_swap_protected() with rcu_replace_pointer()
 2019-10-31 11:54 UTC 

Compile build issues with samples/bpf/ again
 2019-10-31 10:55 UTC  (6+ messages)

[PATCH bpf-next] bpf: Fix bpf jit kallsym access
 2019-10-31 10:22 UTC  (3+ 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).