messages from 2023-12-10 15:31:43 to 2023-12-12 14:47:29 UTC [more...]
[net-next v1 00/16] Device Memory TCP
2023-12-12 14:47 UTC (32+ messages)
` [net-next v1 01/16] net: page_pool: factor out releasing DMA from releasing the page
` [net-next v1 02/16] net: page_pool: create hooks for custom page providers
` [net-next v1 06/16] netdev: support binding dma-buf to netdevice
` [net-next v1 08/16] memory-provider: dmabuf devmem memory provider
` [net-next v1 09/16] page_pool: device memory support
[PATCH v1 00/14] Clean up libperf cpumap's empty function
2023-12-12 14:36 UTC (21+ messages)
` [PATCH v1 01/14] libperf cpumap: Rename perf_cpu_map__dummy_new
` [PATCH v1 02/14] libperf cpumap: Rename and prefer sysfs for perf_cpu_map__default_new
` [PATCH v1 03/14] libperf cpumap: Rename perf_cpu_map__empty
` [PATCH v1 04/14] libperf cpumap: Replace usage of perf_cpu_map__new(NULL)
` [PATCH v1 05/14] libperf cpumap: Add for_each_cpu that skips the "any CPU" case
` [PATCH v1 06/14] libperf cpumap: Add any, empty and min helpers
` [PATCH v1 07/14] perf arm-spe/cs-etm: Directly iterate CPU maps
` [PATCH v1 12/14] perf stat: Remove duplicate cpus_map_matched function
` [PATCH v1 13/14] perf cpumap: Use perf_cpu_map__for_each_cpu when possible
[PATCH bpf-next 0/4] bpf: Fix warnings in kvmalloc_node()
2023-12-12 14:05 UTC (14+ messages)
` [PATCH bpf-next 1/4] bpf: Use __GFP_NOWARN for kvcalloc when attaching multiple uprobes
` [PATCH bpf-next 2/4] bpf: Use __GFP_NOWARN for kvmalloc_array() when attaching multiple kprobes
` [PATCH bpf-next 3/4] selftests/bpf: Add test for abnormal cnt during multi-kprobe attachment
` [PATCH bpf-next 4/4] selftests/bpf: Add test for abnormal cnt during multi-uprobe attachment
[PATCH bpf-next v8 00/18] XDP metadata via kfuncs for ice + VLAN hint
2023-12-12 13:51 UTC (9+ messages)
` [PATCH bpf-next v8 04/18] ice: Introduce ice_xdp_buff
` [PATCH bpf-next v8 07/18] xsk: add functions to fill control buffer
` [PATCH bpf-next v8 08/18] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v8 11/18] ice: use VLAN proto from ring packet context in skb path
[PATCH v2 bpf 0/3] net: bpf_xdp_adjust_tail() fixes
2023-12-12 13:36 UTC (7+ messages)
` [PATCH v2 bpf 1/3] xsk: recycle buffer in case Rx queue was full
` [PATCH v2 bpf 2/3] xsk: fix usage of multi-buffer BPF helpers for ZC XDP
` [PATCH v2 bpf 3/3] ice: work on pre-XDP prog frag count
[PATCH net-next v2 0/2] bpf: support to trace BPF_JNE
2023-12-12 13:10 UTC (3+ messages)
` [PATCH net-next v2 1/2] bpf: make the verifier trace the "not qeual" for regs
` [PATCH net-next v2 2/2] selftests/bpf: activate the OP_NE login in range_cond()
Should I add BPF kfuncs for userspace apps? And how?
2023-12-12 12:41 UTC (3+ messages)
[syzbot] [kernel?] possible deadlock in task_fork_fair
2023-12-12 12:26 UTC (3+ messages)
` [syzbot] [bpf?] [trace?] "
[RFC v2 0/2] use preserve_static_offset in bpf uapi headers
2023-12-12 11:39 UTC (5+ messages)
` [RFC v2 1/3] bpf: Mark virtual BPF context structures as preserve_static_offset
` [RFC v2 2/3] bpftool: add attribute preserve_static_offset for context types
` [RFC v2 3/3] selftests/bpf: verify bpftool emits preserve_static_offset
[PATCH bpf-next 0/7] BPF Static Keys
2023-12-12 10:25 UTC (20+ messages)
` [PATCH bpf-next 6/7] libbpf: BPF Static Keys support
[PATCH bpf v2 0/2] bpf fix for unconnect af_unix socket
2023-12-12 10:09 UTC (2+ messages)
[PATCH v4 net-next 0/3] add multi-buff support for xdp running in generic mode
2023-12-12 10:06 UTC (4+ messages)
` [PATCH v4 net-next 1/3] net: introduce page_pool pointer in softnet_data percpu struct
` [PATCH v4 net-next 2/3] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
` [PATCH v4 net-next 3/3] xdp: add multi-buff support for xdp running in generic mode
[PATCH bpf-next v7 0/4] Relax tracing prog recursive attach rules
2023-12-12 9:56 UTC (10+ messages)
` [PATCH bpf-next v7 1/4] bpf: "
` [PATCH bpf-next v7 2/4] selftests/bpf: Add test for recursive attachment of tracing progs
` [PATCH bpf-next v7 4/4] selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attach
[PATCH bpf-next v3] bpf: Support uid and gid when mounting bpffs
2023-12-12 9:43 UTC (5+ messages)
[PATCH bpf-next v4] bpf: Support uid and gid when mounting bpffs
2023-12-12 9:39 UTC
[PATCH v3 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions
2023-12-12 9:22 UTC (8+ messages)
` [PATCH v3 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
` [PATCH v3 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [PATCH v3 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects
` [PATCH v3 4/4] selftest/bpf: Test a perf bpf program that suppresses "
[PATCH v3 net-next 0/2] add multi-buff support for xdp running in generic mode
2023-12-12 8:36 UTC (12+ messages)
` [PATCH v3 net-next 2/2] xdp: "
[PATCH v2] PCI: Prevent device from doing RPM when it's unplugged
2023-12-12 4:38 UTC
[PATCH RFC bpf-next 0/3] BPF FS mount options parsing follow ups
2023-12-12 4:06 UTC (5+ messages)
` [PATCH RFC bpf-next 1/3] bpf: add mapper macro for bpf_cmd enum
[PATCH bpf-next] bpf: make the verifier trace the "not qeual" for regs
2023-12-12 3:51 UTC (7+ messages)
[PATCH v3 bpf-next] selftests/bpf: validate eliminated global subprog is not freplaceable
2023-12-12 3:20 UTC (3+ messages)
[PATCH -next] bpf: remove unused function
2023-12-12 0:54 UTC
[PATCH bpf-next 0/8] BPF token support in libbpf's BPF object
2023-12-12 0:26 UTC (24+ messages)
` [PATCH bpf-next 1/8] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH bpf-next 2/8] libbpf: split feature detectors definitions from cached results
` [PATCH bpf-next 3/8] libbpf: further decouple feature checking logic from bpf_object
` [PATCH bpf-next 4/8] libbpf: move feature detection code into its own file
` [PATCH bpf-next 5/8] libbpf: wire up token_fd into feature probing logic
` [PATCH bpf-next 6/8] libbpf: wire up BPF token support at BPF object level
` [PATCH bpf-next 7/8] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH bpf-next 8/8] selftests/bpf: add tests for BPF object load with implicit token
[PATCH bpf-next v5 0/9] Add bpf_xdp_get_xfrm_state() kfunc
2023-12-12 0:25 UTC (17+ messages)
` [PATCH bpf-next v5 1/9] bpf: xfrm: "
` [PATCH bpf-next v5 2/9] bpf: xfrm: Add bpf_xdp_xfrm_state_release() kfunc
` [PATCH bpf-next v5 3/9] libbpf: Add BPF_CORE_WRITE_BITFIELD() macro
` [PATCH bpf-next v5 4/9] bpf: selftests: test_loader: Support __btf_path() annotation
` [PATCH bpf-next v5 5/9] bpf: selftests: Add verifier tests for CO-RE bitfield writes
` [PATCH bpf-next v5 6/9] bpf: selftests: test_tunnel: Setup fresh topology for each subtest
` [PATCH bpf-next v5 7/9] bpf: selftests: test_tunnel: Use vmlinux.h declarations
` [PATCH bpf-next v5 8/9] bpf: selftests: Move xfrm tunnel test to test_progs
` [PATCH bpf-next v5 9/9] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()
libbpf/BPF-CORE kprobe arguments
2023-12-12 0:24 UTC (2+ messages)
[PATCH bpf-next ] selftests/bpf: Fixes tests for filesystem kfuncs
2023-12-11 21:01 UTC (2+ messages)
[PATCH bpf-next v2] bpf: Update the comments in maybe_wait_bpf_programs()
2023-12-11 20:06 UTC (3+ messages)
[PATCH bpf V2 1/1] bpf: fix verification of indirect var-off stack access
2023-12-11 19:21 UTC (13+ messages)
[RFC PATCH bpf-next v2 0/4] bpf, x64: Fix tailcall hierarchy
2023-12-11 18:05 UTC (9+ messages)
` [RFC PATCH bpf-next v2 2/4] "
` [RFC PATCH bpf-next v2 3/4] bpf, x64: Load tail_call_cnt pointer
` [RFC PATCH bpf-next v2 4/4] selftests/bpf: Add testcases for tailcall hierarchy fixing
[PATCH v1 bpf-next 0/2] bpf: Add mmapable task_local storage
2023-12-11 17:31 UTC (7+ messages)
` [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE "
[RFC PATCH v2 0/7] tun: Introduce virtio-net hashing feature
2023-12-11 17:40 UTC (19+ messages)
` [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
[PATCH net-next v9 00/15] Introducing P4TC
2023-12-11 15:43 UTC (15+ messages)
` [PATCH net-next v9 14/15] p4tc: add set of P4TC table kfuncs
` [PATCH net-next v9 15/15] p4tc: add P4 classifier
[Bug Report] bpf: incorrectly pruning runtime execution path
2023-12-11 15:31 UTC
[PATCH bpf-next v4 0/2] Allow data_meta size > 32
2023-12-11 15:20 UTC (2+ messages)
[PATCH bpf v2 1/2] bpf: syzkaller found null ptr deref in unix_bpf proto add
2023-12-11 14:56 UTC (5+ messages)
WARNING: kmalloc bug in bpf_uprobe_multi_link_attach
2023-12-11 14:34 UTC (4+ messages)
bpftool fails on 32-bit hosts when -Wa,--compress-debug-sections is used
2023-12-11 12:49 UTC
Question about bpf perfbuf/ringbuf: pinned in backend with overwriting
2023-12-11 12:39 UTC (4+ messages)
WARNING: kmalloc bug in bpf_uprobe_multi_link_attach
2023-12-11 11:22 UTC
[PATCH v12 bpf-next 00/17] BPF token and BPF FS-based delegation
2023-12-11 10:03 UTC (5+ messages)
` [PATCH v12 bpf-next 03/17] bpf: introduce BPF token object
[PATCH v5 bpf-next 0/6] bpf: tcp: Support arbitrary SYN Cookie at TC
2023-12-11 7:36 UTC (7+ messages)
` [PATCH v5 bpf-next 1/6] tcp: Move tcp_ns_to_ts() to tcp.h
` [PATCH v5 bpf-next 2/6] tcp: Move skb_steal_sock() to request_sock.h
` [PATCH v5 bpf-next 3/6] bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock()
` [PATCH v5 bpf-next 4/6] bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check()
` [PATCH v5 bpf-next 5/6] bpf: tcp: Support arbitrary SYN Cookie
` [PATCH v5 bpf-next 6/6] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()
[PATCH bpf-next v2 0/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
2023-12-11 7:38 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Reduce the scope of rcu_read_lock when updating fd map
` [PATCH bpf-next v2 2/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
[PATCH bpf-next 0/7] bpf: Fixes for maybe_wait_bpf_programs()
2023-12-11 3:03 UTC (12+ messages)
` [PATCH bpf-next 6/7] bpf: Only call maybe_wait_bpf_programs() when at least one map operation succeeds
` [PATCH bpf-next 7/7] bpf: Wait for sleepable BPF program in maybe_wait_bpf_programs()
[PATCH RESEND bpf-next 0/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
2023-12-11 1:08 UTC (4+ messages)
` [PATCH RESEND bpf-next 1/2] bpf: Reduce the scope of rcu_read_lock when updating fd map
[PATCH bpf-next] bpf: Simplify checking size of helper accesses
2023-12-10 22:55 UTC
[PATCH bpf-next] bpf: Comment on check_mem_size_reg
2023-12-10 22:51 UTC
IETF 118 BPF WG summary
2023-12-10 21:13 UTC (6+ messages)
` BPF ISA conformance groups
` [Bpf] "
[syzbot] [bpf?] WARNING in __mark_chain_precision (3)
2023-12-10 17:31 UTC (3+ 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