bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-19 11:50:36 to 2023-06-21 17:02:49 UTC [more...]

[RFC bpf-next v2 00/11] bpf: Netdev TX metadata
 2023-06-21 17:02 UTC 

[PATCH bpf-next v6 0/3] bpf, x86: allow function arguments up to 12 for TRACING
 2023-06-21 16:54 UTC  (6+ messages)
` [PATCH bpf-next v6 2/3] "
` [PATCH bpf-next v6 3/3] selftests/bpf: add testcase for TRACING with 6+ arguments

[PATCH 1/2] tracing/probes: Fix to return NULL and keep using current argc
 2023-06-21 16:45 UTC  (4+ messages)
` [PATCH 2/2] Documentation: Fix typo of reference file name

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-06-21 16:34 UTC  (5+ messages)
` [PATCH 01/79] fs: add ctime accessors infrastructure
  ` [PATCH 73/79] bpf: switch to new ctime accessors
` [PATCH 79/79] fs: rename i_ctime field to __i_ctime

[PATCH bpf-next v3 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2023-06-21 16:24 UTC  (6+ messages)
` [PATCH bpf-next v3 3/3] bpf, arm64: use bpf_jit_binary_pack_alloc

[syzbot] [net?] possible deadlock in netlink_set_err
 2023-06-21 15:31 UTC 

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

next: Rpi4: Unexpected kernel BRK exception at EL1
 2023-06-21 15:19 UTC  (4+ messages)

[PATCH bpf-next v2 3/6] net: remove duplicate reuseport_lookup functions
 2023-06-21 15:00 UTC  (7+ messages)

[PATCH v4 bpf-next 00/22] xsk: multi-buffer support
 2023-06-21 14:15 UTC  (10+ messages)
` [PATCH v4 bpf-next 06/22] xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path
` [PATCH v4 bpf-next 15/22] xsk: add multi-buffer documentation

[PATCH nf] netfilter: conntrack: Avoid nf_ct_helper_hash uses after free
 2023-06-21 13:07 UTC  (7+ messages)

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

[RFC PATCH bpf-next] bpf: New bpf helpers to get perf type of [uk]probe
 2023-06-21 12:00 UTC  (3+ messages)
` [RFC PATCH bpf-next] perf: Add perf_type_[uk]probe()
` [RFC PATCH bpf-next] bpf: Add two new bpf helpers bpf_perf_type_[uk]probe()

[RFC PATCH bpf-next] bpf: Fix an error in verifying a field in a union
 2023-06-21 12:00 UTC 

[PATCH net-next v3 3/4] page_pool: introduce page_pool_alloc() API
 2023-06-21 11:55 UTC  (10+ messages)

[QUESTION] Check weird behavior with CO-RE relocations
 2023-06-21 10:51 UTC 

[PATCH bpf,v6 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings
 2023-06-21 10:42 UTC  (5+ messages)
` [PATCH bpf,v6 1/4] bpf: factor out socket lookup functions for the TC hookpoint
` [PATCH bpf,v6 2/4] bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via "
` [PATCH bpf,v6 3/4] bpf: fix bpf socket lookup from tc/xdp to respect socket VRF bindings
` [PATCH bpf,v6 4/4] selftests/bpf: Add vrf_socket_lookup tests

pull-request: bpf 2023-06-21
 2023-06-21 10:11 UTC 

[PATCH bpf] bpf/btf: Accept function names that contain dots
 2023-06-21  8:43 UTC  (15+ messages)

[PATCH v2 0/2] Unify uapi bitsperlong.h
 2023-06-21  8:39 UTC  (3+ messages)
` [PATCH v2 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
` [PATCH v2 2/2] tools arch: Remove uapi bitsperlong.h of hexagon and microblaze

[PATCHv2 bpf-next 00/24] bpf: Add multi uprobe link
 2023-06-21  8:32 UTC  (28+ messages)
` [PATCHv2 bpf-next 01/24] "
` [PATCHv2 bpf-next 02/24] bpf: Add cookies support for uprobe_multi link
` [PATCHv2 bpf-next 03/24] bpf: Add pid filter "
` [PATCHv2 bpf-next 04/24] bpf: Add bpf_get_func_ip helper support for uprobe link
` [PATCHv2 bpf-next 05/24] libbpf: Add uprobe_multi attach type and link names
` [PATCHv2 bpf-next 06/24] libbpf: Add elf symbol iterator
` [PATCHv2 bpf-next 07/24] libbpf: Add open_elf/close_elf functions
` [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
` [PATCHv2 bpf-next 15/24] selftests/bpf: Add uprobe_multi skel test
` [PATCHv2 bpf-next 16/24] selftests/bpf: Add uprobe_multi api test
` [PATCHv2 bpf-next 17/24] selftests/bpf: Add uprobe_multi link test
` [PATCHv2 bpf-next 18/24] selftests/bpf: Add uprobe_multi test program
` [PATCHv2 bpf-next 19/24] selftests/bpf: Add uprobe_multi bench test
` [PATCHv2 bpf-next 20/24] selftests/bpf: Add usdt_multi test program
` [PATCHv2 bpf-next 21/24] selftests/bpf: Add usdt_multi bench test
` [PATCHv2 bpf-next 22/24] selftests/bpf: Add uprobe_multi cookie test
` [PATCHv2 bpf-next 23/24] selftests/bpf: Add uprobe_multi pid filter tests
` [PATCHv2 bpf-next 24/24] selftests/bpf: Add extra link to uprobe_multi tests

[PATCH vhost v10 00/10] virtio core prepares for AF_XDP
 2023-06-21  6:42 UTC  (2+ messages)

[PATCH 3/3] net: ethernet: ti-cpsw: fix linking built-in code to modules
 2023-06-21  3:49 UTC  (2+ messages)

[RFC PATCH bpf-next v5 0/2] Handle immediate reuse in bpf memory allocator
 2023-06-21  1:38 UTC  (8+ messages)
` [RFC PATCH bpf-next v5 1/2] bpf: Only reuse after one RCU GP "
` [RFC PATCH bpf-next v5 2/2] bpf: Call rcu_momentary_dyntick_idle() in task work periodically

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

[PATCH v3 bpf-next 00/10] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-06-21  1:29 UTC  (6+ messages)
` [PATCH v3 bpf-next 03/10] bpftool: Show probed function in kprobe_multi link info

[PATCH bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-06-20 23:40 UTC  (6+ messages)

[PATCH bpf,v5 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings
 2023-06-20 22:30 UTC  (3+ messages)
` [PATCH bpf,v5 3/4] bpf: fix bpf socket lookup from tc/xdp to respect socket "

[PATCH v2 0/5] Reduce overhead of LSMs with static calls
 2023-06-20 21:53 UTC  (5+ messages)
` [PATCH v2 3/5] security: Replace indirect LSM hook calls "
` [PATCH v2 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY

[RFC bpf-next] bpf: generate 'nomerge' for map helpers in bpf_helper_defs.h
 2023-06-20 18:27 UTC  (3+ messages)

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-20 17:24 UTC  (14+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()

[PATCHv2 bpf] bpf: Force kprobe multi expected_attach_type for kprobe_multi link
 2023-06-20 17:20 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] Fix missing synack in BPF cgroup_skb filters
 2023-06-20 17:14 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] net: bpf: Always call BPF cgroup filters for egress
` [PATCH bpf-next v3 2/2] selftests/bpf: Verify that the cgroup_skb filters receive expected packets

[PATCH net-next v3 03/18] tcp_bpf, smc, tls, espintcp: Reduce MSG_SENDPAGE_NOTLAST usage
 2023-06-20 14:53 UTC  (3+ messages)
` [PATCH net-next v3 17/18] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
` [PATCH net-next v3 18/18] net: Kill MSG_SENDPAGE_NOTLAST

[PATCH v2 bpf-next 0/9] bpf: support BTF kind layout info, CRCs
 2023-06-20 14:41 UTC  (13+ messages)
` [PATCH v2 bpf-next 4/9] btf: support kernel parsing of BTF with kind layout
` [PATCH v2 bpf-next 5/9] libbpf: add kind layout encoding, crc support
` [PATCH v2 bpf-next 6/9] btf: generate BTF kind layout for vmlinux/module BTF

[PATCH net-next 0/4] virtio-net: avoid XDP and _F_GUEST_CSUM
 2023-06-20 14:15 UTC  (19+ messages)
` [PATCH net-next 2/4] virtio-net: reprobe csum related fields for skb passed by XDP
` [PATCH net-next 3/4] virtio-net: support coexistence of XDP and _F_GUEST_CSUM
` [PATCH net-next 4/4] virtio-net: remove F_GUEST_CSUM check for XDP loading

[PATCH net-next v2 17/17] net: Kill MSG_SENDPAGE_NOTLAST
 2023-06-20 12:59 UTC  (4+ messages)

Calling functions while holding a spinlock
 2023-06-20 10:41 UTC  (3+ messages)

[PATCH bpf-next v6 0/5] Add benchmark for bpf memory allocator
 2023-06-20  1:42 UTC  (5+ messages)
` [PATCH bpf-next v6 5/5] selftests/bpf: "

[bug] kernel: bpf: syscall: a possible sleep-in-atomic bug in __bpf_prog_put()
 2023-06-19 19:01 UTC  (10+ messages)

[PATCH v2 bpf-next 00/18] BPF token
 2023-06-19 17:40 UTC  (4+ messages)

Fwd: nvsp_rndis_pkt_complete error status and net_ratelimit: callbacks suppressed messages on 6.4.0rc4
 2023-06-19 17:19 UTC  (2+ messages)

[PATCH net-next 1/4] virtio-net: a helper for probing the pseudo-header checksum
 2023-06-19 12:30 UTC  (3+ messages)

[PATCH bpf-next 0/4] Clean up BPF permissions checks
 2023-06-19 12:10 UTC  (2+ messages)

[PATCH v2 bpf-next] xsk: Remove unused inline function xsk_buff_discard()
 2023-06-19 12:10 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).