bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-14 06:24:23 to 2021-07-19 14:16:21 UTC [more...]

[PATCH v6 bpf-next 0/3] libbpf: BTF dumper support for typed data
 2021-07-19 14:15 UTC  (10+ messages)
` [PATCH v6 bpf-next 1/3] "
` [PATCH v6 bpf-next 2/3] selftests/bpf: add ASSERT_STRNEQ() variant for test_progs
` [PATCH v6 bpf-next 3/3] selftests/bpf: add dump type data tests to btf dump tests

Ask for help about bpf map
 2021-07-19 12:38 UTC  (10+ messages)

[RFT] Testing 1.22
 2021-07-19 12:10 UTC  (13+ messages)

[PATCH bpf] bpf: fix OOB read when printing XDP link fdinfo
 2021-07-19  8:48 UTC  (5+ messages)

[PATCH bpf v2 0/1] bpf: fix OOB read when printing XDP link fdinfo
 2021-07-19  8:51 UTC  (2+ messages)
` [PATCH bpf v2 1/1] "

bpf selftest tc_bpf failed with latest bpf-next
 2021-07-19  4:11 UTC  (2+ messages)

[PATCH v2 bpf-next][RFC] libbpf: introduce legacy kprobe events support
 2021-07-19  1:59 UTC  (4+ messages)
` [PATCH bpf-next v3] "

[PATCH] libbpf: Remove from kernel tree
 2021-07-18 21:55 UTC  (5+ messages)

[PATCHv4 bpf-next 0/8] bpf, x86: Add bpf_get_func_ip helper
 2021-07-18 21:30 UTC  (16+ messages)
` [PATCHv4 bpf-next 1/8] bpf, x86: Store caller's ip in trampoline stack
` [PATCHv4 bpf-next 2/8] bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip
` [PATCHv4 bpf-next 3/8] bpf: Add bpf_get_func_ip helper for tracing programs
` [PATCHv4 bpf-next 4/8] bpf: Add bpf_get_func_ip helper for kprobe programs
` [PATCHv4 bpf-next 5/8] selftests/bpf: Add test for bpf_get_func_ip helper
` [PATCHv4 bpf-next 6/8] libbpf: Add bpf_program__attach_kprobe_opts function
` [PATCHv4 bpf-next 7/8] libbpf: Allow specification of "kprobe/function+offset"
` [PATCHv4 bpf-next 8/8] selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probe

[PATCH] RCU: Fix macro name CONFIG_TASKS_RCU_TRACE
 2021-07-18 21:08 UTC  (4+ messages)

[PATCH bpf-next v5 00/11] sockmap: add sockmap support for unix datagram socket
 2021-07-18 17:49 UTC  (5+ messages)
` [PATCH bpf-next v5 07/11] af_unix: implement unix_dgram_bpf_recvmsg()

[PATCH bpf-next] bpf: Expose bpf_d_path helper to vfs_read/vfs_write
 2021-07-18 11:17 UTC  (6+ messages)

[syzbot] BUG: stack guard page was hit in rtnl_newlink
 2021-07-17 13:42 UTC 

[PATCH bpf-next v4 0/3] Add btf_custom_path in bpf_obj_open_opts
 2021-07-17  1:39 UTC  (9+ messages)
` [PATCH bpf-next v4 1/3] libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'
` [PATCH bpf-next v4 3/3] selftests/bpf: Switches existing selftests to using open_opts for custom BTF

[PATCH v2 bpf-next 0/3] libbpf: BTF typed dump cleanups
 2021-07-17  0:38 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: clarify/fix unaligned data issues for btf typed dump
` [PATCH v2 bpf-next 2/3] libbpf: fix compilation errors on ppc64le for btf dump typed data
` [PATCH v2 bpf-next 3/3] libbpf: btf typed dump does not need to allocate dump data

[PATCH bpf-next] libbpf: clarify/fix unaligned data issues for btf typed dump
 2021-07-16 22:05 UTC  (2+ messages)

How to limit TCP packet lengths given to TC egress EBPF programs?
 2021-07-16 20:48 UTC  (3+ messages)

[PATCH v2 bpf-nxt] Documentation/bpf: Add heading and example for extensions in filter.rst
 2021-07-16 20:12 UTC  (4+ messages)

[PATCH v2 bpf-next] bpf: add ambient BPF runtime context stored in current
 2021-07-16 19:27 UTC  (2+ messages)

[PATCH bpf 0/2] libbpf: fix inner map removal in bpf_object__create_map
 2021-07-16 18:24 UTC  (14+ messages)
` [PATCH bpf 1/2] libbpf: fix removal of inner map "
` [PATCH bpf 2/2] selftests/bpf: check inner map deletion

[PATCH v3] mm/page_alloc: Require pahole v1.22 to cope with zero-sized struct pagesets
 2021-07-16  8:07 UTC  (7+ messages)

[PATCH 4/4] Revert "mm/page_alloc: make should_fail_alloc_page() static"
 2021-07-16  6:04 UTC  (3+ messages)

[PATCH bpf-next 0/6] libbpf: rename btf__get_from_id() and btf__load() APIs, support split BTF
 2021-07-16  4:44 UTC  (12+ messages)
` [PATCH bpf-next 1/6] libbpf: rename btf__load() as btf__load_into_kernel()
` [PATCH bpf-next 2/6] libbpf: rename btf__get_from_id() as btf__load_from_kernel_by_id()
` [PATCH bpf-next 3/6] tools: replace btf__get_from_id() with btf__load_from_kernel_by_id()
` [PATCH bpf-next 4/6] libbpf: explicitly mark btf__load() and btf__get_from_id() as deprecated
` [PATCH bpf-next 5/6] libbpf: add split BTF support for btf__load_from_kernel_by_id()
` [PATCH bpf-next 6/6] tools: bpftool: support dumping split BTF by id

[PATCH bpf-next 0/2] Add xdp_update_skb_shared_info utility routine
 2021-07-16  3:05 UTC  (7+ messages)
` [PATCH bpf-next 2/2] net: xdp: add "

pull-request: bpf-next 2021-07-15
 2021-07-16  2:21 UTC 

[PATCH bpf-next 1/2] tools/lib/bpf: bpf_program__insns allow to retrieve insns in libbpf
 2021-07-16  1:51 UTC  (9+ messages)
` [PATCH bpf-next 2/2] tools/bpf/bpftool: xlated dump from ELF file directly

R1 invalid mem access 'inv'
 2021-07-16  1:33 UTC  (11+ messages)

Appending the INT meta data and header in end host
 2021-07-16  0:28 UTC 

pull-request: bpf 2021-07-15
 2021-07-15 21:06 UTC 

[PATCH v7 bpf-next 00/11] bpf: Introduce BPF timers
 2021-07-15 20:40 UTC  (13+ messages)
` [PATCH v7 bpf-next 01/11] bpf: Prepare bpf_prog_put() to be called from irq context
` [PATCH v7 bpf-next 02/11] bpf: Factor out bpf_spin_lock into helpers
` [PATCH v7 bpf-next 03/11] bpf: Introduce bpf timers
` [PATCH v7 bpf-next 04/11] bpf: Add map side support for "
` [PATCH v7 bpf-next 05/11] bpf: Prevent pointer mismatch in bpf_timer_init
` [PATCH v7 bpf-next 06/11] bpf: Remember BTF of inner maps
` [PATCH v7 bpf-next 07/11] bpf: Relax verifier recursion check
` [PATCH v7 bpf-next 08/11] bpf: Implement verifier support for validation of async callbacks
` [PATCH v7 bpf-next 09/11] bpf: Teach stack depth check about "
` [PATCH v7 bpf-next 10/11] selftests/bpf: Add bpf_timer test
` [PATCH v7 bpf-next 11/11] selftests/bpf: Add a test with bpf_timer in inner map

[PATCH bpf-next] selftests/bpf: remove unused variable in tc_tunnel prog
 2021-07-15 20:00 UTC  (2+ messages)

A look into XDP hints for AF_XDP
 2021-07-15 19:34 UTC  (5+ messages)

[PATCH bpf-next] bpftool: Check malloc return value in mount_bpffs_for_pin
 2021-07-15 18:10 UTC  (4+ messages)

[PATCH bpf v4 0/2] bpf, sockmap: fix potential memory leak
 2021-07-15 18:00 UTC  (2+ messages)

[PATCH bpf v2] bpf, sockmap, udp: sk_prot needs inuse_idx set for proc stats
 2021-07-15 18:00 UTC  (3+ messages)

[PATCH] s390/bpf: perform r1 range checking before accessing jit->seen_reg[r1]
 2021-07-15 17:50 UTC  (3+ messages)

Can't build 5.13 selftests against clang-12 nor clang-13
 2021-07-15 16:21 UTC  (2+ messages)

[PATCH v2 0/6] Add TDX Guest Support (Attestation support)
 2021-07-15 15:19 UTC  (4+ messages)
` [PATCH v2 6/6] tools/tdx: Add a sample attestation user app

Range checking on r1 in function reg_set_seen in arch/s390/net/bpf_jit_comp.c
 2021-07-15 12:40 UTC  (3+ messages)

[PATCH bpf] libbpf: fix race when pinning maps in parallel
 2021-07-15 10:17 UTC  (5+ messages)

Verifier bug on MIPS32/Kernel 5.13.1, test_verifier "access skb fields ok"
 2021-07-15  6:12 UTC 

Signing of BPF programs as root delegation
 2021-07-15  4:44 UTC  (2+ messages)

modified BPF backend, a request for consideration
 2021-07-15  4:08 UTC 

[PATCH rfc v5 0/4] add frag page support in page pool
 2021-07-15  3:49 UTC  (9+ messages)
` [PATCH rfc v5 1/4] page_pool: keep pp info as long as page pool owns the page
` [PATCH rfc v5 2/4] page_pool: add interface to manipulate frag count in page pool
` [PATCH rfc v5 3/4] page_pool: add frag page recycling support "
` [PATCH rfc v5 4/4] net: hns3: support skb's frag page recycling based on "

[PATCH net] i40e: introduce pseudo number of cpus for compatibility
 2021-07-15  2:33 UTC  (4+ messages)

[bpf-next, v2] bpf: verifier: Fix potential memleak and UAF in bpf verifier
 2021-07-15  1:34 UTC  (3+ messages)

[PATCH v2 bpf-next 0/8] bpf: Allow bpf tcp iter to do bpf_(get|set)sockopt
 2021-07-15  1:29 UTC  (2+ messages)

[PATCH] bpf: Fix a typo of reuseport map in bpf.h
 2021-07-15  1:13 UTC  (5+ messages)

[PATCH v6 bpf-next 00/11] bpf: Introduce BPF timers
 2021-07-15  0:43 UTC  (5+ messages)
` [PATCH v6 bpf-next 03/11] bpf: Introduce bpf timers

[PATCH bpf] bpf, sockmap, udp: sk_prot needs inuse_idx set for proc stats
 2021-07-14 15:56 UTC  (3+ messages)

[PATCH] perf trace: Update cmd string table to decode sys_bpf first arg
 2021-07-14 12:41 UTC  (2+ messages)

[syzbot] WARNING in vmap_pages_range_noflush
 2021-07-14 12:07 UTC 

[PATCH rfc v4 0/4] add frag page support in page pool
 2021-07-14  6:24 UTC  (4+ messages)
` [PATCH rfc v4 2/4] page_pool: add interface to manipulate bias "


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