public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-23 11:12:26 to 2023-06-26 15:03:42 UTC [more...]

[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
 2023-06-26 15:03 UTC  (16+ messages)
` [PATCH RFC net-next v4 3/8] vsock: support multi-transport datagrams
` [PATCH RFC net-next v4 6/8] virtio/vsock: support dgrams
` [PATCH RFC net-next v4 8/8] tests: add vsock dgram tests

[PATCH net-next v3 0/2] virtio-net: avoid conflicts between XDP and GUEST_CSUM
 2023-06-26 14:53 UTC  (7+ messages)
` [PATCH net-next v3 1/2] virtio-net: support coexistence of "
` [PATCH net-next v3 2/2] virtio-net: remove GUEST_CSUM check for XDP

[PATCH bpf-next v7 0/3] bpf, x86: allow function arguments up to 12 for TRACING
 2023-06-26 14:47 UTC  (3+ messages)
` [PATCH bpf-next v7 3/3] selftests/bpf: add testcase for TRACING with 6+ arguments

[RFC v2 PATCH bpf-next 0/4] bpf: add percpu stats for bpf_map
 2023-06-26 14:37 UTC  (12+ messages)
` [RFC v2 PATCH bpf-next 1/4] bpf: add percpu stats for bpf_map elements insertions/deletions
` [RFC v2 PATCH bpf-next 4/4] selftests/bpf: test map percpu stats

[PATCH net-next] tools: Fix MSG_SPLICE_PAGES build error in trace tools
 2023-06-26 13:56 UTC  (4+ messages)

[PATCH] libbpf: kprobe.multi: feedback function counts by kernel traced
 2023-06-26 13:53 UTC  (2+ messages)

selftests/bpf bpf_nf is failing
 2023-06-26 13:22 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix bpf_nf failure upon test rerun
 2023-06-26 13:19 UTC 

[PATCH v4 bpf-next 00/22] xsk: multi-buffer support
 2023-06-26 13:18 UTC  (4+ messages)
` [PATCH v4 bpf-next 01/22] xsk: prepare 'options' in xdp_desc for multi-buffer use

[PATCH v4] lib/test_bpf: Call page_address() on page acquired with GFP_KERNEL flag
 2023-06-26 13:07 UTC  (2+ messages)

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-26 13:01 UTC  (14+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()

[PATCH bpf-next] libbpf: skip modules BTF loading when CAP_SYS_ADMIN is missing
 2023-06-26  9:36 UTC 

linux-next: build failure after merge of the net-next tree
 2023-06-26  9:02 UTC  (3+ messages)
  ` [PATCH net-next] perf trace: fix MSG_SPLICE_PAGES build error

[PATCH bpf-next v4 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2023-06-26  8:58 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] bpf: make bpf_prog_pack allocator portable
` [PATCH bpf-next v4 2/3] arm64: patching: Add aarch64_insn_copy()
` [PATCH bpf-next v4 3/3] bpf, arm64: use bpf_jit_binary_pack_alloc

[PATCH v2 bpf-next 00/13] bpf: Introduce bpf_mem_cache_free_rcu()
 2023-06-26  7:16 UTC  (23+ messages)
` [PATCH v2 bpf-next 01/13] bpf: Rename few bpf_mem_alloc fields
` [PATCH v2 bpf-next 02/13] bpf: Simplify code of destroy_mem_alloc() with kmemdup()
` [PATCH v2 bpf-next 03/13] bpf: Let free_all() return the number of freed elements
` [PATCH v2 bpf-next 04/13] bpf: Refactor alloc_bulk()
` [PATCH v2 bpf-next 05/13] bpf: Further refactor alloc_bulk()
` [PATCH v2 bpf-next 06/13] bpf: Optimize moving objects from free_by_rcu_ttrace to waiting_for_gp_ttrace
` [PATCH v2 bpf-next 07/13] bpf: Change bpf_mem_cache draining process
` [PATCH v2 bpf-next 08/13] bpf: Add a hint to allocated objects
` [PATCH v2 bpf-next 09/13] bpf: Allow reuse from waiting_for_gp_ttrace list
` [PATCH v2 bpf-next 10/13] rcu: Export rcu_request_urgent_qs_task()
` [PATCH v2 bpf-next 11/13] selftests/bpf: Improve test coverage of bpf_mem_alloc
` [PATCH v2 bpf-next 12/13] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()
` [PATCH v2 bpf-next 13/13] bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu

[PATCH net-next v2 0/3] virtio-net: avoid conflicts between XDP and GUEST_CSUM
 2023-06-26  3:34 UTC  (11+ messages)
` [PATCH net-next v2 1/3] virtio-net: reprobe csum related fields for skb passed by XDP
` [PATCH net-next v2 2/3] virtio-net: support coexistence of XDP and GUEST_CSUM
` [PATCH net-next v2 3/3] virtio-net: remove GUEST_CSUM check for XDP

[PATCH] libbpf: provide num present cpus
 2023-06-26  2:34 UTC 

[PATCH] perf: Replace deprecated -target with --target= for Clang
 2023-06-25 18:24 UTC  (2+ messages)

Possible vs present number of cpus and propose for a new API function
 2023-06-25 14:56 UTC 

[PATCH v5 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-06-25 14:35 UTC  (25+ messages)
` [PATCH v5 bpf-next 01/11] bpf: Support ->fill_link_info for kprobe_multi
` [PATCH v5 bpf-next 02/11] bpftool: Dump the kernel symbol's module name
` [PATCH v5 bpf-next 03/11] bpftool: Show kprobe_multi link info
` [PATCH v5 bpf-next 04/11] bpf: Protect probed address based on kptr_restrict setting
` [PATCH v5 bpf-next 05/11] bpf: Clear the probe_addr for uprobe
` [PATCH v5 bpf-next 06/11] bpf: Expose symbol's respective address
` [PATCH v5 bpf-next 07/11] bpf: Add a common helper bpf_copy_to_user()
` [PATCH v5 bpf-next 08/11] bpf: Add bpf_perf_link_fill_common()
` [PATCH v5 bpf-next 09/11] bpf: Support ->fill_link_info for perf_event
` [PATCH v5 bpf-next 10/11] bpftool: Add perf event names
` [PATCH v5 bpf-next 11/11] bpftool: Show perf link info

[RFC PATCH bpf-next] bpf: Fix an error in verifying a field in a union
 2023-06-25 14:28 UTC  (5+ messages)

[PATCH vhost v10 00/10] virtio core prepares for AF_XDP
 2023-06-25  7:19 UTC  (9+ messages)
` [PATCH vhost v10 05/10] virtio_ring: split-detach: support return dma info to driver
` [PATCH vhost v10 10/10] virtio_net: support dma premapped

[PATCH v2] libbpf: kprobe.multi: Filter with available_filter_functions_addrs
 2023-06-25  1:56 UTC  (2+ messages)

[PATCHv2 bpf-next 00/24] bpf: Add multi uprobe link
 2023-06-25  1:20 UTC  (35+ messages)
` [PATCHv2 bpf-next 01/24] "
` [PATCHv2 bpf-next 06/24] libbpf: Add elf symbol iterator
` [PATCHv2 bpf-next 08/24] libbpf: Add elf_find_multi_func_offset function
` [PATCHv2 bpf-next 09/24] libbpf: Add elf_find_pattern_func_offset function
` [PATCHv2 bpf-next 10/24] libbpf: Add bpf_link_create support for multi uprobes
` [PATCHv2 bpf-next 11/24] libbpf: Add bpf_program__attach_uprobe_multi_opts function
` [PATCHv2 bpf-next 12/24] libbpf: Add support for u[ret]probe.multi[.s] program sections
` [PATCHv2 bpf-next 13/24] libbpf: Add uprobe multi link detection
` [PATCHv2 bpf-next 14/24] libbpf: Add uprobe multi link support to bpf_program__attach_usdt

[RFC bpf-next v2 00/11] bpf: Netdev TX metadata
 2023-06-25  1:12 UTC  (27+ messages)
` [RFC bpf-next v2 03/11] xsk: Support XDP_TX_METADATA_LEN
` [RFC bpf-next v2 06/11] net: veth: Implement devtx timestamp kfuncs
` [RFC bpf-next v2 09/11] selftests/bpf: Extend xdp_metadata with devtx kfuncs
` [RFC bpf-next v2 11/11] net/mlx5e: Support TX timestamp metadata

[PATCH v4 0/4] Bring back vmlinux.h generation
 2023-06-24 23:40 UTC  (3+ messages)

pull-request: bpf-next 2023-06-23
 2023-06-24 22:10 UTC  (2+ messages)

[QUESTION] Check weird behavior with CO-RE relocations
 2023-06-24 20:21 UTC  (4+ messages)

[PATCH v2 bpf-next 00/18] BPF token
 2023-06-24 15:28 UTC  (26+ messages)

[PATCH net-next v3 3/4] page_pool: introduce page_pool_alloc() API
 2023-06-24 14:44 UTC  (11+ messages)

[PATCH v2] bpf: Replace deprecated -target with --target= for Clang
 2023-06-24  9:28 UTC  (2+ messages)

[PATCH bpf-next 00/12] bpf: Introduce bpf_mem_cache_free_rcu()
 2023-06-24  9:12 UTC  (10+ messages)
` [PATCH bpf-next 07/12] bpf: Add a hint to allocated objects
` [PATCH bpf-next 11/12] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()

[PATCH bpf-next v4 0/2] Fix missing synack in BPF cgroup_skb filters
 2023-06-24  1:46 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] net: bpf: Check SKB ownership against full socket
` [PATCH bpf-next v4 2/2] selftests/bpf: Verify that the cgroup_skb filters receive expected packets

[PATCH bpf-next 0/2] add mechanism to report map pressure
 2023-06-24  0:00 UTC  (11+ messages)
` [PATCH bpf-next 1/2] bpf: add new map ops ->map_pressure

[PATCH net-next v5 01/16] tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usage
 2023-06-23 22:55 UTC  (3+ messages)
` [PATCH net-next v5 15/16] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
` [PATCH net-next v5 16/16] net: Kill MSG_SENDPAGE_NOTLAST

[PATCH v11 2/4] smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()
 2023-06-23 19:32 UTC  (2+ messages)

Call for agenda items
 2023-06-23 17:29 UTC  (2+ messages)
    ` [Bpf] "

[PATCH bpf-next v3 0/2] Fix missing synack in BPF cgroup_skb filters
 2023-06-23 16:30 UTC  (9+ messages)
` [PATCH bpf-next v3 1/2] net: bpf: Always call BPF cgroup filters for egress

FW: [Bpf] WG Action: Formed BPF/eBPF (bpf)
 2023-06-23 15:48 UTC 

[PATCH 00/11] Remove the end element in sysctl table arrays
 2023-06-23 15:20 UTC  (7+ messages)
  ` [PATCH 08/11] sysctl: Add size to register_sysctl_init

[PATCH] bpf: Replace deprecated -target with --target= for Clang
 2023-06-23 15:06 UTC  (4+ messages)

[syzbot] [net?] BUG: sleeping function called from invalid context in __lock_sock_fast
 2023-06-23 14:49 UTC  (2+ messages)

[syzbot] [net?] WARNING in inet_sock_destruct (4)
 2023-06-23 14:36 UTC 

[PATCH] libbpf: kprobe.multi: Filter with available_filter_functions_addrs
 2023-06-23 13:57 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] bpf, x86: allow function arguments up to 12 for TRACING
 2023-06-23 13:08 UTC  (7+ messages)
` [PATCH bpf-next v5 2/3] "

[PATCH net-next 0/6] TSN auto negotiation between 1G and 2.5G
 2023-06-23 12:44 UTC  (5+ messages)
` [PATCH net-next 1/6] platform/x86: intel_pmc_core: Add IPC mailbox accessor function and add SoC register access

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-06-23 12:41 UTC  (4+ messages)

[PATCH net-next v4 01/15] tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usage
 2023-06-23 11:44 UTC  (3+ messages)
` [PATCH net-next v4 14/15] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
` [PATCH net-next v4 15/15] net: Kill MSG_SENDPAGE_NOTLAST


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox