messages from 2025-03-28 20:58:02 to 2025-04-01 13:12:16 UTC [more...]
[PATCH net-next 00/16] idpf: add XDP support
2025-04-01 13:11 UTC (6+ messages)
` [PATCH net-next 03/16] libeth: add a couple of XDP helpers (libeth_xdp)
[PATCH dwarves] dwarf_loader: fix termination on BTF encoding error
2025-04-01 12:57 UTC (2+ messages)
[PATCH bpf-next v3 0/3] bpf: Add kfuncs for read-only string operations
2025-04-01 12:48 UTC (4+ messages)
` [PATCH bpf-next v3 1/3] "
[BUG?] ppc64le: fentry BPF not triggered after live patch (v6.14)
2025-04-01 12:48 UTC (3+ messages)
[PATCH bpf-next 1/2] bpf: Check link_create parameter for multi_kprobe
2025-04-01 12:40 UTC (4+ messages)
` [PATCH bpf-next 2/2] bpf: Check link_create parameter for multi_uprobe
[RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
2025-04-01 12:22 UTC (12+ messages)
` [RFC PATCH 1/4] net: introduce get_optlen() and put_optlen() helpers
` [RFC PATCH 2/4] net: pass 'optlen_t' to proto[ops].getsockopt() hooks
` [RFC PATCH 3/4] net: pass a kernel pointer via "
` [RFC PATCH 4/4] io_uring: let io_uring_cmd_getsockopt() allow level other than SOL_SOCKET
[PATCH net-next v5 0/2] Fix late DMA unmap crash for page pool
2025-04-01 12:06 UTC (11+ messages)
` [PATCH net-next v5 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
[PATCH net] xsk: correct tx_ring_empty_descs count statistics
2025-04-01 11:00 UTC (10+ messages)
[PATCH bpf] bpf: add missing ops lock around dev_xdp_attach_link
2025-04-01 10:33 UTC (2+ messages)
[PATCH net-next v6 0/2] Fix late DMA unmap crash for page pool
2025-04-01 10:09 UTC (4+ messages)
` [PATCH net-next v6 1/2] page_pool: Move pp_magic check into helper functions
` [PATCH net-next v6 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
[PATCH v2 dwarves 0/2] dwarves: Introduce github actions for CI
2025-04-01 9:24 UTC (3+ messages)
` [PATCH v2 dwarves 1/2] dwarves: Add github actions to build, test
` [PATCH v2 dwarves 2/2] dwarves: Fix clang warning about unused variable
[PATCH net] net: octeontx2: Handle XDP_ABORTED and XDP invalid as XDP_DROP
2025-04-01 9:02 UTC
new splat
2025-04-01 8:44 UTC (3+ messages)
[PATCH] mm/page_alloc: Fix try_alloc_pages
2025-04-01 8:42 UTC (4+ messages)
[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
2025-04-01 7:52 UTC (29+ messages)
` [RFC PATCH v1 01/15] x86/msr: Replace __wrmsr() with native_wrmsrl()
` [RFC PATCH v1 02/15] x86/msr: Replace __rdmsr() with native_rdmsrl()
` [RFC PATCH v1 03/15] x86/msr: Simplify pmu_msr_{read,write}()
` [RFC PATCH v1 04/15] x86/msr: Let pv_cpu_ops.write_msr{_safe}() take an u64 instead of two u32
` [RFC PATCH v1 05/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrl(msr, value)
` [RFC PATCH v1 06/15] x86/msr: Remove MSR write APIs that take the MSR value in two u32 arguments
` [RFC PATCH v1 07/15] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v1 08/15] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [RFC PATCH v1 09/15] x86/opcode: Add immediate form MSR instructions to x86-opcode-map
` [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available
` [RFC PATCH v1 11/15] x86/extable: Implement EX_TYPE_FUNC_REWIND
` [RFC PATCH v1 12/15] x86/msr: Use the alternatives mechanism to write MSR
` [RFC PATCH v1 13/15] x86/msr: Use the alternatives mechanism to read MSR
` [RFC PATCH v1 14/15] x86/extable: Add support for the immediate form MSR instructions
` [RFC PATCH v1 15/15] x86/msr: Move the ARGS macros after the MSR read/write APIs
[PATCH] selftests/bpf: close the file descriptor to avoid resource leaks
2025-04-01 6:46 UTC (2+ messages)
[PATCH] perf lock contention: Symbolize zone->lock using BTF
2025-04-01 6:30 UTC
[PATCH] selftests/bpf: Convert comma to semicolon
2025-04-01 6:15 UTC
[PATCH bpf-next v3 0/6] bpf: Support atomic update for htab of maps
2025-04-01 6:22 UTC (7+ messages)
` [PATCH bpf-next v3 1/6] bpf: Factor out htab_elem_value helper()
` [PATCH bpf-next v3 2/6] bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_place
` [PATCH bpf-next v3 3/6] bpf: Support atomic update for htab of maps
` [PATCH bpf-next v3 4/6] bpf: Add is_fd_htab() helper
` [PATCH bpf-next v3 5/6] bpf: Don't allocate per-cpu extra_elems for fd htab
` [PATCH bpf-next v3 6/6] selftests/bpf: Add test case for atomic update of "
[PATCH v2 0/3] Dynamically allocate memory to store task's full name
2025-04-01 4:02 UTC (6+ messages)
` [PATCH v2 1/3] exec: "
` [PATCH v2 2/3] fs/proc: Pass 'task->full_name' via 'proc_task_name()'
` [PATCH v2 3/3] kthread: Use 'task_struct->full_name' to store kthread's full name
[PATCH mm] mm/page_alloc: Avoid second trylock of zone->lock
2025-04-01 3:28 UTC (6+ messages)
[GIT PULL] Introduce try_alloc_pages for 6.15
2025-04-01 0:57 UTC (14+ messages)
[PATCH] locking/local_lock, mm: Replace localtry_ helpers with local_trylock_t type
2025-04-01 0:51 UTC
s390x: selftests/bpf are failing on CI
2025-03-31 22:45 UTC (2+ messages)
[RFC PATCH bpf-next 0/3] Avoid skipping sockets with socket iterators
2025-03-31 21:58 UTC (7+ messages)
[PATCH bpf-next v2] selftests/bpf: support struct/union presets in veristat
2025-03-31 21:12 UTC
[RFC PATCH security-next 0/4] Introducing Hornet LSM
2025-03-31 20:57 UTC (14+ messages)
` [RFC PATCH security-next 1/4] security: "
` [RFC PATCH security-next 2/4] hornet: Introduce sign-ebpf
` [RFC PATCH security-next 3/4] hornet: Add an example lskel data extactor script
Improvements of BTF sanitizing for old kernels
2025-03-31 20:45 UTC (2+ messages)
` [PATCH 2/2] libbpf: add check if kernel supports kind flag and fix the bitfield members in union and structs if not
[PATCH bpf-next 0/4] likely/unlikely for bpf_helpers
2025-03-31 20:38 UTC (7+ messages)
` [PATCH bpf-next 1/4] bpf: fix a comment describing bpf_attr
` [PATCH bpf-next 2/4] selftests/bpf: add guard macros around likely/unlikely
` [PATCH bpf-next 3/4] libbpf: add likely/unlikely macros
` [PATCH bpf-next 4/4] selftests/bpf: remove likely/unlikely definitions
[PATCH v2 bpf-next 0/2] likely/unlikely for bpf_helpers and a small comment fix
2025-03-31 20:36 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf: fix a comment describing bpf_attr
` [PATCH bpf-next 2/2] libbpf: add likely/unlikely macros and use them in selftests
[RFC PATCH bpf-next 00/14] instruction sets and static keys
2025-03-31 20:10 UTC (5+ messages)
` [RFC PATCH bpf-next 10/14] libbpf: add likely/unlikely macros
Improvements of BTF sanitizing for old kernels
2025-03-31 20:09 UTC (3+ messages)
` [PATCH 1/2] libbpf: add proto_func param name generation on sanitazing it to enum type
` [PATCH 2/2] libbpf: add check if kernel supports kind flag and fix the bitfield members in union and structs if not
[PATCH bpf-next v2 0/2] libbpf: introduce line_info and func_info getters
2025-03-31 20:09 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] libbpf: make bpf_line/func_info_min public
` [PATCH bpf-next v2 2/2] libbpf: add getters for BTF.ext func and line info
[PATCH AUTOSEL 6.13 01/16] srcu: Force synchronization for srcu_get_delay()
2025-03-31 14:34 UTC
[PATCH AUTOSEL 6.14 01/18] srcu: Force synchronization for srcu_get_delay()
2025-03-31 14:33 UTC
linux-next: manual merge of the bpf-next tree with the mm tree
2025-03-31 14:25 UTC (4+ messages)
parallel pahole hangs while building modules from nvidia-open-kernel-dkms
2025-03-31 13:17 UTC (2+ messages)
[PATCH net v1] net: Fix tuntap uninitialized value
2025-03-31 11:47 UTC (4+ messages)
Question: fentry on kernel func optimized by compiler
2025-03-31 10:13 UTC (4+ messages)
[PATCH 0/3] bpf: TSTAMP_COMPLETION_CB timestamping + enable it for Bluetooth
2025-03-31 8:37 UTC (6+ messages)
` [PATCH 1/3] bpf: Add BPF_SOCK_OPS_TSTAMP_COMPLETION_CB callback
` [PATCH 2/3] [RFC] bpf: allow non-TCP skbs for bpf_sock_ops_enable_tx_tstamp
` [PATCH 3/3] [RFC] Bluetooth: enable bpf TX timestamping
[PATCH bpf-next] selftests/bpf: Fix verifier_private_stack test failure
2025-03-31 4:00 UTC (2+ messages)
[PATCH bpf v2 0/2] bpf, xdp: clean adjust_{head,meta} memory when offset < 0
2025-03-31 3:23 UTC (3+ messages)
` [PATCH bpf v2 1/2] bpf, xdp: clean head/meta when expanding it
` [PATCH bpf v2 2/2] selftests/bpf: add perf test for adjust_{head,meta}
[PATCH net v2 0/2] bpf, sockmap: Avoid sk_prot reset on sockmap unlink with ULP set
2025-03-31 1:21 UTC (3+ messages)
` [PATCH net v2 1/2] "
` [PATCH net v2 2/2] selftests: bpf: Add case for sockmap_ktls set when verdict attached
[PATCH bpf-next] selftests/bpf: Fix verifier_bpf_fastcall
2025-03-30 23:40 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix tests after change in struct file
2025-03-30 23:20 UTC (2+ messages)
[PATCH] tools/build: Use SYSTEM_BPFTOOL for system bpftool
2025-03-30 22:21 UTC (2+ messages)
[PATCH bpf] libbpf: Fix implicit memfd_create() for bionic
2025-03-30 21:13 UTC
[GIT PULL] Main BPF changes for 6.15
2025-03-30 21:06 UTC (3+ messages)
[GIT PULL] BPF resilient spin_lock for 6.15
2025-03-30 21:05 UTC (3+ messages)
[PATCH] LoongArch: BPF: Don't override subprog's return value
2025-03-30 9:39 UTC (2+ messages)
[PATCH] LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC
2025-03-30 9:39 UTC (2+ messages)
[PATCH] LoongArch: BPF: Fix off by one error in build_prologue()
2025-03-30 9:38 UTC (2+ messages)
[BPF] Question about per-CPU metadata_dst in bpf helper bpf_skb_set_tunnel_key implementation
2025-03-29 23:55 UTC
[PATCH v3 00/16] Introduce and use generic parity16/32/64 helper
2025-03-29 16:00 UTC (11+ messages)
[PATCH v4 1/2] perf trace: Implement syscall summary in BPF
2025-03-29 1:48 UTC (4+ messages)
` [PATCH v4 2/2] perf test: Add perf trace summary test
[PATCH bpf-next v2 0/6] bpf: Support atomic update for htab of maps
2025-03-29 1:24 UTC (5+ messages)
[syzbot] [bpf?] WARNING in dev_xdp_install
2025-03-28 23:26 UTC (3+ messages)
[PATCH bpf-next] libbpf: add getters for BTF.ext func and line info
2025-03-28 22:24 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox