bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-30 19:20:57 to 2023-06-02 08:52:51 UTC [more...]

[PATCH bpf-next 0/6] bpf: Support ->fill_link_info for kprobe prog
 2023-06-02  8:52 UTC  (2+ messages)
` [PATCH bpf-next 1/6] bpf: Support ->fill_link_info for kprobe_multi

[PATCH bpf-next v2 0/5] bpf, x86: allow function arguments up to 14 for TRACING
 2023-06-02  8:47 UTC  (9+ 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] 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-next 0/2] add mechanism to report map pressure
 2023-06-02  0:40 UTC  (11+ messages)
` [PATCH bpf-next 1/2] bpf: add new map ops ->map_pressure
` [PATCH bpf-next 2/2] selftests/bpf: test map pressure

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

[PATCH 00/13] mm: jit/text allocator
 2023-06-02  0:36 UTC  (29+ 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 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  (22+ 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 v3] Documentation: subsystem-apis: Categorize remaining subsystems
 2023-06-01 16:28 UTC  (2+ 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  (3+ 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  (7+ 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  (3+ 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

[PATCH 1/1] kallsyms: add kallsyms_show_value defination in all cases
 2023-05-31  6:01 UTC  (2+ messages)

[PATCH v2] kernel: bpf: syscall: fix a possible sleep-in-atomic bug in __bpf_prog_put()
 2023-05-31  5:38 UTC  (4+ messages)

[RFC PATCH bpf-next 0/8] bpf: Support ->show_fdinfo and ->fill_link_info for kprobe prog
 2023-05-31  3:24 UTC  (14+ messages)
` [RFC PATCH bpf-next 1/8] bpf: Support ->show_fdinfo for kprobe_multi
` [RFC PATCH bpf-next 3/8] bpftool: Show probed function in kprobe_multi link info
` [RFC PATCH bpf-next 7/8] bpf: Support ->fill_link_info for perf_event

a small question about bpftool struct_ops
 2023-05-31  3:14 UTC  (3+ messages)

[PATCH iwl-net v2] ice: recycle/free all of the fragments from multi-buffer frame
 2023-05-31  2:12 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH bpf-next v2 1/2] bpf: Silence a warning in btf_type_id_size()
 2023-05-30 22:40 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a test where map key_type_id with decl_tag type

pull-request: bpf-next 2023-05-26
 2023-05-30 19:20 UTC  (4+ 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).