bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-31 17:37:11 to 2022-02-02 19:15:11 UTC [more...]

[PATCH bpf-next v5 0/9] libbpf: Implement BTFGen
 2022-02-02 19:14 UTC  (20+ messages)
` [PATCH bpf-next v5 1/9] libbpf: Implement changes needed for BTFGen in bpftool
` [PATCH bpf-next v5 2/9] bpftool: Add gen min_core_btf command
` [PATCH bpf-next v5 3/9] bpftool: Implement btf_save_raw()
` [PATCH bpf-next v5 4/9] bpftool: Add struct definitions and helpers for BTFGen
` [PATCH bpf-next v5 5/9] bpftool: Implement btfgen()
` [PATCH bpf-next v5 8/9] bpftool: gen min_core_btf explanation and examples
` [PATCH bpf-next v5 9/9] selftest/bpf: Implement tests for bpftool gen min_core_btf

[PATCH bpf-next 0/3] bpftool: Switch to independent versioning scheme
 2022-02-02 18:59 UTC  (8+ messages)
` [PATCH bpf-next 1/3] libbpf: Add "libbpversion" make target to print version
` [PATCH bpf-next 2/3] bpftool: Add libbpf's version number to "bpftool version" output
` [PATCH bpf-next 3/3] bpftool: Update versioning scheme

[PATCH bpf-next v2 0/2] bpf, arm64: fix bpf line info
 2022-02-02 18:45 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] bpf, arm64: calculate offset as byte-offset for "

[PATCH bpf-next] bpf: limit bpf_core_types_are_compat() recursion
 2022-02-02 18:30 UTC  (13+ messages)

[RFC PATCH] bpftool: Add bpf_cookie to perf output
 2022-02-02 17:55 UTC  (3+ messages)

[PATCH net-next 0/4] net: dev: PREEMPT_RT fixups
 2022-02-02 17:43 UTC  (11+ messages)
` [PATCH net-next 1/4] net: dev: Remove the preempt_disable() in netif_rx_internal()
` [PATCH net-next 2/4] net: dev: Remove get_cpu() "
` [PATCH net-next 3/4] net: dev: Makes sure netif_rx() can be invoked in any context
` [PATCH net-next 4/4] net: dev: Make rps_lock() disable interrupts

[PATCH 0/8] bpf: Add fprobe link
 2022-02-02 17:30 UTC  (12+ messages)
` [PATCH 1/8] bpf: Add support to attach kprobe program with fprobe
` [PATCH 2/8] bpf: Add bpf_get_func_ip kprobe helper for fprobe link
` [PATCH 3/8] bpf: Add bpf_cookie support to fprobe
` [PATCH 4/8] libbpf: Add libbpf__kallsyms_parse function
` [PATCH 5/8] libbpf: Add bpf_link_create support for multi kprobes
` [PATCH 6/8] libbpf: Add bpf_program__attach_kprobe_opts "
` [PATCH 7/8] selftest/bpf: Add fprobe attach test
` [PATCH 8/8] selftest/bpf: Add fprobe test for bpf_cookie values

[PATCH bpf-next v4 0/2] perf: stop using deprecated bpf APIs
 2022-02-02 17:24 UTC  (5+ messages)
` [PATCH bpf-next v4 2/2] perf: stop using deprecated bpf_object__next() API

[PATCH bpf-next 0/3] libbpf: Fix accessing the first syscall argument on s390
 2022-02-02 17:23 UTC  (6+ messages)
` [PATCH bpf-next 1/3] s390/bpf: Add orig_gpr2 to user_pt_regs
` [PATCH bpf-next 2/3] selftests/bpf: Fix an endianness issue in bpf_syscall_macro test
` [PATCH bpf-next 3/3] libbpf: Fix accessing the first syscall argument on s390

[PATCH 1/3] perf/bpf: Remove prologue generation
 2022-02-02 17:21 UTC  (5+ messages)

[syzbot] KASAN: slab-out-of-bounds Write in bpf_prog_test_run_xdp
 2022-02-02 17:10 UTC  (4+ messages)

[syzbot] KASAN: vmalloc-out-of-bounds Write in ringbuf_map_alloc
 2022-02-02 14:55 UTC  (7+ messages)

can't get BTF: type .rodata.cst32: not found
 2022-02-02 13:47 UTC  (8+ messages)

[PATCH bpf-next v2] bpf: use VM_MAP instead of VM_ALLOC for ringbuf
 2022-02-02 12:26 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] New BPF helpers to accelerate synproxy
 2022-02-02 11:09 UTC  (7+ messages)
` [PATCH bpf-next v2 2/3] bpf: Add helpers to issue and check SYN cookies in XDP

[PATCH bpf-next 0/5] Allow CONFIG_DEBUG_INFO_DWARF5=y + CONFIG_DEBUG_INFO_BTF=y
 2022-02-02 10:30 UTC  (9+ messages)
` [PATCH bpf-next 1/5] MAINTAINERS: Add scripts/pahole-flags.sh to BPF section
` [PATCH bpf-next 2/5] kbuild: Add CONFIG_PAHOLE_VERSION
` [PATCH bpf-next 3/5] scripts/pahole-flags.sh: Use pahole-version.sh
` [PATCH bpf-next 4/5] lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION
` [PATCH bpf-next 5/5] lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+

[syzbot] WARNING: ODEBUG bug in __init_work (3)
 2022-02-02  9:30 UTC 

[syzbot] WARNING in bpf_prog_test_run_xdp
 2022-02-02  9:14 UTC 

[PATCH v7 00/10] fprobe: Introduce fprobe function entry/exit probe
 2022-02-02  9:03 UTC  (5+ messages)

Napływ Klientów ze strony
 2022-02-02  8:40 UTC 

[PATCH bpf-next] selftests/bpf: use getpagesize() to initialize ring buffer size
 2022-02-02  6:45 UTC  (6+ messages)

[PATCH bpf-next] bpf: use VM_MAP instead of VM_ALLOC for ringbuf
 2022-02-02  5:43 UTC  (4+ messages)

[PATCH bpf-next 0/5] Attach a cookie to a tracing program
 2022-02-02  1:24 UTC  (11+ messages)
` [PATCH bpf-next 4/5] bpf: Attach a cookie to a BPF program

[PATCH dwarves v4 0/4] Parallelize BTF type info generating of pahole
 2022-02-02  0:16 UTC  (7+ messages)
` [PATCH dwarves v4 3/4] pahole: Use per-thread btf instances to avoid mutex locking

[PATCH bpf-next v2 0/4] migrate from bpf_prog_test_run{,_xattr}
 2022-02-02  0:12 UTC  (14+ messages)
` [PATCH bpf-next v2 1/4] selftests: bpf: migrate from bpf_prog_test_run
` [PATCH bpf-next v2 2/4] selftests: bpf: migrate from bpf_prog_test_run_xattr
` [PATCH bpf-next v2 3/4] bpftool: "
` [PATCH bpf-next v2 4/4] libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_run

[PATCH bpf-next 0/7] bpf: drop libbpf from bpf preload
 2022-02-01 23:00 UTC  (16+ messages)
` [PATCH bpf-next 1/7] libbpf: Add support for bpf iter in light skeleton
` [PATCH bpf-next 2/7] libbpf: Open code low level bpf commands
` [PATCH bpf-next 3/7] libbpf: Open code raw_tp_open and link_create commands
` [PATCH bpf-next 4/7] bpf: Remove unnecessary setrlimit from bpf preload
` [PATCH bpf-next 5/7] bpf: Convert bpf preload to light skeleton
` [PATCH bpf-next 6/7] bpf: Open code obj_get_info_by_fd in bpf preload
` [PATCH bpf-next 7/7] bpf: Drop libbpf, libelf, libz dependency from "

[PATCH] tools: Ignore errors from `which' when searching a GCC toolchain
 2022-02-01 22:10 UTC  (3+ messages)

[PATCH bpf-next] RFC: bpf hashmap - improve iteration in the presence of concurrent delete operations
 2022-02-01 21:43 UTC  (2+ messages)

[PATCH] tools/resolve_btfids: Do not print any commands when building silently
 2022-02-01 21:25 UTC 

[PATCH v5 0/3] Fix the incorrect register read for syscalls on x86_64
 2022-02-01 21:01 UTC  (5+ messages)
` [PATCH v5 3/3] libbpf: Add a test to confirm PT_REGS_PARM4_SYSCALL

[PATCH RFC bpf-next v2 0/5] Extend cgroup interface with bpf
 2022-02-01 20:55 UTC  (6+ messages)
` [PATCH RFC bpf-next v2 1/5] bpf: Bpffs directory tag
` [PATCH RFC bpf-next v2 2/5] bpf: Introduce inherit list for dir tag
` [PATCH RFC bpf-next v2 3/5] bpf: cgroup_view iter
` [PATCH RFC bpf-next v2 4/5] bpf: Pin cgroup_view
` [PATCH RFC bpf-next v2 5/5] selftests/bpf: test for pinning for cgroup_view link

[bpf-next] bpf: Add CAP_NET_ADMIN for sk_lookup program type
 2022-02-01 20:25 UTC  (4+ messages)

[PATCH v3 bpf-next 0/3] libbpf: deprecate xdp_cpumap, xdp_devmap and classifier sec definitions
 2022-02-01 18:00 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/3] "
` [PATCH v3 bpf-next 2/3] selftests/bpf: update cpumap/devmap sec_name
` [PATCH v3 bpf-next 3/3] samples/bpf: "

[PATCH v8 bpf-next 0/9] bpf_prog_pack allocator
 2022-02-01  6:28 UTC  (10+ messages)
` [PATCH v8 bpf-next 1/9] x86/Kconfig: select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAP
` [PATCH v8 bpf-next 2/9] bpf: use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
` [PATCH v8 bpf-next 3/9] bpf: use size instead of pages in bpf_binary_header
` [PATCH v8 bpf-next 4/9] bpf: use prog->jited_len in bpf_prog_ksym_set_addr()
` [PATCH v8 bpf-next 5/9] x86/alternative: introduce text_poke_copy
` [PATCH v8 bpf-next 6/9] bpf: introduce bpf_arch_text_copy
` [PATCH v8 bpf-next 7/9] bpf: introduce bpf_prog_pack allocator
` [PATCH v8 bpf-next 8/9] bpf: introduce bpf_jit_binary_pack_[alloc|finalize|free]
` [PATCH v8 bpf-next 9/9] bpf, x86_64: use bpf_jit_binary_pack_alloc

[PATCH bpf v2 0/4] Bugfixes for syncookie BPF helpers
 2022-02-01 17:02 UTC  (9+ messages)
` [PATCH bpf v2 3/4] bpf: Use EOPNOTSUPP in bpf_tcp_check_syncookie
` [PATCH bpf v2 4/4] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie

[PATCH v2 bpf-next] libbpf: deprecate xdp_cpumap and xdp_devmap sec definitions
 2022-02-01 14:48 UTC  (4+ messages)

[PATCH net-next 0/9][pull request] 10GbE Intel Wired LAN Driver Updates 2022-01-31
 2022-02-01 13:20 UTC  (11+ messages)
` [PATCH net-next 1/9] i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
` [PATCH net-next 2/9] i40e: respect metadata "
` [PATCH net-next 3/9] ice: respect metadata in legacy-rx/ice_construct_skb()
` [PATCH net-next 4/9] ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
` [PATCH net-next 5/9] ice: respect metadata "
` [PATCH net-next 6/9] igc: don't reserve excessive XDP_PACKET_HEADROOM "
` [PATCH net-next 7/9] ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directly
` [PATCH net-next 8/9] ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
` [PATCH net-next 9/9] ixgbe: respect metadata "

[PATCH bpf-next] net: veth: account total xdp_frame len running ndo_xdp_xmit
 2022-02-01 10:46 UTC 

[PATCH v2 bpf-next] libbpf: deprecate btf_ext rec_size APIs
 2022-02-01  9:00 UTC  (2+ messages)

[PATCH v3 bpf-next 0/4] libbpf: name-based u[ret]probe attach
 2022-02-01  8:52 UTC  (2+ messages)

[PATCH net-next v5 0/5] Make hash rethink configurable
 2022-02-01  5:02 UTC  (2+ messages)

[PATCH v7 bpf-next 0/9] bpf_prog_pack allocator
 2022-02-01  1:34 UTC  (7+ messages)
` [PATCH v7 bpf-next 7/9] bpf: introduce "
` [PATCH v7 bpf-next 8/9] bpf: introduce bpf_jit_binary_pack_[alloc|finalize|free]

[PATCH bpf-next] libbpf: deprecate xdp_cpumap and xdp_devmap sec definitions
 2022-02-01  0:53 UTC  (5+ messages)

[PATCH net-next 0/4] Managed Neighbor Entries
 2022-01-31 21:17 UTC  (4+ messages)
` [PATCH net-next 4/4] net, neigh: Add NTF_MANAGED flag for managed neighbor entries

[PATCH bpf-next v2 0/2] Split bpf_sock dst_port field
 2022-01-31 20:53 UTC  (3+ messages)

[PATCH bpf-next] bpf: make bpf_copy_from_user_task() gpl only
 2022-01-31 20:53 UTC  (2+ messages)

event more eBPF instruction set documentation improvements
 2022-01-31 18:36 UTC  (6+ messages)
` [PATCH 1/5] bpf, docs: Document the byte swapping instructions
` [PATCH 2/5] bpf, docs: Better document the regular load and store instructions
` [PATCH 3/5] bpf, docs: Better document the legacy packet access instruction
` [PATCH 4/5] bpf, docs: Better document the extended instruction format
` [PATCH 5/5] bpf, docs: Better document the atomic instructions

BTF compatibility issue across builds
 2022-01-31 17:36 UTC  (2+ 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).