public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-25 08:25:25 to 2024-06-27 09:09:24 UTC [more...]

[PATCH bpf-next 00/10] s390/bpf: Implement arena
 2024-06-27  9:07 UTC  (3+ messages)
` [PATCH bpf-next 01/10] s390/bpf: Factor out emitting probe nops
` [PATCH bpf-next 02/10] s390/bpf: Get rid of get_probe_mem_regno()

[PATCHSET v7] sched: Implement BPF extensible scheduler class
 2024-06-27  8:32 UTC  (7+ messages)
` [PATCH 09/30] sched_ext: "
` [PATCH 10/30] sched_ext: Add scx_simple and scx_example_qmap example schedulers
    ` [PATCH sched_ext/for-6.11] sched_ext: Drop tools_clean target from the top-level Makefile

[PATCH bpf v2] af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
 2024-06-27  7:40 UTC  (4+ messages)

[PATCH bpf-next v2 0/4] Fixes for BPF selftests on Loongarch
 2024-06-27  7:38 UTC  (12+ messages)
` [PATCH bpf-next v2 1/4] skmsg: null check for sg_page in sk_msg_recvmsg
` [PATCH bpf-next v2 3/4] inet: null check for close in inet_release
` [PATCH bpf-next v2 4/4] selftests/bpf: Null checks for link in bpf_tcp_ca

linux-next: build failure after merge of the bpf-next tree
 2024-06-27  7:14 UTC  (6+ messages)

[PATCH iwl-next v4 0/4] igb: Add support for AF_XDP zero-copy
 2024-06-27  7:07 UTC  (2+ messages)

[PATCH] selftests/bpf:fix a resource leak
 2024-06-27  6:01 UTC 

[PATCH bpf-next v2 0/2] selftests/xsk: Enhance traffic validation and batch size support
 2024-06-27  4:35 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] selftests/xsk: Ensure traffic validation proceeds after ring size adjustment in xskxceiver
` [PATCH bpf-next v2 2/2] selftests/xsk: Enhance batch size support with dynamic configurations

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 ?
 2024-06-27  3:41 UTC  (24+ messages)
                      ` APIs for qp-trie //Re: "

[PATCH] selftests/bpf:Delete extra blank Lines
 2024-06-27  3:19 UTC 

[PATCH 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-06-27  3:06 UTC  (19+ messages)
` [PATCH 02/12] uprobes: grab write mmap lock in unapply_uprobe()
` [PATCH 04/12] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH 05/12] uprobes: move offset and ref_ctr_offset into uprobe_consumer
` [PATCH 06/12] uprobes: add batch uprobe register/unregister APIs

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-06-27  1:27 UTC  (22+ messages)
` [PATCH 04/39] sched: Add sched_class->reweight_task()
          ` [PATCH sched/urgent] sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE tasks
          ` [PATCH sched_ext/for-6.11] sched_ext: Account for idle policy when setting p->scx.weight in scx_ops_enable_task()
` [PATCH 09/39] sched: Add @reason to sched_class->rq_{on|off}line()
              ` [PATCH sched_ext/for-6.11] sched_ext: Disallow loading BPF scheduler if isolcpus= domain isolation is in effect
` [PATCH 10/39] sched: Factor out update_other_load_avgs() from __update_blocked_others()

[PATCH v5 0/8] Faultable Tracepoints
 2024-06-27  1:25 UTC  (10+ messages)
` [PATCH v5 1/8] cleanup.h: Header include guard should match header name
` [PATCH v5 2/8] cleanup.h guard: Rename DEFINE_ prefix to DECLARE_
` [PATCH v5 3/8] cleanup.h: Introduce DEFINE_INACTIVE_GUARD and activate_guard
` [PATCH v5 4/8] tracing: Introduce faultable tracepoints
` [PATCH v5 5/8] tracing/ftrace: Add support for "
` [PATCH v5 6/8] tracing/bpf-trace: "
` [PATCH v5 7/8] tracing/perf: "
` [PATCH v5 8/8] tracing: Convert sys_enter/exit to "

[PATCH net-next v14 00/13] Device Memory TCP
 2024-06-27  0:46 UTC  (18+ messages)
` [PATCH net-next v14 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v14 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v14 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v14 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v14 05/13] page_pool: convert to use netmem
` [PATCH net-next v14 06/13] page_pool: devmem support
` [PATCH net-next v14 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v14 08/13] net: support non paged skb frags
` [PATCH net-next v14 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v14 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v14 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v14 12/13] net: add devmem TCP documentation
` [PATCH net-next v14 13/13] selftests: add ncdevmem, netcat for devmem TCP

[PATCH] bpf: defer printk() inside __bpf_prog_run()
 2024-06-27  0:29 UTC  (20+ messages)

[PATCHv2 bpf-next] selftests/bpf: Move ARRAY_SIZE to bpf_misc.h
 2024-06-27  0:20 UTC  (2+ messages)

[Bpf] Re: Writing into a ring buffer map from user space
 2024-06-26 23:43 UTC  (8+ messages)
      ` [Bpf] Re: [EXTERNAL] "

[PATCH] selftests/bpf: improve file descriptor closure handling
 2024-06-26 23:41 UTC  (2+ messages)

[PATCH] selftests/bpf: don't close(-1) in serial_test_fexit_stress()
 2024-06-26 23:41 UTC  (3+ messages)

[PATCH v2 bpf-next] libbpf: fix clang compilation error in btf_relocate.c
 2024-06-26 23:40 UTC  (2+ messages)

[PATCH v2 bpf 1/2] bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory accesses
 2024-06-26 20:20 UTC  (3+ messages)

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

[PATCH net-next v9 00/13] First try to replace page_frag with page_frag_cache
 2024-06-26 17:12 UTC  (7+ messages)
` [PATCH net-next v9 04/13] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v9 11/13] net: replace page_frag with page_frag_cache

[PATCH v5 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-26 16:37 UTC  (4+ messages)
` [PATCH v5 2/6] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps

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

[PATCH net-next v13 00/13] Device Memory TCP
 2024-06-26 13:47 UTC  (7+ messages)
` [PATCH net-next v13 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v13 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags

[PATCH v5 bpf-next 0/3] bpf: Fix tailcall hierarchy
 2024-06-26 12:05 UTC  (3+ messages)
` [PATCH v5 bpf-next 2/3] bpf, arm64: "

[PATCH bpf v1 0/2] bpf: Fix linker optimization removing kfuncs
 2024-06-26 11:40 UTC  (6+ messages)
` [PATCH bpf v2 "
  ` [PATCH bpf v2 2/2] bpf: Harden __bpf_kfunc tag against linker kfunc removal

A question about BTF naming convention
 2024-06-26 11:15 UTC  (4+ messages)

[PATCH net] net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
 2024-06-26  9:13 UTC 

[PATCH bpf-next 0/2] selftests/xsk: Enhance traffic validation and batch size support
 2024-06-26  8:51 UTC  (7+ 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

(no subject)
 2024-06-26  7:09 UTC  (3+ messages)
` your mail
` 

[PATCH v2 2/2] test_bpf: Introduce an skb_segment test for frag_list whose head_frag=true and gso_size was mangled
 2024-06-26  6:55 UTC  (3+ messages)
` [PATCH v2 1/2] net: Fix skb_segment when splitting gso_size mangled skb having linear-headed frag_list whose head_frag=true
` [PATCH v2 0/2] net: Fix BUG_ON for segment frag_list with mangled gso_size and head_frag is true

CVE-2024-38564: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE
 2024-06-26  6:44 UTC 

[PATCH V2] cgroup/cpuset: Prevent UAF in proc_cpuset_show()
 2024-06-26  6:09 UTC  (4+ messages)

[linux-next:master] [bpf, x64] f663a03c8e: test-bpf.Tail_call_count_preserved_across_function_calls.fail
 2024-06-26  2:43 UTC  (4+ messages)

[PATCH bpf-next] bpf: Fix tailcall cases in test_bpf
 2024-06-26  1:20 UTC  (2+ messages)

[PATCH v2 0/7] static key support for error injection functions
 2024-06-26  0:09 UTC  (11+ 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 4/7] bpf: support error injection static keys for multi_link attached progs
` [PATCH v2 6/7] mm, slab: add static key for should_failslab()

[PATCH bpf 0/2] Fix reported sockmap splat
 2024-06-25 20:16 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf: sockmap, fix introduced strparser recursive lock
` [PATCH bpf 2/2] bpf: sockmap, add test for ingress through strparser

[issue]: sockmap restrain send if receiver block
 2024-06-25 19:51 UTC  (4+ messages)

[PATCH v3 0/8] Refactor perf python module build
 2024-06-25 18:14 UTC  (6+ messages)
` [PATCH v3 7/8] perf python: Switch module to linking libraries from building source

[syzbot] [bpf?] [net?] WARNING in bpf_lwt_seg6_adjust_srh
 2024-06-25 17:06 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Move ARRAY_SIZE to bpf_misc.h
 2024-06-25 16:26 UTC  (3+ messages)

pull-request: bpf 2024-06-24
 2024-06-25 15:42 UTC  (5+ messages)

[PATCH v6 00/10] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-06-25 14:47 UTC  (2+ messages)

[PATCH -next] cgroup: fix uaf when proc_cpuset_show
 2024-06-25 14:29 UTC  (10+ messages)


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