messages from 2024-04-10 14:02:03 to 2024-04-12 16:40:28 UTC [more...]
[PATCH bpf] bpf: fix a verifier verbose message
2024-04-12 16:40 UTC (2+ messages)
[PATCH bpf-next v2 00/14] use start_server and connect_to helpers
2024-04-12 16:38 UTC (18+ messages)
` [PATCH bpf-next v2 01/14] selftests/bpf: Add start_server_addr helper
` [PATCH bpf-next v2 02/14] selftests/bpf: Use start_server_addr in cls_redirect
` [PATCH bpf-next v2 03/14] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v2 04/14] selftests/bpf: Use start_server_addr in sk_assign
` [PATCH bpf-next v2 05/14] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v2 06/14] selftests/bpf: Use log_err in network_helpers
` [PATCH bpf-next v2 07/14] selftests/bpf: Use start_server_addr in test_sock_addr
` [PATCH bpf-next v2 08/14] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v2 09/14] selftests/bpf: Add function pointer for __start_server
` [PATCH bpf-next v2 10/14] selftests/bpf: Add start_server_setsockopt helper
` [PATCH bpf-next v2 11/14] selftests/bpf: Use start_server_setsockopt in sockopt_inherit
` [PATCH bpf-next v2 12/14] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v2 13/14] selftests/bpf: Use start_server_* in test_tcp_check_syncookie
` [PATCH bpf-next v2 14/14] selftests/bpf: Use connect_to_addr "
[PATCH bpf-next 00/11] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
2024-04-12 16:32 UTC (18+ messages)
` [PATCH bpf-next 01/11] bpf: Remove unnecessary checks on the offset of btf_field
` [PATCH bpf-next 02/11] bpf: Remove unnecessary call to btf_field_type_size()
` [PATCH bpf-next 04/11] bpf: check_map_kptr_access() compute the offset from the reg state
` [PATCH bpf-next 05/11] bpf: initialize/free array of btf_field(s)
` [PATCH bpf-next 06/11] bpf: Find btf_field with the knowledge of arrays
` [PATCH bpf-next 07/11] bpf: check_map_access() "
[PATCHv2 bpf-next] selftests/bpf: Add read_trace_pipe_iter function
2024-04-12 16:30 UTC (4+ messages)
[RESEND PATCH] bpftool: Fix typo in error message
2024-04-12 16:20 UTC (3+ messages)
[PATCH] selftests: adopt BPF's approach to quieter builds
2024-04-12 16:16 UTC (2+ messages)
[PATCH net-next v9 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
2024-04-12 15:38 UTC (4+ messages)
` [PATCH net-next v9 1/3] net: ethernet: ti: Add accessors for struct k3_cppi_desc_pool members
` [PATCH net-next v9 2/3] net: ethernet: ti: Add desc_infos member to struct k3_cppi_desc_pool
` [PATCH net-next v9 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support
[PATCH v9 3/4] security: Replace indirect LSM hook calls with static calls
2024-04-12 15:39 UTC (4+ messages)
[PATCH net-next v8 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
2024-04-12 14:01 UTC (8+ messages)
` [PATCH net-next v8 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support
[RFC PATCH bpf-next v2 0/2] Replace mono_delivery_time with tstamp_type
2024-04-12 13:37 UTC (5+ messages)
` [RFC PATCH bpf-next v2 1/2] net: Rename mono_delivery_time to tstamp_type for scalabilty
` [RFC PATCH bpf-next v2] net: Add additional bit to support userspace timestamp type
[PATCH] neighbour: guarantee the localhost connections be established successfully even the ARP table is full
2024-04-12 12:25 UTC
[RFC] bpf: allowing PTR_TO_BTF_ID | PTR_TRUSTED w/ non-zero fixed offset to selected KF_TRUSTED_ARGS BPF kfuncs
2024-04-12 11:31 UTC
[PATCH v6 0/7] Combine perf and bpf for fast eval of hw breakpoint conditions
2024-04-12 9:55 UTC (9+ messages)
` [PATCH v6 1/7] perf/bpf: Reorder bpf_overflow_handler() ahead of __perf_event_overflow()
` [PATCH v6 2/7] perf/bpf: Create bpf_overflow_handler() stub for !CONFIG_BPF_SYSCALL
` [PATCH v6 3/7] perf/bpf: Remove #ifdef CONFIG_BPF_SYSCALL from struct perf_event members
` [PATCH v6 4/7] perf/bpf: Call bpf handler directly, not through overflow machinery
` [PATCH v6 5/7] perf/bpf: Remove unneeded uses_default_overflow_handler()
` [PATCH v6 6/7] perf/bpf: Allow a bpf program to suppress all sample side effects
` [PATCH v6 7/7] selftest/bpf: Test a perf bpf program that suppresses "
` [PATCH 8/7] perf/bpf: Change the !CONFIG_BPF_SYSCALL stubs to static inlines
[PATCH v4 00/15] mm: jit/text allocator
2024-04-12 9:16 UTC (21+ messages)
` [PATCH v4 01/15] arm64: module: remove uneeded call to kasan_alloc_module_shadow()
` [PATCH v4 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v4 03/15] nios2: define virtual address space for modules
` [PATCH v4 04/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 06/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v4 07/15] mm/execmem, arch: convert remaining "
` [PATCH v4 08/15] arm64: extend execmem_info for generated code allocations
` [PATCH v4 09/15] riscv: extend execmem_params "
` [PATCH v4 10/15] powerpc: extend execmem_params for kprobes allocations
` [PATCH v4 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v4 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v4 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropiate
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v4 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of
[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
2024-04-12 9:08 UTC (10+ messages)
` [RFC PATCH 1/7] asm-generic: introduce text-patching.h
` [RFC PATCH 2/7] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [RFC PATCH 3/7] module: prepare to handle ROX allocations for text
` [RFC PATCH 4/7] ftrace: Add swap_func to ftrace_process_locs()
` [RFC PATCH 5/7] x86/module: perpare module loading for ROX allocations of text
` [RFC PATCH 6/7] execmem: add support for cache of large ROX pages
` [RFC PATCH 7/7] x86/module: enable ROX caches for module text
[PATCH bpf-next v3 00/11] Add check for bpf lsm return value
2024-04-12 8:53 UTC (13+ messages)
` [PATCH bpf-next v3 01/11] bpf, lsm: Annotate lsm hook return value range
` [PATCH bpf-next v3 02/11] bpf, lsm: Add helper to read "
` [PATCH bpf-next v3 03/11] bpf, lsm: Check bpf lsm hook return values in verifier
` [PATCH bpf-next v3 04/11] bpf, lsm: Add bpf lsm disabled hook list
` [PATCH bpf-next v3 05/11] bpf: Avoid progs for different hooks calling each other with tail call
` [PATCH bpf-next v3 06/11] bpf: Fix compare error in function retval_range_within
` [PATCH bpf-next v3 07/11] bpf: Fix a false rejection caused by AND operation
` [PATCH bpf-next v3 08/11] selftests/bpf: Avoid load failure for token_lsm.c
` [PATCH bpf-next v3 09/11] selftests/bpf: Add return value checks for failed tests
` [PATCH bpf-next v3 10/11] selftests/bpf: Add test for lsm tail call
` [PATCH bpf-next v3 11/11] selftests/bpf: Add verifier tests for bpf lsm
[PATCH RFC bpf-next v6 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
2024-04-12 8:14 UTC (3+ messages)
` [PATCH RFC bpf-next v6 2/6] bpf: Add support for KF_ARG_PTR_TO_TIMER
Incorrect BPF stats accounting for fentry on arm64
2024-04-12 2:29 UTC (4+ messages)
[RESEND PATCH v5 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions]
2024-04-12 1:47 UTC (5+ messages)
` [RESEND PATCH v5 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
[syzbot] [bpf?] [net?] WARNING in sock_map_unref
2024-04-12 1:23 UTC
[PATCH bpf-next] net: netfilter: Make ct zone id configurable for bpf ct helper functions
2024-04-12 0:45 UTC (3+ messages)
[PATCH bpf-next v5 0/2] export send_recv_data
2024-04-11 19:23 UTC (5+ messages)
` [PATCH bpf-next v5 1/2] selftests/bpf: Add struct send_recv_arg
` [PATCH bpf-next v5 2/2] selftests/bpf: Export send_recv_data helper
[PATCH V2 0/8] perf tools: Fix test "perf probe of function from different CU"
2024-04-11 18:49 UTC (4+ messages)
[PATCH v3 00/12] dso/dsos memory savings and clean up
2024-04-11 18:42 UTC (2+ messages)
[PATCH bpf v4 0/2] Two fixes for test_sockmap
2024-04-11 18:10 UTC (4+ messages)
` [PATCH bpf v4 1/2] selftests/bpf: Add F_SETFL for fcntl in test_sockmap
[PATCH bpf-next 1/3] bpf: fix to XOR and OR range computation
2024-04-11 17:37 UTC (3+ messages)
` [PATCH bpf-next 2/3] bpf: refactor checks for "
` [PATCH bpf-next 3/3] bpf: relax MUL range computation check
Advice on cgroup rstat lock
2024-04-11 17:22 UTC (7+ messages)
[PATCH net-next v16 00/15] Introducing P4TC (series 1)
2024-04-11 16:24 UTC (8+ messages)
` [PATCH net-next v16 11/15] p4tc: add template table create, update, delete, get, flush and dump
` [PATCH net-next v16 12/15] p4tc: add runtime table entry create and update
` [PATCH net-next v16 13/15] p4tc: add runtime table entry get, delete, flush and dump
` [PATCH net-next v16 14/15] p4tc: add set of P4TC table kfuncs
` [PATCH net-next v16 15/15] p4tc: add P4 classifier
[PATCH net-next v6 00/10] allocate dummy device dynamically
2024-04-11 13:59 UTC (11+ messages)
` [PATCH net-next v6 01/10] net: core: Fix documentation
` [PATCH net-next v6 02/10] net: free_netdev: exit earlier if dummy
` [PATCH net-next v6 03/10] net: create a dummy net_device allocator
` [PATCH net-next v6 04/10] net: marvell: prestera: allocate dummy net_device dynamically
` [PATCH net-next v6 05/10] net: mediatek: mtk_eth_sock: "
` [PATCH net-next v6 06/10] net: ipa: "
` [PATCH net-next v6 07/10] net: ibm/emac: "
` [PATCH net-next v6 08/10] wifi: qtnfmac: Use netdev dummy allocator helper
` [PATCH net-next v6 09/10] wifi: ath10k: allocate dummy net_device dynamically
` [PATCH net-next v6 10/10] wifi: ath11k: "
[PATCH bpf-next v6 0/2] bpf: Add a generic bits iterator
2024-04-11 13:50 UTC (4+ messages)
` [PATCH bpf-next v6 1/2] bpf: Add "
` [PATCH bpf-next v6 2/2] selftests/bpf: Add selftest for bits iter
[PATCH net-next v5 00/10] allocate dummy device dynamically
2024-04-11 13:41 UTC (8+ messages)
` [PATCH net-next v5 01/10] net: core: Fix documentation
` [PATCH net-next v5 02/10] net: free_netdev: exit earlier if dummy
[PATCH] bpf: fix uninit-value in strnchr
2024-04-11 12:13 UTC (2+ messages)
[PATCH net v3] dpaa_eth: fix XDP queue index
2024-04-11 11:34 UTC (4+ messages)
` [PATCH net v4] "
[PATCH] bpf: strnchr not suitable for getting NUL-terminator
2024-04-11 11:05 UTC (3+ messages)
[PATCH v2 0/3] leds: trigger: legtrig-bpf: Add ledtrig-bpf trigger
2024-04-11 10:46 UTC (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 3/3] leds: trigger: Add documentation for ledtrig-bpf
[PATCH net-next v6] virtio_net: Support RX hash XDP hint
2024-04-11 8:52 UTC
[PATCH] uprobes: reduce contention on uprobes_tree access
2024-04-11 8:41 UTC (12+ messages)
[RFC PATCH bpf-next 0/3] bpf: freeze a task cgroup from bpf
2024-04-11 8:36 UTC (7+ messages)
` "
[syzbot] Monthly bpf report (Apr 2024)
2024-04-11 6:54 UTC
[PATCH net-next v5] virtio_net: Support RX hash XDP hint
2024-04-11 6:09 UTC (15+ messages)
[PATCH net-next v5 0/9] virtio-net: support device stats
2024-04-11 6:09 UTC (5+ messages)
` [PATCH net-next v5 4/9] virtio_net: "
[PATCH bpf-next v3 0/3] bpf, x64: Fix tailcall hierarchy
2024-04-11 3:42 UTC (7+ messages)
` [PATCH bpf-next v3 2/3] "
[PATCH bpf-next] selftests/bpf: Enable tests for atomics with cpuv4
2024-04-11 3:01 UTC (3+ messages)
[PATCH bpf-next v7 0/5] bpf: Add bpf_link support for sk_msg and sk_skb progs
2024-04-11 3:00 UTC (2+ messages)
[PATCH v9 4/4] bpf: Only enable BPF LSM hooks when an LSM program is attached
2024-04-11 0:38 UTC (2+ messages)
[RFC PATCH bpf-next v1 0/3] Rename mono_delivery_time to
2024-04-10 23:39 UTC (13+ messages)
` [RFC PATCH bpf-next v1 1/3] net: Rename mono_delivery_time to tstamp_type for scalabilty
` [RFC PATCH bpf-next v1 2/3] net: assign enum to skb->tstamp_type to distinguish between tstamp
` [RFC PATCH bpf-next v1 3/3] net: Add additional bit to support userspace timestamp type
[PATCH bpf-next v4 0/3] export send_recv_data
2024-04-10 21:34 UTC (5+ messages)
` [PATCH bpf-next v4 2/3] selftests/bpf: Export send_recv_data helper
` [PATCH bpf-next v4 3/3] selftests/bpf: Support nonblock for send_recv_data
[PATCH net-next 0/4] selftests: move bpf-offload test from bpf to net
2024-04-10 21:20 UTC (2+ messages)
[PATCH v4 0/7] Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs)
2024-04-10 16:33 UTC (2+ messages)
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