messages from 2023-08-30 08:56:06 to 2023-09-04 11:02:14 UTC [more...]
[PATCH v1 0/3] Remove BPF arrays from perf event parsing
2023-09-04 11:02 UTC (3+ messages)
` [PATCH v1 2/3] perf tools: Revert enable indices setting syntax for BPF map
[PATCH] samples/bpf: Add sample usage for BPF_PROG_TYPE_NETFILTER
2023-09-04 10:48 UTC (2+ messages)
[PATCH v6 00/11] io_uring getdents
2023-09-04 9:57 UTC (13+ messages)
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
[PATCH bpf-next 0/2] libbpf: Support symbol versioning for uprobe
2023-09-04 8:38 UTC (4+ messages)
` [PATCH bpf-next 1/2] libbpf: Resolve ambiguous matches at the same offset "
` [PATCH bpf-next 2/2] libbpf: Support symbol versioning "
[PATCH bpf] bpf: sockmap, fix skb refcnt race after locking changes
2023-09-04 8:13 UTC (7+ messages)
[PATCHv2 bpf-next] selftests/bpf: Fix d_path test
2023-09-04 7:10 UTC (4+ messages)
[PATCHSET 0/5] perf lock contention: Add cgroup support (v1)
2023-09-04 3:28 UTC (7+ messages)
` [PATCH 1/5] perf tools: Add read_all_cgroups() and __cgroup_find()
` [PATCH 2/5] perf lock contention: Prepare to handle cgroups
` [PATCH 3/5] perf lock contention: Add -g/--lock-cgroup option
` [PATCH 4/5] perf lock contention: Add -G/--cgroup-filter option
` [PATCH 5/5] perf test: Improve perf lock contention test
[RFC PATCH bpf-next 0/4] Add Open-coded process and css iters
2023-09-04 2:07 UTC (2+ messages)
[PATCH bpf-next v10 1/2] selftests/bpf: trace_helpers.c: optimize kallsyms cache
2023-09-04 1:01 UTC (2+ messages)
` [PATCH bpf-next v10 2/2] selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutex
[PATCH bpf-next v10 0/2] selftests/bpf: Optimize kallsyms cache
2023-09-04 1:01 UTC
[syzbot] [bpf?] general protection fault in bpf_prog_offload_verifier_prep
2023-09-03 19:55 UTC
[RFC PATCH bpf-next v4 0/4] bpf, x64: Fix tailcall infinite loop
2023-09-03 15:14 UTC (5+ messages)
` [RFC PATCH bpf-next v4 1/4] bpf, x64: Comment tail_call_cnt initialisation
` [RFC PATCH bpf-next v4 2/4] bpf, x64: Fix tailcall infinite loop
` [RFC PATCH bpf-next v4 3/4] selftests/bpf: Correct map_fd to data_fd in tailcalls
` [RFC PATCH bpf-next v4 4/4] selftests/bpf: Add testcases for tailcall infinite loop fixing
[RFC PATCH bpf-next 0/5] bpf, cgroup: Enable cgroup_array map on cgroup1
2023-09-03 14:28 UTC (6+ messages)
` [RFC PATCH bpf-next 1/5] cgroup: Enable task_under_cgroup_hierarchy() "
` [RFC PATCH bpf-next 2/5] bpf: Enable cgroup_array map "
` [RFC PATCH bpf-next 3/5] selftests/bpf: Fix issues in setup_classid_environment()
` [RFC PATCH bpf-next 4/5] selftests/bpf: Add new cgroup helper open_classid()
` [RFC PATCH bpf-next 5/5] selftests/bpf: Add selftests for current_under_cgroupv1v2
[PATCH bpf-next 00/11] Implement cpuv4 support for s390x
2023-09-03 8:23 UTC (11+ messages)
` [PATCH bpf-next 01/11] bpf: Disable zero-extension for BPF_MEMSX
` [PATCH bpf-next 02/11] net: netfilter: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()
` [PATCH bpf-next 10/11] selftests/bpf: Enable the cpuv4 tests for s390x
[PATCH bpf-next v10 0/2] selftests/bpf: Optimize kallsyms cache
2023-09-03 2:43 UTC (5+ messages)
` [PATCH bpf-next v10 1/2] selftests/bpf: trace_helpers.c: optimize "
` [PATCH bpf-next v10 2/2] selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutex
[PATCH bpf-next v4 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
2023-09-02 10:07 UTC (8+ messages)
` [PATCH bpf-next v4 1/7] bpf, sockmap: add BPF_F_PERMANENT flag for "
` [PATCH bpf-next v4 2/7] selftests/bpf: Add txmsg permanently test for sockmap
` [PATCH bpf-next v4 3/7] selftests/bpf: Add txmsg redir "
` [PATCH bpf-next v4 4/7] selftests/bpf: add skmsg verdict tests
` [PATCH bpf-next v4 5/7] selftests/bpf: add two skmsg verdict tests for BPF_F_PERMANENT flag
` [PATCH bpf-next v4 6/7] selftests/bpf: add tests for verdict skmsg to itself
` [PATCH bpf-next v4 7/7] selftests/bpf: add tests for verdict skmsg to closed socket
[PATCH bpf-next v10 1/2] selftests/bpf: trace_helpers.c: optimize kallsyms cache
2023-09-02 4:40 UTC (2+ messages)
` [PATCH bpf-next v10 2/2] selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutex
[PATCH bpf 0/3] bpf: Fixes for bpf_sk_storage
2023-09-01 23:11 UTC (4+ messages)
` [PATCH bpf 1/3] bpf: bpf_sk_storage: Fix invalid wait context lockdep report
` [PATCH bpf 2/3] bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc
` [PATCH bpf 3/3] selftests/bpf: Check bpf_sk_storage has uncharged sk_omem_alloc
[BUG bpf-next] bpf/net: Hitting gpf when running selftests
2023-09-01 20:22 UTC (13+ messages)
[PATCH bpf-next v4 0/9] Add cgroup sockaddr hooks for unix sockets
2023-09-01 19:34 UTC (12+ messages)
` [PATCH bpf-next v3 1/9] selftests/bpf: Add missing section name tests for getpeername/getsockname
` [PATCH bpf-next v3 2/9] bpf: Propagate modified uaddrlen from cgroup sockaddr programs
` [PATCH bpf-next v3 3/9] bpf: Add bpf_sock_addr_set_unix_addr() to allow writing unix sockaddr from bpf
` [PATCH bpf-next v3 4/9] bpf: Implement cgroup sockaddr hooks for unix sockets
` [PATCH bpf-next v3 5/9] libbpf: Add support for cgroup unix socket address hooks
` [PATCH bpf-next v3 6/9] bpftool: "
` [PATCH bpf-next v3 7/9] documentation/bpf: Document "
` [PATCH bpf-next v3 8/9] selftests/bpf: Make sure mount directory exists
` [PATCH bpf-next v3 9/9] selftests/bpf: Add tests for cgroup unix socket address hooks
[PATCH 0/2] bpf: Recursion detection related fixes
2023-09-01 14:19 UTC (6+ messages)
` [PATCH 1/2] bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf()
` [PATCH 2/2] bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check
[PATCH bpf] docs/bpf: Fix "file doesn't exist" warnings in {llvm_reloc,btf}.rst
2023-09-01 14:00 UTC (3+ messages)
[QUESTION] bpf/tc verifier error: invalid access to map value, min value is outside of the allowed memory range
2023-09-01 11:58 UTC (5+ messages)
[PATCH bpf v2 0/3] bpf: Enable IRQ after irq_work_raise() completes
2023-09-01 11:19 UTC (4+ messages)
` [PATCH bpf v2 1/3] bpf: Enable IRQ after irq_work_raise() completes in unit_alloc()
` [PATCH bpf v2 2/3] bpf: Enable IRQ after irq_work_raise() completes in unit_free{_rcu}()
` [PATCH bpf v2 3/3] selftests/bpf: Test preemption between bpf_obj_new() and bpf_obj_drop()
[PATCH bpf-next v2] selftests/bpf: fix a CI failure caused by vsock write
2023-09-01 9:38 UTC (5+ messages)
[PATCH] skbuff: skb_segment, Update nfrags after calling zero copy functions
2023-09-01 7:10 UTC (8+ messages)
` [PATCH v2] skbuff: skb_segment, Call zero copy functions before using skbuff frags
` [PATCH v3] "
pull-request: bpf 2023-08-31
2023-09-01 1:50 UTC (2+ messages)
[PATCH bpf-next v4 0/4] bpf, riscv: use BPF prog pack allocator in BPF JIT
2023-08-31 21:19 UTC (6+ messages)
` [PATCH bpf-next v4 1/4] bpf: make bpf_prog_pack allocator portable
` [PATCH bpf-next v4 2/4] riscv: extend patch_text_nosync() for multiple pages
` [PATCH bpf-next v4 3/4] riscv: implement a memset like function for text
` [PATCH bpf-next v4 4/4] bpf, riscv: use prog pack allocator in the BPF JIT
[PATCH bpf v2] selftests/bpf: Include build flavors for install target
2023-08-31 20:36 UTC (3+ messages)
[PATCH bpf] bpf: Annotate bpf_long_memcpy with data_race
2023-08-31 20:35 UTC (4+ messages)
[linux-next:master] BUILD REGRESSION a47fc304d2b678db1a5d760a7d644dac9b067752
2023-08-31 19:50 UTC
[PATCH bpf-next] selftests/bpf: Include build flavors for install target
2023-08-31 16:18 UTC (3+ messages)
[RFC bpf-next 00/23] XDP metadata via kfuncs for ice + mlx5
2023-08-31 14:50 UTC (2+ messages)
[RFC PATCH bpf-next v3 0/2] bpf, x64: Fix tailcall infinite loop
2023-08-31 14:44 UTC (7+ messages)
` [RFC PATCH bpf-next v3 1/2] "
[PATCH bpf-next v9] selftests/bpf: trace_helpers.c: optimize kallsyms cache
2023-08-31 13:52 UTC (2+ messages)
[PATCH bpf-next v3 0/3] bpf, riscv: use BPF prog pack allocator in BPF JIT
2023-08-31 13:15 UTC (8+ messages)
[PATCH bpf-next] selftests/bpf: fix a CI failure caused by vsock write
2023-08-31 12:58 UTC (4+ messages)
[PATCH bpf-next] selftests/bpf: Fix d_path test
2023-08-31 12:52 UTC (5+ messages)
[PATCH 0/6] bpf: task_group_seq_get_next: use __next_thread()
2023-08-31 12:06 UTC (11+ messages)
` [PATCH 3/6] bpf: task_group_seq_get_next: fix the skip_if_dup_files check
[PATCH] Fix invalid escape sequence warnings
2023-08-31 12:00 UTC (4+ messages)
` [PATCH v2] "
[PATCH bpf v2] xsk: fix xsk_diag use-after-free error during socket cleanup
2023-08-31 11:30 UTC (4+ messages)
[PATCH bpf-next] bpf, sockmap: Rename sock_map_get_from_fd to sock_map_prog_attach
2023-08-31 11:10 UTC (4+ messages)
[RFC/PATCH bpf-next] bpf: Fix d_path test after last fs update
2023-08-31 10:42 UTC (12+ messages)
[ANN] bpf development stats for 6.6
2023-08-31 8:24 UTC (3+ messages)
Question: Is it OK to assume the address of bpf_dynptr_kern will be 8-bytes aligned and reuse the lowest bits to save extra info ?
2023-08-31 6:29 UTC (13+ messages)
[PATCH bpf] xsk: fix xsk_diag use-after-free error during socket cleanup
2023-08-31 5:21 UTC (6+ messages)
[PATCH net-next V1 0/4] virtio_net: add per queue interrupt coalescing support
2023-08-30 19:42 UTC (4+ messages)
WARNING: CPU: 3 PID: 261 at kernel/bpf/memalloc.c:342
2023-08-30 21:05 UTC (15+ messages)
[PATCH bpf-next v2 00/14] Exceptions - 1/2
2023-08-30 16:53 UTC (3+ messages)
` [PATCH bpf-next v2 08/14] bpf: Prevent KASAN false positive with bpf_throw
[PATCH bpf-next 00/12] bpf: Add missed stats for kprobes
2023-08-30 16:01 UTC (7+ messages)
` [PATCH bpf-next 09/12] bpftool: Display missed count for kprobe_multi link
` [PATCH bpf-next 10/12] bpftool: Display missed count for kprobe perf link
[PATCH V11 0/5] riscv: Optimize function trace
2023-08-30 15:28 UTC (3+ messages)
[PATCH bpf-next 0/3] Clean up some standardization stuff
2023-08-30 14:40 UTC (2+ messages)
[PATCH bpf-next] bpftool: Support dumping BTF object by name
2023-08-30 10:26 UTC (2+ messages)
[PATCH bpf v3 0/4] bug fixes for sockmap
2023-08-30 8:55 UTC (4+ messages)
` [PATCH bpf v3 3/4] selftests/bpf: fix a CI failure caused by vsock sockmap test
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