messages from 2024-03-22 14:08:40 to 2024-03-25 16:00:51 UTC [more...]
[PATCH net-next v4 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
2024-03-25 16:00 UTC (3+ messages)
` [PATCH net-next v4 1/3] net: ethernet: ti: Add accessors for struct k3_cppi_desc_pool members
` [PATCH net-next v4 2/3] net: ethernet: ti: Add desc_infos member to struct k3_cppi_desc_pool
[PATCH net] bpf: Don't redirect too small packets
2024-03-25 15:56 UTC (6+ messages)
[PATCH bpf-next v2 0/2] bpf,riscv: Add support for BPF Arena
2024-03-25 15:54 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf,riscv: Implement PROBE_MEM32 pseudo instructions
` [PATCH bpf-next v2 2/2] bpf,riscv: Implement bpf_addr_space_cast instruction
[RFC PATCH] libbpf: Add bpf_program__set_section_name api
2024-03-25 15:47 UTC
[PATCH bpf-next] bpf: Sync uapi bpf.h to tools directory
2024-03-25 15:43 UTC (2+ messages)
[PATCH bpf] riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abi
2024-03-25 15:27 UTC (4+ messages)
[PATCH bpf-next] bpf: improve error message for unsupported helper
2024-03-25 15:22 UTC
[PATCH bpf-next v4 0/2] bpf,arm64: Add support for BPF Arena
2024-03-25 15:07 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions
` [PATCH bpf-next v4 2/2] bpf: Add arm64 JIT support for bpf_addr_space_cast instruction
[linux-next:master] BUILD REGRESSION 1fdad13606e104ff103ca19d2d660830cb36d43e
2024-03-25 15:04 UTC
[PATCH net-next v13 00/15] Introducing P4TC (series 1)
2024-03-25 14:28 UTC (16+ messages)
` [PATCH net-next v13 01/15] net: sched: act_api: Introduce P4 actions list
` [PATCH net-next v13 02/15] net/sched: act_api: increase action kind string length
` [PATCH net-next v13 03/15] net/sched: act_api: Update tc_action_ops to account for P4 actions
` [PATCH net-next v13 04/15] net/sched: act_api: add struct p4tc_action_ops as a parameter to lookup callback
` [PATCH net-next v13 05/15] net: sched: act_api: Add support for preallocated P4 action instances
` [PATCH net-next v13 06/15] p4tc: add P4 data types
` [PATCH net-next v13 07/15] p4tc: add template API
` [PATCH net-next v13 08/15] p4tc: add template pipeline create, get, update, delete
` [PATCH net-next v13 09/15] p4tc: add template action create, update, delete, get, flush and dump
` [PATCH net-next v13 10/15] p4tc: add runtime action support
` [PATCH net-next v13 11/15] p4tc: add template table create, update, delete, get, flush and dump
` [PATCH net-next v13 12/15] p4tc: add runtime table entry create and update
` [PATCH net-next v13 13/15] p4tc: add runtime table entry get, delete, flush and dump
` [PATCH net-next v13 14/15] p4tc: add set of P4TC table kfuncs
` [PATCH net-next v13 15/15] p4tc: add P4 classifier
[syzbot] [bpf?] [net?] possible deadlock in rcu_report_exp_cpu_mult
2024-03-25 13:49 UTC (5+ messages)
` [PATCH] bpf, sockmap: fix "
[syzbot] [bpf?] [net?] KMSAN: uninit-value in sock_map_delete_elem
2024-03-25 13:27 UTC
[PATCH v1 bpf-next 0/2] BPF: support mark in bpf_fib_lookup
2024-03-25 12:19 UTC (7+ messages)
` [PATCH v1 bpf-next 1/2] bpf: add support for passing mark with bpf_fib_lookup
` [PATCH v1 bpf-next 2/2] selftests/bpf: Add BPF_FIB_LOOKUP_MARK tests
[PATCH bpf-next v2 0/7] Add check for bpf lsm return value
2024-03-25 9:56 UTC (8+ messages)
` [PATCH bpf-next v2 1/7] bpf, lsm: Annotate lsm hook return integer with new macro LSM_RET_INT
` [PATCH bpf-next v2 2/7] bpf, lsm: Add return value range description for lsm hook
` [PATCH bpf-next v2 3/7] bpf, lsm: Add function to read lsm hook return value range
` [PATCH bpf-next v2 4/7] bpf, lsm: Check bpf lsm hook return values in verifier
` [PATCH bpf-next v2 5/7] bpf: Fix compare error in function retval_range_within
` [PATCH bpf-next v2 6/7] selftests/bpf: Avoid load failure for token_lsm.c
` [PATCH bpf-next v2 7/7] selftests/bpf: Add return value checks and corrections for failed progs
[RFC bpf-next 00/13] bpf: support resilient split BTF
2024-03-25 9:51 UTC (4+ messages)
` [RFC bpf-next 08/13] kbuild, bpf: add module-specific pahole/resolve_btfids flags for base reference BTF
[syzbot] [bpf?] [net?] KMSAN: uninit-value in dev_map_lookup_elem
2024-03-25 9:36 UTC
[PATCH bpf-next v5 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
2024-03-25 8:42 UTC (17+ messages)
` [PATCH bpf-next v5 1/6] bpf/helpers: introduce sleepable bpf_timers
` [PATCH bpf-next v5 2/6] bpf/verifier: add bpf_timer as a kfunc capable type
` [PATCH bpf-next v5 3/6] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
` [PATCH bpf-next v5 4/6] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable
` [PATCH bpf-next v5 5/6] tools: sync include/uapi/linux/bpf.h
` [PATCH bpf-next v5 6/6] selftests/bpf: add sleepable timer tests
` [PATCH bpf-next v5b "
[PATCH bpf-next v2] selftests/bpf: Use start_server and connect_fd_to_fd
2024-03-25 5:28 UTC (2+ messages)
[PATCH bpf-next] bpf: Sync uapi bpf.h to tools directory
2024-03-25 3:35 UTC
[PATCH bpf-next 0/3] Inline two LBR-related helpers
2024-03-25 3:28 UTC (8+ messages)
` [PATCH bpf-next 3/3] bpf,x86: inline bpf_get_smp_processor_id() on x86-64
[PATCH] uprobes: reduce contention on uprobes_tree access
2024-03-25 3:03 UTC (3+ messages)
[PATCH] ftrace: make extra rcu_is_watching() validation check optional
2024-03-25 2:38 UTC (2+ messages)
[PATCH iwl-next,v4 1/1] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet
2024-03-25 2:09 UTC
[PATCH] selftests/bpf: Use start_server in bpf_tcp_ca
2024-03-25 1:56 UTC
[PATCH bpf] bpf: Protect against int overflow for stack access size
2024-03-25 1:07 UTC (2+ messages)
[syzbot] [bpf?] [trace?] KASAN: slab-use-after-free Read in bpf_trace_run1
2024-03-25 0:06 UTC (2+ messages)
` raw_tp+cookie is buggy. Was: "
[PATCH bpf] bpf: verifier: prevent userspace memory access
2024-03-24 23:48 UTC (6+ messages)
[RFC PATCH net-next v6 00/15] Device Memory TCP
2024-03-24 23:37 UTC (11+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers
[PATCH 6.6 379/638] perf bpf: Clean up the generated/copied vmlinux.h
2024-03-24 22:56 UTC
[PATCH 6.7 426/713] perf bpf: Clean up the generated/copied vmlinux.h
2024-03-24 22:42 UTC
[PATCH 6.8 392/715] perf bpf: Clean up the generated/copied vmlinux.h
2024-03-24 22:29 UTC
[PATCH bpf-next v2 0/1] Support kCFI + BPF on arm64
2024-03-24 21:15 UTC (2+ messages)
` [PATCH bpf-next v2 1/1] arm64/cfi,bpf: "
[PATCH bpf v5] bpf: verifier: prevent userspace memory access
2024-03-24 20:47 UTC (4+ messages)
[PATCH bpf v4] bpf: verifier: prevent userspace memory access
2024-03-24 19:12 UTC (8+ messages)
[PATCH bpf-next] bpf: implement insn_is_cast_user() helper for JITs
2024-03-24 18:32 UTC
[syzbot] [bpf?] general protection fault in bpf_check (2)
2024-03-24 8:37 UTC (3+ messages)
[syzbot] [bpf?] UBSAN: array-index-out-of-bounds in check_stack_range_initialized
2024-03-24 2:55 UTC (6+ messages)
` stack access issue. "
[PATCH bpf-next 0/2] bpf,riscv: Add support for BPF Arena
2024-03-24 2:39 UTC (8+ messages)
` [PATCH bpf-next 1/2] bpf,riscv: Implement PROBE_MEM32 pseudo instructions
` [PATCH bpf-next 2/2] bpf,riscv: Implement bpf_addr_space_cast instruction
[PATCH 0/3] leds: trigger: Add led trigger for bpf
2024-03-24 2:15 UTC (11+ messages)
` [PATCH 1/3] leds: trigger: legtrig-bpf: Add ledtrig-bpf module
` [PATCH 2/3] selftests/bpf: Add selftests for bpf led programs
` [PATCH 3/3] leds: trigger: Add documentation for ledtrig-bpf
[PATCH v5 net 0/3] Report RCU QS for busy network kthreads
2024-03-23 23:53 UTC (6+ messages)
` [PATCH v5 net 1/3] rcu: add a helper to report consolidated flavor QS
[PATCHSET v5] sched: Implement BPF extensible scheduler class
2024-03-23 22:12 UTC (4+ messages)
` [PATCH 12/36] sched_ext: "
[PATCH bpf-next v3 0/2] bpf,arm64: Add support for BPF Arena
2024-03-23 18:48 UTC (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions
` [PATCH bpf-next v3 2/2] bpf: Add arm64 JIT support for bpf_addr_space_cast instruction
[PATCH] libbpf: add specific btf name info when do core
2024-03-23 14:40 UTC (5+ messages)
[PATCH bpf-next v2 0/2] bpf,arm64: Add support for BPF Arena
2024-03-23 10:21 UTC (4+ messages)
` [PATCH bpf-next v2 2/2] bpf: Add arm64 JIT support for bpf_addr_space_cast instruction
[PATCH bpf] selftests/bpf: verifier_arena: fix mmap address for arm64
2024-03-23 3:50 UTC (2+ messages)
[PATCH bpf v2] bpf: verifier: reject addr_space_cast insn without arena
2024-03-23 3:50 UTC (2+ messages)
[RESEND PATCH bpf] bpf: verifier: fix addr_space_cast from as(1) to as(0)
2024-03-23 3:30 UTC (2+ messages)
[PATCH bpf-next v2 0/5] bpf: Fix a couple of test failures with LTO kernel
2024-03-22 22:23 UTC (22+ messages)
` [PATCH bpf-next v2 1/5] selftests/bpf: Replace CHECK with ASSERT macros for ksyms test
` [PATCH bpf-next v2 2/5] libbpf: Mark libbpf_kallsyms_parse static function
` [PATCH bpf-next v2 3/5] libbpf: Handle <orig_name>.llvm.<hash> symbol properly
` [PATCH bpf-next v2 4/5] selftests/bpf: Fix kprobe_multi_bench_attach test failure with LTO kernel
` [PATCH bpf-next v2 5/5] selftests/bpf: Add a selftest with available_filter_functions_addrs
[PATCH bpf-next v2 0/6] bpf: Add bpf_link support for sk_msg and sk_skb progs
2024-03-22 21:35 UTC (13+ messages)
` [PATCH bpf-next v2 1/6] "
` [PATCH bpf-next v2 2/6] libbpf: Add new sec_def "sk_skb/verdict"
` [PATCH bpf-next v2 3/6] libbpf: Add bpf_link support for BPF_PROG_TYPE_SK_{MSG,SKB}
[PATCH v2 00/13] dso/dsos memory savings and clean up
2024-03-22 20:54 UTC (4+ messages)
` [PATCH v2 04/13] perf dsos: Add dsos__for_each_dso
[PATCH bpf-next 1/2] bpf: Remove CONFIG_X86 and CONFIG_DYNAMIC_FTRACE guard from the tcp-cc kfuncs
2024-03-22 19:14 UTC (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test loading bpf-tcp-cc prog calling the kernel "
[linux-next:master] BUILD REGRESSION 13ee4a7161b6fd938aef6688ff43b163f6d83e37
2024-03-22 18:16 UTC
BUG? flaky "migrate_reuseport/IPv4 TCP_NEW_SYN_RECV reqsk_timer_handler" test
2024-03-22 18:08 UTC (2+ messages)
[PATCH] kbuild: disable pahole multithreading for reproducible builds
2024-03-22 17:27 UTC (3+ messages)
[PATCH bpf-next] selftests/bench: use syscall(SYS_gettid) as libc support for gettid() is sometimes absent
2024-03-22 17:10 UTC (2+ messages)
[PATCHv2 bpf-next] selftests/bpf: Mark uprobe trigger functions with nocf_check attribute
2024-03-22 17:10 UTC (2+ messages)
[PATCH bpf-next 0/6] bench: fast in-kernel triggering benchmarks
2024-03-22 16:52 UTC (4+ messages)
` [PATCH bpf-next 5/6] bpf: add bpf_test_tp() kfunc triggering tp and allowing error injection
[PATCH bpf] bpf: verifier: fix NULL pointer dereference in do_misc_fixups()
2024-03-22 15:37 UTC (2+ messages)
[PATCH v4 0/7] Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs)
2024-03-22 15:00 UTC (4+ messages)
` [PATCH v4 2/7] HID: bpf: export hid_hw_output_report as a BPF kfunc
[PATCH bpf-next] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
2024-03-22 14:25 UTC (2+ messages)
[PATCH bpf-next] bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftool
2024-03-22 14:16 UTC (4+ 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