public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-22 05:06:36 to 2023-08-23 22:56:26 UTC [more...]

[PATCH bpf-next 1/2] bpf: Remove a WARN_ON_ONCE warning related to local kptr
 2023-08-23 22:56 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a local kptr test with no special fields

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

[PATCH bpf-next] libbpf: Add bpf_object__unpin()
 2023-08-23 21:16 UTC  (7+ messages)

[PATCH v2 bpf-next 0/7] BPF Refcount followups 3: bpf_mem_free_rcu refcounted nodes
 2023-08-23 20:29 UTC  (20+ messages)
` [PATCH v2 bpf-next 3/7] bpf: Use bpf_mem_free_rcu when bpf_obj_dropping "
` [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 V11 0/5] riscv: Optimize function trace
 2023-08-23 20:20 UTC  (2+ messages)

[PATCH bpf-next 0/7] Add support cpu v4 insns for RV64
 2023-08-23 23:10 UTC  (19+ messages)
` [PATCH bpf-next 1/7] riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/W
` [PATCH bpf-next 2/7] riscv, bpf: Support sign-extension load insns
` [PATCH bpf-next 3/7] riscv, bpf: Support sign-extension mov insns
` [PATCH bpf-next 4/7] riscv, bpf: Support 32-bit offset jmp insn
` [PATCH bpf-next 5/7] riscv, bpf: Support signed div/mod insns
` [PATCH bpf-next 6/7] riscv, bpf: Support unconditional bswap insn
` [PATCH bpf-next 7/7] selftests/bpf: Enable cpu v4 tests for RV64

[PATCH net-next] net: fec: add exception tracing for XDP
 2023-08-23 19:44 UTC  (2+ messages)

[PATCH v3 bpf-next 0/3] Open-coded task_vma iter
 2023-08-23 18:13 UTC  (25+ 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

[PATCH v2 bpf-next 0/2] bpf: Fix an issue in verifing allow_ptr_leaks
 2023-08-23 16:50 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Fix issue in verifying allow_ptr_leaks
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add selftest for allow_ptr_leaks

[PATCH bpf-next 0/3] bpf: Enable preemption after irq_work_raise() completes
 2023-08-23 16:33 UTC  (9+ 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-next 0/2] bpf: Fix an issue in verifing allow_ptr_leaks
 2023-08-23 15:51 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add selftest for allow_ptr_leaks

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

[PATCH v4 0/9] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-08-23 15:17 UTC  (10+ messages)
` [PATCH v4 1/9] Documentation: probes: Add a new ret_ip callback parameter
` [PATCH v4 2/9] fprobe: Use fprobe_regs in fprobe entry handler
` [PATCH v4 3/9] tracing: Expose ftrace_regs regardless of CONFIG_FUNCTION_TRACER
` [PATCH v4 4/9] fprobe: rethook: Use ftrace_regs in fprobe exit handler and rethook
` [PATCH v4 5/9] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v4 6/9] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v4 7/9] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v4 8/9] Documentations: probes: Update fprobe document to use ftrace_regs
` [PATCH v4 9/9] Documentation: tracing: Add a note about argument and retval access

[PATCH bpf-next v3] xsk: fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()
 2023-08-23 14:47 UTC 

[PATCH net v3] net: handle ARPHRD_PPP in dev_is_mac_header_xmit()
 2023-08-23 14:51 UTC  (2+ messages)

[PATCH v3 0/9] io_uring: Initial support for {s,g}etsockopt commands
 2023-08-23 13:48 UTC  (7+ messages)
` [PATCH v3 8/9] io_uring/cmd: BPF hook for getsockopt cmd

[RFC PATCH v1 1/1] tracing/kprobe: Add multi-probe support for 'perf_kprobe' PMU
 2023-08-23 13:45 UTC  (8+ messages)

[PATCH net v2] net: handle ARPHRD_PPP in dev_is_mac_header_xmit()
 2023-08-23 13:38 UTC  (7+ messages)

Warning when compiling with python3.12
 2023-08-23  8:44 UTC  (4+ messages)
` [PATCH] Fix invalid escape sequence warnings

[PATCH 0/2] perf/x86: Package residency counter improvements
 2023-08-23  5:56 UTC  (3+ messages)
` [PATCH 1/2] perf/x86/cstate: Allow reading the package statistics from local CPU
` [PATCH 2/2] perf/core: Allow reading package events from perf_event_read_local

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

[RFC PATCH bpf-next 0/2] Improve prog array uref semantics
 2023-08-23  0:08 UTC  (3+ messages)
` [RFC PATCH bpf-next 1/2] net: bpf: Make xdp and cls_bpf use bpf_prog_put_dev()
` [RFC PATCH bpf-next 2/2] bpf: Take a uref on BPF_MAP_TYPE_PROG_ARRAY maps during dev attachment

[PATCH bpf-next] libbpf: Free btf_vmlinux when closing bpf_object
 2023-08-22 23:20 UTC  (2+ messages)

[PATCH bpf-next v2 00/14] Exceptions - 1/2
 2023-08-22 23:06 UTC  (19+ 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 "

selftests: hid: trouble building with clang due to missing header
 2023-08-22 21:42 UTC  (10+ messages)

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

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

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 1/2] bpf: Fix a bpf_kptr_xchg() issue with local kptr
 2023-08-22 12:55 UTC  (4+ messages)

[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  (5+ 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  (3+ messages)


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