messages from 2024-03-29 01:54:13 to 2024-03-31 19:32:06 UTC [more...]
[PATCH bpf-next 0/3] uprobe: uretprobe speed up
2024-03-31 19:32 UTC (9+ 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 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 v2 0/9] bpf: make tracing program support multi-link
2024-03-31 2:34 UTC (24+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
` [External] "
[PATCH RESEND bpf 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff
2024-03-30 9:01 UTC (10+ 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 "
[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?] [net?] general protection fault in dev_map_enqueue
2024-03-31 9:08 UTC (2+ messages)
` [PATCH] bpf: fix null ptr deref "
[syzbot] [bpf?] possible deadlock in kvfree_call_rcu
2024-03-31 6:54 UTC (4+ messages)
[PATCH v4 0/4] perf/x86/amd: add LBR capture support outside of hardware events
2024-03-31 4:18 UTC (5+ 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 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 bpf-next 0/4] Add internal-only BPF per-CPU instructions
2024-03-30 20:49 UTC (18+ 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 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 (8+ messages)
` "
[PATCH] uprobes: reduce contention on uprobes_tree access
2024-03-30 5:26 UTC (10+ messages)
[RFC PATCH v4 00/36] Fuse-BPF and plans on merging with Fuse Passthrough
2024-03-30 0:59 UTC (34+ messages)
` [RFC PATCH v4 06/36] fuse-bpf: Don't support export_operations
` [RFC PATCH v4 07/36] fuse-bpf: Add support for access
` [RFC PATCH v4 08/36] fuse-bpf: Partially add mapping support
` [RFC PATCH v4 09/36] fuse-bpf: Add lseek support
` [RFC PATCH v4 10/36] fuse-bpf: Add support for fallocate
` [RFC PATCH v4 11/36] fuse-bpf: Support file/dir open/close
` [RFC PATCH v4 12/36] fuse-bpf: Support mknod/unlink/mkdir/rmdir
` [RFC PATCH v4 13/36] fuse-bpf: Add support for read/write iter
` [RFC PATCH v4 14/36] fuse-bpf: support readdir
` [RFC PATCH v4 15/36] fuse-bpf: Add support for sync operations
` [RFC PATCH v4 16/36] fuse-bpf: Add Rename support
` [RFC PATCH v4 17/36] fuse-bpf: Add attr support
` [RFC PATCH v4 18/36] fuse-bpf: Add support for FUSE_COPY_FILE_RANGE
` [RFC PATCH v4 19/36] fuse-bpf: Add xattr support
` [RFC PATCH v4 20/36] fuse-bpf: Add symlink/link support
` [RFC PATCH v4 21/36] fuse-bpf: Add partial flock support
` [RFC PATCH v4 22/36] fuse-bpf: Add partial ioctl support
` [RFC PATCH v4 23/36] fuse-bpf: allow mounting with no userspace daemon
` [RFC PATCH v4 24/36] fuse-bpf: Add fuse-bpf constants
` [RFC PATCH v4 25/36] bpf: Increase struct_op max members
` [RFC PATCH v4 26/36] WIP: bpf: Add fuse_ops struct_op programs
` [RFC PATCH v4 27/36] fuse-bpf: Export Functions
` [RFC PATCH v4 28/36] fuse: Provide registration functions for fuse-bpf
` [RFC PATCH v4 29/36] fuse-bpf: Set fuse_ops at mount or lookup time
` [RFC PATCH v4 30/36] fuse-bpf: Call bpf for pre/post filters
` [RFC PATCH v4 31/36] fuse-bpf: Add userspace "
` [RFC PATCH v4 32/36] WIP: fuse-bpf: add error_out
` [RFC PATCH v4 33/36] fuse-bpf: Add default filter op
` [RFC PATCH v4 34/36] tools: Add FUSE, update bpf includes
` [RFC PATCH v4 35/36] fuse-bpf: Add selftests
` [RFC PATCH v4 36/36] fuse: Provide easy way to test fuse struct_op call
[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)
[PATCH v1 bpf-next 3/9] bpf: expose how xlated insns map to jitted insns
2024-03-29 22:44 UTC (12+ messages)
[syzbot] [bpf?] [net?] possible deadlock in ahci_single_level_irq_intr
2024-03-29 22:27 UTC (5+ messages)
[RFC bpf-next 00/13] bpf: support resilient split BTF
2024-03-29 22:04 UTC (13+ 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 v3] selftests/mm: Fix ARM related issue with fork after pthread_create
2024-03-29 19:54 UTC (2+ messages)
[syzbot] [bpf?] KMSAN: uninit-value in trie_delete_elem
2024-03-29 19:52 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 (3+ messages)
[PATCH bpf-next] selftests/bpf: Handle EAGAIN in bpf_tcp_ca
2024-03-29 17:27 UTC (4+ messages)
[PATCH] ftrace: make extra rcu_is_watching() validation check optional
2024-03-29 16:39 UTC (6+ 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 (8+ 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)
[PATCH bpf-next 1/1] bpf: fix possible file descriptor leaks in verifier
2024-03-29 7:01 UTC (3+ messages)
[PATCH bpf-next] net: netfilter: Make ct zone id configurable for bpf ct helper functions
2024-03-29 4:14 UTC
[PATCH bpf-next] bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode
2024-03-29 2:10 UTC (2+ messages)
[PATCH bpf 1/2] bpf: put uprobe link's path and task in release callback
2024-03-29 2:00 UTC (2+ messages)
[PATCH] tools/resolve_btfids: fix build with musl libc
2024-03-29 2:00 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox