bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-31 06:09:10 to 2023-06-02 15:00:22 UTC [more...]

[PATCH RESEND bpf-next 00/18] BPF token
 2023-06-02 14:59 UTC  (2+ messages)
` [PATCH RESEND bpf-next 01/18] bpf: introduce BPF token object

[PATCH bpf-next 0/2] add mechanism to report map pressure
 2023-06-02 14:21 UTC  (12+ messages)
` [PATCH bpf-next 1/2] bpf: add new map ops ->map_pressure
` [PATCH bpf-next 2/2] selftests/bpf: test map pressure

[PATCH] selftests/bpf: Add missing selftests kconfig options
 2023-06-02 14:01 UTC 

[PATCH dwarves] pahole: avoid adding same struct structure to two rb trees
 2023-06-02 13:52 UTC  (3+ messages)

[PATCH 1/2] [v3] bpf: hide unused bpf_patch_call_args
 2023-06-02 13:50 UTC  (2+ messages)
` [PATCH 2/2] [v3] bpf: fix bpf_probe_read_kernel prototype mismatch

[PATCH v3] Documentation: subsystem-apis: Categorize remaining subsystems
 2023-06-02 12:33 UTC  (5+ messages)

[PATCH vhost v10 00/10] virtio core prepares for AF_XDP
 2023-06-02 11:40 UTC  (12+ messages)
` [PATCH vhost v10 01/10] virtio_ring: put mapping error check in vring_map_one_sg
` [PATCH vhost v10 02/10] virtio_ring: introduce virtqueue_set_premapped()
` [PATCH vhost v10 03/10] virtio_ring: split: support add premapped buf
` [PATCH vhost v10 04/10] virtio_ring: packed: "
` [PATCH vhost v10 05/10] virtio_ring: split-detach: support return dma info to driver
` [PATCH vhost v10 06/10] virtio_ring: packed-detach: "
` [PATCH vhost v10 07/10] virtio_ring: introduce helpers for premapped
` [PATCH vhost v10 08/10] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v10 09/10] virtio_ring: introduce virtqueue_add_sg()
` [PATCH vhost v10 10/10] virtio_net: support dma premapped

[PATCH bpf-next v2 0/5] bpf, x86: allow function arguments up to 14 for TRACING
 2023-06-02  9:44 UTC  (10+ messages)
` [PATCH bpf-next v2 1/5] bpf: make MAX_BPF_FUNC_ARGS 14
` [PATCH bpf-next v2 2/5] bpf, x86: allow function arguments up to 14 for TRACING
` [PATCH bpf-next v2 3/5] libbpf: make BPF_PROG support 15 function arguments
` [PATCH bpf-next v2 4/5] selftests/bpf: rename bpf_fentry_test{7,8,9} to bpf_fentry_test_ptr*
` [PATCH bpf-next v2 5/5] selftests/bpf: add testcase for FENTRY/FEXIT with 6+ arguments

[PATCH 00/13] mm: jit/text allocator
 2023-06-02  9:35 UTC  (30+ messages)
` [PATCH 01/13] nios2: define virtual address space for modules
` [PATCH 02/13] mm: introduce jit_text_alloc() and use it instead of module_alloc()
` [PATCH 03/13] mm/jitalloc, arch: convert simple overrides of module_alloc to jitalloc
` [PATCH 04/13] mm/jitalloc, arch: convert remaining "
` [PATCH 05/13] module, jitalloc: drop module_alloc
` [PATCH 06/13] mm/jitalloc: introduce jit_data_alloc()
` [PATCH 07/13] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH 08/13] arch: make jitalloc setup available regardless of CONFIG_MODULES
` [PATCH 09/13] kprobes: remove dependcy on CONFIG_MODULES
` [PATCH 10/13] modules, jitalloc: prepare to allocate executable memory as ROX
` [PATCH 11/13] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH 12/13] x86/jitalloc: prepare to allocate exectuatble memory as ROX
` [PATCH 13/13] x86/jitalloc: make memory allocated for code ROX

[PATCH bpf-next 0/6] bpf: Support ->fill_link_info for kprobe prog
 2023-06-02  8:52 UTC  (7+ messages)
` [PATCH bpf-next 1/6] bpf: Support ->fill_link_info for kprobe_multi
` [PATCH bpf-next 2/6] bpftool: Show probed function in kprobe_multi link info
` [PATCH bpf-next 3/6] bpf: Always expose the probed address
` [PATCH bpf-next 4/6] bpf: Add a common helper bpf_copy_to_user()
` [PATCH bpf-next 5/6] bpf: Support ->fill_link_info for perf_event
` [PATCH bpf-next 6/6] bpftool: Show probed function in perf_event link info

[PATCH] bpf: cleanup unused function declaration
 2023-06-02  3:08 UTC 

[RFC bpf-next v3 0/6] Handle immediate reuse in bpf memory allocator
 2023-06-02  2:39 UTC  (8+ messages)
` [RFC bpf-next v3 3/6] bpf: Introduce BPF_MA_REUSE_AFTER_RCU_GP

[PATCH v2 bpf-next 0/9] bpf_refcount followups (part 1)
 2023-06-02  2:26 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/9] [DONOTAPPLY] Revert "bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed"
` [PATCH v2 bpf-next 2/9] bpf: Set kptr_struct_meta for node param to list and rbtree insert funcs
` [PATCH v2 bpf-next 3/9] bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation
` [PATCH v2 bpf-next 4/9] bpf: Make bpf_refcount_acquire fallible for non-owning refs
` [PATCH v2 bpf-next 5/9] [DONOTAPPLY] bpf: Allow KF_DESTRUCTIVE-flagged kfuncs to be called under spinlock
` [PATCH v2 bpf-next 6/9] [DONOTAPPLY] selftests/bpf: Add unsafe lock/unlock and refcount_read kfuncs to bpf_testmod
` [PATCH v2 bpf-next 7/9] [DONOTAPPLY] selftests/bpf: Add test exercising bpf_refcount_acquire race condition
` [PATCH v2 bpf-next 8/9] [DONOTAPPLY] selftests/bpf: Disable newly-added refcounted_kptr_races test
` [PATCH v2 bpf-next 9/9] [DONOTAPPLY] Revert "selftests/bpf: Disable newly-added refcounted_kptr_races test"

[PATCH bpf v2] bpf: Fix UAF in task local storage
 2023-06-02  0:37 UTC  (2+ messages)

[PATCH bpf-next V2] bpf/xdp: optimize bpf_xdp_pointer to avoid reading sinfo
 2023-06-01 20:37 UTC  (3+ messages)

[PATCH bpf] bpf: Fix elem_size not being set for inner maps
 2023-06-01 19:18 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] verify scalar ids mapping in regsafe()
 2023-06-01 18:52 UTC  (17+ messages)
` [PATCH bpf-next v2 1/4] bpf: verify scalar ids mapping in regsafe() using check_ids()

[PATCH bpf] bpf: Fix UAF in task local storage
 2023-06-01 18:32 UTC  (8+ messages)

[PATCH 0/3] Type aware module allocator
 2023-06-01 18:21 UTC  (12+ messages)

[PATCH v2 0/2] bpf: utilize table ID in bpf_fib_lookup helper
 2023-06-01 18:10 UTC  (5+ messages)
` [PATCH v2 1/2] bpf: add table ID to bpf_fib_lookup BPF helper
` [PATCH v2 2/2] selftests/bpf: test table ID fib lookup "

[Bpf] IETF BPF working group draft charter
 2023-06-01 17:40 UTC  (17+ messages)

[PATCH net] ice: recycle/free all of the fragments from multi-buffer frame
 2023-06-01 17:10 UTC  (2+ messages)

[RFC bpf-next 0/8] bpf: support BTF kind metadata to separate
 2023-06-01 16:53 UTC  (14+ messages)
` [RFC bpf-next 1/8] btf: add kind metadata encoding to UAPI
` [RFC bpf-next 2/8] libbpf: support handling of metadata section in BTF
` [RFC bpf-next 3/8] libbpf: use metadata to compute an unknown kind size
` [RFC bpf-next 4/8] btf: support kernel parsing of BTF with metadata, use it to parse BTF with unknown kinds
` [RFC bpf-next 5/8] libbpf: add metadata encoding support
` [RFC bpf-next 6/8] btf: generate metadata for vmlinux/module BTF
` [RFC bpf-next 7/8] bpftool: add BTF dump "format meta" to dump header/metadata
` [RFC bpf-next 8/8] selftests/bpf: test kind encoding/decoding
` [RFC dwarves] dwarves: encode BTF metadata if --btf_gen_meta is set

[PATCH] tracing/user_events: Run BPF program if attached
 2023-06-01 16:29 UTC  (14+ messages)

[PATCH bpf-next] bpf: getsockopt hook to get optval without checking kernel retval
 2023-06-01 15:50 UTC  (4+ messages)
  `  "

[PATCH net] bpf, sockmap: avoid potential NULL dereference in sk_psock_verdict_data_ready()
 2023-06-01 14:33 UTC  (2+ messages)

[syzbot] [net?] [bpf?] general protection fault in sk_psock_verdict_data_ready
 2023-06-01  8:17 UTC 

[PATCH v2 bpf-next 17/22] selftests/xsk: add basic multi-buffer test
 2023-06-01  5:46 UTC  (2+ messages)

[PATCH 0/5] tracing/user_events: Add auto-del flag for events
 2023-06-01  0:29 UTC  (2+ messages)

[PATCH v4 1/9] capability: introduce new capable flag NODENYAUDIT
 2023-05-31 22:13 UTC  (5+ messages)

[PATCH bpf-next] bpf, vmtest: Build test_progs and friends as statically linked
 2023-05-31 19:53 UTC  (3+ messages)

[RFC PATCH] bpf: Remove in_atomic() from bpf_link_put()
 2023-05-31 19:00 UTC  (8+ messages)
      ` [PATCH v2] "
          ` [PATCH v3] "

[PATCH bpf-next] bpf/xdp: optimize bpf_xdp_pointer to avoid reading sinfo
 2023-05-31 17:54 UTC  (4+ messages)

[PATCH v2 bpf-next 00/22] xsk: multi-buffer support
 2023-05-31 13:20 UTC  (4+ messages)
` [PATCH v2 bpf-next 13/22] xsk: report ZC multi-buffer capability via xdp_features

[PATCH] bpf, x86: allow function arguments up to 12 for TRACING
 2023-05-31 13:10 UTC  (5+ messages)

[PATCH net-next v2 4/6] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
 2023-05-31 12:45 UTC 

[PATCH bpf-next 0/2] multi-buffer support for XDP_REDIRECT samples
 2023-05-31 12:02 UTC  (8+ messages)
` [PATCH bpf-next 1/2] samples/bpf: fixup xdp_redirect tool to be able to support xdp multibuffer

[PATCH bpf-next] tools/resolve_btfids: fix setting HOSTCFLAGS
 2023-05-31 11:40 UTC  (5+ messages)

[PATCH] net: use umd_cleanup_helper()
 2023-05-31 11:10 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60
 2023-05-31 11:10 UTC  (4+ messages)

[PATCH] bpf: Replace all non-returning strlcpy with strscpy
 2023-05-31 11:10 UTC  (2+ messages)

[PATCH] bpf/tests: Use struct_size()
 2023-05-31 11:10 UTC  (3+ messages)

[PATCH v2 1/2] bpf: make defination of bpf_dump_raw_ok based on CONFIG_KALLSYMS
 2023-05-31  8:47 UTC  (2+ messages)
    ` [PATCH v2 2/2] kallsyms: add kallsyms_show_value defination in all cases


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).