BPF List
 help / color / mirror / Atom feed
 messages from 2024-08-15 02:02:55 to 2024-08-18 00:24:22 UTC [more...]

[bpf-next v6 1/2] bpf: Add bpf_copy_from_user_str kfunc
 2024-08-18  0:23 UTC 

[PATCH bpf] bpf, arm64: fix trampoline for BPF_TRAMP_F_CALL_ORIG
 2024-08-17 22:44 UTC  (2+ messages)

[RFC PATCH bpf-next 0/6] bpf: Add gen_epilogue and allow kfunc call in pro/epilogue
 2024-08-17 22:25 UTC  (15+ messages)
` [RFC PATCH bpf-next 1/6] bpf: Add gen_epilogue to bpf_verifier_ops
` [RFC PATCH bpf-next 3/6] selftests/test: test gen_prologue and gen_epilogue
` [RFC PATCH bpf-next 5/6] bpf: Allow pro/epilogue to call kfunc

Problem testing with S390x under QEMU on x86_64
 2024-08-17 21:57 UTC 

[PATCH bpf-next v2 0/5] support bpf_fastcall patterns for calls to kfuncs
 2024-08-17 20:09 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] bpf: rename nocsr -> bpf_fastcall in verifier
` [PATCH bpf-next v2 2/5] selftests/bpf: rename nocsr -> bpf_fastcall in selftests
` [PATCH bpf-next v2 3/5] bpf: support bpf_fastcall patterns for kfuncs
` [PATCH bpf-next v2 4/5] bpf: allow bpf_fastcall for bpf_cast_to_kern_ctx and bpf_rdonly_cast
` [PATCH bpf-next v2 5/5] selftests/bpf: check if bpf_fastcall is recognized for kfuncs

[syzbot] [net?] [bpf?] WARNING in skb_ensure_writable (2)
 2024-08-17 19:01 UTC 

[PATCH v7 0/8] Improve the copy of task comm
 2024-08-17 17:03 UTC  (15+ messages)
` [PATCH v7 1/8] Get rid of __get_task_comm()
` [PATCH v7 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v7 3/8] security: Replace memcpy() with get_task_comm()
` [PATCH v7 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v7 5/8] mm/util: Fix possible race condition in kstrdup()
` [PATCH v7 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v7 7/8] net: Replace strcpy() with strscpy()
` [PATCH v7 8/8] drm: "

[PATCH net-next v19 09/13] tcp: RX path for devmem TCP
 2024-08-17 16:51 UTC  (4+ messages)

[PATCH bpf-next 0/2] selftests: bpf: avoid duplicated UAPI headers
 2024-08-17 14:50 UTC  (5+ messages)
` [PATCH bpf-next 1/2] selftests: bpf: use KHDR_INCLUDES for the "
` [PATCH bpf-next 2/2] selftests: bpf: remove duplicated UAPI if_xdp headers

[PATCH v3 0/1] Fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
 2024-08-17  9:33 UTC  (2+ messages)
` [PATCH v3 1/1] cgroup: fix "

[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
 2024-08-17  8:58 UTC  (10+ messages)
` [PATCHv8 9/9] man2: Add uretprobe syscall page

Potential deadlock in bpf lru hash map
 2024-08-16 21:52 UTC 

[PATCH v15 0/4] Reduce overhead of LSMs with static calls
 2024-08-16 21:30 UTC  (6+ messages)
` [PATCH v15 1/4] init/main.c: Initialize early LSMs after arch code, static keys and calls
` [PATCH v15 2/4] kernel: Add helper macros for loop unrolling
` [PATCH v15 3/4] lsm: count the LSMs enabled at compile time
` [PATCH v15 4/4] lsm: replace indirect LSM hook calls with static calls

NULL pointer deref when running BPF monitor program (6.11.0-rc1)
 2024-08-16 19:30 UTC  (12+ messages)

[RFC bpf-next v4 0/6] Share user memory to BPF program through task storage map
 2024-08-16 19:12 UTC  (7+ messages)
` [RFC bpf-next v4 1/6] bpf: define BPF_UPTR a new enumerator of btf_field_type
` [RFC bpf-next v4 2/6] bpf: Parse and support "uptr" tag
` [RFC bpf-next v4 3/6] bpf: Handle BPF_UPTR in verifier
` [RFC bpf-next v4 4/6] bpf: pin, translate, and unpin __uptr from syscalls
` [RFC bpf-next v4 5/6] libbpf: define __uptr
` [RFC bpf-next v4 6/6] selftests/bpf: test __uptr on the value of a task storage map

[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
 2024-08-16 19:03 UTC  (6+ messages)

[net-next v4 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2024-08-16 18:46 UTC  (6+ messages)
` [net-next v4 1/5] net: stmmac: Add HDMA mapping for dw25gmac support
` [net-next v4 4/5] net: stmmac: Add PCI driver support for BCM8958x

[PATCH bpf-next 1/2] bpf: Make the pointer returned by iter next method valid
 2024-08-16 15:39 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for iter next method returning valid pointer

[PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider
 2024-08-16 15:35 UTC  (8+ messages)

[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
 2024-08-16 13:56 UTC  (4+ messages)

[PATCH bpf-next 1/2] bpf: Relax KF_ACQUIRE kfuncs strict type matching constraint on non-zero offset pointers
 2024-08-16 13:27 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for non-zero offset pointer as KF_ACQUIRE kfuncs argument

HI DEAR !
 2024-08-16 13:16 UTC 

[PATCH iwl-next v6 0/6] igb: Add support for AF_XDP zero-copy
 2024-08-16 12:17 UTC  (10+ messages)
` [PATCH iwl-next v6 1/6] igb: Always call igb_xdp_ring_update_tail() under Tx lock
` [PATCH iwl-next v6 2/6] igb: Remove static qualifiers
` [PATCH iwl-next v6 3/6] igb: Introduce igb_xdp_is_enabled()
` [PATCH iwl-next v6 4/6] igb: Introduce XSK data structures and helpers
` [PATCH iwl-next v6 5/6] igb: Add AF_XDP zero-copy Rx support
` [PATCH iwl-next v6 6/6] igb: Add AF_XDP zero-copy Tx support

bpf-next experiment
 2024-08-16 12:12 UTC  (6+ messages)

[PATCH net-next v13 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-08-16 11:55 UTC  (6+ messages)
` [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API

[bpf-next v5 1/2] bpf: Add bpf_copy_from_user_str kfunc
 2024-08-16  7:23 UTC  (5+ messages)
` [bpf-next v5 2/2] bpf: Add tests for "

[PATCH bpf-next v5 0/2] bpf: enable some functions in cgroup programs
 2024-08-16  5:45 UTC  (7+ messages)
` [PATCH bpf-next v5 1/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs
` [PATCH bpf-next v5 2/2] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*

[PATCH] bpf: cg_skb add get classid helper
 2024-08-16  1:06 UTC  (2+ messages)

[PATCH v4] libbpf: workaround -Wmaybe-uninitialized false positive
 2024-08-15 23:00 UTC  (2+ messages)

[PATCH] samples/bpf: fix compilation errors with cf-protection option
 2024-08-15 23:00 UTC  (2+ messages)

[PATCH bpf-next] bpf: remove __btf_name_valid() and change to btf_name_valid_identifier()
 2024-08-15 23:00 UTC  (2+ messages)

[PATCH bpf-next 0/2] allow calling kfuncs in normal tracepoint programs
 2024-08-15 22:51 UTC  (3+ messages)
` [PATCH bpf-next 2/2] bpf: allow kfuncs within "

[PATCH bpf-next 0/3] support nocsr patterns for calls to kfuncs
 2024-08-15 22:29 UTC  (13+ messages)
` [PATCH bpf-next 1/3] bpf: "
` [PATCH bpf-next 2/3] bpf: mark bpf_cast_to_kern_ctx and bpf_rdonly_cast as KF_NOCSR

[PATCH bpf-next 0/4] __jited_x86 test tag to check x86 assembly after jit
 2024-08-15 22:19 UTC  (21+ messages)
` [PATCH bpf-next 2/4] selftests/bpf: utility function to get program disassembly "
` [PATCH bpf-next 3/4] selftests/bpf: __jited_x86 test tag to check x86 assembly "
` [PATCH bpf-next 4/4] selftests/bpf: validate jit behaviour for tail calls

[PATCH bpf-next v2 0/4] __jited_x86 test tag to check x86 assembly after jit
 2024-08-15 22:13 UTC  (9+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: less spam in the log for message matching
` [PATCH bpf-next v2 2/4] selftests/bpf: utility function to get program disassembly after jit
` [PATCH bpf-next v2 3/4] selftests/bpf: __jited_x86 test tag to check x86 assembly "
` [PATCH bpf-next v2 4/4] selftests/bpf: validate jit behaviour for tail calls

[PATCH] tools build: Provide consistent build options for fixdep
 2024-08-15 21:07 UTC  (5+ messages)

[PATCH bpf-next v4 0/2] selftests/bpf: new MPTCP subflow subtest
 2024-08-15 20:57 UTC  (6+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp "

[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
 2024-08-15 20:17 UTC  (14+ messages)
` [PATCH RFC v3 13/13] uprobes: add speculative lockless VMA to inode resolution

[PATCH bpf-next v8 0/6] monitor network traffic for flaky test cases
 2024-08-15 19:50 UTC  (9+ messages)
` [PATCH bpf-next v8 1/6] selftests/bpf: Add traffic monitor functions
` [PATCH bpf-next v8 2/6] selftests/bpf: Add the traffic monitor option to test_progs
` [PATCH bpf-next v8 3/6] selftests/bpf: netns_new() and netns_free() helpers
` [PATCH bpf-next v8 4/6] selftests/bpf: Monitor traffic for tc_redirect
` [PATCH bpf-next v8 5/6] selftests/bpf: Monitor traffic for sockmap_listen
` [PATCH bpf-next v8 6/6] selftests/bpf: Monitor traffic for select_reuseport

[PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance
 2024-08-15 17:07 UTC  (3+ messages)

[PATCH] uprobes: Optimize the allocation of insn_slot for performance
 2024-08-15 16:58 UTC  (11+ messages)

[PATCH v8 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-08-15 14:56 UTC  (4+ messages)

[PATCH] bpf: Fix bpf_get/setsockopt to tos not take effect when TCP over IPv4 via INET6 API
 2024-08-15 14:53 UTC  (3+ messages)

[PATCH] net: Don't allow to attach xdp if bond slave device's upper already has a program
 2024-08-15 12:36 UTC  (3+ messages)

[PATCH v2] tools build: Provide consistent build options for fixdep
 2024-08-15 11:06 UTC  (2+ messages)

[Patch net] vsock: fix recursive ->recvmsg calls
 2024-08-15 10:20 UTC  (2+ messages)

[PATCH bpf-next v4 0/4] selftests/bpf: convert three other cgroup tests to test_progs
 2024-08-15  8:17 UTC  (5+ messages)
` [PATCH bpf-next v4 4/4] selftests/bpf: convert test_skb_cgroup_id_user "

[PATCHv2 net 0/2] selftests: Fix udpgro failures
 2024-08-15  7:59 UTC  (3+ messages)
` [PATCHv2 net 1/2] selftests: udpgro: report error when receive failed
` [PATCHv2 net 2/2] selftests: udpgro: no need to load xdp for gro

[bpf-next v4 1/2] bpf: Add bpf_copy_from_user_str kfunc
 2024-08-15  3:47 UTC  (3+ messages)


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