messages from 2024-04-05 17:41:05 to 2024-04-09 03:16:56 UTC [more...]
[PATCH RFC bpf-next v6 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
2024-04-09 3:16 UTC (19+ messages)
` [PATCH RFC bpf-next v6 1/6] bpf/helpers: introduce sleepable bpf_timers
` [PATCH RFC bpf-next v6 2/6] bpf: Add support for KF_ARG_PTR_TO_TIMER
` [PATCH RFC bpf-next v6 3/6] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
` [PATCH RFC bpf-next v6 4/6] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable
` [PATCH RFC bpf-next v6 5/6] tools: sync include/uapi/linux/bpf.h
` [PATCH RFC bpf-next v6 6/6] selftests/bpf: add sleepable timer tests
[PATCHv2 1/3] uprobe: Add uretprobe syscall to speed up return probe
2024-04-09 0:34 UTC (19+ messages)
[PATCH v2] rethook: Remove warning messages printed for finding return address of a frame
2024-04-09 0:22 UTC (2+ messages)
[PATCH] bpf: dereference of null in __cgroup_bpf_query() function
2024-04-09 0:10 UTC (2+ messages)
[syzbot] [bpf?] [net?] WARNING in sock_map_close
2024-04-09 0:01 UTC
[PATCH net-next] selftests/bpf: eliminate warning of get_cgroup_id_from_path()
2024-04-09 0:00 UTC (3+ messages)
[PATCH bpf-next v3 0/2] Add F_SETFL for fcntl
2024-04-08 23:24 UTC (6+ messages)
` [PATCH bpf-next v3 1/2] selftests/bpf: Add F_SETFL for fcntl in test_sockmap
` [PATCH bpf-next v3 2/2] selftests/bpf: Fix umount cgroup2 error "
[PATCH bpf-next v2 0/7] Add check for bpf lsm return value
2024-04-08 22:15 UTC (5+ messages)
` [PATCH bpf-next v2 2/7] bpf, lsm: Add return value range description for lsm hook
[syzbot] [bpf?] KMSAN: uninit-value in htab_lru_map_delete_elem
2024-04-08 22:13 UTC (2+ messages)
[syzbot] [bpf?] KMSAN: uninit-value in htab_lru_percpu_map_lookup_elem
2024-04-08 22:12 UTC (2+ messages)
[syzbot] [bpf?] [net?] general protection fault in dev_map_enqueue
2024-04-08 22:03 UTC (3+ messages)
[PATCH bpf-next] bpf: Fix verifier error due to narrower scalar spill onto 64-bit spilled scalar slots
2024-04-08 20:13 UTC (5+ messages)
[RFC PATCH bpf-next] verifier: fix computation of range for XOR
2024-04-08 20:06 UTC (6+ messages)
[PATCH net-next v15 00/15] Introducing P4TC (series 1)
2024-04-08 19:24 UTC (18+ messages)
` [PATCH net-next v15 01/15] net: sched: act_api: Introduce P4 actions list
` [PATCH net-next v15 02/15] net/sched: act_api: increase action kind string length
` [PATCH net-next v15 03/15] net/sched: act_api: Update tc_action_ops to account for P4 actions
` [PATCH net-next v15 04/15] net/sched: act_api: add struct p4tc_action_ops as a parameter to lookup callback
` [PATCH net-next v15 05/15] net: sched: act_api: Add support for preallocated P4 action instances
` [PATCH net-next v15 06/15] p4tc: add P4 data types
` [PATCH net-next v15 07/15] p4tc: add template API
` [PATCH net-next v15 08/15] p4tc: add template pipeline create, get, update, delete
` [PATCH net-next v15 09/15] p4tc: add template action create, update, delete, get, flush and dump
` [PATCH net-next v15 10/15] p4tc: add runtime action support
` [PATCH net-next v15 11/15] p4tc: add template table create, update, delete, get, flush and dump
` [PATCH net-next v15 12/15] p4tc: add runtime table entry create and update
` [PATCH net-next v15 13/15] p4tc: add runtime table entry get, delete, flush and dump
` [PATCH net-next v15 14/15] p4tc: add set of P4TC table kfuncs
` [PATCH net-next v15 15/15] p4tc: add P4 classifier
[PATCH bpf-next 1/2] bpf: Introduce bpf_probe_write_user_registered()
2024-04-08 18:24 UTC (6+ messages)
[PATCH bpf-next] rethook: Remove warning messages printed for finding return address of a frame
2024-04-08 17:16 UTC (5+ messages)
[RFC PATCH net-next v8 00/14] Device Memory TCP
2024-04-08 15:57 UTC (3+ messages)
` [RFC PATCH net-next v8 14/14] selftests: add ncdevmem, netcat for devmem TCP
[RFC PATCH net-next v6 00/15] Device Memory TCP
2024-04-08 15:34 UTC (9+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers
[PATCH bpf-next v6 0/5] bpf: Add bpf_link support for sk_msg and sk_skb progs
2024-04-08 15:24 UTC (6+ messages)
` [PATCH bpf-next v6 1/5] "
` [PATCH bpf-next v6 2/5] libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP
` [PATCH bpf-next v6 3/5] bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAP
` [PATCH bpf-next v6 4/5] selftests/bpf: Refactor out helper functions for a few tests
` [PATCH bpf-next v6 5/5] selftests/bpf: Add some tests with new bpf_program__attach_sockmap() APIs
[PATCH net-next v1 00/12] First try to replace page_frag with page_frag_cache
2024-04-08 15:09 UTC (6+ messages)
` [PATCH net-next v1 04/12] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v1 10/12] net: replace page_frag with page_frag_cache
[RFC/PATCHES 00/12] pahole: Reproducible parallel DWARF loading/serial BTF encoding
2024-04-08 14:39 UTC (4+ messages)
[syzbot] [bpf?] [net?] possible deadlock in sock_map_unref
2024-04-08 14:20 UTC
[PATCH bpf-next v3 0/2] Add 12-argument support for RV64 bpf trampoline
2024-04-08 13:58 UTC (5+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add testcase where 7th argment is struct
[PATCH 6.6.y 1/2] bpf: put uprobe link's path and task in release callback
2024-04-08 11:41 UTC (2+ messages)
[PATCH iwl-next,v4 1/1] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet
2024-04-08 11:31 UTC (2+ messages)
` [Intel-wired-lan] [PATCH iwl-next, v4 "
[PATCH net-next v8 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
2024-04-08 9:38 UTC (4+ messages)
` [PATCH net-next v8 1/3] net: ethernet: ti: Add accessors for struct k3_cppi_desc_pool members
` [PATCH net-next v8 2/3] net: ethernet: ti: Add desc_infos member to struct k3_cppi_desc_pool
` [PATCH net-next v8 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support
[PATCH net-next v6 0/5] remove page frag implementation in vhost_net
2024-04-08 7:48 UTC (2+ messages)
[PATCH bpf-next] riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrs
2024-04-08 7:40 UTC (3+ messages)
[PATCH net v2] bpf, skmsg: fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
2024-04-08 7:20 UTC (2+ messages)
[PATCH net-next v7 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
2024-04-08 7:20 UTC (4+ messages)
` [PATCH net-next v7 1/3] net: ethernet: ti: Add accessors for struct k3_cppi_desc_pool members
` [PATCH net-next v7 2/3] net: ethernet: ti: Add desc_infos member to struct k3_cppi_desc_pool
` [PATCH net-next v7 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support
[PATCH net-next v5] virtio_net: Support RX hash XDP hint
2024-04-08 6:41 UTC (14+ messages)
[PATCH V2 0/8] perf tools: Fix test "perf probe of function from different CU"
2024-04-08 6:22 UTC
[PATCH bpf-next v5 0/5] bpf: Add bpf_link support for sk_msg and sk_skb progs
2024-04-08 5:01 UTC (12+ messages)
` [PATCH bpf-next v5 1/5] "
` [PATCH bpf-next v5 2/5] libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP
` [PATCH bpf-next v5 3/5] bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAP
` [PATCH bpf-next v5 4/5] selftests/bpf: Refactor out helper functions for a few tests
` [PATCH bpf-next v5 5/5] selftests/bpf: Add some tests with new bpf_program__attach_sockmap() APIs
[PATCH bpf-next v2 0/2] export send_byte and send_recv_data
2024-04-08 3:45 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: Add struct send_recv_arg
` [PATCH bpf-next v2 2/2] selftests/bpf: Export send_recv_data helper
[syzbot] [bpf?] [net?] BUG: unable to handle kernel NULL pointer dereference in dev_map_generic_redirect
2024-04-08 3:43 UTC
[PATCH bpf-next v2] selftests/bpf: Add F_SETFL for fcntl
2024-04-08 1:54 UTC (2+ messages)
[syzbot] [bpf?] KASAN: stack-out-of-bounds Read in hash
2024-04-08 1:11 UTC (4+ messages)
[PATCH bpf-next v3 0/3] bpf, x64: Fix tailcall hierarchy
2024-04-07 16:30 UTC (5+ messages)
` [PATCH bpf-next v3 2/3] "
Follow up on "call helper function by address" terminology
2024-04-07 16:23 UTC (8+ messages)
` [Bpf] "
[PATCH AUTOSEL 6.1 12/13] bpf: Check bloom filter map value size
2024-04-07 13:13 UTC
[PATCH AUTOSEL 6.6 20/22] bpf: Check bloom filter map value size
2024-04-07 13:12 UTC
[PATCH AUTOSEL 6.8 23/25] bpf: Check bloom filter map value size
2024-04-07 13:11 UTC
[PATCH bpf-next] selftests/bpf: Add F_SETFL for fcntl
2024-04-07 8:29 UTC (6+ messages)
[PATCH v4 0/4] libbpf: API to partially consume items from ringbuffer
2024-04-07 8:09 UTC (10+ messages)
` [PATCH v4 1/4] libbpf: Start v1.5 development cycle
` [PATCH v4 2/4] libbpf: ringbuf: allow to consume up to a certain amount of items
` [PATCH v4 3/4] libbpf: Add ring__consume_n / ring_buffer__consume_n
` [PATCH v4 4/4] selftests/bpf: Add tests for ring__consume_n and ring_buffer__consume_n
[syzbot] [bpf?] BUG: unable to handle kernel paging request in jhash
2024-04-07 5:59 UTC
Missing bpf stats for BPF_PROG_TYPE_EXT
2024-04-07 5:21 UTC
[PATCH bpf] MAINTAINERS: bpf: Add Lehui and Puranjay as riscv64 reviewers
2024-04-07 1:47 UTC (2+ messages)
[PATCH bpf-next 1/2] bpf: Add support for certain atomics in bpf_arena to x86 JIT
2024-04-06 16:34 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for atomics in bpf_arena
[PATCH] ftrace: make extra rcu_is_watching() validation check optional
2024-04-06 16:06 UTC (16+ messages)
[PATCH v3 0/2] libbpf: API to partially consume items from ringbuffer
2024-04-06 8:13 UTC (5+ messages)
` [PATCH v3 1/2] libbpf: ringbuf: allow to consume up to a certain amount of items
` [PATCH v3 2/2] libbpf: Add ring__consume_n / ring_buffer__consume_n
[PATCH net] xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING
2024-04-06 6:10 UTC (2+ messages)
[PATCH bpf-next v4 0/5] bpf: Add bpf_link support for sk_msg and sk_skb progs
2024-04-06 5:21 UTC (13+ messages)
` [PATCH bpf-next v4 1/5] "
` [PATCH bpf-next v4 2/5] libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP
[PATCH v1 1/2] perf bench uprobe: Remove lib64 from libc.so.6 binary path
2024-04-06 4:09 UTC (2+ messages)
` [PATCH v1 2/2] perf bench uprobe: Add uretprobe variant of uprobe benchmarks
[PATCH bpf-next v3 0/5] bpf: Add bpf_link support for sk_msg and sk_skb progs
2024-04-06 1:10 UTC (11+ messages)
` [PATCH bpf-next v3 1/5] "
` run bpf prog w/o sockmap [was: bpf: Add bpf_link support for sk_msg and sk_skb progs]
[Bug Report] Packet drops after trimming skb using bpf_skb_adjust_room
2024-04-05 22:08 UTC (3+ messages)
[PATCH bpf-next] net: netfilter: Make ct zone id configurable for bpf ct helper functions
2024-04-05 20:01 UTC (2+ messages)
vmlinux.h overlap/conflict with network protocol definitions
2024-04-05 20:00 UTC (8+ messages)
[RFC bpf-next 00/13] bpf: support resilient split BTF
2024-04-05 19:58 UTC (5+ messages)
` [RFC bpf-next 09/13] libbpf: split BTF reconciliation
[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault (2)
2024-04-05 18:19 UTC (7+ messages)
[PATCH v5 net 0/3] Report RCU QS for busy network kthreads
2024-04-05 18:13 UTC (7+ messages)
` [PATCH v5 net 1/3] rcu: add a helper to report consolidated flavor QS
[PATCH bpf-next] arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrs
2024-04-05 18:10 UTC (3+ messages)
[PATCH bpf-next v2 0/2] bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progs
2024-04-05 18:00 UTC (2+ messages)
[PATCH bpf-next v1 0/3] bpf: allow bpf_for_each_map_elem() helper with different input maps
2024-04-05 17:52 UTC (5+ messages)
` [PATCH bpf-next v1 3/3] selftests/bpf: add test for bpf_for_each_map_elem() with different maps
[PATCH bpf-next] bpf, docs: Editorial nits in instruction-set.rst
2024-04-05 17:50 UTC (4+ messages)
` [Bpf] "
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