BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-11 12:24:49 to 2024-04-14 06:55:53 UTC [more...]

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

[PATCH] bpf: btf: include linux/types.h for u32
 2024-04-14  4:51 UTC 

[RFC PATCH bpf-next] libbpf: print character arrays as strings if possible
 2024-04-13 21:39 UTC 

[PATCH 0/2] libbpf: fixes for character arrays dump
 2024-04-13 21:12 UTC  (3+ messages)
` [PATCH 1/2] libbpf: fix misaligned array closing bracket
` [PATCH 2/2] libbpf: fix dump of subsequent char arrays

[RFC PATCH bpf-next v3 0/2] Replace mono_delivery_time with tstamp_type
 2024-04-13 19:07 UTC  (6+ messages)
` [RFC PATCH bpf-next v3 1/2] net: Rename mono_delivery_time to tstamp_type for scalabilty
` [RFC PATCH bpf-next v3 2/2] net: Add additional bit to support userspace timestamp type

[syzbot] [bpf?] KASAN: slab-use-after-free Read in bpf_link_free
 2024-04-13 12:45 UTC  (2+ messages)

[PATCH bpf-next v3 00/11] Add check for bpf lsm return value
 2024-04-13 11:44 UTC  (9+ messages)
` [PATCH bpf-next v3 01/11] bpf, lsm: Annotate lsm hook return value range
` [PATCH bpf-next v3 02/11] bpf, lsm: Add helper to read "
` [PATCH bpf-next v3 03/11] bpf, lsm: Check bpf lsm hook return values in verifier
` [PATCH bpf-next v3 06/11] bpf: Fix compare error in function retval_range_within
` [PATCH bpf-next v3 08/11] selftests/bpf: Avoid load failure for token_lsm.c
` [PATCH bpf-next v3 11/11] selftests/bpf: Add verifier tests for bpf lsm

[syzbot] [bpf?] possible deadlock in __queue_map_get
 2024-04-13  5:14 UTC 

[PATCH net-next v7] virtio_net: Support RX hash XDP hint
 2024-04-13  4:10 UTC 

[PATCH net-next v6] virtio_net: Support RX hash XDP hint
 2024-04-13  3:41 UTC  (3+ messages)

[PATCH net-next v6 00/10] allocate dummy device dynamically
 2024-04-13  2:16 UTC  (12+ messages)
` [PATCH net-next v6 01/10] net: core: Fix documentation
` [PATCH net-next v6 02/10] net: free_netdev: exit earlier if dummy
` [PATCH net-next v6 03/10] net: create a dummy net_device allocator
` [PATCH net-next v6 04/10] net: marvell: prestera: allocate dummy net_device dynamically
` [PATCH net-next v6 05/10] net: mediatek: mtk_eth_sock: "
` [PATCH net-next v6 06/10] net: ipa: "
` [PATCH net-next v6 07/10] net: ibm/emac: "
` [PATCH net-next v6 08/10] wifi: qtnfmac: Use netdev dummy allocator helper
` [PATCH net-next v6 09/10] wifi: ath10k: allocate dummy net_device dynamically
` [PATCH net-next v6 10/10] wifi: ath11k: "

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

[PATCH bpf-next 0/2] bpftool: Small fixes for documentation and bash completion
 2024-04-13  1:14 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpftool: Update documentation where progs/maps can be passed by name
` [PATCH bpf-next 2/2] bpftool: Address minor issues in bash completion

[syzbot] [bpf?] [net?] KMSAN: uninit-value in sock_hash_delete_elem
 2024-04-13  0:50 UTC 

[PATCH v2 bpf-next] bpf: Fix latent unsoundness in and/or/xor value tracking
 2024-04-13  0:05 UTC  (6+ messages)

[PATCH net-next v9 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-04-12 23:45 UTC  (6+ messages)
` [PATCH net-next v9 1/3] net: ethernet: ti: Add accessors for struct k3_cppi_desc_pool members
` [PATCH net-next v9 2/3] net: ethernet: ti: Add desc_infos member to struct k3_cppi_desc_pool
` [PATCH net-next v9 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support

[PATCH net-next v8 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-04-12 23:38 UTC  (9+ messages)
` [PATCH net-next v8 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support

Incorrect BPF stats accounting for fentry on arm64
 2024-04-12 21:46 UTC  (5+ messages)

[PATCH 00/12]
 2024-04-12 21:16 UTC  (13+ messages)
` [PATCH 01/12] core: Allow asking for a reproducible build
` [PATCH 02/12] pahole: Disable BTF multithreaded encoded when doing reproducible builds
` [PATCH 03/12] dwarf_loader: Separate creating the cu/dcu pair from processing it
` [PATCH 04/12] dwarf_loader: Introduce dwarf_cus__process_cu()
` [PATCH 05/12] dwarf_loader: Create the cu/dcu pair in dwarf_cus__nextcu()
` [PATCH 06/12] dwarf_loader: Remove unused 'thr_data' arg from dwarf_cus__create_and_process_cu()
` [PATCH 07/12] core: Add unlocked cus__add() variant
` [PATCH 08/12] core: Add cus__remove(), counterpart of cus__add()
` [PATCH 09/12] dwarf_loader: Add the cu to the cus list early, remove on LSK_DELETE
` [PATCH 10/12] core/dwarf_loader: Add functions to set state of CU processing
` [PATCH 11/12] pahole: Encode BTF serially in a reproducible build
` [PATCH 12/12] tests: Add a BTF reproducible generation test

[RFC PATCH bpf-next v1 0/3] Rename mono_delivery_time to
 2024-04-12 21:14 UTC  (7+ messages)
` [RFC PATCH bpf-next v1 3/3] net: Add additional bit to support userspace timestamp type

[RFC/PATCHES 00/12] pahole: Reproducible parallel DWARF loading/serial BTF encoding
 2024-04-12 21:10 UTC  (12+ messages)

[PATCH bpf-next v2 00/11] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-04-12 21:08 UTC  (12+ messages)
` [PATCH bpf-next v2 01/11] bpf: Remove unnecessary checks on the offset of btf_field
` [PATCH bpf-next v2 02/11] bpf: Remove unnecessary call to btf_field_type_size()
` [PATCH bpf-next v2 03/11] bpf: Add nelems to struct btf_field_info and btf_field
` [PATCH bpf-next v2 04/11] bpf: initialize/free array of btf_field(s)
` [PATCH bpf-next v2 05/11] bpf: Find btf_field with the knowledge of arrays
` [PATCH bpf-next v2 06/11] bpf: check_map_access() "
` [PATCH bpf-next v2 07/11] bpf: check_map_kptr_access() compute the offset from the reg state
` [PATCH bpf-next v2 08/11] bpf: Enable and verify btf_field arrays
` [PATCH bpf-next v2 09/11] selftests/bpf: Test global kptr arrays
` [PATCH bpf-next v2 10/11] selftests/bpf: Test global bpf_rb_root arrays
` [PATCH bpf-next v2 11/11] selftests/bpf: Test global bpf_list_head arrays

[PATCH v1 1/2] perf bench uprobe: Remove lib64 from libc.so.6 binary path
 2024-04-12 20:52 UTC  (3+ messages)

Advice on cgroup rstat lock
 2024-04-12 19:51 UTC  (8+ messages)

[PATCH bpf-next 00/11] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-04-12 19:50 UTC  (22+ messages)
` [PATCH bpf-next 01/11] bpf: Remove unnecessary checks on the offset of btf_field
` [PATCH bpf-next 02/11] bpf: Remove unnecessary call to btf_field_type_size()
` [PATCH bpf-next 04/11] bpf: check_map_kptr_access() compute the offset from the reg state
` [PATCH bpf-next 05/11] bpf: initialize/free array of btf_field(s)
` [PATCH bpf-next 06/11] bpf: Find btf_field with the knowledge of arrays
` [PATCH bpf-next 07/11] bpf: check_map_access() "

[PATCH bpf-next v2 00/14] use start_server and connect_to helpers
 2024-04-12 18:52 UTC  (11+ messages)
` [PATCH bpf-next v2 01/14] selftests/bpf: Add start_server_addr helper
` [PATCH bpf-next v2 05/14] selftests/bpf: Use connect_to_addr in sk_assign
` [PATCH bpf-next v2 09/14] selftests/bpf: Add function pointer for __start_server
` [PATCH bpf-next v2 11/14] selftests/bpf: Use start_server_setsockopt in sockopt_inherit

[PATCH bpf] bpf: fix a verifier verbose message
 2024-04-12 16:40 UTC  (2+ messages)

[PATCHv2 bpf-next] selftests/bpf: Add read_trace_pipe_iter function
 2024-04-12 16:30 UTC  (4+ messages)

[RESEND PATCH] bpftool: Fix typo in error message
 2024-04-12 16:20 UTC  (3+ messages)

[PATCH] selftests: adopt BPF's approach to quieter builds
 2024-04-12 16:16 UTC  (2+ messages)

[PATCH v9 3/4] security: Replace indirect LSM hook calls with static calls
 2024-04-12 15:39 UTC  (4+ messages)

[RFC PATCH bpf-next v2 0/2] Replace mono_delivery_time with tstamp_type
 2024-04-12 13:37 UTC  (5+ messages)
` [RFC PATCH bpf-next v2 1/2] net: Rename mono_delivery_time to tstamp_type for scalabilty
` [RFC PATCH bpf-next v2] net: Add additional bit to support userspace timestamp type

[PATCH] neighbour: guarantee the localhost connections be established successfully even the ARP table is full
 2024-04-12 12:25 UTC 

[RFC] bpf: allowing PTR_TO_BTF_ID | PTR_TRUSTED w/ non-zero fixed offset to selected KF_TRUSTED_ARGS BPF kfuncs
 2024-04-12 11:31 UTC 

[PATCH v6 0/7] Combine perf and bpf for fast eval of hw breakpoint conditions
 2024-04-12  9:55 UTC  (9+ messages)
` [PATCH v6 1/7] perf/bpf: Reorder bpf_overflow_handler() ahead of __perf_event_overflow()
` [PATCH v6 2/7] perf/bpf: Create bpf_overflow_handler() stub for !CONFIG_BPF_SYSCALL
` [PATCH v6 3/7] perf/bpf: Remove #ifdef CONFIG_BPF_SYSCALL from struct perf_event members
` [PATCH v6 4/7] perf/bpf: Call bpf handler directly, not through overflow machinery
` [PATCH v6 5/7] perf/bpf: Remove unneeded uses_default_overflow_handler()
` [PATCH v6 6/7] perf/bpf: Allow a bpf program to suppress all sample side effects
` [PATCH v6 7/7] selftest/bpf: Test a perf bpf program that suppresses "
` [PATCH 8/7] perf/bpf: Change the !CONFIG_BPF_SYSCALL stubs to static inlines

[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
 2024-04-12  9:08 UTC  (10+ messages)
` [RFC PATCH 1/7] asm-generic: introduce text-patching.h
` [RFC PATCH 2/7] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [RFC PATCH 3/7] module: prepare to handle ROX allocations for text
` [RFC PATCH 4/7] ftrace: Add swap_func to ftrace_process_locs()
` [RFC PATCH 5/7] x86/module: perpare module loading for ROX allocations of text
` [RFC PATCH 6/7] execmem: add support for cache of large ROX pages
` [RFC PATCH 7/7] x86/module: enable ROX caches for module text

[PATCH RFC bpf-next v6 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-04-12  8:14 UTC  (3+ messages)
` [PATCH RFC bpf-next v6 2/6] bpf: Add support for KF_ARG_PTR_TO_TIMER

[RESEND PATCH v5 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions]
 2024-04-12  1:47 UTC  (5+ messages)
` [RESEND PATCH v5 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery

[syzbot] [bpf?] [net?] WARNING in sock_map_unref
 2024-04-12  1:23 UTC 

[PATCH bpf-next] net: netfilter: Make ct zone id configurable for bpf ct helper functions
 2024-04-12  0:45 UTC  (3+ messages)

[PATCH bpf-next v5 0/2] export send_recv_data
 2024-04-11 19:23 UTC  (4+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: Export send_recv_data helper

[PATCH V2 0/8] perf tools: Fix test "perf probe of function from different CU"
 2024-04-11 18:49 UTC  (2+ messages)

[PATCH v3 00/12] dso/dsos memory savings and clean up
 2024-04-11 18:42 UTC  (2+ messages)

[PATCH bpf v4 0/2] Two fixes for test_sockmap
 2024-04-11 18:10 UTC  (4+ messages)
` [PATCH bpf v4 1/2] selftests/bpf: Add F_SETFL for fcntl in test_sockmap

[PATCH bpf-next 1/3] bpf: fix to XOR and OR range computation
 2024-04-11 17:37 UTC  (3+ messages)
` [PATCH bpf-next 2/3] bpf: refactor checks for "
` [PATCH bpf-next 3/3] bpf: relax MUL range computation check

[PATCH net-next v16 00/15] Introducing P4TC (series 1)
 2024-04-11 16:24 UTC  (3+ messages)

[PATCH bpf-next v6 0/2] bpf: Add a generic bits iterator
 2024-04-11 13:50 UTC  (4+ messages)
` [PATCH bpf-next v6 1/2] bpf: Add "
` [PATCH bpf-next v6 2/2] selftests/bpf: Add selftest for bits iter

[PATCH net-next v5 00/10] allocate dummy device dynamically
 2024-04-11 13:41 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).