BPF List
 help / color / mirror / Atom feed
 messages from 2022-04-07 22:31:54 to 2022-04-11 22:15:47 UTC [more...]

[RFC bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-11 22:15 UTC  (14+ messages)
` [RFC bpf-next 1/4] kallsyms: Add kallsyms_lookup_names function
` [RFC bpf-next 2/4] fprobe: Resolve symbols with kallsyms_lookup_names
` [RFC bpf-next 3/4] bpf: Resolve symbols with kallsyms_lookup_names for kprobe multi link

[PATCH bpf-next v4 0/5] Attach a cookie to a tracing program
 2022-04-11 21:25 UTC  (7+ messages)
` [PATCH bpf-next v4 1/5] bpf, x86: Generate trampolines from bpf_tramp_links
` [PATCH bpf-next v4 2/5] bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
` [PATCH bpf-next v4 3/5] bpf, x86: Attach a cookie to fentry/fexit/fmod_ret
` [PATCH bpf-next v4 4/5] lib/bpf: Assign cookies to links in libbpf
` [PATCH bpf-next v4 5/5] selftest/bpf: The test cses of BPF cookie for fentry/fexit/fmod_ret

[PATCH bpf-next v4 00/13] Introduce typed pointer support in BPF maps
 2022-04-11 20:28 UTC  (16+ messages)
` [PATCH bpf-next v4 01/13] bpf: Make btf_find_field more generic
` [PATCH bpf-next v4 02/13] bpf: Move check_ptr_off_reg before check_map_access
` [PATCH bpf-next v4 03/13] bpf: Allow storing unreferenced kptr in map
` [PATCH bpf-next v4 04/13] bpf: Tag argument to be released in bpf_func_proto
` [PATCH bpf-next v4 05/13] bpf: Allow storing referenced kptr in map
` [PATCH bpf-next v4 06/13] bpf: Prevent escaping of kptr loaded from maps
` [PATCH bpf-next v4 07/13] bpf: Adapt copy_map_value for multiple offset case
` [PATCH bpf-next v4 08/13] bpf: Populate pairs of btf_id and destructor kfunc in btf
` [PATCH bpf-next v4 09/13] bpf: Wire up freeing of referenced kptr
` [PATCH bpf-next v4 10/13] bpf: Teach verifier about kptr_get kfunc helpers
` [PATCH bpf-next v4 11/13] libbpf: Add kptr type tag macros to bpf_helpers.h
` [PATCH bpf-next v4 12/13] selftests/bpf: Add C tests for kptr
` [PATCH bpf-next v4 13/13] selftests/bpf: Add verifier "

[PATCH bpf-next] bpf: Remove redundant assignment to meta.seq in __task_seq_show()
 2022-04-11 19:20 UTC  (3+ messages)

[PATCH bpf-next v3 0/7] bpf: cgroup_sock lsm flavor
 2022-04-11 19:07 UTC  (14+ messages)
` [PATCH bpf-next v3 2/7] bpf: per-cgroup "
` [PATCH bpf-next v3 3/7] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v3 7/7] selftests/bpf: verify lsm_cgroup struct sock access

[PATCH bpf-next v3 0/5] Attach a cookie to a tracing program
 2022-04-11 17:36 UTC  (5+ messages)
` [PATCH bpf-next v3 2/5] bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack

[PATCH bpf-next 00/10] xsk: stop softirq processing on full XSK Rx queue
 2022-04-11 17:07 UTC  (8+ messages)

[PATCH bpf 0/2] Enlarge offset check value in bpf_skb_load_bytes
 2022-04-11 16:37 UTC  (5+ messages)
` [PATCH bpf 1/2] net: Enlarge offset check value from 0xffff to INT_MAX "
` [PATCH bpf 2/2] selftests: bpf: add test for skb_load_bytes

[PATCH bpf] bpf: Fix release of page_pool in BPF_PROG_RUN
 2022-04-11 15:40 UTC  (3+ messages)

[PATCH v3 0/2] drop duplicate max/min definitions
 2022-04-11 15:30 UTC  (5+ messages)
` [PATCH v3 1/2] selftests: bpf: "
` [PATCH v3 2/2] selftests: mqueue: drop duplicate min definition

[PATCH v2 bpf-next 0/1] libbpf: usdt aarch64 support
 2022-04-11 15:21 UTC  (2+ messages)
` [PATCH v2 bpf-next] libbpf: usdt aarch64 arg parsing support

[PATCH bpf-next] riscv, bpf: Implement more atomic operations for RV64
 2022-04-11 15:00 UTC  (4+ messages)

[PATCH bpf-next 0/2] libbpf: usdt aarch64 support
 2022-04-11  7:56 UTC  (6+ messages)
` [PATCH bpf-next 1/2] libbpf: usdt: factor out common USDT arg handling
` [PATCH bpf-next 2/2] libbpf: usdt aarch64 arg parsing support

[PATCH bpf 1/2] vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
 2022-04-11  6:56 UTC  (7+ messages)
  ` [PATCH bpf 2/2] bpf: use vmalloc with VM_ALLOW_HUGE_VMAP for bpf_prog_pack
` [PATCH bpf 0/2] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP

[PATCH bpf-next v4 0/4] bpf: RLIMIT_MEMLOCK cleanups
 2022-04-11  3:30 UTC  (6+ messages)
` [PATCH bpf-next v4 1/4] samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
` [PATCH bpf-next v4 2/4] selftests/bpf: "
` [PATCH bpf-next v4 3/4] bpftool: "
` [PATCH bpf-next v4 4/4] tools/runqslower: "

[bpf-next] libbpf: Fix a bug that checking bpf_probe_read_kernel API fails in old kernels
 2022-04-11  3:20 UTC  (2+ messages)

[PATCH v3 bpf-next] selftests/bpf: Improve by-name subtest selection logic in prog_tests
 2022-04-11  3:20 UTC  (2+ messages)

[PATCH v2] libbpf: add ARC support to bpf_tracing.h
 2022-04-11  2:00 UTC  (3+ messages)

KASAN: use-after-free Read in tcp_retransmit_timer (5)
 2022-04-10 11:36 UTC  (9+ messages)
` [syzbot] "

[PATCH v3 RESEND] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
 2022-04-10 10:49 UTC 

Error validating array access
 2022-04-09  6:27 UTC  (3+ messages)

[RFC PATCH bpf-next 0/2] bpf: Introduce ternary search tree for string key
 2022-04-09  3:07 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/2] "

[PATCH bpf-next v1 0/7] Dynamic pointers
 2022-04-09  1:11 UTC  (17+ messages)
` [PATCH bpf-next v1 3/7] bpf: Add bpf_dynptr_from_mem, bpf_malloc, bpf_free
` [PATCH bpf-next v1 4/7] bpf: Add bpf_dynptr_read and bpf_dynptr_write
` [PATCH bpf-next v1 7/7] bpf: Dynptr tests

pull-request: bpf-next 2022-04-09
 2022-04-09  0:20 UTC  (2+ messages)

[PATCH bpf-next 0/3] Add target-less tracing SEC() definitions
 2022-04-08 22:36 UTC  (9+ messages)
` [PATCH bpf-next 1/3] libbpf: allow "incomplete" basic "
` [PATCH bpf-next 2/3] libbpf: support target-less SEC() definitions for BTF-backed programs
` [PATCH bpf-next 3/3] selftests/bpf: use target-less SEC() definitions in various tests

[PATCH v2 bpf-next] selftests/bpf: Improve by-name subtest selection logic in prog_tests
 2022-04-08 22:31 UTC  (3+ messages)

[PATCH bpf-next] bpf: Fix excessive memory allocation in stack_map_alloc()
 2022-04-08 22:30 UTC  (2+ messages)

[PATCH] libbpf: add ARC support to bpf_tracing.h
 2022-04-08 22:26 UTC  (5+ messages)

[PATCH bpf 0/4] introduce HAVE_ARCH_HUGE_VMALLOC_FLAG for bpf_prog_pack
 2022-04-08 21:22 UTC  (8+ messages)

[PATCH bpf-next 0/3] Fix handling of CO-RE relos for __weak subprogs
 2022-04-08 21:09 UTC  (6+ messages)
` [PATCH bpf-next 1/3] libbpf: don't error out on CO-RE relos for overriden weak subprogs
` [PATCH bpf-next 2/3] libbpf: use weak hidden modifier for USDT BPF-side API functions
` [PATCH bpf-next 3/3] selftests/bpf: add CO-RE relos into linked_funcs selftests

[PATCH bpf-next] samples: bpf: xdp_router_ipv4: move routes monitor in a dedicated thread
 2022-04-08 21:09 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix return value checks in perf_event_stackmap.c
 2022-04-08 21:09 UTC  (3+ messages)
` [PATCH bpf-next v2] "

[PATCH v2 0/2] drop duplicate max/min definitions
 2022-04-08 20:31 UTC  (6+ messages)
` [PATCH v2 1/2] selftests: bpf: "
` [PATCH v2 2/2] selftests: mqueue: drop duplicate min definition

[PATCH net-next v3 0/3] net: atlantic: Add XDP support
 2022-04-08 19:49 UTC  (7+ messages)
` [PATCH net-next v3 1/3] net: atlantic: Implement xdp control plane
` [PATCH net-next v3 2/3] net: atlantic: Implement xdp data plane
` [PATCH net-next v3 3/3] net: atlantic: Implement .ndo_xdp_xmit handler

[PATCH net-next v4 0/3] net: atlantic: Add XDP support
 2022-04-08 18:17 UTC  (4+ messages)
` [PATCH net-next v4 1/3] net: atlantic: Implement xdp control plane
` [PATCH net-next v4 2/3] net: atlantic: Implement xdp data plane
` [PATCH net-next v4 3/3] net: atlantic: Implement .ndo_xdp_xmit handler

[PATCH bpf-next 1/2] libbpf: use strlcpy() in path resolution fallback logic
 2022-04-08 16:20 UTC  (3+ messages)
` [PATCH bpf-next 2/2] libbpf: allow WEAK and GLOBAL bindings during BTF fixup

[PATCH v3 bpf-next 0/7] Add libbpf support for USDTs
 2022-04-08 16:17 UTC  (10+ messages)
` [PATCH v3 bpf-next 1/7] libbpf: add BPF-side of USDT support
` [PATCH v3 bpf-next 5/7] libbpf: add x86-specific USDT arg spec parsing logic

[PATCH bpf-next 0/3] Add USDT support for s390
 2022-04-08 14:10 UTC  (2+ messages)

[External] [PATCH bpf-next v2 0/3] bpf: Add support to set and get
 2022-04-08 13:56 UTC  (7+ messages)
` [External] [PATCH bpf-next v2 3/3] selftests/bpf: add ipv6 vxlan tunnel source testcase

[PATCH net-next v4 00/11] bnxt: Support XDP multi buffer
 2022-04-08 11:10 UTC  (13+ messages)
` [PATCH net-next v4 01/11] bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buff
` [PATCH net-next v4 02/11] bnxt: add flag to denote that an xdp program is currently attached
` [PATCH net-next v4 03/11] bnxt: refactor bnxt_rx_pages operate on skb_shared_info
` [PATCH net-next v4 04/11] bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skb
` [PATCH net-next v4 05/11] bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdp
` [PATCH net-next v4 06/11] bnxt: set xdp_buff pfmemalloc flag if needed
` [PATCH net-next v4 07/11] bnxt: change receive ring space parameters
` [PATCH net-next v4 08/11] bnxt: add page_pool support for aggregation ring when using xdp
` [PATCH net-next v4 09/11] bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buff
` [PATCH net-next v4 10/11] bnxt: support transmit and free of aggregation buffers
` [PATCH net-next v4 11/11] bnxt: XDP multibuffer enablement

[PATCH v3 0/5] Make evlist CPUs more accurate
 2022-04-08  3:56 UTC  (6+ messages)
` [PATCH v3 1/5] perf cpumap: Don't decrement refcnt on args to merge
` [PATCH v3 2/5] perf tests: Additional cpumap merge tests
` [PATCH v3 3/5] perf cpumap: Add intersect function
` [PATCH v3 4/5] perf evlist: Respect all_cpus when setting user_requested_cpus
` [PATCH v3 5/5] perf test: Combine cpu map tests into 1 suite

[PATCH] libbpf: potential NULL dereference in usdt_manager_attach_usdt()
 2022-04-08  1:30 UTC  (3+ messages)

[PATCH bpf v2 0/4] kprobes: rethook,ARM,arm64: Replace kretprobe trampoline with rethook
 2022-04-08  0:51 UTC  (5+ messages)
` [PATCH bpf v2 1/4] ARM: unwind: Initialize the lr_addr field of unwind_ctrl_block
` [PATCH bpf v2 2/4] rethook,fprobe,kprobes: Check a failure in the rethook_hook()
` [PATCH bpf v2 3/4] ARM: rethook: Replace kretprobe trampoline with rethook
` [PATCH bpf v2 4/4] arm64: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox