bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-20 03:38:07 to 2021-07-26 08:18:33 UTC [more...]

[RFC PATCH 00/14] bpf/tests: Extend the eBPF test suite
 2021-07-26  8:17 UTC 

[PATCH bpf-next 0/2] expand bpf_d_path helper allowlist
 2021-07-26  7:16 UTC  (10+ messages)
` [PATCH bpf-next 1/2] tools/resolve_btfids: emit warnings and patch zero id for missing symbols
` [PATCH bpf-next 2/2] bpf: expose bpf_d_path helper to vfs_* and security_* functions

[syzbot] WARNING: suspicious RCU usage in bpf_get_current_cgroup_id
 2021-07-26  6:46 UTC  (2+ messages)

Prog section rejected: Argument list too long (7)!
 2021-07-26  3:49 UTC  (8+ messages)

[PATCH net] i40e: introduce pseudo number of cpus for compatibility
 2021-07-26  2:41 UTC  (5+ messages)

[bpf-next 1/2] samples: bpf: Fix tracex7 error raised on the missing argument
 2021-07-26  2:34 UTC  (4+ messages)
` [bpf-next 2/2] samples: bpf: Add the omitted xdp samples to .gitignore

[PATCH bpf-next v2] bpf: increase supported cgroup storage value size
 2021-07-26  0:37 UTC  (2+ messages)

[PATCH net] net: qede: Fix end of loop tests for list_for_each_entry
 2021-07-25 22:10 UTC  (2+ messages)

[PATCH bpf-next 00/14] BPF perf link and user-provided context value
 2021-07-25 21:01 UTC  (19+ messages)
` [PATCH bpf-next 01/14] bpf: refactor BPF_PROG_RUN into a function
` [PATCH bpf-next 02/14] bpf: refactor BPF_PROG_RUN_ARRAY family of macros into functions
` [PATCH bpf-next 03/14] bpf: refactor perf_event_set_bpf_prog() to use struct bpf_prog input
` [PATCH bpf-next 04/14] bpf: implement minimal BPF perf link
` [PATCH bpf-next 05/14] bpf: allow to specify user-provided context value for BPF perf links
` [PATCH bpf-next 06/14] bpf: add bpf_get_user_ctx() BPF helper to access user_ctx value
` [PATCH bpf-next 07/14] libbpf: re-build libbpf.so when libbpf.map changes
` [PATCH bpf-next 08/14] libbpf: remove unused bpf_link's destroy operation, but add dealloc
` [PATCH bpf-next 09/14] libbpf: use BPF perf link when supported by kernel
` [PATCH bpf-next 10/14] libbpf: add user_ctx support to bpf_link_create() API
` [PATCH bpf-next 11/14] libbpf: add user_ctx to perf_event, kprobe, uprobe, and tp attach APIs
` [PATCH bpf-next 12/14] selftests/bpf: test low-level perf BPF link API
` [PATCH bpf-next 13/14] selftests/bpf: extract uprobe-related helpers into trace_helpers.{c,h}
` [PATCH bpf-next 14/14] selftests/bpf: add user_ctx selftests for high-level APIs

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

[PATCH bpf-next] libbpf: add libbpf_load_vmlinux_btf/libbpf_load_module_btf APIs
 2021-07-24  5:12 UTC 

[PATCH] bpf/tests: do not PASS tests without actually testing the result
 2021-07-24  0:30 UTC  (3+ messages)

[PATCH bpf-next 0/4] libbpf: Move CO-RE logic into separate file
 2021-07-24  0:23 UTC  (7+ messages)
` [PATCH bpf-next 1/4] libbpf: Cleanup the layering between CORE and bpf_program
` [PATCH bpf-next 2/4] libbpf: Split bpf_core_apply_relo() into bpf_program indepdent helper
` [PATCH bpf-next 3/4] libbpf: Move CO-RE types into relo_core.h
` [PATCH bpf-next 4/4] libbpf: Split CO-RE logic into relo_core.c

[PATCH bpf-next] selftests/bpf: Document vmtest dependencies
 2021-07-24  0:11 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: Remove deprecated bpf_object__find_map_by_offset
 2021-07-24  0:02 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: Add bpf_map__pin_path function
 2021-07-24  0:00 UTC  (3+ messages)

[PATCH bpf-next] bpf: increase supported cgroup storage value size
 2021-07-23 23:23 UTC  (3+ messages)

[PATCH bpf-next v2 0/8] Improve XDP samples usability and output
 2021-07-23 21:32 UTC  (13+ messages)
` [PATCH bpf-next v2 1/8] samples: bpf: fix a couple of warnings
` [PATCH bpf-next v2 2/8] samples: bpf: Add common infrastructure for XDP samples
` [PATCH bpf-next v2 3/8] samples: bpf: Add BPF support for XDP samples helper
` [PATCH bpf-next v2 4/8] samples: bpf: Convert xdp_monitor to use "
` [PATCH bpf-next v2 5/8] samples: bpf: Convert xdp_redirect "
` [PATCH bpf-next v2 6/8] samples: bpf: Convert xdp_redirect_map to use XDP samples helpers
` [PATCH bpf-next v2 7/8] samples: bpf: Convert xdp_redirect_map_multi "
` [PATCH bpf-next v2 8/8] samples: bpf: Convert xdp_redirect_cpu "

[PATCH bpf-next] libbpf: Add bpf_map__pin_path function
 2021-07-23 21:15 UTC 

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

[PATCH] tcp: use rto_min value from socket in retransmits timeout
 2021-07-23 14:41 UTC  (2+ messages)

[PATCH AUTOSEL 5.13 09/19] sfc: ensure correct number of XDP queues
 2021-07-23 10:18 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Remove deprecated bpf_object__find_map_by_offset
 2021-07-23  7:49 UTC  (3+ messages)

[PATCH bpf-next 0/3] libbpf: Export bpf_program__attach_kprobe_opts function
 2021-07-23  3:06 UTC  (7+ messages)
` [PATCH bpf-next 1/3] libbpf: Fix func leak in attach_kprobe
` [PATCH bpf-next 2/3] libbpf: Allow decimal offset for kprobes
` [PATCH bpf-next 3/3] libbpf: Export bpf_program__attach_kprobe_opts function

Ask for help about bpf map
 2021-07-23  2:07 UTC  (12+ messages)

[PATCH bpf-next v2] bpf: expose bpf_d_path helper to vfs_* and security_* functions
 2021-07-23  0:14 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: add multidimensional array BTF-based data dump test
 2021-07-23  0:06 UTC  (2+ messages)

[PATCH] bpf: remove redundant intiialization of variable stype
 2021-07-22 23:50 UTC  (2+ messages)

[PATCH v2 bpf-next 1/8] tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos
 2021-07-22 22:06 UTC  (5+ messages)

[PATCH v2 bpf-next 0/8] bpf: Allow bpf tcp iter to do bpf_(get|set)sockopt
 2021-07-22 21:01 UTC  (7+ messages)

[PATCH bpf] libbpf: fix race when pinning maps in parallel
 2021-07-22 13:56 UTC  (5+ messages)

[PATCH v28 02/25] LSM: Add the lsmblob data structure
 2021-07-22  0:47 UTC 

[PATCH net-next] bpf: fix pointer cast warning
 2021-07-21 21:45 UTC  (2+ messages)

[PATCH bpf 0/3] sockmap fixes picked up by stress tests
 2021-07-21 18:02 UTC  (11+ messages)
` [PATCH bpf 1/3] bpf, sockmap: zap ingress queues after stopping strparser
` [PATCH bpf 2/3] bpf, sockmap: on cleanup we additionally need to remove cached skb
` [PATCH bpf 3/3] bpf, sockmap: fix memleak on ingress msg enqueue

[PATCH bpf-next 0/6] libbpf: rename btf__get_from_id() and btf__load() APIs, support split BTF
 2021-07-21 15:36 UTC  (4+ messages)
` [PATCH bpf-next 1/6] libbpf: rename btf__load() as btf__load_into_kernel()

[PATCH] drm/amdgpu/acp: Make PM domain really work
 2021-07-21 14:35 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Mute expected invalid map creation error msg
 2021-07-21 14:09 UTC 

[PATCH] bpf/tests: fix copy-and-paste error in double word test
 2021-07-21 10:40 UTC 

[PATCH -tip v2 0/6] kprobes: treewide: Clean up kprobe code
 2021-07-21  8:42 UTC  (2+ messages)

[RFC PATCH 0/2] mips: bpf: An eBPF JIT implementation for 32-bit MIPS
 2021-07-20 23:10 UTC  (3+ messages)
` [RFC PATCH 1/2] mips: bpf: add eBPF JIT "
` [RFC PATCH 2/2] mips: bpf: enable 32-bit eBPF JIT

[PATCH v3 0/6] Add TDX Guest Support (Attestation support)
 2021-07-20 21:22 UTC  (12+ messages)
` [PATCH v3 1/6] x86/tdx: Add TDREPORT TDX Module call support
` [PATCH v3 2/6] x86/tdx: Add GetQuote TDX hypercall support
` [PATCH v3 3/6] x86/tdx: Add SetupEventNotifyInterrupt "
` [PATCH v3 4/6] x86/tdx: Add TDX Guest event notify interrupt vector support
` [PATCH v3 5/6] platform/x86: intel_tdx_attest: Add TDX Guest attestation interface driver
` [PATCH v3 6/6] tools/tdx: Add a sample attestation user app

[PATCH v6 bpf-next 00/21] bpf: syscall program, FD array, loader program, light skeleton
 2021-07-20 21:10 UTC  (5+ messages)
` [PATCH v6 bpf-next 14/21] libbpf: Generate loader program out of BPF ELF file

[PATCH v2 bpf-next 0/3] libbpf: btf typed data dumping fixes (__int128 usage, error propagation)
 2021-07-20 21:00 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: avoid use of __int128 in typed dump display
` [PATCH v2 bpf-next 2/3] selftests/bpf: add __int128-specific tests for typed data dump
` [PATCH v2 bpf-next 3/3] libbpf: propagate errors when retrieving enum value for typed data display

[PATCH bpf-next 0/3] libbpf: btf typed data dumping fixes (__int128 usage, error propagation)
 2021-07-20 20:51 UTC  (5+ messages)
` [PATCH bpf-next 1/3] libbpf: avoid use of __int128 in typed dump display

[PATCH bpf-next] selftests, bpf: test_tc_tunnel.sh nc: cannot use -p and -l
 2021-07-20 20:50 UTC  (4+ messages)

[PATCH bpf-next] bpf, selftests: fix test_maps now that sockmap supports UDP
 2021-07-20 20:30 UTC  (2+ messages)

[PATCH v2 bpf 0/2] libbpf: fix inner map removal in bpf_object__create_map
 2021-07-20 20:24 UTC  (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: check inner map deletion

[RFC PATCH bpf-next v1 00/14] MIPS: eBPF: refactor code, add MIPS32 JIT
 2021-07-20 17:47 UTC  (3+ messages)

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


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