bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-05 13:21:03 to 2022-01-07 11:46:35 UTC [more...]

[PATCH 0/9] powerpc/bpf: Various fixes
 2022-01-07 11:46 UTC  (6+ messages)
` [PATCH 4/9] powerpc/bpf: Handle large branch ranges with BPF_EXIT

[syzbot] KMSAN: uninit-value in ip_fast_csum (2)
 2022-01-07 11:30 UTC 

[PATCH 00/13] powerpc/bpf: Some fixes and updates
 2022-01-07 10:21 UTC  (19+ messages)
` [PATCH 01/13] bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()
` [PATCH 02/13] powerpc32/bpf: Fix codegen for bpf-to-bpf calls
` [PATCH 03/13] powerpc/bpf: Update ldimm64 instructions during extra pass
` [PATCH 04/13] tools/bpf: Rename 'struct event' to avoid naming conflict
` [PATCH 05/13] powerpc/bpf: Skip branch range validation during first pass
` [PATCH 06/13] powerpc/bpf: Emit a single branch instruction for known short branch ranges
` [PATCH 07/13] powerpc/bpf: Handle large branch ranges with BPF_EXIT
` [PATCH 08/13] powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06
` [PATCH 09/13] powerpc64/bpf: Do not save/restore LR on each call to bpf_stf_barrier()
` [PATCH 10/13] powerpc64/bpf: Use r12 for constant blinding
` [PATCH 11/13] powerpc64/bpf elfv2: Setup kernel TOC in r2 on entry
` [PATCH 12/13] powerpc64/bpf elfv1: Do not load TOC before calling functions
` [PATCH 13/13] powerpc64/bpf: Optimize instruction sequence used for function calls

[PATCH 0/7] A new eBPF JIT implementation for MIPS
 2022-01-07 10:17 UTC  (4+ messages)
` [PATCH 5/7] mips: bpf: Add JIT workarounds for CPU errata

[PATCH] bpf: allow setting mount device for bpffs
 2022-01-07 10:14 UTC  (4+ messages)

Problem loading eBPF program on Kernel 4.18 (best with CO:RE): -EINVAL
 2022-01-07  9:30 UTC  (7+ messages)
  ` AW: [Extern] "
    `  "

[PATCH bpf-next v6 00/11] Introduce unstable CT lookup helpers
 2022-01-07  7:22 UTC  (14+ messages)
` [PATCH bpf-next v6 02/11] bpf: Fix UAF due to race between btf_try_get_module and load_module
` [PATCH bpf-next v6 03/11] bpf: Populate kfunc BTF ID sets in struct btf
` [PATCH bpf-next v6 11/11] selftests/bpf: Add test for race in btf_try_get_module

[RFC 00/13] kprobe/bpf: Add support to attach multiple kprobes
 2022-01-07  5:42 UTC  (24+ messages)
` [PATCH 02/13] kprobe: Keep traced function address
` [PATCH 03/13] kprobe: Add support to register multiple ftrace kprobes
` [PATCH 05/13] kprobe: Allow to get traced function address for multi "
` [PATCH 08/13] bpf: Add kprobe link for attaching raw kprobes

A slab-out-of-bounds Read bug in __htab_map_lookup_and_delete_batch
 2022-01-07  5:42 UTC  (8+ messages)

perf build broken seemingly due to libbpf changes, checking
 2022-01-07  3:30 UTC  (7+ messages)

[PATCH bpf-next v2 0/2] perf: stop using deprecated bpf APIs
 2022-01-07  3:21 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] perf: stop using deprecated bpf_prog_load() API
` [PATCH bpf-next v2 2/2] perf: stop using deprecated bpf__object_next() API

pull-request: bpf-next 2022-01-06
 2022-01-07  2:40 UTC  (2+ messages)

[PATCH v2] libbpf: Fix the incorrect register read for syscalls on x86_64
 2022-01-07  2:38 UTC 

[PATCH] tcp: tcp_send_challenge_ack delete useless param `skb`
 2022-01-07  2:35 UTC  (2+ messages)

[PATCH v5 net-next 0/3] net: bpf: handle return value of post_bind{4,6} and add selftests for it
 2022-01-07  1:19 UTC  (5+ messages)
` [PATCH v5 net-next 1/3] net: bpf: handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()
` [PATCH v5 net-next 2/3] bpf: selftests: use C99 initializers in test_sock.c
` [PATCH v5 net-next 3/3] bpf: selftests: add bind retry for post_bind{4, 6}

[PATCH bpf-next v4 0/3] Introduce BPF map tracing capability
 2022-01-07  0:56 UTC  (5+ messages)
` [PATCH bpf-next v4 1/3] bpf: Add map tracing functions and call sites
` [PATCH bpf-next v4 2/3] bpf: Add selftests

[PATCH bpf-next v6 0/3] Add support for transmitting packets using XDP in bpf_prog_run()
 2022-01-07  0:50 UTC  (5+ messages)
` [PATCH bpf-next v6 1/3] bpf: Add "live packet" mode for "
` [PATCH bpf-next v6 2/3] selftests/bpf: Move open_netns() and close_netns() into network_helpers.c
` [PATCH bpf-next v6 3/3] selftests/bpf: Add selftest for XDP_REDIRECT in bpf_prog_run()

[PATCH RFC bpf-next v1 0/8] Pinning bpf objects outside bpffs
 2022-01-07  0:35 UTC  (13+ messages)
` [PATCH RFC bpf-next v1 1/8] bpf: Support pinning in non-bpf file system
` [PATCH RFC bpf-next v1 2/8] bpf: Record back pointer to the inode in bpffs
` [PATCH RFC bpf-next v1 3/8] bpf: Expose bpf object in kernfs
` [PATCH RFC bpf-next v1 4/8] bpf: Support removing kernfs entries
` [PATCH RFC bpf-next v1 5/8] bpf: Introduce a new program type bpf_view
` [PATCH RFC bpf-next v1 6/8] libbpf: Support of bpf_view prog type
` [PATCH RFC bpf-next v1 7/8] bpf: Add seq_show operation for bpf in cgroupfs
` [PATCH RFC bpf-next v1 8/8] selftests/bpf: Test exposing bpf objects in kernfs

[PATCH bpf-next v2 0/2] libbpf: rename bpf_prog_attach_xattr to bpf_prog_attach_opts
 2022-01-06 23:46 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] libbpf: rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()
` [PATCH bpf-next v2 2/2] selftests/bpf: change "

[PATCH bpf-next v3] Add skb_store_bytes() for BPF_PROG_TYPE_CGROUP_SKB
 2022-01-06 23:34 UTC  (2+ messages)

[PATCH bpf-next v2] bpf/selftests: Test bpf_d_path on rdonly_mem
 2022-01-06 23:25 UTC  (3+ messages)

[PATCH bpf-next v3] libbpf: Add documentation for bpf_map batch operations
 2022-01-06 23:25 UTC  (3+ messages)

[PATCH bpf-next 0/2] perf: stop using deprecated bpf APIs
 2022-01-06 22:41 UTC  (12+ messages)
` [PATCH bpf-next 2/2] perf: stop using deprecated bpf__object_next() API

[PATCH] Add skb_store_bytes() for BPF_PROG_TYPE_CGROUP_SKB
 2022-01-06 22:35 UTC  (10+ messages)

[PATCH bpf] bpf, arm64: calculate offset as byte-offset for bpf line info
 2022-01-06 22:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: don't rely on preserving volatile in PT_REGS macros in loop3
 2022-01-06 20:51 UTC 

[PATCH] libbpf: Fix the incorrect register read for syscalls on x86_64
 2022-01-06 20:29 UTC  (8+ messages)

[PATCH bpf-next 0/2] libbpf: Add syscall-specific variants of BPF_KPROBE/BPF_KRETPROBE
 2022-01-06 20:27 UTC  (5+ messages)
` [PATCH bpf-next 1/2] libbpf: Add BPF_KPROBE_SYSCALL/BPF_KRETPROBE_SYSCALL macros

[PATCH bpf-next 0/5] libbpf 1.0: deprecate bpf_map__def() API
 2022-01-06 20:24 UTC  (8+ messages)
` [PATCH bpf-next 1/5] samples/bpf: stop using "
` [PATCH bpf-next 2/5] bpftool: "
` [PATCH bpf-next 3/5] perf: "
` [PATCH bpf-next 4/5] selftests/bpf: "
` [PATCH bpf-next 5/5] libbpf: deprecate "

[PATCH bpf-next v5 0/7] Add support for transmitting packets using XDP in bpf_prog_run()
 2022-01-06 20:20 UTC  (11+ messages)
` [PATCH bpf-next v5 6/7] bpf: Add "live packet" mode for "
` [PATCH bpf-next v5 7/7] selftests/bpf: Add selftest for XDP_REDIRECT "

[PATCH bpf-next v2 0/2] lighten uapi/bpf.h rebuilds
 2022-01-06 13:03 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] net: add includes masked by netdevice.h including uapi/bpf.h

[PATCH] sfc: Use swap() instead of open coding it
 2022-01-06 12:50 UTC  (3+ messages)

[PATCH 09/12] riscv: extable: add `type` and `data` fields
 2022-01-06 10:23 UTC  (3+ messages)

[PATCH v4 net-next 0/3] net: bpf: handle return value of post_bind{4,6} and add selftests for it
 2022-01-06  9:40 UTC  (5+ messages)
` [PATCH v4 net-next 1/3] net: bpf: handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()
` [PATCH v4 net-next 2/3] bpf: selftests: add bind retry for post_bind{4, 6}
` [PATCH v4 net-next 3/3] bpf: selftests: use C99 initializers in test_sock.c

eBPF sockhash datastructure and stream_parser/stream_verdict programs
 2022-01-06  7:47 UTC  (5+ messages)
    ` Fwd: "

Verification error on bpf_map_lookup_elem with BPF_CORE_READ
 2022-01-06  7:37 UTC  (4+ messages)

[PATCH] bpf/selftests: Fix namespace mount setup in tc_redirect
 2022-01-06  7:35 UTC  (3+ messages)

[PATCH bpf-next v2] libbpf: Add documentation for bpf_map batch operations
 2022-01-06  7:31 UTC  (7+ messages)

[PATCH net] scripts/pahole-flags.sh: Make sure pahole --version works
 2022-01-06  3:45 UTC  (4+ messages)

[PATCH v3 bpf-next 0/7] bpf_prog_pack allocator
 2022-01-06  2:25 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/7] x86/Kconfig: select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAP
` [PATCH v3 bpf-next 2/7] bpf: use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
` [PATCH v3 bpf-next 3/7] bpf: use size instead of pages in bpf_binary_header
` [PATCH v3 bpf-next 4/7] bpf: add a pointer of bpf_binary_header to bpf_prog
` [PATCH v3 bpf-next 5/7] x86/alternative: introduce text_poke_jit
` [PATCH v3 bpf-next 6/7] bpf: introduce bpf_prog_pack allocator
` [PATCH v3 bpf-next 7/7] bpf, x86_64: use "

libbpf: Memory error detected by Valgrind
 2022-01-06  0:26 UTC  (2+ messages)

[PATCH bpf-next] libbpf 1.0: deprecate bpf_object__find_map_by_offset() API
 2022-01-06  0:11 UTC  (2+ messages)

[PATCH bpf-next] libbpf 1.0: deprecate bpf_map__is_offload_neutral()
 2022-01-06  0:10 UTC  (2+ messages)

[PATCH bpf-next 0/3] libbpf 1.0: deprecate non-OPTS variants of bpf_object__open API
 2022-01-06  0:03 UTC  (4+ messages)
` [PATCH bpf-next 3/3] libbpf: deprecate bpf_object__open_xattr() API

Read process VM from kernel
 2022-01-05 23:52 UTC  (4+ messages)

[Resource Leak] Missing closing files in samples/bpf/hbm.c
 2022-01-05 23:50 UTC  (2+ messages)

[Resource Leak] Missing closing files in tools/bpf/bpf_asm.c
 2022-01-05 23:50 UTC  (2+ messages)

[PATCH bpf-next] libbpf: rename bpf_prog_attach_xattr to bpf_prog_attach_opts
 2022-01-05 23:44 UTC  (2+ messages)

[PATCH v2 1/2] libbpf: Use probe_name for legacy kprobe
 2022-01-05 23:40 UTC  (2+ messages)

[PATCH bpf-next] libbpf: deprecate bpf_perf_event_read_simple() API
 2022-01-05 23:30 UTC  (2+ messages)

[PATCH bpf-next 0/6] bpf: Batching iter for AF_UNIX sockets
 2022-01-05 23:06 UTC  (4+ messages)
` [PATCH bpf-next 3/6] bpf: af_unix: Use batching algorithm in bpf unix iter

[PATCH v2] tracing: check the return value of kstrdup()
 2022-01-05 22:35 UTC  (3+ messages)

[PATCH net-next] net: fixup build after bpf header changes
 2022-01-05 22:15 UTC  (3+ messages)

[PATCH] bpf: fix verifier support for validation of async callbacks
 2022-01-05 21:46 UTC  (2+ messages)

more eBPF instruction set documentation improvements
 2022-01-05 21:14 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] xsk: Tx improvements
 2022-01-05 20:55 UTC  (6+ messages)
` [PATCH bpf-next v2 3/4] ice: xsk: improve AF_XDP ZC Tx and use batching API

[PATCH bpf-next] bpf, sockmap: fix double bpf_prog_put on error case in map_link
 2022-01-05 19:50 UTC  (2+ messages)

[PATCH] bpf, arm64: use emit_addr_mov_i64() for BPF_PSEUDO_FUNC
 2022-01-05 19:50 UTC  (2+ messages)

[PATCH bpf-next] bpf, sockmap: fix return codes from tcp_bpf_recvmsg_parser()
 2022-01-05 19:50 UTC  (2+ messages)

[syzbot] WARNING in fixup_exception
 2022-01-05 17:07 UTC 

[PATCH v3 net-next 0/2] net: bpf: handle return value of post_bind{4,6} and add selftests for it
 2022-01-05 14:45 UTC  (5+ messages)
` [PATCH v3 net-next 1/2] net: bpf: handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()
` [PATCH v3 net-next 2/2] bpf: selftests: add bind retry for post_bind{4, 6}


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