public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-16 16:19:26 to 2023-06-20 14:51:10 UTC [more...]

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-20 14:51 UTC  (52+ messages)
` [PATCH v2 01/12] nios2: define virtual address space for modules
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 03/12] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v2 04/12] mm/execmem, arch: convert remaining "
` [PATCH v2 05/12] modules, execmem: drop module_alloc
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()
` [PATCH v2 07/12] arm64, execmem: extend execmem_params for generated code definitions
` [PATCH v2 08/12] riscv: extend execmem_params for kprobes allocations
` [PATCH v2 09/12] powerpc: "
` [PATCH v2 10/12] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v2 11/12] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v2 12/12] kprobes: remove dependcy on CONFIG_MODULES

[PATCH v2 bpf-next 0/9] bpf: support BTF kind layout info, CRCs
 2023-06-20 14:41 UTC  (22+ messages)
` [PATCH v2 bpf-next 1/9] btf: add kind layout encoding, crcs to UAPI
` [PATCH v2 bpf-next 2/9] libbpf: support handling of kind layout section in BTF
` [PATCH v2 bpf-next 3/9] libbpf: use kind layout to compute an unknown kind size
` [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 v2 bpf-next 7/9] bpftool: add BTF dump "format meta" to dump header/metadata
` [PATCH v2 bpf-next 8/9] bpftool: update doc to describe bpftool btf dump .. format meta
` [PATCH v2 bpf-next 9/9] selftests/bpf: test kind encoding/decoding
` [PATCH dwarves] dwarves: encode BTF kind layout, crcs

[PATCH bpf] bpf/btf: Accept function names that contain dots
 2023-06-20 14:38 UTC  (11+ messages)

[PATCH bpf-next v2 3/6] net: remove duplicate reuseport_lookup functions
 2023-06-20 14:26 UTC  (3+ messages)

[PATCH net-next 0/4] virtio-net: avoid XDP and _F_GUEST_CSUM
 2023-06-20 14:15 UTC  (22+ messages)
` [PATCH net-next 1/4] virtio-net: a helper for probing the pseudo-header checksum
` [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 03/17] tcp_bpf, smc, tls, espintcp: Reduce MSG_SENDPAGE_NOTLAST usage
 2023-06-20 12:59 UTC  (6+ messages)
` [PATCH net-next v2 16/17] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
` [PATCH net-next v2 17/17] net: Kill MSG_SENDPAGE_NOTLAST

[PATCHv2 bpf-next 00/24] bpf: Add multi uprobe link
 2023-06-20 12:40 UTC  (26+ 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

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

[PATCH nf] netfilter: conntrack: Avoid nf_ct_helper_hash uses after free
 2023-06-20  6:35 UTC  (2+ 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)

[RFC PATCH bpf-next v5 0/2] Handle immediate reuse in bpf memory allocator
 2023-06-19 14:32 UTC  (3+ 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 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)

[PATCH bpf-next v6 0/3] bpf, x86: allow function arguments up to 12 for TRACING
 2023-06-19 11:49 UTC  (4+ messages)
` [PATCH bpf-next v6 1/3] bpf, x86: save/restore regs with BPF_DW size
` [PATCH bpf-next v6 2/3] bpf, x86: allow function arguments up to 12 for TRACING
` [PATCH bpf-next v6 3/3] selftests/bpf: add testcase for TRACING with 6+ arguments

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

Kredytowanie na podstawie obrotu z terminala
 2023-06-19  7:30 UTC 

[RFC bpf-next 0/7] bpf: netdev TX metadata
 2023-06-19  7:15 UTC  (10+ messages)
` [RFC bpf-next 3/7] bpf: implement devtx hook points

eBPF Verifier's Design Principles
 2023-06-19  7:09 UTC 

[syzbot] [net?] KASAN: null-ptr-deref Read in nsim_dev_trap_report_work
 2023-06-19  5:16 UTC 

[PATCH bpf-next v5 0/3] bpf, x86: allow function arguments up to 12 for TRACING
 2023-06-19  2:31 UTC  (7+ messages)
` [PATCH bpf-next v5 1/3] bpf, x86: clean garbage values when store args from regs into stack
` [PATCH bpf-next v5 2/3] bpf, x86: allow function arguments up to 12 for TRACING

[PATCH net-next v3 0/4] introduce page_pool_alloc() API
 2023-06-18 15:05 UTC  (10+ messages)
            ` [PATCH net-next v3 3/4] page_pool: "

[PATCHv2 bpf] bpf: Force kprobe multi expected_attach_type for kprobe_multi link
 2023-06-18 13:14 UTC 

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

[PATCH bpf] bpf: Force kprobe multi expected_attach_type for kprobe_multi link
 2023-06-17 19:16 UTC  (3+ messages)

[PATCH v2 0/5] Reduce overhead of LSMs with static calls
 2023-06-17 15:39 UTC  (12+ messages)
` [PATCH v2 2/5] security: Count the LSMs enabled at compile time
` [PATCH v2 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v2 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY

[PATCH 0/5] tracing: Improbe BTF support on probe events
 2023-06-17  9:47 UTC  (6+ messages)
` [PATCH 1/5] tracing/probes: Support BTF based data structure field access
` [PATCH 2/5] tracing/probes: Support BTF field access from retval
` [PATCH 3/5] tracing/probes: Add string type check with BTF
` [PATCH 4/5] selftests/ftrace: Add BTF fields access testcases
` [PATCH 5/5] Documentation: tracing: Update fprobe event example with BTF field

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

[PATCH v3 bpf-next 00/10] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-06-17  3:29 UTC  (21+ messages)
` [PATCH v3 bpf-next 01/10] bpf: Support ->fill_link_info for kprobe_multi
` [PATCH v3 bpf-next 02/10] bpftool: Dump the kernel symbol's module name
` [PATCH v3 bpf-next 03/10] bpftool: Show probed function in kprobe_multi link info
` [PATCH v3 bpf-next 08/10] bpf: Support ->fill_link_info for perf_event
` [PATCH v3 bpf-next 10/10] bpftool: Show probed function in perf_event link info

[PATCH net-next v4 0/2] xdp_rxq_info_reg fixes for mlx5e
 2023-06-16 19:33 UTC  (5+ messages)

ppc64le vmlinuz is huge when building with BTF
 2023-06-16 17:12 UTC  (8+ messages)

[RFC bpf-next] bpf: generate 'nomerge' for map helpers in bpf_helper_defs.h
 2023-06-16 17:03 UTC  (2+ messages)

[PATCH] libbpf: zip: Remove unneeded semicolon from zip_archive_open()
 2023-06-16 16:36 UTC  (2+ messages)

[PATCH] selftests/bpf: Fix the address is NULL
 2023-06-16 16:33 UTC  (3+ messages)

[PATCH] bpf: Remove unneeded variable
 2023-06-16 16:30 UTC  (2+ messages)

[PATCH v4] bpf: Remove in_atomic() from bpf_link_put()
 2023-06-16 16:30 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