BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-23 17:36:43 to 2024-02-27 21:47:49 UTC [more...]

[PATCH 0/6] PCI: imx6: rename\clean up and add lut information for imx95
 2024-02-27 21:47 UTC  (4+ messages)
` [PATCH 1/6] PCI: imx6: Rename imx6_* with imx_*
` [PATCH 2/6] PCI: imx6: Rename pci-imx6.c and PCI_IMX6 config
` [PATCH 3/6] MAINTAINERS: pci: imx: update imx6* to imx* since rename driver file

[PATCH bpf-next v1 0/8] libbpf: type suffixes and autocreate flag for struct_ops maps
 2024-02-27 21:47 UTC  (10+ messages)
` [PATCH bpf-next v1 1/8] libbpf: allow version suffixes (___smth) for struct_ops types
` [PATCH bpf-next v1 2/8] libbpf: tie struct_ops programs to kernel BTF ids, not to local ids
` [PATCH bpf-next v1 3/8] libbpf: honor autocreate flag for struct_ops maps
` [PATCH bpf-next v1 4/8] selftests/bpf: test struct_ops map definition with type suffix
` [PATCH bpf-next v1 5/8] selftests/bpf: bad_struct_ops test
` [PATCH bpf-next v1 6/8] selftests/bpf: test autocreate behavior for struct_ops maps
` [PATCH bpf-next v1 7/8] libbpf: sync progs autoload with maps autocreate "
` [PATCH bpf-next v1 8/8] selftests/bpf: tests for struct_ops autoload/autocreate toggling

[PATCH v1 0/6] Thread memory improvements and fixes
 2024-02-27 21:42 UTC  (14+ messages)
` [PATCH v1 1/6] perf report: Sort child tasks by tid
` [PATCH v1 2/6] perf trace: Ignore thread hashing in summary
` [PATCH v1 4/6] perf threads: Move threads to its own files

[PATCH] net: raise RCU qs after each threaded NAPI poll
 2024-02-27 21:22 UTC  (5+ messages)

[PATCH bpf-next v3 0/2] bpf, arm64: Support Exceptions
 2024-02-27 18:10 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] arm64: stacktrace: Implement arch_bpf_stack_walk() for the BPF JIT

[PATCH v2 bpf-next 0/3] mm: Cleanup and identify various users of kernel virtual address space
 2024-02-27 17:59 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/3] mm: Enforce VM_IOREMAP flag and range in ioremap_page_range
` [PATCH v2 bpf-next 2/3] mm, xen: Separate xen use cases from ioremap
` [PATCH v2 bpf-next 3/3] mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages()

[PATCH] net: ethernet: ti: am65-cpsw: Add minimal XDP support
 2024-02-27 17:30 UTC  (5+ messages)

[PATCH RFC bpf-next v3 00/16] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-02-27 16:51 UTC  (17+ messages)
` [PATCH RFC bpf-next v3 02/16] bpf/verifier: introduce in_sleepable() helper
` [PATCH RFC bpf-next v3 04/16] bpf/helpers: introduce sleepable bpf_timers
` [PATCH RFC bpf-next v3 08/16] bpf/verifier: do_misc_fixups for is_bpf_timer_set_sleepable_cb_kfunc
` [PATCH RFC bpf-next v3 09/16] HID: bpf/dispatch: regroup kfuncs definitions

[syzbot] [lsm?] [reiserfs?] general protection fault in fsnotify_perm
 2024-02-27 16:05 UTC  (2+ messages)

[PATCH bpf] bpf: Fix DEVMAP_HASH overflow check on 32-bit arches
 2024-02-27 15:27 UTC 

[PATCH bpf-next 0/1] Support kCFI + BPF on arm64
 2024-02-27 15:11 UTC  (2+ messages)
` [PATCH bpf-next 1/1] arm64/cfi,bpf: "

[syzbot] [net?] [bpf?] BUG: unable to handle kernel NULL pointer dereference in dev_map_hash_update_elem
 2024-02-27 13:50 UTC  (4+ messages)
` [syzbot] [bpf?] [net?] "

subscribe
 2024-02-27  6:52 UTC 

[PATCH v2 bpf-next 0/2] bpf: Introduce bpf_can_loop
 2024-02-27  5:52 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Introduce bpf_can_loop() kfunc
` [PATCH v2 bpf-next 2/2] selftests/bpf: Test bpf_can_loop

[PATCH vhost v2 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-27  1:32 UTC  (20+ messages)
` [PATCH vhost v2 19/19] virtio_net: sq support premapped mode

[PATCH bpf-next v5 0/6] Create shadow types for struct_ops maps in skeletons
 2024-02-27  1:04 UTC  (7+ messages)
` [PATCH bpf-next v5 1/6] libbpf: expose resolve_func_ptr() through libbpf_internal.h
` [PATCH bpf-next v5 2/6] libbpf: set btf_value_type_id of struct bpf_map for struct_ops
` [PATCH bpf-next v5 3/6] libbpf: Convert st_ops->data to shadow type
` [PATCH bpf-next v5 4/6] bpftool: generated shadow variables for struct_ops maps
` [PATCH bpf-next v5 5/6] bpftool: Add an example for struct_ops map and shadow type
` [PATCH bpf-next v5 6/6] selftests/bpf: Test if shadow types work correctly

[PATCH bpf-next 0/2] bpf: Add a generic bits iterator
 2024-02-27  0:34 UTC  (11+ messages)
` [PATCH bpf-next 1/2] bpf: Add "
` [PATCH bpf-next 2/2] selftests/bpf: Add selftest for bits iter

[PATCH bpf-next v4 0/6] Create shadow types for struct_ops maps in skeletons
 2024-02-27  0:19 UTC  (4+ messages)
` [PATCH bpf-next v4 3/6] libbpf: Convert st_ops->data to shadow type

[PATCH bpf-next v2 0/2] bpf, x64: Fix tailcall hierarchy
 2024-02-26 22:12 UTC  (8+ messages)
` [PATCH bpf-next v2 1/2] "

[PATCH bpf-next v4] bpftool: add support for split BTF to gen min_core_btf
 2024-02-26 21:48 UTC  (7+ messages)

[PATCH net-next v5] virtio_net: Support RX hash XDP hint
 2024-02-26 20:42 UTC  (11+ messages)

[PATCH bpf-next v1] ARC: Add eBPF JIT support
 2024-02-26 18:39 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] bpf qdisc
 2024-02-26 18:10 UTC  (2+ messages)

[PATCH net-next v3 0/7] dma: skip calling no-op sync ops when possible
 2024-02-26 16:27 UTC  (9+ messages)
` [PATCH net-next v3 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH net-next v3 2/7] dma: avoid redundant calls for sync operations

[PATCH v8 00/35] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-02-26 12:56 UTC  (37+ messages)
` [PATCH v8 01/35] tracing: Add a comment about ftrace_regs definition
` [PATCH v8 02/35] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v8 03/35] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v8 04/35] function_graph: Convert ret_stack to a series of longs
` [PATCH v8 05/35] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v8 06/35] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v8 07/35] function_graph: Allow multiple users to attach to function graph
` [PATCH v8 08/35] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v8 09/35] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v8 10/35] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v8 11/35] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v8 12/35] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v8 13/35] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v8 14/35] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v8 15/35] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v8 16/35] function_graph: Move graph depth stored data "
` [PATCH v8 17/35] function_graph: Move graph notrace bit "
` [PATCH v8 18/35] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v8 19/35] function_graph: Add selftest for passing local variables
` [PATCH v8 20/35] ftrace: Add multiple fgraph storage selftest
` [PATCH v8 21/35] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v8 22/35] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v8 23/35] function_graph: Pass ftrace_regs to retfunc
` [PATCH v8 24/35] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v8 25/35] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v8 26/35] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v8 27/35] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v8 28/35] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v8 29/35] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v8 30/35] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v8 31/35] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v8 32/35] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v8 33/35] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v8 34/35] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v8 35/35] Documentation: probes: Update fprobe on function-graph tracer

[LSF/MM/BPF TOPIC] multi kprobe updates
 2024-02-25 22:38 UTC  (2+ messages)

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault
 2024-02-25 19:03 UTC  (6+ messages)

[PATCH net-next v12 00/15] Introducing P4TC (series 1)
 2024-02-25 16:54 UTC  (16+ messages)
` [PATCH net-next v12 01/15] net: sched: act_api: Introduce P4 actions list
` [PATCH net-next v12 02/15] net/sched: act_api: increase action kind string length
` [PATCH net-next v12 03/15] net/sched: act_api: Update tc_action_ops to account for P4 actions
` [PATCH net-next v12 04/15] net/sched: act_api: add struct p4tc_action_ops as a parameter to lookup callback
` [PATCH net-next v12 05/15] net: sched: act_api: Add support for preallocated P4 action instances
` [PATCH net-next v12 06/15] p4tc: add P4 data types
` [PATCH net-next v12 07/15] p4tc: add template API
` [PATCH net-next v12 08/15] p4tc: add template pipeline create, get, update, delete
` [PATCH net-next v12 09/15] p4tc: add template action create, update, delete, get, flush and dump
` [PATCH net-next v12 10/15] p4tc: add runtime action support
` [PATCH net-next v12 11/15] p4tc: add template table create, update, delete, get, flush and dump
` [PATCH net-next v12 12/15] p4tc: add runtime table entry create and update
` [PATCH net-next v12 13/15] p4tc: add runtime table entry get, delete, flush and dump
` [PATCH net-next v12 14/15] p4tc: add set of P4TC table kfuncs
` [PATCH net-next v12 15/15] p4tc: add P4 classifier

[PATCH net v2] net: stmmac: Complete meta data only when enabled
 2024-02-25 11:38 UTC 

[PATCH net] net: stmmac: Complete meta data only when enabled
 2024-02-25 10:55 UTC  (4+ messages)

[PATCH v2 bpf-next 0/2] bpf: Add a generic bits iterator
 2024-02-25 10:06 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Add "
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add selftest for bits iter

[PATCH bpf-next v4 0/3] Allow struct_ops maps with a large number of programs
 2024-02-24 22:34 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] bpf, net: validate struct_ops when updating value
` [PATCH bpf-next v4 2/3] bpf: struct_ops supports more than one page for trampolines
` [PATCH bpf-next v4 3/3] selftests/bpf: Test struct_ops maps with a large number of program links

[PATCH bpf-next v3 0/3] Allow struct_ops maps with a large number of programs
 2024-02-24 15:43 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] bpf, net: validate struct_ops when updating value
` [PATCH bpf-next v3 2/3] bpf: struct_ops supports more than one page for trampolines
` [PATCH bpf-next v3 3/3] selftests/bpf: Test struct_ops maps with a large number of program links

Help needed for a BPF kernel issue with S390
 2024-02-24 11:31 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] Allow struct_ops maps with a large number of programs
 2024-02-24  3:20 UTC  (15+ messages)
` [PATCH bpf-next v2 2/3] bpf: struct_ops supports more than one page for trampolines

[PATCH bpf-next 1/2] bpf: Introduce bpf_can_loop() kfunc
 2024-02-24  1:55 UTC  (5+ messages)

[PATCH bpf-next] mm: Introduce vm_area_[un]map_pages()
 2024-02-24  0:00 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] Inter-VM Shared Memory Communications with eBPF
 2024-02-23 23:05 UTC 

[syzbot] [net?] [reiserfs?] [fat?] stack segment fault in __stack_depot_save
 2024-02-23 22:14 UTC  (2+ messages)
` [syzbot] [kernfs?] [net?] [mm?] "

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-02-23 20:45 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] perf tools issues with BPF
 2024-02-23 20:09 UTC 

[PATCH bpf-next v4] bpf, docs: Add callx instructions in new conformance group
 2024-02-23 19:33 UTC  (4+ messages)
  ` [Bpf] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).