bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-23 12:05:16 to 2021-10-26 20:00:22 UTC [more...]

[PATCH v3 00/16] x86: Rewrite the retpoline rewrite logic
 2021-10-26 20:00 UTC  (20+ 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 v5 bpf-next 0/5] Implement bloom filter map
 2021-10-26 19:47 UTC  (6+ 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

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

[PATCH bpf-next v2 0/3] bpf: Prevent writing read-only memory
 2021-10-26 19:22 UTC  (13+ messages)
` [PATCH bpf-next 1/3] bpf: Prevent write to ksym memory
` [PATCH bpf-next v2 2/3] bpf: Introduce ARG_PTR_TO_WRITABLE_MEM
` [PATCH bpf-next v2 3/3] bpf/selftests: Test PTR_TO_RDONLY_MEM

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 0/4] selftests/bpf: parallel mode improvement
 2021-10-26 17:24 UTC  (8+ messages)
` [PATCH bpf-next 1/4] selfetests/bpf: Update vmtest.sh defaults
` [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 bpf-next 4/4] selftests/bpf: adding a namespace reset for tc_redirect

[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 v6 00/12] extend task comm from 16 to 24
 2021-10-26 16:09 UTC  (44+ 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 06/12] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change
` [PATCH v6 07/12] samples/bpf/offwaketime_kern: make sched_switch tracepoint args adopt to "
` [PATCH v6 08/12] tools/bpf/bpftool/skeleton: make it adopt to task "
` [PATCH v6 09/12] tools/perf/test: make perf test "
` [PATCH v6 10/12] tools/testing/selftests/bpf: make it "
` [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/3] bpf: allow cgroup progs to export custom errnos to userspace
 2021-10-26 15:44 UTC  (5+ messages)
` [PATCH bpf-next 2/3] bpf: Add cgroup helper bpf_export_errno to get/set exported errno value

[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] bpf: bpf_log() clean-up for kernel log output
 2021-10-26 13:38 UTC 

[PATCH bpf-next v7] test_bpf: Add module parameter test_suite
 2021-10-26 13:10 UTC 

[RFC bpf-next 0/2] bpf: Fix BTF data for modules
 2021-10-26 12:03 UTC  (8+ 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 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

[PATCH v3] user_events: Enable user processes to create and write to trace events
 2021-10-26  8:26 UTC 

[PATHC bpf v5 1/3] skmsg: lose offset info in sk_psock_skb_ingress
 2021-10-26  8:20 UTC  (5+ 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  (5+ 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)

[PATCH bpf-next v3 0/6] core_reloc fixes for s390
 2021-10-26  3:40 UTC  (8+ messages)
` [PATCH bpf-next v3 1/6] libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
` [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

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  (6+ messages)
` [PATCH bpf-next 1/4] libbpf: fix off-by-one bug in bpf_core_apply_relo()
` [PATCH bpf-next 2/4] libbpf: add ability to fetch bpf_program's underlying instructions
` [PATCH bpf-next 3/4] libbpf: deprecate multi-instance bpf_program APIs
` [PATCH bpf-next 4/4] libbpf: deprecate ambiguously-named bpf_program__size() API

[PATCH bpf-next 0/4] Parallelize verif_scale selftests
 2021-10-26  1:12 UTC  (8+ messages)
` [PATCH bpf-next 2/4] selftests/bpf: support multiple tests per file

[PATCH bpf-next v2 0/5] bpftool: Switch to libbpf's hashmap for referencing BPF objects
 2021-10-26  0:32 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)
` [PATCH bpf-next v2 2/5] bpftool: Do not expose and init hash maps for pinned path in main.c
` [PATCH bpf-next v2 3/5] bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
` [PATCH bpf-next v2 4/5] bpftool: Switch to libbpf's hashmap for programs/maps in BTF listing
` [PATCH bpf-next v2 5/5] bpftool: Switch to libbpf's hashmap for PIDs/names references

[PATCH dwarves] btf: rename btf_tag to btf_decl_tag
 2021-10-26  0:20 UTC  (2+ messages)

[PATCH] powerpc/bpf: fix write protecting JIT code
 2021-10-25 22:54 UTC  (3+ messages)

[PATCH bpf-next v2 0/5] core_reloc fixes for s390
 2021-10-25 22:44 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] libbpf: Use __BYTE_ORDER__
` [PATCH bpf-next v2 2/5] selftests/bpf: "
` [PATCH bpf-next v2 3/5] samples: seccomp: use __BYTE_ORDER__
` [PATCH bpf-next v2 4/5] selftests/seccomp: Use __BYTE_ORDER__
` [PATCH bpf-next v2 5/5] selftests/bpf: Fix test_core_reloc_mods on big-endian machines

[PATCH bpf-next] bpf: introduce bpf_map_get_xdp_prog utility routine
 2021-10-25 21:18 UTC 

Question regarding "BPF CO-RE reference guide" blog post
 2021-10-25 19:20 UTC  (2+ messages)

eBPF Documentation
 2021-10-25 12:59 UTC 

[PATCH v2 14/14] bpf,x86: Respect X86_FEATURE_RETPOLINE*
 2021-10-25 13:44 UTC  (11+ messages)

[PATCH v3] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-10-25 11:36 UTC 

[PATCH v2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-10-25  8:29 UTC 

[PATCH bpf-next v4 0/4] introduce dummy BPF STRUCT_OPS
 2021-10-25  6:40 UTC  (5+ messages)
` [PATCH bpf-next v4 1/4] bpf: factor out a helper to prepare trampoline for struct_ops prog
` [PATCH bpf-next v4 2/4] bpf: factor out helpers for ctx access checking
` [PATCH bpf-next v4 3/4] bpf: add dummy BPF STRUCT_OPS for test purpose
` [PATCH bpf-next v4 4/4] selftests/bpf: add test cases for struct_ops prog

[PATCH bpf-next v3 0/4] introduce dummy BPF STRUCT_OPS
 2021-10-24 10:32 UTC  (7+ messages)
` [PATCH bpf-next v3 2/4] bpf: factor out helpers to check ctx access for BTF function
` [PATCH bpf-next v3 3/4] bpf: add dummy BPF STRUCT_OPS for test purpose

[PATCH bpf-next 0/5] bpftool: Switch to libbpf's hashmap for referencing BPF objects
 2021-10-23 20:51 UTC  (7+ messages)
` [PATCH bpf-next 2/5] bpftool: Do not expose and init hash maps for pinned path in main.c
` [PATCH bpf-next 3/5] bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects

[PATCH bpf 0/4] bpf, sockmap: fixes stress testing and regression
 2021-10-23 13:05 UTC  (3+ messages)
` [PATCH bpf 4/4] bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg


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