messages from 2024-06-18 01:40:47 to 2024-06-20 08:54:59 UTC [more...]
[PATCH bpf] bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT
2024-06-20 8:54 UTC (3+ messages)
[PATCH bpf-next] uprobes: Fix the xol slots reserved for uretprobe trampoline
2024-06-20 8:36 UTC (6+ messages)
[PATCH v2 0/7] static key support for error injection functions
2024-06-20 8:15 UTC (10+ messages)
` [PATCH v2 1/7] fault-inject: add support for static keys around fault injection sites
` [PATCH v2 2/7] error-injection: support static keys around injectable functions
` [PATCH v2 3/7] bpf: support error injection static keys for perf_event attached progs
` [PATCH v2 4/7] bpf: support error injection static keys for multi_link "
` [PATCH v2 5/7] bpf: do not create bpf_non_sleepable_error_inject list when unnecessary
` [PATCH v2 6/7] mm, slab: add static key for should_failslab()
` [PATCH v2 7/7] mm, page_alloc: add static key for should_fail_alloc_page()
Backporting callback handling fixes to stable 6.1
2024-06-20 6:31 UTC (2+ messages)
[PATCHSET v6] sched: Implement BPF extensible scheduler class
2024-06-20 5:07 UTC (7+ messages)
[PATCH] bpf, arm64: inline bpf_get_current_task/_btf() helpers
2024-06-20 2:41 UTC (2+ messages)
Ideal way to read FUNC_PROTO in raw tp?
2024-06-20 1:57 UTC (3+ messages)
[PATCH bpf 1/2] bpf: Fix may_goto with negative offset
2024-06-19 23:53 UTC (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add tests for "
[PATCH bpf] bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory accesses
2024-06-19 22:53 UTC (3+ messages)
[PATCH bpf 1/2] bpf: Fix the corner case where may_goto is a 1st insn
2024-06-19 21:56 UTC (7+ messages)
` [PATCH bpf 2/2] selftests/bpf: Tests with may_goto and jumps to the "
[PATCH bpf-next 5/5] selftests/bpf: add kfunc_call test for simple dtor in bpf_testmod
2024-06-19 20:12 UTC (4+ messages)
XDP Performance Regression in recent kernel versions
2024-06-19 19:17 UTC (5+ messages)
[RFC bpf-next 00/10] uprobe, bpf: Add session support
2024-06-19 18:48 UTC (10+ messages)
` [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
[PATCH v4 00/14] security: digest_cache LSM
2024-06-19 18:43 UTC (8+ messages)
[PATCH AUTOSEL 6.9 31/35] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse
2024-06-19 14:29 UTC (3+ messages)
[PATCH bpf-next 0/2] selftests/xsk: Enhance traffic validation and batch size support
2024-06-19 13:20 UTC (3+ messages)
` [PATCH bpf-next 1/2] selftests/xsk: Ensure traffic validation proceeds after ring size adjustment in xskxceiver
` [PATCH bpf-next 2/2] selftests/xsk: Enhance batch size support with dynamic configurations
[PATCH v2] libbpf: checking the btf_type kind when fixing variable offsets
2024-06-19 12:23 UTC
[PATCHSET v7] sched: Implement BPF extensible scheduler class
2024-06-19 12:11 UTC (32+ messages)
` [PATCH 01/30] sched: Restructure sched_class order sanity checks in sched_init()
` [PATCH 02/30] sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()
` [PATCH 03/30] sched: Add sched_class->reweight_task()
` [PATCH 04/30] sched: Add sched_class->switching_to() and expose check_class_changing/changed()
` [PATCH 05/30] sched: Factor out cgroup weight conversion functions
` [PATCH 06/30] sched: Factor out update_other_load_avgs() from __update_blocked_others()
` [PATCH 07/30] sched: Add normal_policy()
` [PATCH 08/30] sched_ext: Add boilerplate for extensible scheduler class
` [PATCH 09/30] sched_ext: Implement BPF "
` [PATCH 10/30] sched_ext: Add scx_simple and scx_example_qmap example schedulers
` [PATCH 11/30] sched_ext: Add sysrq-S which disables the BPF scheduler
` [PATCH 12/30] sched_ext: Implement runnable task stall watchdog
` [PATCH 13/30] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT
` [PATCH 14/30] sched_ext: Print sched_ext info when dumping stack
` [PATCH 15/30] sched_ext: Print debug dump after an error exit
` [PATCH 16/30] tools/sched_ext: Add scx_show_state.py
` [PATCH 17/30] sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
` [PATCH 18/30] sched_ext: Add a central scheduler which makes all scheduling decisions on one CPU
` [PATCH 19/30] sched_ext: Make watchdog handle ops.dispatch() looping stall
` [PATCH 20/30] sched_ext: Add task state tracking operations
` [PATCH 21/30] sched_ext: Implement tickless support
` [PATCH 22/30] sched_ext: Track tasks that are subjects of the in-flight SCX operation
` [PATCH 23/30] sched_ext: Implement SCX_KICK_WAIT
` [PATCH 24/30] sched_ext: Implement sched_ext_ops.cpu_acquire/release()
` [PATCH 25/30] sched_ext: Implement sched_ext_ops.cpu_online/offline()
` [PATCH 26/30] sched_ext: Bypass BPF scheduler while PM events are in progress
` [PATCH 27/30] sched_ext: Implement core-sched support
` [PATCH 28/30] sched_ext: Add vtime-ordered priority queue to dispatch_q's
` [PATCH 29/30] sched_ext: Documentation: scheduler: Document extensible scheduler class
` [PATCH 30/30] sched_ext: Add selftests
[PATCH bpf-next v2 0/2] Zero overhead PROBE_MEM
2024-06-19 11:36 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] x86: Perform BPF exception fixup in do_user_addr_fault
` [PATCH bpf-next v2 2/2] bpf, x86: Skip bounds checking for PROBE_MEM with SMAP
[PATCH v5 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-06-19 10:14 UTC (8+ messages)
` [PATCH v5 1/6] fs/procfs: extract logic for getting VMA name constituents
` [PATCH v5 2/6] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH v5 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API
` [PATCH v5 4/6] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
` [PATCH v5 5/6] tools: sync uapi/linux/fs.h header into tools subdir
` [PATCH v5 6/6] selftests/proc: add PROCMAP_QUERY ioctl tests
[PATCH 2/2] selftests/bpf: add negative tests for relaxed fixed offset constraint on trusted pointer arguments
2024-06-19 9:02 UTC (2+ messages)
[PATCH 1/2] bpf: relax zero fixed offset constraint on trusted pointer arguments
2024-06-19 8:57 UTC (4+ messages)
[PATCH bpf-next] bpf: Change bpf_session_cookie return value to __u64 *
2024-06-19 8:16 UTC
[PATCH v8 net-next 11/15] lwt: Don't disable migration prio invoking BPF
2024-06-19 7:17 UTC (5+ messages)
` [PATCH v8 net-next 12/15] seg6: Use nested-BH locking for seg6_bpf_srh_states
` [PATCH v8 net-next 13/15] net: Use nested-BH locking for bpf_scratchpad
` [PATCH v8 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
` [PATCH v8 net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context "
[PATCH] libbpf: checking the btf_type kind when fixing variable offsets
2024-06-19 5:03 UTC (5+ messages)
[PATCH bpf-next v5 0/6] use network helpers, part 7
2024-06-19 2:51 UTC (7+ messages)
` [PATCH bpf-next v5 1/6] selftests/bpf: Drop type from network_helper_opts
` [PATCH bpf-next v5 2/6] selftests/bpf: Use connect_to_addr in connect_to_fd_opt
` [PATCH bpf-next v5 3/6] selftests/bpf: Add client_socket helper
` [PATCH bpf-next v5 4/6] selftests/bpf: Drop noconnect from network_helper_opts
` [PATCH bpf-next v5 5/6] selftests/bpf: Use start_server_str in mptcp
` [PATCH bpf-next v5 6/6] selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user
[PATCH v3,net-next] net: mana: Add support for page sizes other than 4KB on ARM64
2024-06-19 1:30 UTC (2+ messages)
[PATCH] xdp: remove WARN() from __xdp_reg_mem_model()
2024-06-19 1:23 UTC (3+ messages)
[PATCH v2 bpf 1/2] bpf: Fix the corner case with may_goto and jump to the 1st insn
2024-06-19 1:18 UTC (2+ messages)
` [PATCH v2 bpf 2/2] selftests/bpf: Tests with may_goto and jumps "
[PATCH bpf-next 0/5] bpf: resilient split BTF followups
2024-06-18 23:24 UTC (11+ messages)
` [PATCH bpf-next 1/5] libbpf: BTF relocation followup fixing naming, loop logic
` [PATCH bpf-next 2/5] module, bpf: store BTF base pointer in struct module
` [PATCH bpf-next 3/5] libbpf,bpf: share BTF relocate-related code with kernel
` [PATCH bpf-next 4/5] kbuild,bpf: add module-specific pahole flags for distilled base BTF
` [PATCH bpf-next 5/5] selftests/bpf: add kfunc_call test for simple dtor in bpf_testmod
[PATCH bpf-next v4 00/12] bpf: Support dumping kfunc prototypes from BTF
2024-06-18 20:29 UTC (8+ messages)
` [PATCH bpf-next v4 06/12] bpf: selftests: Fix bpf_session_cookie() kfunc prototype
[PATCH bpf-next] bpftool: allow compile-time checks of BPF map auto-attach support in skeleton
2024-06-18 19:56 UTC (2+ messages)
[PATCH] bpf: add security_file_post_open() LSM hook to sleepable_lsm_hooks
2024-06-18 19:44 UTC (2+ messages)
[PATCH] uprobe: Do not use UPROBE_SWBP_INSN as static initializer
2024-06-18 19:43 UTC
[PATCH] bpf/selftests: Fix __NR_uretprobe in uprobe_syscall test
2024-06-18 19:33 UTC (5+ messages)
kernel: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
2024-06-18 17:43 UTC
[RFC PATCH 1/1] mm/vmalloc: Modify permission reset procedure to avoid invalid access
2024-06-18 16:08 UTC (4+ messages)
[PATCH bpf] bpf: update BPF LSM maintainer list
2024-06-18 15:40 UTC (2+ messages)
[PATCH v2 bpf] bpf: Fix remap of arena
2024-06-18 15:30 UTC (6+ messages)
[RFC PATCH bpf-next] bpf: Support shadow stack for bpf progs
2024-06-18 15:20 UTC (5+ messages)
ANNOUNCE: pahole v1.27 (reproducible builds, BTF kfuncs)
2024-06-18 14:30 UTC (7+ messages)
` [PATCH/RFT] "
` [PATCH fyi 1/1] dwarf_loader: Add missing cus__add(cus, cu) to cus__merge_and_process_cu()
[PATCH bpf-next V2 0/3] Fix compiler warnings, looking for suggestions
2024-06-18 14:20 UTC (4+ messages)
[PATCH bpf-next v7 0/2] Support kCFI + BPF on arm64
2024-06-18 13:30 UTC (3+ messages)
` [PATCH bpf-next v7 2/2] arm64/cfi,bpf: "
[syzbot] [bpf?] KMSAN: uninit-value in htab_lru_percpu_map_lookup_percpu_elem
2024-06-18 13:05 UTC (2+ messages)
` [PATCH] kernel/bpf: enable BPF bytecode call parsing for uninit value
[PATCH net-next v10 00/14] Device Memory TCP
2024-06-18 11:40 UTC (11+ messages)
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
[PATCH v6 bpf-next 0/9] bpf: support resilient split BTF
2024-06-18 9:47 UTC (4+ messages)
` [PATCH v6 bpf-next 3/9] libbpf: split BTF relocation
[PATCH v7 net-next 11/15] lwt: Don't disable migration prio invoking BPF
2024-06-18 8:17 UTC (7+ messages)
` [PATCH v7 net-next 12/15] seg6: Use nested-BH locking for seg6_bpf_srh_states
` [PATCH v7 net-next 13/15] net: Use nested-BH locking for bpf_scratchpad
` [PATCH v7 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
` [PATCH v7 net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context "
[issue]: sockmap restrain send if receiver block
2024-06-18 8:08 UTC (4+ messages)
[PATCH net-next v6 00/10] virtio-net: support AF_XDP zero copy
2024-06-18 7:56 UTC (11+ messages)
` [PATCH net-next v6 01/10] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v6 02/10] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v6 03/10] virtio_net: separate receive_buf
` [PATCH net-next v6 04/10] virtio_net: separate receive_mergeable
` [PATCH net-next v6 05/10] virtio_net: xsk: bind/unbind xsk for rx
` [PATCH net-next v6 06/10] virtio_net: xsk: support wakeup
` [PATCH net-next v6 07/10] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next v6 08/10] virtio_net: xsk: rx: support recv small mode
` [PATCH net-next v6 09/10] virtio_net: xsk: rx: support recv merge mode
` [PATCH net-next v6 10/10] virtio_net: xsk: rx: free the unused xsk buffer
[PATCH bpf-next v4 0/6] use network helpers, part 7
2024-06-18 4:06 UTC (7+ messages)
` [PATCH bpf-next v4 1/6] selftests/bpf: Drop type from network_helper_opts
` [PATCH bpf-next v4 2/6] selftests/bpf: Use connect_to_addr in connect_to_fd_opt
` [PATCH bpf-next v4 3/6] selftests/bpf: Add client_socket helper
` [PATCH bpf-next v4 4/6] selftests/bpf: Drop noconnect from network_helper_opts
` [PATCH bpf-next v4 5/6] selftests/bpf: Use start_server_str in mptcp
` [PATCH bpf-next v4 6/6] selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user
[PATCH net-next v5 00/15] virtio-net: support AF_XDP zero copy
2024-06-18 1:40 UTC (6+ messages)
` [PATCH net-next v5 11/15] virtio_net: xsk: tx: support xmit xsk buffer
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).