bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-30 15:59:45 to 2019-11-01 23:19:10 UTC [more...]

[PATCH bpf-next v3 0/8] Fix BPF probe memory helpers
 2019-11-01 23:18 UTC  (8+ messages)
` [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 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

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

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-01 14:49 UTC  (41+ 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 04/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH 05/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH 06/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [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 12/19] mm/gup: track FOLL_PIN pages
` [PATCH 13/19] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 14/19] vfio, mm: "
` [PATCH 15/19] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH 16/19] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH 17/19] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH 18/19] mm/gup: remove support for gup(FOLL_LONGTERM)
` [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-01 13:08 UTC 

[PATCH bpf-next v5] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-11-01 12:57 UTC 

[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 v5 0/3] xsk: XSKMAP performance improvements
 2019-11-01 11:03 UTC  (4+ 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 bpf-next v5 0/5] libbpf: Support automatic pinning of maps using 'pinning' BTF attribute
 2019-11-01  9:53 UTC  (6+ 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

[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 net] powerpc/bpf: fix tail call implementation
 2019-11-01  4:39 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] bpf: cleanup BTF-enabled raw_tp
 2019-11-01  1:03 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/2] bpf: replace prog_raw_tp+btf_id with prog_tracing
` [PATCH v2 bpf-next 2/2] libbpf: add support for 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  (15+ 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  (7+ messages)

[PATCH bpf-next] bpf: Fix bpf jit kallsym access
 2019-10-31 10:22 UTC  (3+ messages)

[PATCH v4 0/9] Improvements to memory usage by parse events
 2019-10-30 22:34 UTC  (12+ messages)
` [PATCH v5 00/10] "
  ` [PATCH v5 01/10] perf tools: add parse events handle error
  ` [PATCH v5 02/10] perf tools: move ALLOC_LIST into a function
  ` [PATCH v5 03/10] perf tools: avoid a malloc for array events
  ` [PATCH v5 04/10] perf tools: splice events onto evlist even on error
  ` [PATCH v5 05/10] perf tools: ensure config and str in terms are unique
  ` [PATCH v5 06/10] perf tools: add destructors for parse event terms
  ` [PATCH v5 07/10] perf tools: before yyabort-ing free components
  ` [PATCH v5 08/10] perf tools: if pmu configuration fails free terms
  ` [PATCH v5 09/10] perf tools: add a deep delete for parse event terms
  ` [PATCH v5 10/10] perf tools: report initial event parsing error

[PATCH bpf-next 0/2] bpf: cleanup BTF-enabled raw_tp
 2019-10-30 22:02 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: replace prog_raw_tp+btf_id with prog_tracing
` [PATCH bpf-next 2/2] libbpf: add support for prog_tracing

[PATCH bpf] bpf: allow narrow loads of bpf_sysctl fields with offset > 0
 2019-10-30 19:54 UTC  (6+ messages)

[PATCH RFC] mm: add MAP_EXCLUSIVE to create exclusive user mappings
 2019-10-30 18:52 UTC  (3+ messages)

bpf: bug in bpf_xdp_adjust_head, 5.0.20 kernel
 2019-10-30 18:51 UTC 

[BUG] bpf:
 2019-10-30 18:42 UTC  (3+ messages)
    ` [BUG] bpf: oops in kfree_skb test

[PATCH bpf-next v4] bpf: add new helper fd2path for mapping a file descriptor to a pathname
 2019-10-30 16:19 UTC  (3+ messages)

[PATCH bpf-next] bpf: add s390 testing documentation
 2019-10-30 15:56 UTC  (2+ messages)

[PATCH bpf-next 0/2] test_bpf: Add an skb_segment test for a linear head_frag=0 skb whose gso_size was mangled
 2019-10-30 15:56 UTC  (2+ 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).