bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-11 19:26:45 to 2019-12-13 20:41:37 UTC [more...]

[PATCH bpf-next 00/10] Switch reuseport tests for test_progs framework
 2019-12-13 20:41 UTC  (14+ messages)
` [PATCH bpf-next 01/10] libbpf: Recognize SK_REUSEPORT programs from section name
` [PATCH bpf-next 02/10] selftests/bpf: Let libbpf determine program type "
` [PATCH bpf-next 03/10] selftests/bpf: Use sa_family_t everywhere in reuseport tests
` [PATCH bpf-next 04/10] selftests/bpf: Add helpers for getting socket family & type name
` [PATCH bpf-next 05/10] selftests/bpf: Unroll the main loop in reuseport test
` [PATCH bpf-next 06/10] selftests/bpf: Run reuseport tests in a loop
` [PATCH bpf-next 07/10] selftests/bpf: Propagate errors during setup for reuseport tests
` [PATCH bpf-next 08/10] selftests/bpf: Pull up printing the test name into test runner
` [PATCH bpf-next 09/10] selftests/bpf: Move reuseport tests under prog_tests/
` [PATCH bpf-next 10/10] selftests/bpf: Switch reuseport tests for test_progs framework

[PATCH bpf-next v10 0/2] bpf: adding get_file_path helper
 2019-12-13 19:51 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 bpf-next v2 0/3] bpftool: match programs and maps by names
 2019-12-13 19:10 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpftool: match several programs with same tag
` [PATCH bpf-next v2 2/3] bpftool: match programs by name
` [PATCH bpf-next v2 3/3] bpftool: match maps "

[RFC] btf: Some structs are doubled because of struct ring_buffer
 2019-12-13 19:05 UTC  (13+ messages)

[PATCH v3 bpf-next 00/11] add bpf batch ops to process more than 1 elem
 2019-12-13 18:58 UTC  (22+ messages)
` [PATCH v3 bpf-next 01/11] bpf: add bpf_map_{value_size,update_value,map_copy_value} functions
` [PATCH v3 bpf-next 02/11] bpf: add generic support for lookup and lookup_and_delete batch ops
` [PATCH v3 bpf-next 03/11] bpf: add generic support for update and delete "
` [PATCH v3 bpf-next 04/11] bpf: add lookup and updated batch ops to arraymap
` [PATCH v3 bpf-next 05/11] bpf: add generic_batch_ops to lpm_trie map
` [PATCH v3 bpf-next 06/11] bpf: add batch ops to all htab bpf map
` [PATCH v3 bpf-next 07/11] tools/bpf: sync uapi header bpf.h
` [PATCH v3 bpf-next 08/11] libbpf: add libbpf support to batch ops
` [PATCH v3 bpf-next 09/11] selftests/bpf: add batch ops testing for htab and htab_percpu map
` [PATCH v3 bpf-next 10/11] selftests/bpf: add batch ops testing to array bpf map
` [PATCH v3 bpf-next 11/11] selftests/bpf: add batch ops testing to lpm_trie "

[PATCH bpf-next 0/3] bpftool: match programs and maps by names
 2019-12-13 18:10 UTC  (10+ messages)
` [PATCH bpf-next 1/3] bpftool: match several programs with same tag
` [PATCH bpf-next 2/3] bpftool: match programs by name

[PATCH bpf] bpf: clear skb->tstamp in bpf_redirect when necessary
 2019-12-13 18:08 UTC  (3+ messages)
` [PATCH bpf v2] "

[PATCH bpf-next 00/12] xsk: clean up ring access functions
 2019-12-13 18:04 UTC  (3+ messages)
` [PATCH bpf-next 02/12] xsk: consolidate to one single cached producer pointer

[PATCH v2 bpf-next 0/6] bpf: Support replacing cgroup-bpf program in MULTI mode
 2019-12-13 17:58 UTC  (12+ messages)
` [PATCH v2 bpf-next 1/6] bpf: Simplify __cgroup_bpf_attach
` [PATCH v2 bpf-next 2/6] bpf: Remove unused new_flags in hierarchy_allows_attach()
` [PATCH v2 bpf-next 3/6] bpf: Support replacing cgroup-bpf program in MULTI mode
` [PATCH v2 bpf-next 4/6] libbpf: Make DECLARE_LIBBPF_OPTS available in bpf.h
` [PATCH v2 bpf-next 5/6] libbpf: Introduce bpf_prog_attach_xattr
` [PATCH v2 bpf-next 6/6] selftests/bpf: Cover BPF_F_REPLACE in test_cgroup_attach

[PATCH bpf-next v5 0/6] Introduce the BPF dispatcher
 2019-12-13 17:51 UTC  (7+ messages)
` [PATCH bpf-next v5 1/6] bpf: move trampoline JIT image allocation to a function
` [PATCH bpf-next v5 2/6] bpf: introduce BPF dispatcher
` [PATCH bpf-next v5 3/6] bpf, xdp: start using the BPF dispatcher for XDP
` [PATCH bpf-next v5 4/6] bpf: start using the BPF dispatcher in BPF_TEST_RUN
` [PATCH bpf-next v5 5/6] selftests: bpf: add xdp_perf test
` [PATCH bpf-next v5 6/6] bpf, x86: align dispatcher branch targets to 16B

[PATCH bpf-next 00/15] Add code-generated BPF object skeleton support
 2019-12-13 17:47 UTC  (35+ messages)
` [PATCH bpf-next 06/15] libbpf: expose BPF program's function name
  ` [Potential Spoof] "
` [PATCH bpf-next 11/15] bpftool: add skeleton codegen command
  ` [Potential Spoof] "

[PATCH bpf-next v4 0/6] Introduce the BPF dispatcher
 2019-12-13 17:18 UTC  (13+ messages)
` [PATCH bpf-next v4 2/6] bpf: introduce "

[PATCH bpf 0/4] Fix concurrency issues between XSK wakeup and control path using RCU
 2019-12-13 17:10 UTC  (6+ messages)
` [PATCH bpf 3/4] net/i40e: Fix concurrency issues between config flow and XSK

[PATCH] libbpf: fix readelf output parsing on powerpc with recent binutils
 2019-12-13 17:02 UTC  (12+ messages)
              ` [PATCH] libbpf: Fix readelf output parsing for Fedora

[PATCH v2 bpf-next 0/3] Add libbpf-provided extern variables support
 2019-12-13  5:51 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: support libbpf-provided extern variables

[PATCH v2 bpf-next 00/15] Add code-generated BPF object skeleton support
 2019-12-12 21:49 UTC  (18+ messages)
` [PATCH v2 bpf-next 01/15] libbpf: don't require root for bpf_object__open()
` [PATCH v2 bpf-next 02/15] libbpf: add generic bpf_program__attach()
` [PATCH v2 bpf-next 03/15] libbpf: move non-public APIs from libbpf.h to libbpf_internal.h
` [PATCH v2 bpf-next 04/15] libbpf: add BPF_EMBED_OBJ macro for embedding BPF .o files
` [PATCH v2 bpf-next 05/15] libbpf: expose field/var declaration emitting API internally
` [PATCH v2 bpf-next 06/15] libbpf: expose BPF program's function name
` [PATCH v2 bpf-next 07/15] libbpf: refactor global data map initialization
` [PATCH v2 bpf-next 08/15] libbpf: postpone BTF ID finding for TRACING programs to load phase
` [PATCH v2 bpf-next 09/15] libbpf: reduce log level of supported section names dump
` [PATCH v2 bpf-next 10/15] libbpf: add experimental BPF object skeleton support
` [PATCH v2 bpf-next 11/15] bpftool: add skeleton codegen command
` [PATCH v2 bpf-next 12/15] selftests/bpf: add BPF skeletons selftests and convert attach_probe.c
` [PATCH v2 bpf-next 13/15] selftests/bpf: convert few more selftest to skeletons
` [PATCH v2 bpf-next 14/15] selftests/bpf: add test validating data section to struct convertion layout
` [PATCH v2 bpf-next 15/15] bpftool: add `gen skeleton` BASH completions

[PATCH v2 bpf-next] libbpf: fix printf compilation warnings on ppc64le arch
 2019-12-12 21:48 UTC  (3+ messages)

[PATCH bpf-next 0/8] Extend SOCKMAP to store listening sockets
 2019-12-12 19:23 UTC  (12+ messages)
` [PATCH bpf-next 4/8] bpf, sockmap: Don't let child socket inherit psock or its ops on copy
` [PATCH bpf-next 7/8] selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP

[PATCH bpf-next 0/5] bpf: Support replacing cgroup-bpf program in MULTI mode
 2019-12-12 18:51 UTC  (13+ messages)
` [PATCH bpf-next 1/5] bpf: Simplify __cgroup_bpf_attach
` [PATCH bpf-next 2/5] bpf: Remove unused new_flags in hierarchy_allows_attach()
  ` [Potential Spoof] "
` [PATCH bpf-next 3/5] bpf: Support replacing cgroup-bpf program in MULTI mode
  ` [Potential Spoof] "
` [PATCH bpf-next 4/5] libbpf: Introduce bpf_prog_attach_xattr
` [PATCH bpf-next 5/5] selftests/bpf: Cover BPF_F_REPLACE in test_cgroup_attach

[PATCH bpf-next 1/2] bpf: expose __sk_buff wire_len/gso_segs to BPF_PROG_TEST_RUN
 2019-12-12 18:44 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: test wire_len/gso_segs in BPF_PROG_TEST_RUN

[PATCH AUTOSEL 5.4 326/350] bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
 2019-12-12 16:25 UTC  (3+ messages)
  ` [oss-drivers] "

[PATCH bpf 0/2] Limit tail calls to 33 in all JIT compilers
 2019-12-12 16:19 UTC  (4+ messages)
` [PATCH bpf 2/2] bpf, mips: limit to 33 tail calls

BUG: corrupted list in __dentry_kill (2)
 2019-12-12 11:35 UTC 

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

[PATCH v9 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-12  5:53 UTC  (7+ messages)
` [PATCH v9 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v9 23/25] mm/gup: track FOLL_PIN pages

pull-request: bpf 2019-12-11
 2019-12-12  4:14 UTC  (2+ messages)

[PATCH bpf-next 4/4] selftests/bpf: fix perf_buffer test on systems w/ offline CPUs
 2019-12-12  1:36 UTC 

[PATCH bpf-next 3/4] libbpf: don't attach perf_buffer to offline/missing CPUs
 2019-12-12  1:36 UTC 

[PATCH bpf-next 2/4] selftests/bpf: add CPU mask parsing tests
 2019-12-12  1:35 UTC 

[PATCH bpf-next 1/4] libbpf: extract and generalize CPU mask parsing logic
 2019-12-12  1:35 UTC 

[PATCH bpf-next 0/4] Fix perf_buffer creation on systems with offline CPUs
 2019-12-12  1:35 UTC 

[PATCH bpf-next v2] bpf, x86, arm64: enable jit by default when not built as always-on
 2019-12-12  0:49 UTC  (3+ messages)

[PATCH bpf-next] libbpf: fix printf compilation warnings on ppc64le arch
 2019-12-12  0:33 UTC  (5+ messages)

[PATCH,bpf-next v2 0/2] Fix broken samples due to symbol mismatch
 2019-12-12  0:14 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).