bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-16 15:06:34 to 2019-12-18 10:02:57 UTC [more...]

[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 v4 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
 2019-12-18  9:31 UTC  (10+ 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 net] net: core: sysctl: fix compiler warning when only cBPF is present
 2019-12-18  9:18 UTC 

[PATCH bpf-next 00/13] Introduce BPF STRUCT_OPS
 2019-12-18  9:03 UTC  (34+ 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 06/13] bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
  ` [Potential Spoof] "
` [PATCH bpf-next 07/13] bpf: tcp: Support tcp_congestion_ops in bpf
` [PATCH bpf-next 08/13] bpf: Add BPF_FUNC_tcp_send_ack helper
` [PATCH bpf-next 09/13] bpf: Add BPF_FUNC_jiffies
` [PATCH bpf-next 11/13] bpf: libbpf: Add STRUCT_OPS support

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

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

[PATCH v3 bpf-next 0/3] Skeleton improvements and documentation
 2019-12-18  6:23 UTC  (5+ 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 v2 bpf-next 0/3] Skeleton improvements and documentation
 2019-12-18  5:22 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/3] bpftool, selftests/bpf: embed object file inside skeleton
` [PATCH v2 bpf-next 2/3] libbpf: remove BPF_EMBED_OBJ macro from libbpf.h
` [PATCH v2 bpf-next 3/3] bpftool: add gen subcommand manpage

[PATCH bpf-next v11 1/2] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-12-18  3:27 UTC  (28+ 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 v13 0/2] bpf: adding get_fd_path helper
      ` [PATCH bpf-next v13 1/2] bpf: add new helper get_fd_path for mapping a file descriptor to a pathname
        ` [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 v14 2/2] selftests/bpf: test for bpf_get_fd_path() from tracepoint
      ` [PATCH bpf-next v13 "
  ` [PATCH bpf-next v12 2/2] selftests/bpf: test for bpf_get_file_path() "

[PATCH bpf-next] libbpf: reduce log level for custom section names
 2019-12-18  2:41 UTC  (2+ messages)

[PATCH v4 bpf-next 0/4] Add libbpf-provided extern variables support
 2019-12-18  0:08 UTC  (16+ messages)
` [PATCH v4 bpf-next 2/4] libbpf: support libbpf-provided extern variables

[PATCH bpf-next] selftests/bpf: more succinct Makefile output
 2019-12-17 23:22 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Fix libbpf_common.h when installing libbpf through 'make install'
 2019-12-17 23:21 UTC  (3+ messages)

[PATCH bpf-next 0/3] Skeleton improvements and documnetation
 2019-12-17 22:54 UTC  (8+ 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

WARNING in wp_page_copy
 2019-12-17 22:38 UTC  (8+ messages)

[PATCH bpf] bpf: Fix cgroup local storage prog tracking
 2019-12-17 18:14 UTC  (3+ messages)

[PATCH bpf v2 0/4] Fix concurrency issues between XSK wakeup and control path using RCU
 2019-12-17 17:33 UTC  (6+ messages)
` [PATCH bpf v2 1/4] xsk: Add rcu_read_lock around the XSK wakeup
` [PATCH bpf v2 2/4] net/mlx5e: Fix concurrency issues between config flow and XSK
` [PATCH bpf v2 3/4] net/i40e: "
` [PATCH bpf v2 4/4] net/ixgbe: "

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

[PATCH bpf-next 0/8] Extend SOCKMAP to store listening sockets
 2019-12-17 15:06 UTC  (10+ messages)
` [PATCH bpf-next 4/8] bpf, sockmap: Don't let child socket inherit psock or its ops on copy

[PATCH v3 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
 2019-12-17 15:02 UTC  (11+ 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
  ` [Intel-gfx] "
` [PATCH v3 5/7] trace/bpf_trace: "
` [PATCH v3 6/7] powerpc/perf: "
` [PATCH v3 7/7] parisc/perf: "

[PATCH] RFC: platform driver registering via initcall tables
 2019-12-17 14:50 UTC  (6+ messages)

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-17 14:19 UTC  (28+ 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 v12 "
` [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 v9 23/25] mm/gup: track FOLL_PIN pages
 2019-12-17 13:56 UTC  (4+ messages)
` [RFC PATCH] mm/gup: try_pin_compound_head() can be static

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

[RFC PATCH bpf-next] xdp: Add tracepoint on XDP program return
 2019-12-17  8:52 UTC  (4+ messages)

[PATCH v10 23/25] mm/gup: track FOLL_PIN pages
 2019-12-17  7:29 UTC  (5+ messages)
` [PATCH v11 "

[PATCH v18 00/13] open: introduce openat2(2) syscall
 2019-12-17  6:39 UTC  (3+ messages)
` [PATCH v18 11/13] "

[PATCH bpf-next] libbpf: fix build by renaming variables
 2019-12-17  2:07 UTC  (5+ 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 bpf] bpf: fix missing prog untrack in release_maps
 2019-12-16 20:33 UTC  (3+ messages)

[PATCH v4 bpf-next 00/17] Add code-generated BPF object skeleton support
 2019-12-16 19:35 UTC  (5+ messages)

[PATCH bpf] bpf: Add LBR data to BPF_PROG_TYPE_PERF_EVENT prog context
 2019-12-16 19:29 UTC  (2+ 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  (5+ messages)
` [PATCH v2 2/7] perf/core: open access for CAP_SYS_PERFMON privileged process

[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

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