bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-26 01:08:56 to 2021-10-27 23:45:27 UTC [more...]

[PATCH v6 bpf-next 0/5] Implement bloom filter map
 2021-10-27 23:45 UTC  (4+ messages)
` [PATCH v6 bpf-next 2/5] libbpf: Add "map_extra" as a per-map-type extra flag
` [PATCH v6 bpf-next 3/5] selftests/bpf: Add bloom filter map test cases
` [PATCH v6 bpf-next 4/5] bpf/benchs: Add benchmark tests for bloom filter throughput + false positive

[PATCH ebpf] bpf: Disallow unprivileged bpf by default
 2021-10-27 23:39 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] Support RENAME_EXCHANGE on bpffs
 2021-10-27 23:21 UTC  (3+ messages)
` [PATCH bpf-next v2 1/3] libfs: support RENAME_EXCHANGE in simple_rename()

[PATCH bpf-next,v3] riscv, bpf: Add BPF exception tables
 2021-10-27 23:11 UTC  (6+ messages)

[PATCH dwarves 0/2] btf: support typedef DW_TAG_LLVM_annotation
 2021-10-27 23:08 UTC  (3+ messages)
` [PATCH dwarves 1/2] dwarf_loader: "
` [PATCH dwarves 2/2] btf_encoder: generate BTF_KIND_DECL_TAGs for typedef btf_decl_tag attributes

[PATCH v16 bpf-next 00/20] mvneta: introduce XDP multi-buffer support
 2021-10-27 22:53 UTC  (3+ messages)
` [PATCH v16 bpf-next 19/20] net: xdp: introduce bpf_xdp_pointer utility routine

pull-request: bpf 2021-10-26
 2021-10-27 22:13 UTC  (4+ messages)

[PATCH bpf-next 0/2] introduce bpf_find_vma
 2021-10-27 22:00 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: introduce helper bpf_find_vma
` [PATCH bpf-next 2/2] selftests/bpf: add tests for bpf_find_vma

[PATCH bpf-next 0/2] libbpf: Implement BTF Generator API
 2021-10-27 20:37 UTC  (3+ messages)
` [PATCH bpf-next 1/2] libbpf: Implement btf__save_to_file()
` [PATCH bpf-next 2/2] libbpf: Implement API for generating BTF for ebpf objects

[PATCH v6 00/12] extend task comm from 16 to 24
 2021-10-27 20:10 UTC  (39+ messages)
` [PATCH v6 01/12] fs/exec: make __set_task_comm always set a nul ternimated string
` [PATCH v6 02/12] fs/exec: make __get_task_comm always get a nul terminated string
` [PATCH v6 03/12] drivers/connector: make connector comm always nul ternimated
` [PATCH v6 04/12] drivers/infiniband: make setup_ctxt always get a nul terminated task comm
` [PATCH v6 05/12] elfcore: make prpsinfo "
` [PATCH v6 07/12] samples/bpf/offwaketime_kern: make sched_switch tracepoint args adopt to comm size change
` [PATCH v6 08/12] tools/bpf/bpftool/skeleton: make it adopt to task "
` [PATCH v6 10/12] tools/testing/selftests/bpf: "
` [PATCH v6 11/12] sched.h: extend task comm from 16 to 24
` [PATCH v6 12/12] kernel/kthread: show a warning if kthread's comm is truncated

[PATCH bpf-next 0/4] selftests/bpf: parallel mode improvement
 2021-10-27 19:18 UTC  (8+ messages)
` [PATCH bpf-next 2/4] selftests/bpf: print subtest status line
` [PATCH bpf-next 3/4] selftests/bpf: fix attach_probe in parallel mode

[PATCH v5 bpf-next 0/5] Implement bloom filter map
 2021-10-27 19:16 UTC  (16+ messages)
` [PATCH v5 bpf-next 1/5] bpf: Add bloom filter map implementation
` [PATCH v5 bpf-next 2/5] libbpf: Add "map_extra" as a per-map-type extra flag
` [PATCH v5 bpf-next 3/5] selftests/bpf: Add bloom filter map test cases
` [PATCH v5 bpf-next 4/5] bpf/benchs: Add benchmark tests for bloom filter throughput + false positive

[PATCH v3] user_events: Enable user processes to create and write to trace events
 2021-10-27 19:14 UTC  (2+ messages)

[PATCH v3 00/16] x86: Rewrite the retpoline rewrite logic
 2021-10-27 19:10 UTC  (26+ messages)
` [PATCH v3 01/16] objtool: Classify symbols
` [PATCH v3 02/16] objtool: Explicitly avoid self modifying code in .altinstr_replacement
` [PATCH v3 03/16] objtool: Shrink struct instruction
` [PATCH v3 04/16] objtool,x86: Replace alternatives with .retpoline_sites
` [PATCH v3 05/16] x86/retpoline: Remove unused replacement symbols
` [PATCH v3 06/16] x86/asm: Fix register order
` [PATCH v3 07/16] x86/asm: Fixup odd GEN-for-each-reg.h usage
` [PATCH v3 08/16] x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h
` [PATCH v3 09/16] x86/retpoline: Create a retpoline thunk array
` [PATCH v3 10/16] x86/alternative: Implement .retpoline_sites support
` [PATCH v3 11/16] x86/alternative: Handle Jcc __x86_indirect_thunk_\reg
` [PATCH v3 12/16] x86/alternative: Try inline spectre_v2=retpoline,amd
` [PATCH v3 13/16] x86/alternative: Add debug prints to apply_retpolines()
` [PATCH v3 14/16] x86,bugs: Unconditionally allow spectre_v2=retpoline,amd
` [PATCH v3 15/16] bpf, x86: Simplify computing label offsets
` [PATCH v3 16/16] bpf,x86: Respect X86_FEATURE_RETPOLINE*

[PATCH bpf-next v3 0/6] core_reloc fixes for s390
 2021-10-27 19:05 UTC  (8+ messages)
` [PATCH bpf-next v3 2/6] libbpf: Use __BYTE_ORDER__
` [PATCH bpf-next v3 3/6] selftests/bpf: "
` [PATCH bpf-next v3 4/6] samples: seccomp: use __BYTE_ORDER__
` [PATCH bpf-next v3 5/6] selftests/seccomp: Use __BYTE_ORDER__
` [PATCH bpf-next v3 6/6] selftests/bpf: Fix test_core_reloc_mods on big-endian machines

[RFC 0/9] uapi/bpf.h for robots
 2021-10-27 18:20 UTC  (5+ messages)
` [RFC 7/9] bpf: split get_id and fd_by_id in bpf_attr

[RFC bpf-next 0/2] bpf: Fix BTF data for modules
 2021-10-27 18:18 UTC  (12+ messages)
` [PATCH bpf-next 1/2] kbuild: Unify options for BTF generation for vmlinux and modules
` [PATCH bpf-next 2/2] bpf: Add support to detect and dedup instances of same structs

[PATCH V2 bpf-next 0/3] bpf: use 32bit safe version of u64_stats
 2021-10-27 18:17 UTC  (5+ messages)
` [PATCH V2 bpf-next 1/3] bpf: avoid races in __bpf_prog_run() for 32bit arches
` [PATCH V2 bpf-next 2/3] bpf: fixes possible race in update_prog_stats() "
` [PATCH V2 bpf-next 3/3] bpf: use u64_stats_t in struct bpf_prog_stats

[PATCH v2] libbpf: Deprecate bpf_objects_list
 2021-10-27 18:01 UTC  (2+ messages)

[PATCHv2 bpf-next] kbuild: Unify options for BTF generation for vmlinux and modules
 2021-10-27 14:57 UTC  (3+ messages)

[PATCH bpf-next v7] test_bpf: Add module parameter test_suite
 2021-10-27 14:17 UTC  (2+ messages)

[PATCH net] net: gro: flush the real oldest skb
 2021-10-27 13:59 UTC  (2+ messages)

[PATCH dwarves] btf: rename btf_tag to btf_decl_tag
 2021-10-27 12:05 UTC  (3+ messages)

[PATCH bpf-next 00/17] x86: Rewrite the retpoline rewrite logic
 2021-10-27  8:53 UTC  (18+ messages)
` [PATCH bpf-next 01/17] objtool: Handle __sanitize_cov*() tail calls
` [PATCH bpf-next 02/17] objtool: Classify symbols
` [PATCH bpf-next 03/17] objtool: Explicitly avoid self modifying code in .altinstr_replacement
` [PATCH bpf-next 04/17] objtool: Shrink struct instruction
` [PATCH bpf-next 05/17] objtool,x86: Replace alternatives with .retpoline_sites
` [PATCH bpf-next 06/17] x86/retpoline: Remove unused replacement symbols
` [PATCH bpf-next 07/17] x86/asm: Fix register order
` [PATCH bpf-next 08/17] x86/asm: Fixup odd GEN-for-each-reg.h usage
` [PATCH bpf-next 09/17] x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h
` [PATCH bpf-next 10/17] x86/retpoline: Create a retpoline thunk array
` [PATCH bpf-next 11/17] x86/alternative: Implement .retpoline_sites support
` [PATCH bpf-next 12/17] x86/alternative: Handle Jcc __x86_indirect_thunk_\reg
` [PATCH bpf-next 13/17] x86/alternative: Try inline spectre_v2=retpoline,amd
` [PATCH bpf-next 14/17] x86/alternative: Add debug prints to apply_retpolines()
` [PATCH bpf-next 15/17] x86,bugs: Unconditionally allow spectre_v2=retpoline,amd
` [PATCH bpf-next 16/17] bpf, x86: Simplify computing label offsets
` [PATCH bpf-next 17/17] bpf,x86: Respect X86_FEATURE_RETPOLINE*

[PATCH bpf-next 00/10] New BPF helpers to accelerate synproxy
 2021-10-27  8:34 UTC  (6+ messages)
` [PATCH bpf-next 09/10] bpf: Add a helper to issue timestamp cookies in XDP

[PATCH net-next] xdp: Remove redundant warning
 2021-10-27  6:20 UTC  (2+ messages)

[PATCH bpf 0/4] Fix some issues for selftest test_xdp_redirect_multi.sh
 2021-10-27  3:35 UTC  (5+ messages)
` [PATCH bpf 1/4] selftests/bpf/xdp_redirect_multi: put the logs to tmp folder
` [PATCH bpf 2/4] selftests/bpf/xdp_redirect_multi: use arping to accurate the arp number
` [PATCH bpf 3/4] selftests/bpf/xdp_redirect_multi: give tcpdump a chance to terminate cleanly
` [PATCH bpf 4/4] selftests/bpf/xdp_redirect_multi: limit the tests in netns

[PATCH bpf-next] bpf: bpf_log() clean-up for kernel log output
 2021-10-26 21:35 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpf: allow cgroup progs to export custom errnos to userspace
 2021-10-26 21:26 UTC  (7+ messages)
` [PATCH bpf-next 2/3] bpf: Add cgroup helper bpf_export_errno to get/set exported errno value

[PATCH bpf-next v2 0/3] bpf: Prevent writing read-only memory
 2021-10-26 21:24 UTC  (13+ messages)
` [PATCH bpf-next v2 2/3] bpf: Introduce ARG_PTR_TO_WRITABLE_MEM

[PATCH bpf 0/2] bpf: use 32bit safe version of u64_stats
 2021-10-26 20:49 UTC  (5+ messages)
` [PATCH bpf 1/2] bpf: avoid races in __bpf_prog_run() for 32bit arches
` [PATCH bpf 2/2] bpf: fixes possible race in update_prog_stats() "

[PATCHv2 0/8] x86/ftrace: Add direct batch interface
 2021-10-26 19:29 UTC  (4+ messages)
` [PATCH 8/8] ftrace/samples: Add multi direct interface test module

[PATCH] bpf: Move BPF_MAP_TYPE for INODE_STORAGE and TASK_STORAGE outside of CONFIG_NET
 2021-10-26 19:25 UTC  (3+ messages)

Missing events when intercepting execve and sched_wakeup_new
 2021-10-26 18:12 UTC 

Read large payload from struct mm_struct without ring buffer
 2021-10-26 18:01 UTC 

[PATCH] selftests/bpf: fix fclose/pclose mismatch
 2021-10-26 17:54 UTC  (3+ messages)

[PATCH bpf-next 1/3] libbpf: use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
 2021-10-26 17:03 UTC  (7+ messages)
` [PATCH bpf-next 2/3] bpftool: don't append / to the progtype

[PATCH 0/2] Two fixes for documentation-file-ref-check
 2021-10-26 15:42 UTC  (2+ messages)

[PATCH intel-next 0/2] ice: ethtool -L fixes
 2021-10-26 16:47 UTC  (4+ messages)
` Wrong date/time of messages (was: [Intel-wired-lan] [PATCH intel-next 0/2] ice: ethtool -L fixes)
` [PATCH intel-next 1/2] ice: fix vsi->txq_map sizing
` [PATCH intel-next 2/2] ice: avoid bpf_prog refcount underflow

libxsk move from libbpf to libxdp
 2021-10-26 14:57 UTC  (6+ messages)

[PATHC bpf v2] tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function
 2021-10-26 14:26 UTC  (2+ messages)

[PATCH bpf-next v6] test_bpf: Add module parameter test_suite
 2021-10-26 11:18 UTC  (2+ messages)

[PATCH bpf v3] bpf: fix potential race in tail call compatibility check
 2021-10-26 11:00 UTC 

[PATCH net-next 00/21] ethtool, stats: introduce and use standard XDP stats
 2021-10-26  9:23 UTC  (5+ messages)
` [PATCH net-next 03/21] ethtool, stats: introduce standard XDP statistics

[PATHC bpf v5 1/3] skmsg: lose offset info in sk_psock_skb_ingress
 2021-10-26  8:20 UTC  (4+ messages)
` [PATHC bpf v5 3/3] selftests, bpf: Add one test for sockmap with strparser

[PATCH bpf v2] bpf: fix potential race in tail call compatibility check
 2021-10-26  8:18 UTC  (4+ messages)

[PATCH bpf-next,v2] riscv, bpf: Add BPF exception tables
 2021-10-26  7:51 UTC  (3+ messages)

bpf_get_branch_snapshot on qemu-kvm
 2021-10-26  7:09 UTC  (14+ messages)

[PATCH bpf-next] selftests/bpf: guess function end for test_get_branch_snapshot
 2021-10-26  4:46 UTC  (2+ messages)

[bpf-next] bpf, verifier: Automated formal verification tool for finding bugs in eBPF verifier range analysis routines
 2021-10-26  4:02 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Skip all serial_test_get_branch_snapshot in vm
 2021-10-26  3:45 UTC  (2+ messages)

Question about duplicated types in BTF and btf__dedup()
 2021-10-26  3:36 UTC  (2+ messages)

[PATCH bpf-next 0/4] libbpf: add bpf_program__insns() accessor
 2021-10-26  1:38 UTC  (2+ messages)

[PATCH bpf-next 0/4] Parallelize verif_scale selftests
 2021-10-26  1:12 UTC  (3+ 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).