BPF List
 help / color / mirror / Atom feed
 messages from 2024-07-08 20:45:54 to 2024-07-10 01:21:25 UTC [more...]

[PATCH bpf-next v2 0/3] bpf: track find_equal_scalars history on per-instruction level
 2024-07-10  1:21 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] "

[RFC bpf-next v2 0/9] no_caller_saved_registers attribute for helper calls
 2024-07-10  1:18 UTC  (12+ messages)
` [RFC bpf-next v2 1/9] bpf: add a get_helper_proto() utility function
` [RFC bpf-next v2 2/9] bpf: no_caller_saved_registers attribute for helper calls
` [RFC bpf-next v2 4/9] selftests/bpf: extract utility function for BPF disassembly
` [RFC bpf-next v2 8/9] selftests/bpf: __arch_* macro to limit test cases to specific archs

[PATCH 00/10] perf/uprobe: Optimize uprobes
 2024-07-10  0:55 UTC  (17+ messages)

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

[PATCH v14 0/3] Reduce overhead of LSMs with static calls
 2024-07-10  0:05 UTC  (4+ messages)
` [PATCH v14 1/3] kernel: Add helper macros for loop unrolling
` [PATCH v14 2/3] security: Count the LSMs enabled at compile time
` [PATCH v14 3/3] security: Replace indirect LSM hook calls with static calls

[PATCH 0/2] Optimize the return_instance management of uretprobe
 2024-07-09 23:55 UTC  (4+ messages)
` [PATCH 1/2] uprobes: Optimize the return_instance related routines
` [PATCH 2/2] selftests/bpf: Add uretprobe test for return_instance management

[PATCH] tracing/kprobes: Fix build error when find_module() is not available
 2024-07-09 23:36 UTC 

[PATCH] tracing/kprobes: Fix build error when find_module() is not available
 2024-07-09 23:36 UTC 

linux-next: build failure after merge of the bpf-next tree
 2024-07-09 23:13 UTC  (2+ messages)

[PATCH for-next v4] tracing/kprobes: Add symbol counting check when module loads
 2024-07-09 22:17 UTC  (2+ messages)

[PATCH v2 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-07-09 21:45 UTC  (9+ messages)
` [PATCH v2 04/12] uprobes: revamp uprobe refcounting and lifetime management

[PATCH v2 1/2] net: Fix skb_segment when splitting gso_size mangled skb having linear-headed frag_list whose head_frag=true
 2024-07-09 21:29 UTC  (5+ messages)
` [PATCH] net: linearizing skb when downgrade gso_size

[PATCH bpf] bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCU
 2024-07-09 21:23 UTC  (2+ messages)

[PATCH bpf v1 0/3] Fixes for BPF timer lockup and UAF
 2024-07-09 21:06 UTC  (5+ messages)
` [PATCH bpf v1 1/3] bpf: Fail bpf_timer_cancel when callback is being cancelled
` [PATCH bpf v1 2/3] bpf: Defer work in bpf_timer_cancel_and_free
` [PATCH bpf v1 3/3] selftests/bpf: Add timer lockup selftest

[PATCH bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-07-09 20:42 UTC  (11+ messages)
` [PATCH bpf-next 01/10] lib/buildid: add single page-based file reader abstraction
` [PATCH bpf-next 02/10] lib/buildid: take into account e_phoff when fetching program headers
` [PATCH bpf-next 03/10] lib/buildid: remove single-page limit for PHDR search
` [PATCH bpf-next 04/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()
` [PATCH bpf-next 05/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH bpf-next 06/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF
` [PATCH bpf-next 07/10] lib/buildid: harden build ID parsing logic some more
` [PATCH bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
` [PATCH bpf-next 10/10] selftests/bpf: add build ID tests

[PATCH v3 0/3] tools build: Incorrect fixdep dependencies
 2024-07-09 20:41 UTC  (4+ messages)
` [PATCH v3 1/3] tools build: Correct libsubcmd "
` [PATCH v3 2/3] tools build: Avoid circular .fixdep-in.o.cmd issues
` [PATCH v3 3/3] tools build: Correct bpf fixdep dependencies

[PATCH bpf 1/2] bpf: Fix too early release of tcx_entry
 2024-07-09 19:48 UTC  (6+ messages)
` [PATCH bpf 2/2] selftests/bpf: Extend tcx tests to cover late tcx_entry release

[PATCH bpf] selftests/bpf: DENYLIST.aarch64: Remove fexit_sleep
 2024-07-09 19:06 UTC  (10+ messages)

[PATCH v13 4/5] security: Update non standard hooks to use static calls
 2024-07-09 19:05 UTC  (6+ messages)

[syzbot] [bpf?] [net?] WARNING in bpf_lwt_seg6_adjust_srh
 2024-07-09 18:24 UTC  (5+ messages)
` [PATCH bpf-next] seg6: Ensure that seg6_bpf_srh_states can only be accessed from input_action_end_bpf()

[PATCH bpf-next] selftests/bpf: Workaround iters/iter_arr_with_actual_elem_count failure when -mcpu=cpuv4
 2024-07-09 18:12 UTC  (15+ messages)

[PATCH RESEND] bpf: fix order of args in call to bpf_map_kvcalloc
 2024-07-09 18:11 UTC  (6+ messages)

[PATCH v4] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-09 17:50 UTC  (5+ messages)

[PATCH net-next v15 00/14] Device Memory TCP
 2024-07-09 17:44 UTC  (6+ messages)
` [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice

[syzbot] [bpf?] [net?] stack segment fault in cpu_map_redirect
 2024-07-09 17:09 UTC 

pull-request: bpf-next 2024-07-08
 2024-07-09 15:00 UTC  (3+ messages)

pull-request: bpf 2024-07-09
 2024-07-09 14:40 UTC  (2+ messages)

[PATCH -next] cgroup: Fix AA deadlock caused by cgroup_bpf_release
 2024-07-09 13:45 UTC  (5+ messages)

[PATCH net-next v10 00/15] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-07-09 13:27 UTC  (3+ messages)
` [PATCH net-next v10 04/15] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v10 13/15] net: replace page_frag with page_frag_cache

WARNING&Oops in v6.6.37 on ppc64lea - Trying to vfree() bad address (00000000453be747)
 2024-07-09 12:52 UTC  (7+ messages)

[PATCH 0/6] defconfig: drop RT_GROUP_SCHED=y
 2024-07-09 12:45 UTC  (5+ messages)
` [PATCH 6/6] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2855/tegra/omap2plus

[PATCHSET v5 sched_ext/for-6.11] sched_ext: Implement DSQ iterator
 2024-07-09 12:24 UTC  (5+ messages)
` [PATCH 1/3] sched_ext: Take out ->priq and ->flags from scx_dsq_node
` [PATCH 2/3] sched_ext: Implement DSQ iterator
` [PATCH 3/3] sched_ext/scx_qmap: Add an example usage of "

xdp/xsk.c: Possible bug in xdp_umem_reg version check
 2024-07-09 11:25 UTC  (3+ messages)

[PATCH] selftests/bpf:fix a resource leak
 2024-07-09 11:03 UTC  (2+ messages)

[PATCH bpf-next 0/3] BPF selftests misc fixes
 2024-07-09 10:45 UTC  (4+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Null checks for links in bpf_tcp_ca
` [PATCH bpf-next 2/3] selftests/bpf: Check ASSERT_OK(err) in dummy_st_ops
` [PATCH bpf-next 3/3] selftests/bpf: Close obj in error paths in xdp_adjust_tail

[PATCH bpf v2] af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
 2024-07-09 10:21 UTC  (6+ messages)

[PATCH bpf v3 0/4] af_unix: MSG_OOB handling fix & selftest
 2024-07-09 10:08 UTC  (12+ messages)
` [PATCH bpf v3 1/4] af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
` [PATCH bpf v3 2/4] selftest/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()
` [PATCH bpf v3 3/4] selftest/bpf: Parametrize AF_UNIX redir functions to accept send() flags
` [PATCH bpf v3 4/4] selftest/bpf: Test sockmap redirect for AF_UNIX MSG_OOB

[PATCH] Revert "bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()" for linux-6.6.37
 2024-07-09 10:03 UTC  (9+ messages)

[PATCH bpf-next v11 0/9] use network helpers, part 8
 2024-07-09  9:16 UTC  (10+ messages)
` [PATCH bpf-next v11 1/9] selftests/bpf: Add backlog for network_helper_opts
` [PATCH bpf-next v11 2/9] selftests/bpf: Add ASSERT_OK_FD macro
` [PATCH bpf-next v11 3/9] selftests/bpf: Close fd in error path in drop_on_reuseport
` [PATCH bpf-next v11 4/9] selftests/bpf: Use start_server_str in sk_lookup
` [PATCH bpf-next v11 5/9] selftests/bpf: Use start_server_addr "
` [PATCH bpf-next v11 6/9] selftests/bpf: Use connect_fd_to_fd "
` [PATCH bpf-next v11 7/9] selftests/bpf: Add connect_fd_to_addr_str helper
` [PATCH bpf-next v11 8/9] selftests/bpf: Use connect_fd_to_addr_str in sk_lookup
` [PATCH bpf-next v11 9/9] selftests/bpf: Drop make_socket "

[PATCH net v5] skmsg: skip zero length skb in sk_msg_recvmsg
 2024-07-09  8:40 UTC  (3+ messages)

Plumbers Testing MC potential topic: specialised toolchains
 2024-07-09  5:30 UTC  (4+ messages)
` [Automated-testing] "

[PATCH] test_bpf: Convert comma to semicolon
 2024-07-09  3:43 UTC 

[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-07-09  3:14 UTC  (10+ messages)
` [PATCH v6 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API

[PATCH sched_ext/for-6.11 1/2] sched_ext: Take out ->priq and ->flags from scx_dsq_node
 2024-07-09  1:50 UTC  (5+ messages)
` [PATCH v4 sched_ext/for-6.11 2/2] sched_ext: Implement DSQ iterator

[PATCH v2 bpf-next 0/3] Fix libbpf BPF skeleton forward/backward compat
 2024-07-08 23:20 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/3] bpftool: improve skeleton backwards compat with old buggy libbpfs
` [PATCH v2 bpf-next 3/3] libbpf: improve old BPF skeleton handling for map auto-attach

[PATCH net] i40e: Fix XDP program unloading while removing the driver
 2024-07-08 23:07 UTC 

[PATCH net 0/8][pull request] ice: fix AF_XDP ZC timeout and concurrency issues
 2024-07-08 22:14 UTC  (9+ messages)
` [PATCH net 1/8] ice: respect netif readiness in AF_XDP ZC related ndo's
` [PATCH net 2/8] ice: don't busy wait for Rx queue disable in ice_qp_dis()
` [PATCH net 3/8] ice: replace synchronize_rcu with synchronize_net
` [PATCH net 4/8] ice: modify error handling when setting XSK pool in ndo_bpf
` [PATCH net 5/8] ice: toggle netif_carrier when setting up XSK pool
` [PATCH net 6/8] ice: improve updating ice_{t, r}x_ring::xsk_pool
` [PATCH net 7/8] ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog
` [PATCH net 8/8] ice: xsk: fix txq interrupt mapping

[PATCH bpf-next v10 00/12] use network helpers, part 8
 2024-07-08 21:04 UTC  (3+ messages)
` [PATCH bpf-next v10 07/12] selftests/bpf: Set expect_errno for cgroup_skb_sk_lookup

[PATCH] libbpf: add NULL checks to bpf_object__{prev_map,next_map}
 2024-07-08 20:56 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