messages from 2021-10-26 18:27:10 to 2021-10-28 21:15:04 UTC [more...]
[PATCH v6 bpf-next 0/5] Implement bloom filter map
2021-10-28 21:14 UTC (12+ messages)
` [PATCH v6 bpf-next 1/5] bpf: Add bloom filter map implementation
` [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 v6 bpf-next 5/5] bpf/benchs: Add benchmarks for comparing hashmap lookups w/ vs. w/out bloom filter
[syzbot] KASAN: use-after-free Read in veth_xdp_rcv
2021-10-28 21:08 UTC (2+ messages)
[PATCH ebpf v2 0/2] Unprivileged BPF default
2021-10-28 19:38 UTC (7+ messages)
` [PATCH ebpf v2 2/2] bpf: Make unprivileged bpf depend on CONFIG_CPU_SPECTRE
` [PATCH v2 1/2] arch/Kconfig: Make CONFIG_CPU_SPECTRE available for all architectures
[RFC bpf-next 0/2] bpf: Fix BTF data for modules
2021-10-28 19:12 UTC (9+ messages)
selftests: seccomp_bpf failure on 5.15
2021-10-28 18:47 UTC (4+ messages)
[PATCH bpf-next 0/2] libbpf: Implement BTF Generator API
2021-10-28 18:45 UTC (5+ 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 bpf-next v5 0/8] Typeless/weak ksym for gen_loader + misc fixups
2021-10-28 18:10 UTC (13+ messages)
` [PATCH bpf-next v5 1/8] bpf: Add bpf_kallsyms_lookup_name helper
` [PATCH bpf-next v5 2/8] libbpf: Add typeless ksym support to gen_loader
` [PATCH bpf-next v5 3/8] libbpf: Add weak "
` [PATCH bpf-next v5 4/8] libbpf: Ensure that BPF syscall fds are never 0, 1, or 2
` [PATCH bpf-next v5 5/8] libbpf: Use O_CLOEXEC uniformly when opening fds
` [PATCH bpf-next v5 6/8] selftests/bpf: Add weak/typeless ksym test for light skeleton
` [PATCH bpf-next v5 7/8] selftests/bpf: Fix fd cleanup in sk_lookup test
` [PATCH bpf-next v5 8/8] selftests/bpf: Fix memory leak in test_ima
[PATCH v3 00/16] x86: Rewrite the retpoline rewrite logic
2021-10-28 17:43 UTC (19+ messages)
` [PATCH v3 01/16] objtool: Classify symbols
` [PATCH v3 02/16] objtool: Explicitly avoid self modifying code in .altinstr_replacement
` [PATCH v3 10/16] x86/alternative: Implement .retpoline_sites support
` [PATCH v3 11/16] x86/alternative: Handle Jcc __x86_indirect_thunk_\reg
[GIT PULL] Networking for 5.15-rc8
2021-10-28 17:25 UTC (2+ messages)
[PATCHv2 bpf-next] kbuild: Unify options for BTF generation for vmlinux and modules
2021-10-28 17:14 UTC (4+ messages)
libbpf - why find_program_by_title ?
2021-10-28 16:56 UTC (2+ messages)
[PATCH bpf-next] bpf: Allow bpf_d_path in perf_event_mmap
2021-10-28 16:43 UTC
[PATCH bpf-next v2 0/4] Various RISC-V BPF improvements
2021-10-28 16:10 UTC (5+ messages)
` [PATCH bpf-next v2 1/4] riscv, bpf: Increase the maximum number of iterations
` [PATCH bpf-next v2 2/4] tools build: Add RISC-V to HOSTARCH parsing
` [PATCH bpf-next v2 3/4] riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h
` [PATCH bpf-next v2 4/4] selftests/bpf: Fix broken riscv build
[PATCH bpf-next 0/4] Various RISC-V BPF improvements
2021-10-28 15:58 UTC (6+ messages)
` [PATCH bpf-next 1/4] riscv, bpf: Increase the maximum number of iterations
` [PATCH bpf-next 2/4] tools build: Add RISC-V to HOSTARCH parsing
` [PATCH bpf-next 3/4] riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h
` [PATCH bpf-next 4/4] selftests/bpf: Fix broken riscv build
[PATCH bpf] riscv, bpf: Fix potential NULL dereference
2021-10-28 15:40 UTC (3+ messages)
err: math between fp pointer and register with unbounded min value is not allowed
2021-10-28 14:56 UTC (2+ messages)
[PATCH bpf-next] libbpf: deprecate AF_XDP support
2021-10-28 13:56 UTC (3+ messages)
[PATCH 0/3] Fix various bash constructs in tests
2021-10-28 13:48 UTC (4+ messages)
` [PATCH 1/3] perf test: Remove bash construct from stat_bpf_counters.sh test
` [PATCH 2/3] perf tests: Remove bash construct from record+zstd_comp_decomp.sh
` [PATCH 3/3] perf tests: Remove bash constructs from stat_all_pmu.sh
[PATCH bpf-next v8] test_bpf: Add module parameter test_suite
2021-10-28 9:50 UTC (2+ messages)
[PATCH bpf-next v2 0/3] Support RENAME_EXCHANGE on bpffs
2021-10-28 9:49 UTC (5+ messages)
` [PATCH bpf-next v2 1/3] libfs: support RENAME_EXCHANGE in simple_rename()
[PATCH bpf-next v3 0/4] Support RENAME_EXCHANGE on bpffs
2021-10-28 9:47 UTC (5+ messages)
` [PATCH bpf-next v3 1/4] libfs: move shmem_exchange to simple_rename_exchange
` [PATCH bpf-next v3 2/4] libfs: support RENAME_EXCHANGE in simple_rename()
` [PATCH bpf-next v3 3/4] selftests: bpf: convert test_bpffs to ASSERT macros
` [PATCH bpf-next v3 4/4] selftests: bpf: test RENAME_EXCHANGE and RENAME_NOREPLACE on bpffs
[PATCH v16 bpf-next 00/20] mvneta: introduce XDP multi-buffer support
2021-10-28 9:26 UTC (4+ messages)
` [PATCH v16 bpf-next 19/20] net: xdp: introduce bpf_xdp_pointer utility routine
pull-request: bpf 2021-10-26
2021-10-28 9:17 UTC (5+ messages)
bpf_get_branch_snapshot on qemu-kvm
2021-10-28 3:09 UTC (15+ messages)
[PATCH net-next] xdp: Remove redundant warning
2021-10-28 2:00 UTC (3+ messages)
[PATCH v6 00/12] extend task comm from 16 to 24
2021-10-28 1:42 UTC (5+ messages)
` [PATCH v6 12/12] kernel/kthread: show a warning if kthread's comm is truncated
[PATCH bpf-next,v3] riscv, bpf: Add BPF exception tables
2021-10-28 1:01 UTC (8+ messages)
[PATCH ebpf] bpf: Disallow unprivileged bpf by default
2021-10-27 23:39 UTC (3+ 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 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/4] selftests/bpf: parallel mode improvement
2021-10-27 19:18 UTC (6+ messages)
` [PATCH bpf-next 2/4] selftests/bpf: print subtest status line
[PATCH v5 bpf-next 0/5] Implement bloom filter map
2021-10-27 19:16 UTC (15+ 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 bpf-next v3 0/6] core_reloc fixes for s390
2021-10-27 19:05 UTC (3+ messages)
` [PATCH bpf-next v3 2/6] libbpf: Use __BYTE_ORDER__
[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
[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)
[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 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 (12+ 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)
page: next (older) | prev (newer) | latest
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).