bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-29 00:50:49 to 2024-04-30 11:29:28 UTC [more...]

[PATCHv2 bpf-next 0/7] bpf: Introduce kprobe_multi session attach
 2024-04-30 11:28 UTC  (6+ messages)
` [PATCHv2 bpf-next 1/7] bpf: Add support for kprobe "
` [PATCHv2 bpf-next 2/7] bpf: Add support for kprobe session context
` [PATCHv2 bpf-next 3/7] bpf: Add support for kprobe session cookie
` [PATCHv2 bpf-next 4/7] libbpf: Add support for kprobe session attach
` [PATCHv2 bpf-next 5/7] libbpf: Add kprobe session attach type name to attach_type_name

[PATCH bpf-next v3 0/3] bpf_wq followup series
 2024-04-30 10:43 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] bpf: do not walk twice the map on free
` [PATCH bpf-next v3 2/3] bpf: do not walk twice the hash "
` [PATCH bpf-next v3 3/3] selftests/bpf: drop an unused local variable

[PATCH v2 0/3] bpf_wq followup series
 2024-04-30 10:39 UTC  (5+ messages)
` [PATCH v2 1/3] bpf: do not walk twice the map on free
` [PATCH v2 2/3] bpf: do not walk twice the hash "
` [PATCH v2 3/3] selftests/bpf: drop an unused local variable

[PATCH] bpf: verifier: allow arrays of progs to be used in sleepable context
 2024-04-30 10:02 UTC  (6+ messages)

[PATCH net-next v7 0/8] virtio-net: support device stats
 2024-04-30  9:40 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] libbpf: support "module:function" syntax for tracing programs
 2024-04-30  9:38 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: add tests for the "module:function" syntax

[PATCH 0/3] bpf_wq followup series
 2024-04-30  9:20 UTC  (4+ messages)
` [PATCH 2/3] bpf: do not walk twice the hash map on free

[PATCH bpf-next] bpf: avoid casts from pointers to enums in bpf_tracing.h
 2024-04-30  8:20 UTC  (6+ messages)

pull-request: bpf-next 2024-04-29
 2024-04-30  8:16 UTC  (6+ messages)

[PATCH bpf-next 0/7] bpf: Introduce kprobe_multi session attach
 2024-04-30  8:10 UTC  (5+ messages)
` [PATCH bpf-next 6/7] selftests/bpf: Add kprobe multi session test

[PATCH bpf-next v4 0/7] bpf/verifier: range computation improvements
 2024-04-30  7:17 UTC  (12+ messages)
` [PATCH bpf-next v4 1/7] bpf/verifier: replace calls to mark_reg_unknown
` [PATCH bpf-next v4 2/7] bpf/verifier: refactor checks for range computation
` [PATCH bpf-next v4 3/7] bpf/verifier: improve XOR and OR "
` [PATCH bpf-next v4 4/7] selftests/bpf: XOR and OR range computation tests
` [PATCH bpf-next v4 5/7] bpf/verifier: relax MUL range computation check
` [PATCH bpf-next v4 6/7] selftests/bpf: MUL range computation tests
` [PATCH bpf-next v4 7/7] bpf/verifier: improve code after range computation recent changes

[syzbot] [bpf?] [trace?] possible deadlock in force_sig_info_to_task
 2024-04-30  6:10 UTC  (19+ messages)
          ` [PATCH] x86/mm: Remove broken vsyscall emulation code from the page fault code

[PATCH bpf-next v3 00/11] Add check for bpf lsm return value
 2024-04-30  3:56 UTC  (13+ messages)
` [PATCH bpf-next v3 07/11] bpf: Fix a false rejection caused by AND operation

[syzbot] [bpf?] [net?] possible deadlock in sock_map_delete_elem
 2024-04-30  1:13 UTC  (2+ messages)

[PATCH v2 bpf-next 00/13] bpf: support resilient split BTF
 2024-04-30  0:14 UTC  (17+ messages)
` [PATCH v2 bpf-next 04/13] libbpf: add btf__parse_opts() API for flexible BTF parsing
` [PATCH v2 bpf-next 05/13] bpftool: support displaying raw split BTF using base BTF section as base
` [PATCH v2 bpf-next 06/13] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
` [PATCH v2 bpf-next 07/13] resolve_btfids: use .BTF.base ELF section as base BTF if -B option is used
` [PATCH v2 bpf-next 09/13] libbpf: split BTF relocation

[PATCH bpf-next 1/2] libbpf: handle nulled-out program in struct_ops correctly
 2024-04-30  0:00 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: validate nulled-out struct_ops program is handled properly

[PATCH] bpf: btf: include linux/types.h for u32
 2024-04-29 23:40 UTC  (5+ messages)
` [PATCH bpf-next v3] "

[PATCH] samples: bpf: Add valid info for VMLINUX_BTF
 2024-04-29 23:20 UTC  (2+ messages)

[PATCH bpf-next 0/2] Free strdup memory in selftests
 2024-04-29 23:20 UTC  (8+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Free strdup memory in test_sockmap
` [PATCH bpf-next 2/2] selftests/bpf: Free strdup memory in veristat

[PATCH bpf-next] selftests/bpf: run cgroup1_hierarchy test in own mount namespace
 2024-04-29 23:20 UTC  (2+ messages)

[PATCH v1 1/1] bpf: Switch to krealloc_array()
 2024-04-29 23:20 UTC  (3+ messages)

[PATCH v1 1/1] bpf: Use struct_size()
 2024-04-29 23:20 UTC  (3+ messages)

[PATCH dwarves v9 0/3] pahole: Inject kfunc decl tags into BTF
 2024-04-29 22:46 UTC  (4+ messages)
` [PATCH dwarves v9 1/3] pahole: Save input filename separate from output
` [PATCH dwarves v9 2/3] pahole: Add --btf_feature=decl_tag_kfuncs feature
` [PATCH dwarves v9 3/3] pahole: Inject kfunc decl tags into BTF

[PATCH dwarves v8 0/3] pahole: Inject kfunc decl tags into BTF
 2024-04-29 22:38 UTC  (4+ messages)
` [PATCH dwarves v8 3/3] "

[PATCH RFC] rethook: inline arch_rethook_trampoline_callback() in assembly code
 2024-04-29 22:38 UTC  (2+ messages)

[PATCH bpf-next] bpf: add support to read cpu_entry in bpf program
 2024-04-29 22:26 UTC  (2+ messages)

[PATCH v1 1/4] perf record: Dump off-cpu samples directly
 2024-04-29 22:06 UTC  (3+ messages)

[PATCH] perf/core: Trim dyn_size if raw data is absent
 2024-04-29 21:59 UTC 

[PATCH v2 bpf-next 0/6] selftests/bpf: Add sockaddr tests for kernel networking
 2024-04-29 21:47 UTC  (10+ messages)
` [PATCH v2 bpf-next 4/6] selftests/bpf: Add IPv4 and IPv6 sockaddr test cases

[PATCH v3 bpf-next 0/6] selftests/bpf: Add sockaddr tests for kernel networking
 2024-04-29 21:45 UTC  (7+ messages)
` [PATCH v3 bpf-next 1/6] selftests/bpf: Fix bind program for big endian systems
` [PATCH v3 bpf-next 2/6] selftests/bpf: Implement socket kfuncs for bpf_testmod
` [PATCH v3 bpf-next 3/6] selftests/bpf: Implement BPF programs for kernel socket operations
` [PATCH v3 bpf-next 4/6] selftests/bpf: Move IPv4 and IPv6 sockaddr test cases
` [PATCH v3 bpf-next 5/6] selftests/bpf: Make sock configurable for each test case
` [PATCH v3 bpf-next 6/6] selftests/bpf: Add kernel socket operation tests

[PATCH bpf-next 0/6] Notify user space when a struct_ops object is detached/unregisterd
 2024-04-29 21:36 UTC  (7+ messages)
` [PATCH bpf-next 1/6] bpf: add a pointer of the attached link to bpf_struct_ops_map
` [PATCH bpf-next 2/6] bpf: export bpf_link_inc_not_zero()
` [PATCH bpf-next 3/6] bpf: provide a function to unregister struct_ops objects from consumers
` [PATCH bpf-next 4/6] bpf: detach a bpf_struct_ops_map from a link
` [PATCH bpf-next 5/6] bpf: support epoll from bpf struct_ops links
` [PATCH bpf-next 6/6] selftests/bpf: test detaching "

[PATCH v2 bpf-next] bpf: Fix verifier assumptions about socket->sk
 2024-04-29 21:30 UTC  (2+ messages)

[PATCH v3 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-04-29 21:23 UTC  (26+ messages)
` [PATCH v3 01/11] PCI: imx6: Fix PCIe link down when i.MX8MM and i.MX8MP PCIe is EP mode
` [PATCH v3 02/11] PCI: imx6: Fix i.MX8MP PCIe EP can not trigger MSI
` [PATCH v3 04/11] PCI: imx6: Rename pci-imx6.c to pcie-imx.c
` [PATCH v3 05/11] MAINTAINERS: pci: imx: update imx6* to imx* since rename driver file
` [PATCH v3 07/11] PCI: imx: Simplify switch-case logic by involve core_reset callback
` [PATCH v3 08/11] PCI: imx: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95
` [PATCH v3 10/11] dt-bindings: imx6q-pcie: Add i.MX8Q pcie compatible string
` [PATCH v3 11/11] PCI: imx6: Add i.MX8Q PCIe support

linux-next: manual merge of the bpf-next tree with the net tree
 2024-04-29 21:17 UTC  (3+ messages)

[PATCH bpf 0/3] bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE
 2024-04-29 21:17 UTC  (8+ messages)
` [PATCH bpf 1/3] "
` [PATCH bpf 2/3] selftests/bpf: Extend sockopt tests to use BPF_LINK_CREATE
` [PATCH bpf 3/3] selftests/bpf: Add sockopt case to verify prog_type

[PATCH net] udp: fix segmentation crash for GRO packet without fraglist
 2024-04-29 21:14 UTC  (19+ messages)

[PATCH bpf-next] bpf: fix bpf_ksym_exists in GCC
 2024-04-29 20:52 UTC  (2+ messages)

[PATCH v9 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-04-29 20:28 UTC  (12+ messages)
` [PATCH v9 29/36] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v9 36/36] fgraph: Skip recording calltime/rettime if it is not nneeded

[syzbot] [bpf?] WARNING in bpf_map_lookup_percpu_elem
 2024-04-29 20:22 UTC 

[PATCH bpf-next v5 0/2] Add F_SETFL for fcntl in test_sockmap
 2024-04-29 20:15 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] selftests/bpf: Check recv lengths "

[PATCH bpf-next 0/2] libbpf: support "module:function" syntax for tracing programs
 2024-04-29 20:13 UTC  (8+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: add tests for the "module:function" syntax

[PATCHES 0/2] Introduce --btf_features=+extra_features syntax
 2024-04-29 18:48 UTC  (7+ messages)
` [PATCH 2/2] pahole: Allow asking for extra features using the '+' prefix in --btf_features

[PATCH bpf-next 1/2] Patch to Fix deadlocks in queue and stack maps
 2024-04-29 18:07 UTC  (6+ messages)
` [PATCH bpf-next 2/2] Added selftests to check deadlocks in queue and stack map

[syzbot] [bpf?] [trace?] WARNING in group_send_sig_info
 2024-04-29 17:45 UTC  (2+ messages)

[PATCH v2] tools/build: Add clang cross-compilation flags to feature detection
 2024-04-29 17:11 UTC  (4+ messages)

[PATCHv3 bpf-next 0/7] uprobe: uretprobe speed up
 2024-04-29 16:44 UTC  (9+ messages)
` [PATCHv3 bpf-next 5/7] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv3 bpf-next 6/7] selftests/bpf: Add uretprobe compat test

[PATCH bpf-next] bpf: Fold LSH and ARSH pair to a single MOVSX for sign-extension
 2024-04-29 16:32 UTC  (2+ messages)

[PATCH v7 00/16] mm: jit/text allocator
 2024-04-29 16:29 UTC  (18+ messages)
` [PATCH v7 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v7 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v7 03/16] nios2: define virtual address space for modules
` [PATCH v7 04/16] sparc: simplify module_alloc()
` [PATCH v7 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH v7 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v7 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v7 08/16] mm/execmem, arch: convert remaining "
` [PATCH v7 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH v7 10/16] arm64: extend execmem_info "
` [PATCH v7 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH v7 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v7 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v7 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v7 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v7 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH bpf-next v6 0/2] bpf: Add a generic bits iterator
 2024-04-29 16:27 UTC  (9+ messages)

[PATCH bpf-next v4 0/2] bpf, arm64: Support per-cpu instruction
 2024-04-29 13:16 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrs
` [PATCH bpf-next v4 2/2] bpf, arm64: inline bpf_get_smp_processor_id() helper

[PATCH -next] lsm: fix default return value for inode_set(remove)xattr
 2024-04-29 11:46 UTC 

[PATCH bpf-next v3] bpf, docs: Clarify PC use in instruction-set.rst
 2024-04-29 10:00 UTC  (2+ messages)

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-29  9:47 UTC  (3+ messages)
` [PATCH v3 11/11] sysctl: treewide: constify the ctl_table argument of handlers

WARNING in bpf_map_delete_elem
 2024-04-29  4:05 UTC 


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