bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-14 01:21:09 to 2019-12-17 06:33:28 UTC [more...]

[PATCH bpf-next v11 1/2] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-12-17  6:33 UTC  (14+ messages)
` [PATCH bpf-next v12 0/2] bpf: adding get_file_path helper
  ` [PATCH bpf-next v12 1/2] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
  ` [PATCH bpf-next v12 2/2] selftests/bpf: test for bpf_get_file_path() from tracepoint

[PATCH bpf-next] selftests/bpf: more succinct Makefile output
 2019-12-17  6:14 UTC 

[PATCH bpf-next 00/13] Introduce BPF STRUCT_OPS
 2019-12-17  6:14 UTC  (21+ messages)
` [PATCH bpf-next 01/13] bpf: Save PTR_TO_BTF_ID register state when spilling to stack
` [PATCH bpf-next 02/13] bpf: Avoid storing modifier to info->btf_id
` [PATCH bpf-next 03/13] bpf: Add enum support to btf_ctx_access()
` [PATCH bpf-next 04/13] bpf: Support bitfield read access in btf_struct_access
` [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 0/3] Skeleton improvements and documnetation
 2019-12-17  5:36 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpftool, selftests/bpf: embed object file inside skeleton
` [PATCH bpf-next 2/3] libbpf: remove BPF_EMBED_OBJ macro from libbpf.h
` [PATCH bpf-next 3/3] bpftool: add gen subcommand manpage

[PATCH bpf-next] libbpf: fix build by renaming variables
 2019-12-17  2:07 UTC  (7+ messages)

[RFC PATCH bpf-next] xdp: Add tracepoint on XDP program return
 2019-12-17  0:59 UTC  (3+ messages)

[PATCH bpf-next] libbpf: add zlib as a dependency in pkg-config template
 2019-12-16 22:56 UTC  (3+ messages)

[PATCH bpf-next v2] libbpf: Print hint about ulimit when getting permission denied error
 2019-12-16 22:54 UTC  (2+ messages)

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

[PATCH v10 23/25] mm/gup: track FOLL_PIN pages
 2019-12-16 22:18 UTC  (4+ messages)
` [PATCH v11 "

[PATCH bpf] bpf: fix missing prog untrack in release_maps
 2019-12-16 20:33 UTC  (3+ messages)

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

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

[PATCH bpf] bpf: Add LBR data to BPF_PROG_TYPE_PERF_EVENT prog context
 2019-12-16 19:29 UTC  (2+ messages)

[PATCH v4 bpf-next 0/4] Add libbpf-provided extern variables support
 2019-12-16 19:34 UTC  (15+ messages)
` [PATCH v4 bpf-next 1/4] libbpf: extract internal map names into constants
` [PATCH v4 bpf-next 2/4] libbpf: support libbpf-provided extern variables
` [PATCH v4 bpf-next 3/4] bpftool: generate externs datasec in BPF skeleton
` [PATCH v4 bpf-next 4/4] selftests/bpf: add tests for libbpf-provided externs

[PATCH bpf-next 00/15] Add code-generated BPF object skeleton support
 2019-12-16 18:53 UTC  (4+ messages)
` [PATCH bpf-next 11/15] bpftool: add skeleton codegen command

[PATCH bpf-next 0/4] Fix perf_buffer creation on systems with offline CPUs
 2019-12-16 17:59 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Print hint about ulimit when getting permission denied error
 2019-12-16 18:00 UTC  (8+ messages)

[PATCH 5.3 131/180] seccomp: avoid overflow in implicit constant conversion
 2019-12-16 17:49 UTC 

[PATCH 5.4 151/177] seccomp: avoid overflow in implicit constant conversion
 2019-12-16 17:50 UTC 

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

[PATCH bpf-next v5 0/6] Introduce the BPF dispatcher
 2019-12-16 16:45 UTC  (3+ messages)
` [PATCH bpf-next v5 6/6] bpf, x86: align dispatcher branch targets to 16B

WARNING in wp_page_copy
 2019-12-16 15:10 UTC  (3+ messages)

[PATCH bpf-next v2 0/9] riscv: BPF JIT fix, optimizations and far jumps support
 2019-12-16 15:09 UTC  (11+ messages)
` [PATCH bpf-next v2 1/9] riscv, bpf: fix broken BPF tail calls
` [PATCH bpf-next v2 2/9] riscv, bpf: add support for far branching
` [PATCH bpf-next v2 3/9] riscv, bpf: add support for far branching when emitting tail call
` [PATCH bpf-next v2 4/9] riscv, bpf: add support for far jumps and exits
` [PATCH bpf-next v2 5/9] riscv, bpf: optimize BPF tail calls
` [PATCH bpf-next v2 6/9] riscv, bpf: provide RISC-V specific JIT image alloc/free
` [PATCH bpf-next v2 7/9] riscv, bpf: optimize calls
` [PATCH bpf-next v2 8/9] riscv, bpf: add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programs
` [PATCH bpf-next v2 9/9] riscv, perf: add arch specific perf_arch_bpf_user_pt_regs

ANNOUNCE: pahole v1.14 (Bug fixes)
 2019-12-16 15:07 UTC  (2+ messages)
` ANNOUNCE: pahole v1.16 (Fixes + BTF_KIND_FUNC)

[PATCH bpf-next] samples/bpf: Attach XDP programs in driver mode by default
 2019-12-16 15:06 UTC  (5+ messages)

[PATCH bpf-next] samples/bpf: Set -fno-stack-protector when building BPF programs
 2019-12-16 15:04 UTC  (2+ messages)

[RESEND PATCH] kernel: bpf: add releases() annotation
 2019-12-16 15:04 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: Add missing -lz to TPROGS_LDLIBS
 2019-12-16 14:59 UTC  (3+ messages)

[PATCH bpf] samples/bpf: reintroduce missed build targets
 2019-12-16 14:56 UTC  (2+ messages)

[PATCH bpf-next] bpftool: Fix compilation warning on shadowed variable
 2019-12-16 13:24 UTC  (2+ messages)

[PATCH] bpf: Replace BUG_ON when fp_old is NULL
 2019-12-16 11:17 UTC  (4+ messages)

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

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

[PATCH] kernel: bpf: add __release sparse annotation
 2019-12-16  6:18 UTC  (2+ messages)

[PATCH bpf-next 0/2] CO-RE relocation support for flexible arrays
 2019-12-16  0:56 UTC  (4+ messages)
` [PATCH bpf-next 1/2] libbpf: support flexible arrays in CO-RE
` [PATCH bpf-next 2/2] selftests/bpf: add flexible array relocation tests

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

[PATCH bpf-next v2 0/3] bpftool: match programs and maps by names
 2019-12-15 17:40 UTC  (2+ messages)

[PATCH 1/2] net: ethernet: ti: select PAGE_POOL for switchdev driver
 2019-12-14 20:53 UTC  (2+ messages)

[RFC] btf: Some structs are doubled because of struct ring_buffer
 2019-12-14 11:35 UTC  (10+ messages)

[PATCH v3 bpf-next 0/4] Add libbpf-provided extern variables support
 2019-12-14  1:20 UTC  (4+ messages)
` [PATCH v3 bpf-next 2/4] libbpf: support libbpf-provided extern variables


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