bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-18 05:22:55 to 2019-12-19 16:21:38 UTC [more...]

[PATCH bpf-next 00/12] xsk: clean up ring access functions
 2019-12-19 16:21 UTC  (6+ messages)
` [PATCH bpf-next 02/12] xsk: consolidate to one single cached producer pointer

[PATCH net] net: core: sysctl: fix compiler warning when only cBPF is present
 2019-12-19 16:20 UTC  (2+ messages)

[PATCH bpf-next v13 1/2] bpf: add new helper get_fd_path for mapping a file descriptor to a pathname
 2019-12-19 16:14 UTC  (4+ messages)
` [PATCH bpf-next v14 0/2] bpf: adding get_fd_path helper
  ` [PATCH bpf-next v14 1/2] bpf: add new helper get_fd_path for mapping a file descriptor to a pathname

[PATCH bpf-next] libbpf: fix another __u64 printf warning
 2019-12-19 16:02 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: Fix printing of ulimit value
 2019-12-19 16:01 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix test_attach_probe
 2019-12-19 16:01 UTC  (4+ messages)

[PATCH bpf v2 0/4] Fix concurrency issues between XSK wakeup and control path using RCU
 2019-12-19 15:59 UTC  (3+ messages)

[RFC PATCH bpf-next 0/2] unprivileged BPF_PROG_TEST_RUN
 2019-12-19 15:47 UTC  (3+ messages)

[PATCH bpf-next 0/3] Implement runqslower BCC tool with BPF CO-RE
 2019-12-19 15:41 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpftool: add extra CO-RE mode to btf dump command
` [PATCH bpf-next 2/3] libbpf/tools: add runqslower tool to libbpf
` [PATCH bpf-next 3/3] selftests/bpf: build runqslower from selftests

[PATCH bpf-next] libbpf: Add missing newline in opts validation macro
 2019-12-19 15:10 UTC  (2+ messages)

[PATCH bpf-next v2 0/9] riscv: BPF JIT fix, optimizations and far jumps support
 2019-12-19 15:07 UTC  (5+ messages)
` [PATCH bpf-next v2 6/9] riscv, bpf: provide RISC-V specific JIT image alloc/free

[PATCH RFC bpf-next 0/3] libbpf: Add support for extern function calls
 2019-12-19 14:29 UTC  (4+ messages)
` [PATCH RFC bpf-next 1/3] libbpf: Add new bpf_object__load2() using new-style opts
` [PATCH RFC bpf-next 2/3] libbpf: Handle function externs and support static linking
` [PATCH RFC bpf-next 3/3] selftests/bpf: Add selftest for XDP multiprogs

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-19 13:26 UTC  (17+ messages)
` [PATCH v11 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v11 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
    ` [PATCH v12] "
` [PATCH v11 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM

[PATCH bpf-next v2 00/12] xsk: clean up ring access functions
 2019-12-19 12:39 UTC  (13+ messages)
` [PATCH bpf-next v2 01/12] xsk: eliminate the lazy update threshold
` [PATCH bpf-next v2 02/12] xsk: simplify detection of empty and full rings
` [PATCH bpf-next v2 03/12] xsk: consolidate to one single cached producer pointer
` [PATCH bpf-next v2 04/12] xsk: standardize naming of producer ring access functions
` [PATCH bpf-next v2 05/12] xsk: eliminate the RX batch size
` [PATCH bpf-next v2 06/12] xsk: simplify xskq_nb_avail and xskq_nb_free
` [PATCH bpf-next v2 07/12] xsk: simplify the consumer ring access functions
` [PATCH bpf-next v2 08/12] xsk: change names of validation functions
` [PATCH bpf-next v2 09/12] xsk: ixgbe: i40e: ice: mlx5: xsk_umem_discard_addr to xsk_umem_release_addr
` [PATCH bpf-next v2 10/12] xsk: remove unnecessary READ_ONCE of data
` [PATCH bpf-next v2 11/12] xsk: add function naming comments and reorder functions
` [PATCH bpf-next v2 12/12] xsk: use struct_size() helper

[RFC v1 PATCH 0/7] bpf: Make RT friendly
 2019-12-19 11:32 UTC  (3+ messages)

Trying the bpf trace a bpf xdp program
 2019-12-19 11:06 UTC  (16+ messages)

[PATCH bpf-next] selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP program
 2019-12-19 11:03 UTC 

[PATCH bpf-next 0/3] Single-cpu updates for per-cpu maps
 2019-12-19  9:14 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: "
` [PATCH bpf-next 2/3] selftests/bpf: Tests for single-cpu updates of "
` [PATCH bpf-next 3/3] bpftool: Support single-cpu updates for "

[PATCH v4 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
 2019-12-19  9:10 UTC  (12+ messages)
` [PATCH v4 1/9] capabilities: introduce CAP_SYS_PERFMON to kernel and user space
` [PATCH v4 2/9] perf/core: open access for CAP_SYS_PERFMON privileged process
` [PATCH v4 3/9] perf tool: extend Perf tool with CAP_SYS_PERFMON capability support
` [PATCH v4 4/9] drm/i915/perf: open access for CAP_SYS_PERFMON privileged process
` [PATCH v4 5/9] trace/bpf_trace: "
` [PATCH v4 6/9] powerpc/perf: "
` [PATCH v4 7/9] parisc/perf: "
` [PATCH v4 8/9] drivers/perf: "
` [PATCH v4 9/9] drivers/oprofile: "

[PATCH bpf-next 00/13] Introduce BPF STRUCT_OPS
 2019-12-19  8:53 UTC  (20+ messages)
` [PATCH bpf-next 05/13] bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
` [PATCH bpf-next 09/13] bpf: Add BPF_FUNC_jiffies
` [PATCH bpf-next 11/13] bpf: libbpf: Add STRUCT_OPS support

[PATCH v4 bpf-next 0/6] bpf: Support replacing cgroup-bpf program in MULTI mode
 2019-12-19  7:44 UTC  (7+ messages)
` [PATCH v4 bpf-next 1/6] bpf: Simplify __cgroup_bpf_attach
` [PATCH v4 bpf-next 2/6] bpf: Remove unused new_flags in hierarchy_allows_attach()
` [PATCH v4 bpf-next 3/6] bpf: Support replacing cgroup-bpf program in MULTI mode
` [PATCH v4 bpf-next 4/6] libbpf: Introduce bpf_prog_attach_xattr
` [PATCH v4 bpf-next 5/6] selftests/bpf: Convert test_cgroup_attach to prog_tests
` [PATCH v4 bpf-next 6/6] selftests/bpf: Test BPF_F_REPLACE in cgroup_attach_multi

[PATCH v3 bpf-next 0/6] bpf: Support replacing cgroup-bpf program in MULTI mode
 2019-12-19  7:35 UTC  (13+ messages)
` [PATCH v3 bpf-next 1/6] bpf: Simplify __cgroup_bpf_attach
` [PATCH v3 bpf-next 2/6] bpf: Remove unused new_flags in hierarchy_allows_attach()
` [PATCH v3 bpf-next 3/6] bpf: Support replacing cgroup-bpf program in MULTI mode
` [PATCH v3 bpf-next 4/6] libbpf: Introduce bpf_prog_attach_xattr
` [PATCH v3 bpf-next 5/6] selftests/bpf: Convert test_cgroup_attach to prog_tests
` [PATCH v3 bpf-next 6/6] selftests/bpf: Test BPF_F_REPLACE in cgroup_attach_multi

[PATCH bpf-next v2 0/8] Simplify xdp_do_redirect_map()/xdp_do_flush_map() and XDP maps
 2019-12-19  7:18 UTC  (10+ messages)
` [PATCH bpf-next v2 1/8] xdp: simplify devmap cleanup
` [PATCH bpf-next v2 2/8] xdp: simplify cpumap cleanup
` [PATCH bpf-next v2 3/8] xdp: fix graze->grace type-o in cpumap comments
` [PATCH bpf-next v2 4/8] xsk: make xskmap flush_list common for all map instances
` [PATCH bpf-next v2 5/8] xdp: make devmap "
` [PATCH bpf-next v2 6/8] xdp: make cpumap "
` [PATCH bpf-next v2 7/8] xdp: remove map_to_flush and map swap detection
` [PATCH bpf-next v2 8/8] xdp: simplify __bpf_tx_xdp_map()

[PATCH bpf-next 0/3] Libbpf extern support improvements
 2019-12-19  1:35 UTC  (5+ messages)
` [PATCH bpf-next 1/3] libbpf: put Kconfig externs into .kconfig section
` [PATCH bpf-next 2/3] libbpf: allow to augment system Kconfig through extra optional config
` [PATCH bpf-next 3/3] libbpf: BTF is required when externs are present

[PATCH bpf-next] libbpf: add bpf_link__disconnect() API to preserve underlying BPF resource
 2019-12-19  1:19 UTC  (3+ messages)
` [Potential Spoof] "

[PATCH bpf-next] bpf: allow to change skb mark in test_run
 2019-12-19  1:17 UTC 

[PATCH bpf-next] bpftool: work-around rst2man conversion bug
 2019-12-19  1:04 UTC  (5+ messages)

[PATCH bpf-next] bpftool: simplify format string to not use positional args
 2019-12-19  1:03 UTC  (3+ messages)
` [Potential Spoof] "

[PATCH v3 bpf-next 00/11] add bpf batch ops to process more than 1 elem
 2019-12-19  0:54 UTC  (3+ messages)
` [PATCH v3 bpf-next 08/11] libbpf: add libbpf support to batch ops

[PATCH bpf-next 0/8] Simplify xdp_do_redirect_map()/xdp_do_flush_map() and XDP maps
 2019-12-19  0:39 UTC  (29+ messages)
` [PATCH bpf-next 1/8] xdp: simplify devmap cleanup
` [PATCH bpf-next 2/8] xdp: simplify cpumap cleanup
` [PATCH bpf-next 3/8] xdp: fix graze->grace type-o in cpumap comments
` [PATCH bpf-next 4/8] xsk: make xskmap flush_list common for all map instances
` [PATCH bpf-next 5/8] xdp: make devmap "
` [PATCH bpf-next 6/8] xdp: make cpumap "
` [PATCH bpf-next 7/8] xdp: remove map_to_flush and map swap detection
` [PATCH bpf-next 8/8] xdp: simplify __bpf_tx_xdp_map()

[PATCH bpf-next v2 0/3] bpftool: match programs and maps by names
 2019-12-18 19:29 UTC  (3+ messages)

[PATCH v3 bpf-next 0/3] Skeleton improvements and documentation
 2019-12-18 18:31 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/3] bpftool, selftests/bpf: embed object file inside skeleton
` [PATCH v3 bpf-next 2/3] libbpf: remove BPF_EMBED_OBJ macro from libbpf.h
` [PATCH v3 bpf-next 3/3] bpftool: add gen subcommand manpage

[PATCH v16 0/5] BPF: New helper to obtain namespace data from current task
 2019-12-18 17:38 UTC  (6+ messages)
` [PATCH v16 1/5] fs/nsfs.c: added ns_match
` [PATCH v16 2/5] bpf: added new helper bpf_get_ns_current_pid_tgid
` [PATCH v16 3/5] tools: Added bpf_get_ns_current_pid_tgid helper
` [PATCH v16 4/5] tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current_pid_tgid
` [PATCH v16 5/5] bpf_helpers_doc.py: Add struct bpf_pidns_info to known types

[PATCH v2 bpf-next 0/6] bpf: Support replacing cgroup-bpf program in MULTI mode
 2019-12-18 17:37 UTC  (6+ messages)
` [PATCH v2 bpf-next 6/6] selftests/bpf: Cover BPF_F_REPLACE in test_cgroup_attach

[PATCH] tools lib api fs: fix gcc9 compilation error
 2019-12-18 17:03 UTC  (5+ messages)

[PATCH] Renaming struct trace_buffer to struct array_buffer
 2019-12-18 16:47 UTC 

[RFC] btf: Some structs are doubled because of struct ring_buffer
 2019-12-18 16:22 UTC  (12+ messages)

[PATCH 2/2] kbuild: rename header-test- to no-header-test in usr/include/Makefile
 2019-12-18 15:34 UTC 

[PATCH bpf-next] libbpf: Use PRIu64 when printing ulimit value
 2019-12-18 15:37 UTC  (2+ messages)

WARNING in wp_page_copy
 2019-12-18 15:11 UTC  (9+ messages)

[PATCH bpf-next v2] libbpf: Print hint about ulimit when getting permission denied error
 2019-12-18 11:08 UTC  (3+ messages)

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

[PATCH v2 bpf-next 0/3] Skeleton improvements and documentation
 2019-12-18  5:22 UTC  (4+ messages)
` [PATCH v2 bpf-next 3/3] bpftool: add gen subcommand manpage


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