bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-04-27  9:54 UTC  (13+ 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 03/11] PCI: imx6: Rename imx6_* with imx_*
` [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 06/11] PCI: imx: Simplify switch-case logic by involve set_ref_clk callback

[syzbot] [bpf?] KMSAN: uninit-value in htab_map_delete_elem
 2024-04-27  8:34 UTC 

[PATCH] tcp_bbr: replace lambda expression with bitwise operation for bit flip
 2024-04-27  8:31 UTC  (5+ messages)

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-27  7:40 UTC  (6+ messages)

[syzbot] [bpf?] [net?] possible deadlock in sock_hash_delete_elem (2)
 2024-04-27  6:08 UTC  (2+ messages)
` [syzbot] [net?] [bpf?] "

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-04-27  2:11 UTC  (4+ messages)
` [RFC PATCH net-next v8 07/14] page_pool: devmem support

[PATCH v2 00/16] Consistently prefer sysfs/json events
 2024-04-27  1:36 UTC  (4+ messages)
` [PATCH v2 11/16] perf parse-events: Improve error message for bad numbers

pull-request: bpf 2024-04-26
 2024-04-27  0:50 UTC  (2+ messages)

[PATCH bpf-next v3] bpf, docs: Clarify PC use in instruction-set.rst
 2024-04-26 23:11 UTC  (2+ messages)
` [Bpf] "

[PATCH v2 bpf-next] bpf: Fix verifier assumptions about socket->sk
 2024-04-27  0:25 UTC 

[PATCH v2 bpf-next 00/13] bpf: support resilient split BTF
 2024-04-27  0:24 UTC  (7+ messages)
` [PATCH v2 bpf-next 01/13] libbpf: add support to btf__add_fwd() for ENUM64
` [PATCH v2 bpf-next 02/13] libbpf: add btf__distill_base() creating split BTF with distilled base BTF

[PATCH net-next v7 0/8] virtio-net: support device stats
 2024-04-27  0:23 UTC  (11+ messages)
` [PATCH net-next v7 1/8] virtio_net: introduce ability to get reply info from device
` [PATCH net-next v7 2/8] virtio_net: introduce device stats feature and structures
` [PATCH net-next v7 3/8] virtio_net: remove "_queue" from ethtool -S
` [PATCH net-next v7 4/8] virtio_net: support device stats
` [PATCH net-next v7 5/8] virtio_net: device stats helpers support driver stats
` [PATCH net-next v7 6/8] virtio_net: add the total stats field
` [PATCH net-next v7 7/8] netdev: add queue stats
` [PATCH net-next v7 8/8] virtio-net: support queue stat

[PATCH bpf-next] bpf: Fix verifier assumptions about socket->sk
 2024-04-27  0:08 UTC  (3+ messages)

[RFC PATCH bpf-next v5 0/2] Replace mono_delivery_time with tstamp_type
 2024-04-26 23:55 UTC  (13+ messages)
` [RFC PATCH bpf-next v5 1/2] net: Rename mono_delivery_time to tstamp_type for scalabilty
` [RFC PATCH bpf-next v5 2/2] net: Add additional bit to support clockid_t timestamp type

[PATCH dwarves v8 0/3] pahole: Inject kfunc decl tags into BTF
 2024-04-26 23:47 UTC  (8+ messages)
` [PATCH dwarves v8 1/3] pahole: Save input filename separate from output
` [PATCH dwarves v8 2/3] pahole: Add --btf_feature=decl_tag_kfuncs feature
` [PATCH dwarves v8 3/3] pahole: Inject kfunc decl tags into BTF

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

[PATCHSET v5] sched: Implement BPF extensible scheduler class
 2024-04-26 21:58 UTC  (7+ messages)
` [PATCH 12/36] sched_ext: "

[PATCH net] udp: fix segmentation crash for GRO packet without fraglist
 2024-04-26 21:08 UTC  (22+ messages)

[PATCH bpf-next v2] bpf, docs: Clarify PC use in instruction-set.rst
 2024-04-26 20:58 UTC  (4+ messages)
` [Bpf] "

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

[PATCH bpf-next v3 00/11] Add check for bpf lsm return value
 2024-04-26 20:36 UTC  (14+ messages)
` [PATCH bpf-next v3 06/11] bpf: Fix compare error in function retval_range_within
` [PATCH bpf-next v3 07/11] bpf: Fix a false rejection caused by AND operation

[PATCH bpf-next] bpf, docs: Clarify PC use in instruction-set.rst
 2024-04-26 19:36 UTC  (8+ messages)
` [Bpf] "

[PATCHv3 bpf-next 0/7] uprobe: uretprobe speed up
 2024-04-26 18:06 UTC  (9+ messages)
` [PATCHv3 bpf-next 1/7] uprobe: Wire up uretprobe system call
` [PATCHv3 bpf-next 2/7] uprobe: Add uretprobe syscall to speed up return probe
` [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 net-next v16 00/15] Introducing P4TC (series 1)
 2024-04-26 18:03 UTC  (10+ messages)

[PATCH bpf-next] bpf: avoid casts from pointers to enums in bpf_tracing.h
 2024-04-26 18:02 UTC  (4+ messages)

[PATCH bpf-next v3 0/2] bpf, arm64: Support per-cpu instruction
 2024-04-26 17:35 UTC  (9+ messages)
` [PATCH bpf-next v3 1/2] arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrs
` [PATCH bpf-next v3 2/2] bpf, arm64: inline bpf_get_smp_processor_id() helper

[PATCH bpf v6 0/3] bpf: prevent userspace memory access
 2024-04-26 17:00 UTC  (2+ messages)

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

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

[PATCH bpf-next v3 0/6] bpf/verifier: range computation improvements
 2024-04-26 16:17 UTC  (20+ messages)
` [PATCH bpf-next v3 1/6] bpf/verifier: replace calls to mark_reg_unknown
` [PATCH bpf-next v3 2/6] bpf/verifier: refactor checks for range computation
` [PATCH bpf-next v3 3/6] bpf/verifier: improve XOR and OR "
` [PATCH bpf-next v3 4/6] selftests/bpf: XOR and OR range computation tests
` [PATCH bpf-next v3 5/6] bpf/verifier: relax MUL range computation check
` [PATCH bpf-next v3 6/6] selftests/bpf: MUL range computation tests

[PATCH bpf-next] bpf, arm64: Add support for lse atomics in bpf_arena
 2024-04-26 16:11 UTC 

[PATCH 0/2] Objpool performance improvements
 2024-04-26 16:05 UTC  (3+ messages)

[PATCH] bpf: btf: include linux/types.h for u32
 2024-04-26 15:54 UTC  (3+ messages)
` [PATCH bpf-next v3] "

[PATCH bpf-next V2] bpf_helpers.h: define bpf_tail_call_static when building with GCC
 2024-04-26 15:20 UTC  (2+ messages)

[PATCH bpf-next] bpf: add a few more options for GCC_BPF in selftests/bpf/Makefile
 2024-04-26 14:47 UTC  (10+ messages)

[PATCH net-next] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet
 2024-04-26 13:30 UTC  (2+ messages)

[PATCH v2] tools/build: Add clang cross-compilation flags to feature detection
 2024-04-26 10:31 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf, arm64: Support per-cpu instructions
 2024-04-26 10:26 UTC  (8+ messages)
` [PATCH bpf-next v2 2/2] bpf, arm64: inline bpf_get_smp_processor_id() helper

[RFC] bpf: allowing PTR_TO_BTF_ID | PTR_TRUSTED w/ non-zero fixed offset to selected KF_TRUSTED_ARGS BPF kfuncs
 2024-04-26  9:48 UTC  (10+ messages)

[PATCH v5 1/2] SQUASH: tcp/dcpp: Convert timewait timer into a delayed_work
 2024-04-26  8:43 UTC 

[syzbot] [v9fs?] INFO: rcu detected stall in sys_mount (7)
 2024-04-26  5:48 UTC 

[PATCH net-next v4 0/7] dma: skip calling no-op sync ops when possible
 2024-04-26  5:02 UTC  (4+ messages)
` [PATCH net-next v4 6/7] page_pool: check for DMA sync shortcut earlier

[RFC PATCH net-next 0/5] net: In-kernel QUIC implementation with Userspace handshake
 2024-04-26  4:58 UTC 

[PATCH bpf-next] bpf, docs: Add introduction for use in the ISA Internet Draft
 2024-04-26  2:20 UTC  (2+ messages)

[PATCH dwarves v7 0/2] pahole: Inject kfunc decl tags into BTF
 2024-04-26  0:23 UTC  (4+ messages)
` [PATCH dwarves v7 2/2] "

[PATCH bpf-next v2 1/2] net: netfilter: Make ct zone opts configurable for bpf ct helpers
 2024-04-25 23:34 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncs

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

[PATCH bpf-next v1 0/2] bpf: add mrtt and srtt as ctx->args for BPF_SOCK_OPS_RTT_CB
 2024-04-25 22:10 UTC  (4+ messages)
` [PATCH bpf-next v1 1/2] bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args
` [PATCH bpf-next v1 2/2] selftests/bpf: extend BPF_SOCK_OPS_RTT_CB test for srtt and mrtt_us

[PATCH v9 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-04-25 20:31 UTC  (6+ 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

[PATCH v3] selftests/bpf: Add ring_buffer__consume_n test
 2024-04-25 20:12 UTC  (4+ messages)

[PATCH bpf-next 0/5] check bpf_dummy_struct_ops program params for test runs
 2024-04-25 19:50 UTC  (2+ messages)

[PATCH 1/2] [PATCH net-next,1/2] Add new args for cong_control in tcp_congestion_ops
 2024-04-25 19:09 UTC  (3+ messages)
` [PATCH 2/2] [PATCH net-next,2/2] Add test for the use of new args in cong_control

BPF_PROG, BPF_KPROBE, BPF_KSYSCALL and enum conversions
 2024-04-25 18:58 UTC  (3+ messages)

[syzbot] [bpf?] possible deadlock in stack_depot_save_flags
 2024-04-25 18:26 UTC 

[PATCH bpf-next] bpf: Add bpf_guard_preempt() convenience macro
 2024-04-25 18:10 UTC  (2+ messages)

[syzbot] [bpf?] [trace?] possible deadlock in force_sig_info_to_task
 2024-04-25 17:54 UTC  (2+ messages)

[PATCH bpf-next 0/2] Update a struct_ops link through a pinned path
 2024-04-25 17:11 UTC  (10+ messages)
` [PATCH bpf-next 1/2] bpf: enable the "open" operator on a pinned path of a struct_osp link

[PATCH bpf-next v2 00/11] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-04-25 17:09 UTC  (14+ 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).