messages from 2024-03-06 14:59:40 to 2024-03-09 16:36:43 UTC [more...]
vm_area at addr ffffffffc0800000 is not marked as VM_IOREMAP
2024-03-09 16:36 UTC (18+ messages)
[PATCH] drivers/perf: riscv: Disable PERF_SAMPLE_BRANCH_* while not supported
2024-03-09 9:06 UTC (4+ messages)
[PATCH v2 bpf-next 0/9] add new acquire/release BPF kfuncs
2024-03-09 1:23 UTC (12+ messages)
[PATCH bpf-next 0/5] bpf: Allow helper bpf_get_ns_current_pid_tgid() in cgroup/sk_msg programs
2024-03-09 1:06 UTC (9+ messages)
` [PATCH bpf-next 1/5] bpf: Allow helper bpf_get_ns_current_pid_tgid() in cgroup and sk_msg programs
` [PATCH bpf-next 2/5] selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid test
` [PATCH bpf-next 3/5] selftests/bpf: Refactor out some functions "
` [PATCH bpf-next 4/5] selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() test
` [PATCH bpf-next 5/5] selftests/bpf: Add a sk_msg "
[RFC PATCH bpf-next 0/5] Add bpf_link support for sk_msg prog
2024-03-09 1:02 UTC (9+ messages)
` [RFC PATCH bpf-next 1/5] bpf: Add link "
` [RFC PATCH bpf-next 2/5] libbpf: Refactor bpf_program_attach_fd()
` [RFC PATCH bpf-next 3/5] libbpf: Add link support for BPF_PROG_TYPE_SK_MSG
[PATCH bpf-next] selftests/bpf: add fexit and kretprobe triggering benchmarks
2024-03-09 0:51 UTC
[PATCH v2 bpf-next] bpf: move sleepable flag from bpf_prog_aux to bpf_prog
2024-03-09 0:47 UTC
[PATCH bpf-next] bpf: move sleepable flag from bpf_prog_aux to bpf_prog
2024-03-09 0:47 UTC (2+ messages)
[RFC PATCH net-next v6 00/15] Device Memory TCP
2024-03-09 0:27 UTC (31+ messages)
` [RFC PATCH net-next v6 01/15] queue_api: define queue api
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v6 05/15] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v6 09/15] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v6 14/15] net: add devmem TCP documentation
[PATCH bpf-next] bpf: cap BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
2024-03-08 23:08 UTC (3+ messages)
[PATCH bpf-next] arm64, bpf: Use bpf_prog_pack for arm64 bpf trampoline
2024-03-08 23:00 UTC (3+ messages)
[RFC][PATCH 0/4] Make bpf_jit and kprobes work with CONFIG_MODULES=n
2024-03-08 21:04 UTC (26+ messages)
` [RFC][PATCH 1/4] module: mm: Make module_alloc() generally available
` [RFC][PATCH 2/4] bpf: Allow BPF_JIT with CONFIG_MODULES=n
` [RFC][PATCH 3/4] kprobes: Allow kprobes "
` [RFC][PATCH 4/4] selftests/bpf: Support testing the !MODULES case
[linux-next:master] BUILD REGRESSION 8ffc8b1bbd505e27e2c8439d326b6059c906c9dd
2024-03-08 18:26 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH v4 bpf-next 0/2] mm: Enforce ioremap address space and introduce sparse vm_area
2024-03-08 17:21 UTC (15+ messages)
` [PATCH v4 bpf-next 2/2] mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages()
` [PATCH v4 bpf-next 1/2] mm: Enforce VM_IOREMAP flag and range in ioremap_page_range
[PATCH] WIP: bpf: Support lookup_and_delete_elem for stackmap
2024-03-08 16:49 UTC
[LSF/MM/BPF TOPIC] faster uprobes
2024-03-08 15:43 UTC (7+ messages)
[PATCH bpf-next v2] bpftool: Mount bpffs on provided dir instead of parent dir
2024-03-08 13:06 UTC
next/master bisection: baseline.login on qemu_arm64-virt-gicv3-uefi
2024-03-08 12:12 UTC (6+ messages)
[PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
2024-03-08 6:03 UTC (8+ messages)
[PATCH bpf-next v3 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
2024-03-08 5:38 UTC (2+ messages)
` [PATCH bpf-next v3 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()
[PATCH bpf v3 0/3] Fix hash bucket overflow checks for 32-bit arches
2024-03-08 4:10 UTC (8+ messages)
` [PATCH bpf v3 1/3] bpf: Fix DEVMAP_HASH overflow check on "
` [PATCH bpf v3 2/3] bpf: Fix hashtab "
` [PATCH bpf v3 3/3] bpf: Fix stackmap "
[LSF/MM/BPF TOPIC] Inter-VM Shared Memory Communications with eBPF
2024-03-08 3:52 UTC (3+ messages)
[PATCH iwl-next,v3 0/2] XDP Tx Hardware Timestamp for igc driver
2024-03-08 3:39 UTC (5+ messages)
` [PATCH iwl-next,v3 2/2] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet
` [Intel-wired-lan] [PATCH iwl-next, v3 "
` [xdp-hints] "
[PATCH v3 bpf-next 00/14] bpf: Introduce BPF arena
2024-03-08 1:08 UTC (15+ messages)
` [PATCH v3 bpf-next 01/14] bpf: Introduce bpf_arena
` [PATCH v3 bpf-next 02/14] bpf: Disasm support for addr_space_cast instruction
` [PATCH v3 bpf-next 03/14] bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions
` [PATCH v3 bpf-next 04/14] bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction
` [PATCH v3 bpf-next 05/14] bpf: Recognize addr_space_cast instruction in the verifier
` [PATCH v3 bpf-next 06/14] bpf: Recognize btf_decl_tag("arg:arena") as PTR_TO_ARENA
` [PATCH v3 bpf-next 07/14] libbpf: Add __arg_arena to bpf_helpers.h
` [PATCH v3 bpf-next 08/14] libbpf: Add support for bpf_arena
` [PATCH v3 bpf-next 09/14] bpftool: Recognize arena map type
` [PATCH v3 bpf-next 10/14] libbpf: Recognize __arena global varaibles
` [PATCH v3 bpf-next 11/14] bpf: Add helper macro bpf_addr_space_cast()
` [PATCH v3 bpf-next 12/14] selftests/bpf: Add unit tests for bpf_arena_alloc/free_pages
` [PATCH v3 bpf-next 13/14] selftests/bpf: Add bpf_arena_list test
` [PATCH v3 bpf-next 14/14] selftests/bpf: Add bpf_arena_htab test
[PATCH] tools/testing/selftests/bpf/test_tc_tunnel.sh: Prevent client connect before server bind
2024-03-08 1:03 UTC (2+ messages)
[PATCH v3 0/8] Clean up libperf cpumap's empty function
2024-03-07 23:47 UTC (4+ messages)
[PATCH v4 bpf-next 0/6] bpf: arena prerequisites
2024-03-07 23:10 UTC (9+ messages)
` [PATCH v4 bpf-next 1/6] bpf: Allow kfuncs return 'void *'
` [PATCH v4 bpf-next 2/6] bpf: Recognize '__map' suffix in kfunc arguments
` [PATCH v4 bpf-next 3/6] bpf: Plumb get_unmapped_area() callback into bpf_map_ops
` [PATCH v4 bpf-next 4/6] libbpf: Allow specifying 64-bit integers in map BTF
` [PATCH v4 bpf-next 5/6] bpftool: rename is_internal_mmapable_map into is_mmapable_map
` [PATCH v4 bpf-next 6/6] bpf: Tell bpf programs kernel's PAGE_SIZE
[linux-next:master] BUILD REGRESSION 1843e16d2df9d98427ef8045589571749d627cf7
2024-03-07 20:24 UTC (2+ messages)
[PATCH bpf-next] bpftool: Mount bpffs on provided dir instead of parent dir
2024-03-07 20:12 UTC (4+ messages)
BPF WG ISA Document: Last Call
2024-03-07 18:01 UTC (2+ messages)
` [Bpf] "
[PATCH net v2] dpaa_eth: fix XDP queue index
2024-03-07 17:48 UTC (3+ messages)
[PATCH bpf-next RESEND v2 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
2024-03-07 17:30 UTC (2+ messages)
[PATCH bpf 1/2] xdp, bonding: Fix feature flags when there are no slave devs anymore
2024-03-07 13:56 UTC (3+ messages)
[PATCH bpf-next 0/1] Support kCFI + BPF on riscv64
2024-03-07 13:37 UTC (5+ messages)
` [PATCH bpf-next 1/1] riscv64/cfi,bpf: "
[PATCH bpf v2 0/2] Fix hashmap overflow checks for 32-bit arches
2024-03-07 12:00 UTC (11+ messages)
` [PATCH bpf v2 2/2] bpf: Fix hashtab overflow check on "
[syzbot] [bpf?] KMSAN: uninit-value in strnchr
2024-03-07 8:30 UTC
pull-request: bpf 2024-03-06
2024-03-07 4:30 UTC (2+ messages)
linux-next: manual merge of the bpf-next tree with the mm-stable tree
2024-03-07 3:20 UTC (2+ messages)
linux-next: manual merge of the bpf-next tree with the bpf tree
2024-03-07 1:40 UTC
[PATCH net-next v12 00/15] Introducing P4TC (series 1)
2024-03-06 23:19 UTC (12+ messages)
` [PATCH net-next v12 14/15] p4tc: add set of P4TC table kfuncs
[syzbot] [netfilter?] INFO: rcu detected stall in gc_worker (3)
2024-03-06 22:38 UTC
struct_ops usage - verifier interactions
2024-03-06 20:35 UTC (4+ messages)
[PATCH bpf-next v4 00/15] libbpf: type suffixes and autocreate flag for struct_ops maps
2024-03-06 19:30 UTC (4+ messages)
` [PATCH bpf-next v4 14/15] bpf: allow all printable characters in BTF DATASEC names
[PATCH v6 bpf-next 0/4] bpf: Introduce may_goto and cond_break
2024-03-06 19:15 UTC (11+ messages)
` [PATCH v6 bpf-next 1/4] bpf: Introduce may_goto instruction
` [PATCH v6 bpf-next 3/4] bpf: Add cond_break macro
[linux-next:master] BUILD REGRESSION 61996c073c9b070922ad3a36c981ca6ddbea19a5
2024-03-06 18:11 UTC
[PATCH bpf-next v1] ARC: Add eBPF JIT support
2024-03-06 16:21 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