BPF List
 help / color / mirror / Atom feed
 messages from 2024-06-19 08:29:52 to 2024-06-21 08:56:46 UTC [more...]

[PATCH HID 00/12] HID: bpf_struct_ops, part 2
 2024-06-21  8:55 UTC  (12+ messages)
` [PATCH HID 01/12] HID: bpf: fix dispatch_hid_bpf_device_event uninitialized ret value
` [PATCH HID 02/12] HID: add source argument to HID low level functions
` [PATCH HID 03/12] HID: bpf: add HID-BPF hooks for hid_hw_raw_requests
` [PATCH HID 04/12] HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooks
` [PATCH HID 05/12] selftests/hid: add tests for hid_hw_raw_request HID-BPF hooks
` [PATCH HID 06/12] HID: bpf: add HID-BPF hooks for hid_hw_output_report
` [PATCH HID 07/12] selftests/hid: add tests for hid_hw_output_report HID-BPF hooks
` [PATCH HID 08/12] HID: bpf: make hid_bpf_input_report() sleep until the device is ready
` [PATCH HID 09/12] selftests/hid: add wq test for hid_bpf_input_report()
` [PATCH HID 10/12] HID: bpf: allow hid_device_event hooks to inject input reports on self
` [PATCH HID 11/12] selftests/hid: add another test for injecting an event from an event hook

Backporting callback handling fixes to stable 6.1
 2024-06-21  8:27 UTC  (3+ messages)

[PATCH bpf 1/2] bpf: Fix overrunning reservations in ringbuf
 2024-06-21  7:35 UTC  (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add more ring buffer test coverage

[PATCH v4 00/14] security: digest_cache LSM
 2024-06-21  7:10 UTC  (20+ messages)

[issue]: sockmap restrain send if receiver block
 2024-06-21  6:44 UTC  (4+ messages)

[Bpf] Re: Writing into a ring buffer map from user space
 2024-06-21  6:49 UTC  (5+ messages)
      ` [Bpf] Re: [EXTERNAL] "

[PATCH v3 00/11] Improve the copy of task comm
 2024-06-21  4:37 UTC  (13+ messages)
` [PATCH v3 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v3 02/11] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v3 03/11] security: "
` [PATCH v3 04/11] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v3 05/11] mm/util: Fix possible race condition in kstrdup()
` [PATCH v3 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v3 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v3 08/11] tsacct: "
` [PATCH v3 09/11] tracing: "
` [PATCH v3 10/11] net: Replace strcpy() "
` [PATCH v3 11/11] drm: "

[syzbot] [bpf?] KMSAN: uninit-value in htab_lru_percpu_map_lookup_percpu_elem
 2024-06-21  3:54 UTC  (3+ messages)
` [PATCH] kernel/bpf: enable BPF bytecode call parsing for uninit value

[PATCH bpf-next v6 0/6] use network helpers, part 7
 2024-06-21  3:50 UTC  (8+ messages)
` [PATCH bpf-next v6 1/6] selftests/bpf: Drop type from network_helper_opts
` [PATCH bpf-next v6 2/6] selftests/bpf: Use connect_to_addr in connect_to_fd_opt
` [PATCH bpf-next v6 3/6] selftests/bpf: Add client_socket helper
` [PATCH bpf-next v6 4/6] selftests/bpf: Drop noconnect from network_helper_opts
` [PATCH bpf-next v6 5/6] selftests/bpf: Use start_server_str in mptcp
` [PATCH bpf-next v6 6/6] selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user

[PATCH v2 bpf-next 0/2] bpf, verifier: Correct tail_call_reachable for bpf prog
 2024-06-21  3:00 UTC  (2+ messages)

[PATCH bpf-next V2 0/3] Fix compiler warnings, looking for suggestions
 2024-06-21  3:00 UTC  (2+ messages)

[PATCH bpf-next v5 0/6] use network helpers, part 7
 2024-06-20 22:51 UTC  (10+ 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

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-06-20 22:42 UTC  (15+ messages)
                ` [PATCH sched_ext/for-6.11] sched, sched_ext: Replace scx_next_task_picked() with sched_class->switch_class()

[RFC net-next 1/9] skb: introduce gro_disabled bit
 2024-06-20 22:19 UTC  (9+ messages)
` [RFC net-next 2/9] xdp: add XDP_FLAGS_GRO_DISABLED flag
` [RFC net-next 3/9] xdp: implement bpf_xdp_disable_gro kfunc
` [RFC net-next 4/9] bnxt: apply XDP offloading fixup when building skb
` [RFC net-next 5/9] ice: "
` [RFC net-next 6/9] veth: "
` [RFC net-next 7/9] mlx5: move xdp_buff scope one level up
` [RFC net-next 8/9] mlx5: apply XDP offloading fixup when building skb
` [RFC net-next 9/9] bpf: selftests: test disabling GRO by XDP

[PATCH net] af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
 2024-06-20 22:12 UTC  (2+ messages)

[PATCH] uprobe: Do not use UPROBE_SWBP_INSN as static initializer
 2024-06-20 21:30 UTC  (4+ messages)

BPF/eBPF non-acronym feedback from Gunter Van de Velde and Éric Vyncke
 2024-06-20 19:59 UTC  (4+ messages)
  ` [Bpf] "
` Éric Vyncke's feedback on byteswap functions
  ` [Bpf] "

[RFC PATCH v3 00/11] powerpc: Add support for ftrace direct and BPF trampolines
 2024-06-20 19:09 UTC  (12+ messages)
` [RFC PATCH v3 01/11] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [RFC PATCH v3 02/11] powerpc/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [RFC PATCH v3 03/11] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [RFC PATCH v3 04/11] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [RFC PATCH v3 05/11] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [RFC PATCH v3 06/11] powerpc64/ftrace: Move ftrace sequence out of line
` [RFC PATCH v3 07/11] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [RFC PATCH v3 08/11] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [RFC PATCH v3 09/11] samples/ftrace: Add support for ftrace direct samples on powerpc
` [RFC PATCH v3 10/11] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [RFC PATCH v3 11/11] powerpc64/bpf: Add support for bpf trampolines

[PATCH] bpf, arm64: inline bpf_get_current_task/_btf() helpers
 2024-06-20 19:07 UTC  (3+ messages)

[PATCH bpf-next] bpf: Change bpf_session_cookie return value to __u64 *
 2024-06-20 18:58 UTC  (2+ messages)

[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
 2024-06-20 18:52 UTC  (4+ messages)
` [PATCHv8 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe

[PATCH v5 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-20 18:50 UTC  (4+ messages)
` [PATCH v5 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API

[PATCH v4 0/5] Faultable Tracepoints
 2024-06-20 15:38 UTC  (10+ messages)
` [PATCH v4 1/5] tracing: Introduce faultable tracepoints
` [PATCH v4 2/5] tracing/ftrace: Add support for "
` [PATCH v4 5/5] tracing: convert sys_enter/exit to "

[PATCH v9 net-next 11/15] lwt: Don't disable migration prio invoking BPF
 2024-06-20 13:22 UTC  (5+ messages)
` [PATCH v9 net-next 12/15] seg6: Use nested-BH locking for seg6_bpf_srh_states
` [PATCH v9 net-next 13/15] net: Use nested-BH locking for bpf_scratchpad
` [PATCH v9 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
` [PATCH v9 net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context "

[PATCH bpf 1/2] bpf: Fix may_goto with negative offset
 2024-06-20 13:04 UTC  (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add tests for "

[PATCH 0/6] defconfig: drop RT_GROUP_SCHED=y
 2024-06-20 12:49 UTC  (2+ messages)
` (subset) "

[PATCH bpf-next] uprobes: Fix the xol slots reserved for uretprobe trampoline
 2024-06-20 11:58 UTC  (11+ messages)

[PATCH v2 bpf-next 0/6] bpf: resilient split BTF followups
 2024-06-20 11:41 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/6] libbpf: BTF relocation followup fixing naming, loop logic
` [PATCH v2 bpf-next 2/6] module, bpf: store BTF base pointer in struct module
` [PATCH v2 bpf-next 3/6] libbpf: split field iter code into its own file kernel
` [PATCH v2 bpf-next 4/6] libbpf,bpf: share BTF relocate-related code with kernel
` [PATCH v2 bpf-next 5/6] kbuild,bpf: add module-specific pahole flags for distilled base BTF
` [PATCH v2 bpf-next 6/6] selftests/bpf: add kfunc_call test for simple dtor in bpf_testmod

[PATCH bpf-next 5/5] selftests/bpf: add kfunc_call test for simple dtor in bpf_testmod
 2024-06-20 11:02 UTC  (6+ messages)

[PATCH net-next v6 00/10] virtio-net: support AF_XDP zero copy
 2024-06-20 10:57 UTC  (11+ messages)
` [PATCH net-next v6 07/10] virtio_net: xsk: rx: support fill with xsk buffer
` [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] bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT
 2024-06-20 10:28 UTC  (5+ messages)

XDP Performance Regression in recent kernel versions
 2024-06-20  9:52 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()

Ideal way to read FUNC_PROTO in raw tp?
 2024-06-20  1:57 UTC  (3+ messages)

[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  (3+ 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 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  (3+ messages)
` [PATCH 29/30] sched_ext: Documentation: scheduler: Document "

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


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