bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-05 03:17:30 to 2019-12-10 05:31:41 UTC [more...]

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

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

Establishing /usr/lib/bpf as a convention for eBPF bytecode files?
 2019-12-10  1:40 UTC  (2+ messages)

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

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

[PATCHv3] bpf: Emit audit messages upon successful prog load and unload
 2019-12-09 23:53 UTC  (5+ messages)

[PATCH bpf] libbpf: Bump libpf current version to v0.0.7
 2019-12-09 22:45 UTC  (2+ messages)
` [Potential Spoof] "

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

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

[PATCH bpf 0/3] bpf: Make BPF trampoline friendly to ftrace
 2019-12-09 18:42 UTC  (5+ messages)
` [PATCH bpf 1/3] ftrace: Fix function_graph tracer interaction with BPF trampoline
` [PATCH bpf 2/3] bpf: Make BPF trampoline use register_ftrace_direct() API
` [PATCH bpf 3/3] selftests/bpf: test function_graph tracer and bpf trampoline together

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

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

[PATCH] ARM: net: bpf: improve endian conversion
 2019-12-09 11:17 UTC 

[PATCH] ARM: net: bpf: improve prologue code sequence
 2019-12-09 11:17 UTC 

net-next is OPEN
 2019-12-09  6:36 UTC  (2+ messages)
` so is bpf-next... "

WARNING in perf_group_attach
 2019-12-08 10:17 UTC 

Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
 2019-12-08  1:00 UTC 

[RFC v1 PATCH 7/7] bpf: Don't use tasklet in stackmap code when RT
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 6/7] bpf: Use BPF prog locking in array macros and cgroup/lirc code
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 5/7] bpf: Use bpf prog locking in trampoline code
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 4/7] bpf: More BPF_PROG_RUN() --> __BPF_PROG_RUN() transformations
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 3/7] bpf: Remove preemption disable from simple call sites
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 2/7] bpf: Add basic RT local locking for invocation of BPF programs
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 1/7] RT: Add local lock stubs
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 0/7] bpf: Make RT friendly
 2019-12-08  0:03 UTC 

Trying the bpf trace a bpf xdp program
 2019-12-07 16:51 UTC  (15+ messages)

[PATCHv2] bpf: Emit audit messages upon successful prog load and unload
 2019-12-06 21:30 UTC  (4+ messages)

[PATCH mips-fixes] MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in Kconfig
 2019-12-06 19:18 UTC  (2+ messages)

[PATCH] MIPS: BPF: Restore MIPS32 cBPF JIT; disable MIPS32 eBPF JIT
 2019-12-06 19:18 UTC  (3+ messages)

kernel BUG at include/linux/mm.h:LINE! (5)
 2019-12-06 17:58 UTC  (3+ messages)

[PATCH bpf] bpf: Add LBR data to BPF_PROG_TYPE_PERF_EVENT prog context
 2019-12-06 17:10 UTC  (5+ messages)

[PATCH v18 00/13] open: introduce openat2(2) syscall
 2019-12-06 14:13 UTC  (14+ messages)
` [PATCH v18 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v18 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v18 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v18 04/13] namei: allow set_root() "
` [PATCH v18 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v18 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v18 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v18 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v18 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v18 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v18 11/13] open: introduce openat2(2) syscall
` [PATCH v18 12/13] selftests: add openat2(2) selftests
` [PATCH v18 13/13] Documentation: path-lookup: include new LOOKUP flags

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

MIPS eBPF JIT support on pre-32R2
 2019-12-06  8:11 UTC  (5+ messages)

pull-request: bpf 2019-12-05
 2019-12-06  8:04 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in bpf_prog_create
 2019-12-05 22:45 UTC  (7+ messages)
    ` [PATCH] ppp: fix out-of-bounds access in bpf_prog_create()

BUG: unable to handle kernel paging request in pcpu_alloc
 2019-12-05 13:19 UTC  (6+ messages)

[PATCHv4 0/6] perf/bpftool: Allow to link libbpf dynamically
 2019-12-05 12:09 UTC  (15+ messages)

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

[PATCH,bpf-next v2 0/2] Fix broken samples due to symbol mismatch
 2019-12-05  8:01 UTC  (3+ messages)
` [PATCH,bpf-next v2 1/2] samples: bpf: replace symbol compare of trace_event
` [PATCH,bpf-next v2 2/2] samples: bpf: fix syscall_tp due to unused syscall

[PATCH bpf 0/2] fix a verifier bug in check_attach_btf_id()
 2019-12-05  5:37 UTC  (5+ messages)
` [PATCH bpf 1/2] bpf: fix a bug when getting subprog 0 jited image in check_attach_btf_id
` [PATCH bpf 2/2] selftests/bpf: add a fexit/bpf2bpf test with target bpf prog no callees


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