public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-18 17:51:08 to 2023-08-22 20:00:24 UTC [more...]

[PATCH bpf-next v1 0/2] Fix for check_func_arg_reg_off
 2023-08-22 20:00 UTC  (4+ messages)
` [PATCH bpf-next v1 1/2] bpf: Fix check_func_arg_reg_off bug for graph root/node
` [PATCH bpf-next v1 2/2] selftests/bpf: Add test for bpf_obj_drop with bad reg->off

[PATCH v2 bpf-next 0/7] BPF Refcount followups 3: bpf_mem_free_rcu refcounted nodes
 2023-08-22 19:53 UTC  (19+ messages)
` [PATCH v2 bpf-next 1/7] bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_acquire
` [PATCH v2 bpf-next 2/7] bpf: Consider non-owning refs trusted
` [PATCH v2 bpf-next 3/7] bpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcounted nodes
` [PATCH v2 bpf-next 4/7] bpf: Reenable bpf_refcount_acquire
` [PATCH v2 bpf-next 5/7] bpf: Consider non-owning refs to refcounted nodes RCU protected
` [PATCH v2 bpf-next 6/7] bpf: Allow bpf_spin_{lock,unlock} in sleepable progs
` [PATCH v2 bpf-next 7/7] selftests/bpf: Add tests for rbtree API interaction "

[PATCH bpf-next v5 00/21] XDP metadata via kfuncs for ice
 2023-08-22 19:50 UTC  (5+ messages)
` [PATCH bpf-next v5 13/21] ice: Implement checksum hint

[PATCH bpf-next] libbpf: Free btf_vmlinux when closing bpf_object
 2023-08-22 19:38 UTC 

[PATCH bpf-next 0/6] samples/bpf: Remove unmaintained XDP sample utilities
 2023-08-22 19:27 UTC  (12+ messages)
` [PATCH bpf-next 1/6] samples/bpf: Remove the xdp_monitor utility
` [PATCH bpf-next 2/6] samples/bpf: Remove the xdp_redirect* utilities
` [PATCH bpf-next 3/6] samples/bpf: Remove the xdp_rxq_info utility
` [PATCH bpf-next 4/6] samples/bpf: Remove the xdp1 and xdp2 utilities
` [PATCH bpf-next 5/6] samples/bpf: Remove the xdp_sample_pkts utility
` [PATCH bpf-next 6/6] samples/bpf: Cleanup .gitignore

[PATCH bpf-next v2 00/14] Exceptions - 1/2
 2023-08-22 19:20 UTC  (13+ messages)
` [PATCH bpf-next v2 03/14] bpf: Implement BPF exceptions
` [PATCH bpf-next v2 08/14] bpf: Prevent KASAN false positive with bpf_throw
` [PATCH bpf-next v2 10/14] bpf: Disallow extensions to exception callbacks
` [PATCH bpf-next v2 12/14] libbpf: Add support for custom "

[PATCH v3 bpf-next 0/3] Open-coded task_vma iter
 2023-08-22 19:19 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Don't explicitly emit BTF for struct btf_iter_num
` [PATCH v3 bpf-next 2/3] bpf: Introduce task_vma open-coded iterator kfuncs
` [PATCH v3 bpf-next 3/3] selftests/bpf: Add tests for open-coded task_vma iter

PO_1211992 için yeni sipariş
 2023-08-22 19:15 UTC 

[PATCH bpf-next v2] xsk: fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()
 2023-08-22 17:48 UTC  (4+ messages)

[PATCH bpf-next v2 1/2] bpf: Fix a bpf_kptr_xchg() issue with local kptr
 2023-08-22 16:50 UTC  (5+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a failure test for bpf_kptr_xchg() "

[PATCH v6 0/9] tracing: Improbe BTF support on probe events
 2023-08-22 16:27 UTC  (10+ messages)
` [PATCH v6 1/9] tracing/probes: Support BTF argument on module functions
` [PATCH v6 2/9] tracing/probes: Move finding func-proto API and getting func-param API to trace_btf
` [PATCH v6 3/9] tracing/probes: Add a function to search a member of a struct/union
` [PATCH v6 4/9] tracing/probes: Support BTF based data structure field access
` [PATCH v6 5/9] tracing/probes: Support BTF field access from $retval
` [PATCH v6 6/9] tracing/probes: Add string type check with BTF
` [PATCH v6 7/9] tracing/fprobe-event: Assume fprobe is a return event by $retval
` [PATCH v6 8/9] selftests/ftrace: Add BTF fields access testcases
` [PATCH v6 9/9] Documentation: tracing: Update fprobe event example with BTF field

[PATCH v5 0/9] tracing: Improbe BTF support on probe events
 2023-08-22 14:46 UTC  (8+ messages)
` [PATCH v5 3/9] tracing/probes: Add a function to search a member of a struct/union

[PATCH bpf-next 00/10] seltests/xsk: various improvements to xskxceiver
 2023-08-22 13:52 UTC  (10+ messages)
` [PATCH bpf-next 05/10] selftests/xsk: declare test names in struct
` [PATCH bpf-next 06/10] selftests/xsk: add option that lists all tests
` [PATCH bpf-next 07/10] selftests/xsk: add option to run single test
` [PATCH bpf-next 10/10] selftests/xsk: display command line options with -h

[PATCH v3 0/9] io_uring: Initial support for {s,g}etsockopt commands
 2023-08-22 13:50 UTC  (15+ messages)
` [PATCH v3 3/9] net/socket: Break down __sys_setsockopt
` [PATCH v3 6/9] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v3 8/9] io_uring/cmd: BPF hook for getsockopt cmd
` [PATCH v3 9/9] selftests/bpf/sockopt: Add io_uring support

[RFC PATCH v1 1/1] tracing/kprobe: Add multi-probe support for 'perf_kprobe' PMU
 2023-08-22 13:13 UTC  (7+ 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-22 13:12 UTC  (11+ messages)

[PATCH bpf-next 0/3] bpf: Enable preemption after irq_work_raise() completes
 2023-08-22 13:38 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Enable preemption after irq_work_raise() in unit_alloc()
` [PATCH bpf-next 2/3] bpf: Enable preemption after irq_work_raise() in unit_free{_rcu}()
` [PATCH bpf-next 3/3] selftests/bpf: Test preemption between bpf_obj_new() and bpf_obj_drop()

[PATCH bpf 1/2] bpf: Fix a bpf_kptr_xchg() issue with local kptr
 2023-08-22 12:55 UTC  (12+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add a failure test for bpf_kptr_xchg() "

[RFC PATCH 1/2] mm, oom: Introduce bpf_select_task
 2023-08-22 12:42 UTC  (11+ messages)

[PATCH] bpf: task_group_seq_get_next: cleanup the usage of next_thread()
 2023-08-22 12:05 UTC  (11+ messages)
` [PATCH] bpf: task_group_seq_get_next: cleanup the usage of get/put_task_struct
` [PATCH V2] "

[RFC PATCH v2 0/5] mm: Select victim using bpf_oom_evaluate_task
 2023-08-22 10:39 UTC  (4+ messages)
` [RFC PATCH v2 1/5] mm, oom: Introduce bpf_oom_evaluate_task

bpf: Request to add -mcpu=v4 support for ARM/MIPS/NFP/POWERPC/RISCV/S390/SPARC/X86_32
 2023-08-22 10:06 UTC  (5+ messages)

[PATCH net-next] net: fec: add exception tracing for XDP
 2023-08-22  6:52 UTC 

[PATCH] libbpf: handle producer position overflow
 2023-08-22  5:15 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Fix an issue in verifing allow_ptr_leaks
 2023-08-22  3:44 UTC  (8+ messages)
` [PATCH bpf-next 1/2] bpf: Fix issue in verifying allow_ptr_leaks
` [PATCH bpf-next 2/2] selftests/bpf: Add selftest for allow_ptr_leaks

[RFC PATCH bpf-next v2 0/2] bpf, x64: Fix tailcall infinite loop
 2023-08-22  3:17 UTC  (4+ messages)
` [RFC PATCH bpf-next v2 1/2] "

[PATCH v2 bpf-next 0/3] Open-coded task_vma iter
 2023-08-22  1:21 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Don't explicitly emit BTF for struct btf_iter_num
` [PATCH v2 bpf-next 2/3] bpf: Introduce task_vma open-coded iterator kfuncs
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add tests for open-coded task_vma iter

[PATCH bpf-next v6] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-22  0:38 UTC  (3+ messages)

[PATCHv7 bpf-next 00/28] bpf: Add multi uprobe link
 2023-08-21 23:00 UTC  (2+ messages)

[bpf-next 0/9] samples/bpf: make BPF programs more libbpf aware
 2023-08-21 22:50 UTC  (2+ messages)

[PATCH bpf-next 0/2] Remove unnecessary synchronizations in cpumap
 2023-08-21 22:30 UTC  (2+ messages)

Enabling the registration of struct_ops types through modules
 2023-08-21 21:43 UTC 

[PATCH bpf-next v2 0/7] add BPF_F_PERMANENTLY flag for sockmap skmsg redirect
 2023-08-21  7:40 UTC  (9+ messages)
` [PATCH bpf-next v2 1/7] bpf, sockmap: add BPF_F_PERMANENTLY flag for "

[PATCH v4] um: vector: Fix exception handling in vector_eth_configure()
 2023-08-21  7:27 UTC  (3+ messages)

[PATCH bpf-next v5] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-21  6:49 UTC  (6+ messages)

[RFC PATCH bpf-next 0/2] bpf: Add a new kfunc bpf_current_capable
 2023-08-21  5:56 UTC  (10+ messages)
` [RFC PATCH bpf-next 1/2] bpf: Add bpf_current_capable kfunc

[PATCH bpf-next 00/15] Add support for local percpu kptr
 2023-08-20  4:19 UTC  (20+ messages)
` [PATCH bpf-next 02/15] bpf: Add BPF_KPTR_PERCPU_REF as a field type
` [PATCH bpf-next 03/15] bpf: Add alloc/xchg/direct_access support for local percpu kptr
` [PATCH bpf-next 04/15] bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu obj
` [PATCH bpf-next 09/15] bpf: Mark OBJ_RELEASE argument as MEM_RCU when possible
` [PATCH bpf-next 15/15] bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecated

[PATCH v2] tracepoint: add new `tcp:tcp_ca_event` trace event
 2023-08-19  8:15 UTC  (5+ messages)
` [PATCH v3] "

[RFC PATCH bpf-next 0/2] bpf, x64: Fix tailcall infinite loop bug
 2023-08-19  3:38 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/2] "

[RFC bpf-next v4 0/6] Sleepable BPF programs on cgroup {get,set}sockopt
 2023-08-19  3:01 UTC  (7+ messages)
` [RFC bpf-next v4 1/6] bpf: enable sleepable BPF programs attached to cgroup/{get,set}sockopt
` [RFC bpf-next v4 2/6] libbpf: add sleepable sections for {get,set}sockopt()
` [RFC bpf-next v4 3/6] Add PTR_TO_AUX
` [RFC bpf-next v4 4/6] bpf: Prevent BPF programs from access the buffer pointed by user_optval
` [RFC bpf-next v4 5/6] bpf: Add a new dynptr type for CGRUP_SOCKOPT
` [RFC bpf-next v4 6/6] selftests/bpf: Add test cases for sleepable BPF programs of the CGROUP_SOCKOPT type

[Bpf] Review of draft-thaler-bpf-isa-01
 2023-08-18 19:59 UTC  (10+ messages)

[PATCH bpf-next] selftests/bpf: Fix a selftest compilation error
 2023-08-18 19:30 UTC  (2+ messages)


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