BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-20 08:54:59 to 2024-06-21 20:31:45 UTC [more...]

[PATCH net-next v12 00/13] Device Memory TCP
 2024-06-21 20:31 UTC  (7+ messages)
` [PATCH net-next v12 06/13] page_pool: devmem support
` [PATCH net-next v12 10/13] tcp: RX path for devmem TCP

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

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

[PATCHSET v7] sched: Implement BPF extensible scheduler class
 2024-06-21 19:32 UTC  (5+ messages)
` [PATCH 04/30] sched: Add sched_class->switching_to() and expose check_class_changing/changed()

[PATCH] bpf: add security_file_post_open() LSM hook to sleepable_lsm_hooks
 2024-06-21 18:00 UTC  (4+ messages)

[PATCH v2 bpf 1/2] bpf: Fix the corner case with may_goto and jump to the 1st insn
 2024-06-21 18:20 UTC  (2+ messages)

[PATCH v2] libbpf: checking the btf_type kind when fixing variable offsets
 2024-06-21 18:10 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: test struct_ops bpf map auto-attach
 2024-06-21 18:03 UTC 

[PATCH bpf-next] bpftool: allow compile-time checks of BPF map auto-attach support in skeleton
 2024-06-21 18:00 UTC  (2+ messages)

[PATCH bpf-next] bpf: Change bpf_session_cookie return value to __u64 *
 2024-06-21 17:40 UTC  (3+ messages)

[RFC net-next 1/9] skb: introduce gro_disabled bit
 2024-06-21 17:20 UTC  (25+ 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 v3 00/11] Improve the copy of task comm
 2024-06-21 16:39 UTC  (16+ 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: "

[PATCH bpf-next v5 0/2] Regular expression support for test output matching
 2024-06-21 16:31 UTC  (3+ messages)

[PATCH HID 00/12] HID: bpf_struct_ops, part 2
 2024-06-21 16:26 UTC  (17+ 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
` [PATCH HID 12/12] selftests/hid: add an infinite loop test for hid_bpf_try_input_report

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

[PATCH] uprobe: Do not use UPROBE_SWBP_INSN as static initializer
 2024-06-21 13:17 UTC  (6+ messages)

XDP Performance Regression in recent kernel versions
 2024-06-21 12:35 UTC  (5+ messages)

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

[PATCH bpf-next 0/6] use network helpers, part 8
 2024-06-21 10:35 UTC  (7+ messages)
` [PATCH bpf-next 1/6] selftests/bpf: Use start_server in sockmap_ktls
` [PATCH bpf-next 2/6] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next 3/6] selftests/bpf: Use start_server_str in sk_lookup
` [PATCH bpf-next 4/6] selftests/bpf: Drop inetaddr_len "
` [PATCH bpf-next 5/6] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next 6/6] selftests/bpf: Drop make_socket "

Backporting callback handling fixes to stable 6.1
 2024-06-21  8:27 UTC  (2+ 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] "

[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

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

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

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


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).