BPF List
 help / color / mirror / Atom feed
 messages from 2024-03-29 07:09:09 to 2024-04-01 19:17:29 UTC [more...]

[PATCH net-next v13 00/15] Introducing P4TC (series 1)
 2024-04-01 19:17 UTC  (3+ messages)
` [PATCH net-next v13 14/15] p4tc: add set of P4TC table kfuncs

[PATCH bpf-next] rethook: Remove warning messages printed for finding return address of a frame
 2024-04-01 19:16 UTC 

[PATCH bpf-next v4] bpftool: Mount bpffs on provided dir instead of parent dir
 2024-04-01 19:04 UTC 

[PATCH RESEND bpf v2 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff
 2024-04-01 18:55 UTC  (3+ messages)
` [PATCH RESEND bpf v2 1/2] x86/bpf: Fix IP after emitting call depth accounting
` [PATCH RESEND bpf v2 2/2] x86/bpf: Fix IP for relocating "

[syzbot] [bpf?] KMSAN: uninit-value in trie_delete_elem
 2024-04-01 18:55 UTC  (3+ messages)

[PATCH bpf-next v3] selftests/bpf: Move test_dev_cgroup to prog_tests
 2024-04-01 18:53 UTC  (2+ messages)

[PATCH RESEND bpf 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff
 2024-04-01 18:38 UTC  (12+ messages)
` [PATCH RESEND bpf 1/2] x86/bpf: Fix IP after emitting call depth accounting
` [PATCH RESEND bpf 2/2] x86/bpf: Fix IP for relocating "

[ANNOUNCEMENT] libbpf v1.4.0 release
 2024-04-01 18:12 UTC  (2+ messages)

[PATCH bpf-next] bpftool: use __typeof__() instead of typeof() in BPF skeleton
 2024-04-01 17:59 UTC  (2+ messages)

general protection fault in security_inode_getattr
 2024-04-01 17:36 UTC  (2+ messages)

[PATCH bpf v2 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff
 2024-04-01 17:19 UTC  (3+ messages)
` [PATCH bpf v2 1/2] x86/bpf: Fix IP after emitting call depth accounting
` [PATCH bpf v2 2/2] x86/bpf: Fix IP for relocating "

[syzbot] [bpf?] WARNING in __mark_chain_precision (4)
 2024-04-01 16:51 UTC 

[PATCH bpf-next 0/4] Add internal-only BPF per-CPU instructions
 2024-04-01 16:28 UTC  (19+ messages)
` [PATCH bpf-next 1/4] bpf: add internal-only per-CPU LDX instructions
` [PATCH bpf-next 2/4] bpf: inline bpf_get_smp_processor_id() helper
` [PATCH bpf-next 3/4] bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY maps
` [PATCH bpf-next 4/4] bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH map

[PATCH] ftrace: make extra rcu_is_watching() validation check optional
 2024-04-01 16:09 UTC  (8+ messages)

[RFC bpf-next 00/13] bpf: support resilient split BTF
 2024-04-01 15:58 UTC  (14+ messages)
` [RFC bpf-next 01/13] libbpf: add support to btf__add_fwd() for ENUM64
` [RFC bpf-next 02/13] libbpf: add btf__new_split_base_ref() creating split BTF with reference base BTF
` [RFC bpf-next 04/13] libbpf: add btf__parse_opts() API for flexible BTF parsing
` [RFC bpf-next 06/13] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
` [RFC bpf-next 09/13] libbpf: split BTF reconciliation
` [RFC bpf-next 11/13] libbpf,bpf: share BTF reconcile-related code with kernel

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-04-01 15:59 UTC  (26+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "

[PATCH bpf-next] selftests/bpf: Skip test when perf_event_open returns EOPNOTSUPP
 2024-04-01 15:29 UTC  (2+ messages)

[RFC PATCH v4 00/36] Fuse-BPF and plans on merging with Fuse Passthrough
 2024-04-01 14:43 UTC  (4+ messages)

[PATCH bpf-next v2] selftests/bpf: Move test_dev_cgroup to prog_tests
 2024-04-01 11:52 UTC  (4+ messages)

[syzbot] [bpf?] [net?] general protection fault in dev_map_enqueue
 2024-04-01 11:00 UTC  (3+ messages)
` [PATCH] bpf: fix null ptr deref "

[PATCH v2 bpf-next] bpf: add a verbose message if map limit is reached
 2024-04-01 10:01 UTC 

[PATCH bpf-next 0/3] uprobe: uretprobe speed up
 2024-04-01  9:47 UTC  (11+ messages)
` [PATCH bpf-next 1/3] uprobe: Add uretprobe syscall to speed up return probe
` [PATCH bpf-next 2/3] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCH bpf-next 3/3] selftests/bpf: Add uretprobe syscall test for regs changes

[PATCH v1 bpf-next 3/9] bpf: expose how xlated insns map to jitted insns
 2024-04-01  9:47 UTC  (13+ messages)

[PATCH v4 0/4] perf/x86/amd: add LBR capture support outside of hardware events
 2024-04-01  9:29 UTC  (6+ messages)
` [PATCH v4 1/4] perf/x86/amd: ensure amd_pmu_core_disable_all() is always inlined
` [PATCH v4 2/4] perf/x86/amd: avoid taking branches before disabling LBR
` [PATCH v4 3/4] perf/x86/amd: support capturing LBR from software events
` [PATCH v4 4/4] perf/x86/amd: don't reject non-sampling events with configured LBR

[PATCH v2 0/2] libbpf: API to partially consume items from ringbuffer
 2024-04-01  7:19 UTC  (3+ messages)
` [PATCH 1/2] libbpf: ringbuf: allow to consume up to a certain amount of items
` [PATCH 2/2] libbpf: Add ring__consume_max / ring_buffer__consume_max

[PATCH bpf-next v3] bpftool: Mount bpffs on provided dir instead of parent dir
 2024-04-01  4:27 UTC  (3+ messages)

[PATCH net-next v5] virtio_net: Support RX hash XDP hint
 2024-04-01  3:38 UTC  (13+ messages)

[PATCH bpf-next 0/3] bpftool: Clean up indentation and formatting in docs
 2024-03-31 20:03 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpftool: Use simpler indentation in source rST for documentation
` [PATCH bpf-next 2/3] bpftool: Remove useless emphasis on command description in man pages
` [PATCH bpf-next 3/3] bpftool: Clean-up typos, punctuation, list formatting in docs

[PATCH bpf-next 0/5] Support local vmtest for riscv64
 2024-03-31 17:49 UTC  (14+ messages)
` [PATCH bpf-next 2/5] riscv, bpf: Relax restrictions on Zbb instructions

[PATCH net] mptcp: prevent BPF accessing lowat from a subflow socket
 2024-03-30  9:53 UTC  (4+ messages)

[PATCH bpf-next 0/2] Add 12-argument support for RV64 bpf trampoline
 2024-03-31  9:24 UTC  (6+ messages)
` [PATCH bpf-next 1/2] riscv, bpf: "
` [PATCH bpf-next 2/2] selftests/bpf: Add testcase where 7th argment is struct

[PATCH net] net: mana: Fix Rx DMA datasize and skb_over_panic
 2024-03-30  0:12 UTC  (4+ messages)

[PATCH v1 bpf-next 0/8] selftests/bpf: Add sockaddr tests for kernel networking
 2024-03-29 22:09 UTC  (11+ messages)
` [PATCH v1 bpf-next 1/8] selftests/bpf: Introduce sock_addr_testmod
` [PATCH v1 bpf-next 2/8] selftests/bpf: Add module load helpers
` [PATCH v1 bpf-next 3/8] selftests/bpf: Factor out cmp_addr
` [PATCH v1 bpf-next 4/8] selftests/bpf: Add recv_msg_from_client to network helpers
` [PATCH v1 bpf-next 5/8] selftests/bpf: Factor out load_path and defines from test_sock_addr
` [PATCH v1 bpf-next 6/8] selftests/bpf: Add setup/cleanup subcommands
` [PATCH v1 bpf-next 7/8] selftests/bpf: Add sock_addr_kern prog_test
` [PATCH v1 bpf-next 8/8] selftests/bpf: Fix bind program for big endian systems

[PATCH net] bpf, skmsg: fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
 2024-03-31  9:44 UTC  (2+ messages)

[syzbot] [bpf?] possible deadlock in kvfree_call_rcu
 2024-03-31  6:54 UTC  (4+ messages)

[PATCH v3 1/2] perf/x86/amd: support capturing LBR from software events
 2024-03-31  4:10 UTC  (4+ messages)
` [PATCH v3 2/2] perf/x86/amd: don't reject sampling events with configured LBR

[PATCH bpf-next v5 0/2] bpf: Add a generic bits iterator
 2024-03-31  3:41 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] bpf: Add "
` [PATCH bpf-next v5 2/2] selftests/bpf: Add selftest for bits iter

[PATCH net-next v5 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-03-30 18:28 UTC  (4+ messages)
` [PATCH net-next v5 1/3] net: ethernet: ti: Add accessors for struct k3_cppi_desc_pool members

[PATCH bpf-next] Fix latent unsoundness in and/or/xor value tracking
 2024-03-30 16:35 UTC  (6+ messages)

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-03-30  5:26 UTC  (10+ messages)

[PATCH v2 bpf-next] selftests/bpf: make multi-uprobe tests work in RELEASE=1 mode
 2024-03-30  0:20 UTC  (2+ messages)

[RFC PATCH bpf-next 0/3] bpf: freeze a task cgroup from bpf
 2024-03-29 23:04 UTC  (11+ messages)

[syzbot] [bpf?] [net?] possible deadlock in ahci_single_level_irq_intr
 2024-03-29 22:27 UTC  (5+ messages)

[PATCH v3] selftests/mm: Fix ARM related issue with fork after pthread_create
 2024-03-29 19:54 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf, x64: Fix tailcall hierarchy
 2024-03-29 18:49 UTC  (9+ messages)
` [PATCH bpf-next v2 1/2] "

[PATCH bpf-next] selftests/bpf: make multi-uprobe tests work in RELEASE=1 mode
 2024-03-29 18:30 UTC  (3+ messages)

[PATCH 0/3] kbuild: Avoid weak external linkage where possible
 2024-03-29 18:24 UTC  (5+ messages)
` [PATCH 1/3] kallsyms: Avoid weak references for kallsyms symbols
` [PATCH 2/3] vmlinux: Avoid weak reference to notes section
` [PATCH 3/3] btf: Avoid weak external references

[PATCH bpf-next] bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie
 2024-03-29 18:20 UTC  (2+ messages)

[syzbot] [bpf?] KMSAN: uninit-value in __bpf_strtoull
 2024-03-29 18:03 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Handle EAGAIN in bpf_tcp_ca
 2024-03-29 17:27 UTC  (4+ messages)

mptcp splat
 2024-03-29 16:34 UTC  (9+ messages)

[PATCH v2 bpf-next] bpf: fix possible file descriptor leaks in verifier
 2024-03-29 16:30 UTC  (4+ messages)

[PATCH v2] perf/x86/amd: support capturing LBR from software events
 2024-03-29 16:27 UTC  (4+ messages)

[PATCH bpf-next] bpf: add a verbose message if map limit is reached
 2024-03-29 16:18 UTC  (3+ messages)

[syzbot] [bpf?] [net?] possible deadlock in rcu_report_exp_cpu_mult
 2024-03-29 15:52 UTC  (6+ messages)
` [PATCH] bpf, sockmap: fix "

[PATCH] bpf: fix typo in uapi doc comments
 2024-03-29 15:28 UTC 

[syzbot] [bpf?] [net?] possible deadlock in tick_setup_sched_timer
 2024-03-29 13:06 UTC 

[PATCH bpf 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff
 2024-03-29  9:25 UTC  (3+ messages)
` [PATCH bpf 1/2] x86/bpf: Fix IP after emitting call depth accounting
` [PATCH bpf 2/2] x86/bpf: Fix IP for relocating "

[PATCH bpf-next] perf, amd: support capturing LBR from software events
 2024-03-29  7:45 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox