bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH bpf-next v6 0/4] bpf: Inline helpers in arm64 and riscv JITs
 2024-05-02 15:18 UTC  (5+ messages)
` [PATCH bpf-next v6 1/4] riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrs
` [PATCH bpf-next v6 2/4] riscv, bpf: inline bpf_get_smp_processor_id()
` [PATCH bpf-next v6 3/4] arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrs
` [PATCH bpf-next v6 4/4] bpf, arm64: inline bpf_get_smp_processor_id() helper

[PATCH v2 bpf-next 00/13] bpf: support resilient split BTF
 2024-05-02 14:53 UTC  (25+ messages)
` [PATCH v2 bpf-next 02/13] libbpf: add btf__distill_base() creating split BTF with distilled base BTF
` [PATCH v2 bpf-next 03/13] selftests/bpf: test distilled base, split BTF generation
` [PATCH v2 bpf-next 04/13] libbpf: add btf__parse_opts() API for flexible BTF parsing
` [PATCH v2 bpf-next 06/13] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
` [PATCH v2 bpf-next 07/13] resolve_btfids: use .BTF.base ELF section as base BTF if -B option is used
` [PATCH v2 bpf-next 09/13] libbpf: split BTF relocation

[PATCH bpf-next] bpf: missing trailing slash in tools/testing/selftests/bpf/Makefile
 2024-05-02 14:08 UTC 

[PATCH dwarves v9 0/3] pahole: Inject kfunc decl tags into BTF
 2024-05-02 13:43 UTC  (14+ messages)
` [PATCH dwarves v9 1/3] pahole: Save input filename separate from output
` [PATCH dwarves v9 2/3] pahole: Add --btf_feature=decl_tag_kfuncs feature
` [PATCH dwarves v9 3/3] pahole: Inject kfunc decl tags into BTF

[PATCHv4 bpf-next 0/7] uprobe: uretprobe speed up
 2024-05-02 13:43 UTC  (9+ messages)
` [PATCHv4 bpf-next 1/7] uprobe: Wire up uretprobe system call
` [PATCHv4 bpf-next 2/7] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv4 bpf-next 3/7] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv4 bpf-next 4/7] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv4 bpf-next 5/7] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv4 bpf-next 6/7] selftests/bpf: Add uretprobe compat test
` [PATCHv4 7/7] man2: Add uretprobe syscall page

[PATCH bpf-next v2 0/2] riscv, bpf: Support per-CPU insn and inline bpf_get_smp_processor_id()
 2024-05-02 13:16 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrs
` [PATCH bpf-next v2 2/2] riscv, bpf: inline bpf_get_smp_processor_id()

[PATCH v2 1/2] arm64/arch_timer: include <linux/percpu.h>
 2024-05-02 12:34 UTC  (2+ messages)
` [PATCH v2 2/2] arm64: implement raw_smp_processor_id() using thread_info

[LSF/MM/BPF TOPIC] SLUB: what's next?
 2024-05-02  9:26 UTC  (4+ messages)
` [Lsf-pc] "

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-05-02  8:48 UTC  (42+ messages)
` [PATCH 01/39] cgroup: Implement cgroup_show_cftypes()
` [PATCH 02/39] sched: Restructure sched_class order sanity checks in sched_init()
` [PATCH 03/39] sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()
` [PATCH 04/39] sched: Add sched_class->reweight_task()
` [PATCH 05/39] sched: Add sched_class->switching_to() and expose check_class_changing/changed()
` [PATCH 06/39] sched: Factor out cgroup weight conversion functions
` [PATCH 07/39] sched: Expose css_tg() and __setscheduler_prio()
` [PATCH 08/39] sched: Enumerate CPU cgroup file types
` [PATCH 09/39] sched: Add @reason to sched_class->rq_{on|off}line()
` [PATCH 10/39] sched: Factor out update_other_load_avgs() from __update_blocked_others()
` [PATCH 11/39] cpufreq_schedutil: Refactor sugov_cpu_is_busy()
` [PATCH 12/39] sched: Add normal_policy()
` [PATCH 13/39] sched_ext: Add boilerplate for extensible scheduler class
` [PATCH 14/39] sched_ext: Implement BPF "
` [PATCH 15/39] sched_ext: Add scx_simple and scx_example_qmap example schedulers
` [PATCH 16/39] sched_ext: Add sysrq-S which disables the BPF scheduler
` [PATCH 17/39] sched_ext: Implement runnable task stall watchdog
` [PATCH 18/39] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT
` [PATCH 19/39] sched_ext: Print sched_ext info when dumping stack
` [PATCH 20/39] sched_ext: Print debug dump after an error exit
` [PATCH 21/39] tools/sched_ext: Add scx_show_state.py
` [PATCH 22/39] sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
` [PATCH 23/39] sched_ext: Add a central scheduler which makes all scheduling decisions on one CPU
` [PATCH 24/39] sched_ext: Make watchdog handle ops.dispatch() looping stall
` [PATCH 25/39] sched_ext: Add task state tracking operations
` [PATCH 26/39] sched_ext: Implement tickless support
` [PATCH 27/39] sched_ext: Track tasks that are subjects of the in-flight SCX operation
` [PATCH 28/39] sched_ext: Add cgroup support
` [PATCH 29/39] sched_ext: Add a cgroup scheduler which uses flattened hierarchy
` [PATCH 30/39] sched_ext: Implement SCX_KICK_WAIT
` [PATCH 31/39] sched_ext: Implement sched_ext_ops.cpu_acquire/release()
` [PATCH 32/39] sched_ext: Implement sched_ext_ops.cpu_online/offline()
` [PATCH 33/39] sched_ext: Bypass BPF scheduler while PM events are in progress
` [PATCH 34/39] sched_ext: Implement core-sched support
` [PATCH 35/39] sched_ext: Add vtime-ordered priority queue to dispatch_q's
` [PATCH 36/39] sched_ext: Implement DSQ iterator
` [PATCH 37/39] sched_ext: Add cpuperf support
` [PATCH 38/39] sched_ext: Documentation: scheduler: Document extensible scheduler class
` [PATCH 39/39] sched_ext: Add selftests

[PATCH bpf-next 1/2] libbpf: Fix error message in attach_kprobe_session
 2024-05-02  7:55 UTC  (2+ messages)
` [PATCH bpf-next 2/2] libbpf: Fix error message in attach_kprobe_multi

[PATCH net-next v4 0/7] dma: skip calling no-op sync ops when possible
 2024-05-02  5:58 UTC  (5+ messages)
` [PATCH net-next v4 6/7] page_pool: check for DMA sync shortcut earlier

[PATCH net-next v3 0/3] Add new args into tcp_congestion_ops' cong_control
 2024-05-02  4:23 UTC  (4+ messages)
` [PATCH net-next v3 1/3] tcp: Add new args for cong_control in tcp_congestion_ops
` [PATCH net-next v3 2/3] bpf: tcp: Allow to write tp->snd_cwnd_stamp in bpf_tcp_ca
` [PATCH net-next v3 3/3] selftests/bpf: Add test for the use of new args in cong_control

[PATCH v9 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-05-02  2:06 UTC  (7+ messages)

[PATCH net-next v2 1/3] Add new args for cong_control in tcp_congestion_ops
 2024-05-02  0:39 UTC  (6+ messages)
` [PATCH net-next v2 2/3] Allow to write tp->snd_cwnd_stamp in bpf_tcp_ca
` [PATCH net-next v2 3/3] Add test for the use of new args in cong_control

[PATCH] perf/core: Trim dyn_size if raw data is absent
 2024-05-02  0:10 UTC  (2+ messages)

[PATCH v2] perf/core: Save raw sample data conditionally based on sample type
 2024-05-02  0:06 UTC 

[PATCH bpf-next 0/6] Notify user space when a struct_ops object is detached/unregisterd
 2024-05-01 23:06 UTC  (14+ messages)
` [PATCH bpf-next 1/6] bpf: add a pointer of the attached link to bpf_struct_ops_map
` [PATCH bpf-next 3/6] bpf: provide a function to unregister struct_ops objects from consumers
` [PATCH bpf-next 5/6] bpf: support epoll from bpf struct_ops links
` [PATCH bpf-next 6/6] selftests/bpf: test detaching "

[PATCH bpf-next v2 1/2] net: netfilter: Make ct zone opts configurable for bpf ct helpers
 2024-05-01 22:11 UTC  (3+ messages)

[PATCH v2 bpf-next 0/6] selftests/bpf: Add sockaddr tests for kernel networking
 2024-05-01 21:54 UTC  (5+ messages)
` [PATCH v2 bpf-next 2/6] selftests/bpf: Implement socket kfuncs for bpf_testmod

[PATCH -next] lsm: fix default return value for inode_set(remove)xattr
 2024-05-01 20:47 UTC  (3+ messages)

[PATCH bpf-next v3 0/7] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-05-01 20:47 UTC  (8+ messages)
` [PATCH bpf-next v3 1/7] bpf: Remove unnecessary checks on the offset of btf_field
` [PATCH bpf-next v3 2/7] bpf: Remove unnecessary call to btf_field_type_size()
` [PATCH bpf-next v3 3/7] bpf: create repeated fields for arrays
` [PATCH bpf-next v3 4/7] bpf: look into the types of the fields of a struct type recursively
` [PATCH bpf-next v3 5/7] selftests/bpf: Test kptr arrays and kptrs in nested struct fields
` [PATCH bpf-next v3 6/7] selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types
` [PATCH bpf-next v3 7/7] selftests/bpf: Test global bpf_list_head arrays

[PATCH bpf-next] bpf: crypto: fix build when CONFIG_CRYPTO=m
 2024-05-01 20:40 UTC  (2+ messages)

[PATCH bpf-next] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
 2024-05-01 20:36 UTC  (2+ messages)

[PATCHv2 bpf-next 0/7] bpf: Introduce kprobe_multi session attach
 2024-05-01 19:32 UTC  (11+ messages)
` [PATCHv2 bpf-next 4/7] libbpf: Add support for kprobe "
` [PATCHv2 bpf-next 5/7] libbpf: Add kprobe session attach type name to attach_type_name
` [PATCHv2 bpf-next 6/7] selftests/bpf: Add kprobe session test
` [PATCHv2 bpf-next 7/7] selftests/bpf: Add kprobe session cookie test

[PATCH bpf-next] libbpf: better fix for handling nulled-out struct_ops program
 2024-05-01 17:30 UTC  (2+ messages)

[PATCH] arm64: implement raw_smp_processor_id() using thread_info
 2024-05-01 17:12 UTC  (4+ messages)

[PATCH bpf-next v2 0/2] libbpf: support "module:function" syntax for tracing programs
 2024-05-01 17:00 UTC  (2+ messages)

[PATCH bpf-next v5 0/2] bpf, arm64: Support per-cpu instruction
 2024-05-01 16:50 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrs
` [PATCH bpf-next v5 2/2] bpf, arm64: inline bpf_get_smp_processor_id() helper

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-05-01 13:58 UTC  (13+ messages)
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v8 07/14] page_pool: devmem support

[PATCH][next] selftests/bpf: Fix spelling mistake "{GET|SET}SOCKOP" -> "{GET|SET}SOCKOPT"
 2024-05-01 11:20 UTC 

[syzbot] [bpf?] [trace?] possible deadlock in force_sig_info_to_task
 2024-05-01  7:43 UTC  (12+ messages)
        ` [PATCH] x86/mm: Remove broken vsyscall emulation code from the page fault code

[PATCH bpf-next v2 2/2] selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncs
 2024-05-01  5:03 UTC  (2+ messages)

[PATCH bpf-next v6 0/2] bpf: Add a generic bits iterator
 2024-05-01  4:14 UTC  (11+ messages)

[PATCH bpf-next 0/6] use network helpers, part 3
 2024-05-01  0:40 UTC  (4+ messages)
` [PATCH bpf-next 4/6] selftests/bpf: Add setsockopt for network_helper_opts

[PATCH bpf-next 1/2] libbpf: fix potential overflow in ring__consume_n()
 2024-04-30 21:19 UTC  (4+ messages)
` [PATCH bpf-next 2/2] libbpf: fix ring_buffer__consume_n() return result logic

[RFC PATCH bpf-next v5 0/2] Replace mono_delivery_time with tstamp_type
 2024-04-30 20:40 UTC  (10+ messages)
` [RFC PATCH bpf-next v5 2/2] net: Add additional bit to support clockid_t timestamp type

[PATCH bpf-next v4 0/2] bpf, arm64: Support per-cpu instruction
 2024-04-30 18:48 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] bpf, arm64: inline bpf_get_smp_processor_id() helper

[PATCH bpf-next v3 0/2] bpf, arm64: Support per-cpu instruction
 2024-04-30 18:30 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrs

[PATCH bpf 0/3] bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE
 2024-04-30 18:20 UTC  (2+ messages)

[PATCH bpf-next v4 0/7] bpf/verifier: range computation improvements
 2024-04-30 16:48 UTC  (9+ messages)
` [PATCH bpf-next v4 2/7] bpf/verifier: refactor checks for range computation
` [PATCH bpf-next v4 7/7] bpf/verifier: improve code after range computation recent changes

[PATCH bpf-next v1] ARC: Add eBPF JIT support
 2024-04-30 15:01 UTC  (4+ messages)

[PATCH bpf-next v2] ARC: Add eBPF JIT support
 2024-04-30 14:56 UTC 

[PATCH bpf-next v3 0/3] bpf_wq followup series
 2024-04-30 14:40 UTC  (8+ messages)
` [PATCH bpf-next v3 1/3] bpf: do not walk twice the map on free
` [PATCH bpf-next v3 2/3] bpf: do not walk twice the hash "
` [PATCH bpf-next v3 3/3] selftests/bpf: drop an unused local variable

pull-request: bpf-next 2024-04-29
 2024-04-30 13:45 UTC  (4+ messages)

[PATCH v6 00/13] x86/bugs: Add a separate config for each mitigation
 2024-04-30 13:12 UTC  (5+ messages)

[PATCH v7 00/16] mm: jit/text allocator
 2024-04-30 12:41 UTC  (3+ messages)
` [PATCH v7 05/16] module: make module_memory_{alloc,free} more self-contained

[PATCH bpf-next 0/2] bpf: Allow skb dynptr for tp_btf
 2024-04-30 12:18 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Allow bpf_dynptr_from_skb() "
` [PATCH bpf-next 2/2] selftests/bpf: Expand skb dynptr selftests "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).