messages from 2024-08-16 19:12:22 to 2024-08-20 07:23:54 UTC [more...]
[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
2024-08-20 7:23 UTC (9+ messages)
[PATCH bpf-next] bpf: use kfunc hooks instead of program types
2024-08-20 7:19 UTC (4+ messages)
[PATCH bpf-next 1/2] bpf: Make the pointer returned by iter next method valid
2024-08-20 6:28 UTC (6+ messages)
[PATCH net-next v21 00/13] Device Memory TCP
2024-08-20 6:04 UTC (14+ messages)
` [PATCH net-next v21 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v21 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v21 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v21 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v21 05/13] page_pool: devmem support
` [PATCH net-next v21 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v21 07/13] net: support non paged skb frags
` [PATCH net-next v21 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v21 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v21 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v21 11/13] net: add devmem TCP documentation
` [PATCH net-next v21 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v21 13/13] netdev: add dmabuf introspection
[PATCH v15 0/4] Reduce overhead of LSMs with static calls
2024-08-20 5:17 UTC (7+ messages)
` [PATCH v15 3/4] lsm: count the LSMs enabled at compile time
[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
2024-08-20 4:01 UTC (4+ messages)
[PATCH v13 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-08-20 2:48 UTC (23+ messages)
` [PATCH v13 01/20] tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subops()
` [PATCH v13 02/20] tracing: Add a comment about ftrace_regs definition
` [PATCH v13 03/20] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v13 04/20] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v13 05/20] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v13 06/20] function_graph: Pass ftrace_regs to retfunc
` [PATCH v13 07/20] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v13 08/20] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v13 09/20] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v13 10/20] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v13 11/20] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v13 12/20] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v13 13/20] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v13 14/20] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v13 15/20] tracing: Fix function timing profiler to initialize hashtable
` [PATCH v13 16/20] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v13 17/20] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v13 18/20] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v13 19/20] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v13 20/20] fgraph: Skip recording calltime/rettime if it is not nneeded
[PATCH] selftests/bpf: Fix incorrect parameters in NULL pointer checking
2024-08-20 2:47 UTC (2+ messages)
[PATCH] selftests/bpf: Fix incorrect parameters in NULL pointer checking
2024-08-20 2:34 UTC
[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
2024-08-20 0:20 UTC (9+ messages)
[PATCH bpf-next v4 0/2] selftests/bpf: new MPTCP subflow subtest
2024-08-19 23:28 UTC (7+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp "
[PATCH v5 0/8] Faultable Tracepoints
2024-08-19 23:00 UTC (3+ messages)
` [PATCH v5 3/8] cleanup.h: Introduce DEFINE_INACTIVE_GUARD and activate_guard
[PATCH bpf-next v6 0/2] bpf: enable some functions in cgroup programs
2024-08-19 22:50 UTC (4+ messages)
` [PATCH bpf-next v6 1/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs
` [PATCH bpf-next v6 2/2] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
[PATCH 0/3] Correct recent GCC incompatible changes
2024-08-19 22:50 UTC (6+ messages)
` [PATCH 1/3] selftests/bpf: Disable strict aliasing for verifier_nocsr.c
` [PATCH 2/3] selftest/bpf: _GNU_SOURCE redefined in g++
` [PATCH 3/3] selftest/bpf: Adapt inline asm operand constraint for GCC support
[bpf-next v6 1/2] bpf: Add bpf_copy_from_user_str kfunc
2024-08-19 22:47 UTC (5+ messages)
` [bpf-next v6 2/2] bpf: Add tests for "
[PATCH net-next v20 00/13] Device Memory TCP
2024-08-19 22:45 UTC (16+ messages)
` [PATCH net-next v20 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v20 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v20 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v20 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v20 05/13] page_pool: devmem support
` [PATCH net-next v20 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v20 07/13] net: support non paged skb frags
` [PATCH net-next v20 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v20 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v20 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v20 11/13] net: add devmem TCP documentation
` [PATCH net-next v20 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v20 13/13] netdev: add dmabuf introspection
[PATCH] docs/bpf: Add constant values for linkages
2024-08-19 22:30 UTC (2+ messages)
` [Bpf] "
[RFC PATCH bpf-next 0/6] bpf: Add gen_epilogue and allow kfunc call in pro/epilogue
2024-08-19 22:30 UTC (11+ 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
[PATCH] docs/bpf: Fix a typo in verifier.rst
2024-08-19 21:22 UTC
[PATCH bpf-next 0/4] __jited_x86 test tag to check x86 assembly after jit
2024-08-19 21:05 UTC (5+ messages)
` [PATCH bpf-next 2/4] selftests/bpf: utility function to get program disassembly "
[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
2024-08-19 20:34 UTC (4+ messages)
` [PATCH RFC v3 09/13] uprobes: SRCU-protect uretprobe lifetime (with timeout)
[PATCH v1 bpf-next] selftest: bpf: Correct mssind comparison in test_tcp_custom_syncookie.c
2024-08-19 19:42 UTC
[PATCH iwl-next v6 0/6] igb: Add support for AF_XDP zero-copy
2024-08-19 19:34 UTC (19+ 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
[bug report] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()
2024-08-19 19:32 UTC (5+ messages)
[bug report] selftests/bpf: Add C tests for reference tracking
2024-08-19 19:06 UTC
[bug report] selftests/bpf: Factor out get_xlated_program() helper
2024-08-19 19:06 UTC
[bpf-next v5 1/2] bpf: Add bpf_copy_from_user_str kfunc
2024-08-19 16:25 UTC (4+ messages)
[PATCH bpf] bpf: Refactoring btf_name_valid_identifier() and btf_name_valid_section()
2024-08-19 16:07 UTC
[PATCH net-next v13 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
2024-08-19 15:54 UTC (10+ messages)
` [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v13 12/14] net: replace page_frag with page_frag_cache
NULL pointer deref when running BPF monitor program (6.11.0-rc1)
2024-08-19 15:37 UTC (15+ messages)
[PATCH 1/3] selftests/bpf: Disable strict aliasing for verifier_nocsr.c
2024-08-19 14:53 UTC (3+ messages)
` [PATCH 2/3] selftest/bpf: _GNU_SOURCE redefined in g++
` [PATCH 3/3] selftest/bpf: Adapt inline asm operand constraint for GCC support
[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
2024-08-19 14:50 UTC (9+ messages)
` [PATCH RFC bpf-next 32/52] bpf, cpumap: switch to GRO from netif_receive_skb_list()
` [xdp-hints] "
[RFC PATCH bpf-next 1/2] bpf: Add KF_OBTAIN for obtaining objects without reference count
2024-08-19 10:41 UTC (2+ messages)
` [RFC PATCH bpf-next 2/2] selftests/bpf: Add tests for KF_OBTAIN kfunc
[PATCH bpf-next v2 1/2] bpf: Make the pointer returned by iter next method valid
2024-08-19 10:19 UTC (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for iter next method returning valid pointer
[PATCH iwl-net v3 0/6] ice: fix synchronization between .ndo_bpf() and reset
2024-08-19 10:05 UTC (7+ messages)
` [PATCH iwl-net v3 1/6] ice: move netif_queue_set_napi to rtnl-protected sections
` [PATCH iwl-net v3 2/6] ice: protect XDP configuration with a mutex
` [PATCH iwl-net v3 3/6] ice: check for XDP rings instead of bpf program when unconfiguring
` [PATCH iwl-net v3 4/6] ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset
` [PATCH iwl-net v3 5/6] ice: remove ICE_CFG_BUSY locking from AF_XDP code
` [PATCH iwl-net v3 6/6] ice: do not bring the VSI up, if it was down before the XDP setup
[PATCH v2] selftests: fix relative rpath usage
2024-08-19 9:33 UTC (6+ messages)
Problem testing with S390x under QEMU on x86_64
2024-08-19 9:15 UTC (2+ messages)
[PATCH] net/socket: Acquire cgroup_lock in do_sock_getsockopt
2024-08-19 9:13 UTC (2+ messages)
[PATCHv2 net 0/2] selftests: Fix udpgro failures
2024-08-19 9:01 UTC (2+ messages)
[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_released
2024-08-19 4:40 UTC
[PATCH] bpf: cg_skb add get classid helper
2024-08-19 4:25 UTC (3+ messages)
` [External] "
[PATCH v7 0/8] Improve the copy of task comm
2024-08-18 8:25 UTC (17+ 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 bpf-next v2 0/5] support bpf_fastcall patterns for calls to kfuncs
2024-08-18 2:50 UTC (8+ 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
[PATCH bpf] bpf, arm64: fix trampoline for BPF_TRAMP_F_CALL_ORIG
2024-08-17 22:44 UTC (2+ messages)
[syzbot] [net?] [bpf?] WARNING in skb_ensure_writable (2)
2024-08-17 19:01 UTC
[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 (4+ messages)
` [PATCH bpf-next 1/2] selftests: bpf: use KHDR_INCLUDES for the "
[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
[RFC bpf-next v4 0/6] Share user memory to BPF program through task storage map
2024-08-16 19:12 UTC (4+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox