messages from 2024-12-11 09:09:30 to 2024-12-13 01:24:36 UTC [more...]
[PATCH bpf-next v4 0/4] bpftool: btf: Support dumping a single type from file
2024-12-13 1:24 UTC (3+ messages)
` [PATCH bpf-next v4 1/4] bpftool: man: Add missing format argument to command description
` [PATCH bpf-next v4 2/4] bpftool: btf: Validate root_type_ids early
[PATCH net-next v4 00/11] net-timestamp: bpf extension to equip applications transparently
2024-12-13 1:14 UTC (14+ messages)
` [PATCH net-next v4 01/11] net-timestamp: add support for bpf_setsockopt()
` [PATCH net-next v4 02/11] net-timestamp: prepare for bpf prog use
` [PATCH net-next v4 06/11] net-timestamp: support SCM_TSTAMP_ACK for bpf extension
` [PATCH net-next v4 07/11] net-timestamp: support hwtstamp print "
` [PATCH net-next v4 10/11] net-timestamp: export the tskey for TCP "
` [PATCH net-next v4 11/11] bpf: add simple bpf tests in the tx path for so_timstamping feature
[PATCH bpf-next 00/13] uprobes: Add support to optimize usdt probes on x86_64
2024-12-13 1:01 UTC (20+ messages)
` [PATCH bpf-next 01/13] uprobes: Rename arch_uretprobe_trampoline function
` [PATCH bpf-next 02/13] uprobes: Make copy_from_page global
` [PATCH bpf-next 03/13] uprobes: Add nbytes argument to uprobe_write_opcode
` [PATCH bpf-next 04/13] uprobes: Add arch_uprobe_verify_opcode function
` [PATCH bpf-next 05/13] uprobes: Add mapping for optimized uprobe trampolines
` [PATCH bpf-next 06/13] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCH bpf-next 07/13] uprobes/x86: Add support to emulate nop5 instruction
` [PATCH bpf-next 08/13] uprobes/x86: Add support to optimize uprobes
` [PATCH bpf-next 09/13] selftests/bpf: Use 5-byte nop for x86 usdt probes
` [PATCH bpf-next 10/13] selftests/bpf: Add uprobe/usdt optimized test
` [PATCH bpf-next 11/13] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCH bpf-next 12/13] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCH bpf-next 13/13] selftests/bpf: Add 5-byte nop uprobe trigger bench
[PATCH] bpf: Avoid deadlock caused by nested kprobe and fentry bpf programs
2024-12-13 0:41 UTC (2+ messages)
[PATCH bpf] selftests/bpf: make BPF_TARGET_ENDIAN non-recursive to speed up *.bpf.o build
2024-12-13 0:34 UTC (2+ messages)
[PATCH v2 00/16] perf tools: Use generic syscall scripts for all archs
2024-12-13 0:33 UTC (17+ messages)
` [PATCH v2 01/16] perf tools: Create generic syscall table support
` [PATCH v2 02/16] perf tools: arc: Support generic syscall headers
` [PATCH v2 03/16] perf tools: csky: "
` [PATCH v2 04/16] perf tools: arm: Support "
` [PATCH v2 05/16] perf tools: sh: "
` [PATCH v2 06/16] perf tools: sparc: "
` [PATCH v2 07/16] perf tools: xtensa: Support syscall header
` [PATCH v2 08/16] perf tools: x86: Use generic syscall scripts
` [PATCH v2 09/16] perf tools: alpha: Support syscall header
` [PATCH v2 10/16] perf tools: parisc: "
` [PATCH v2 11/16] perf tools: arm64: Use syscall table
` [PATCH v2 12/16] perf tools: loongarch: "
` [PATCH v2 13/16] perf tools: mips: Use generic syscall scripts
` [PATCH v2 14/16] perf tools: powerpc: Use generic syscall table scripts
` [PATCH v2 15/16] perf tools: s390: "
` [PATCH v2 16/16] perf tools: Remove dependency on libaudit
[PATCH 0/4] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
2024-12-13 0:21 UTC (3+ messages)
` [PATCH 2/4] platform/x86: wmi-bmof: Switch to sysfs_bin_attr_simple_read()
[PATCH bpf-next v3 0/4] bpftool: btf: Support dumping a single type from file
2024-12-13 0:12 UTC (5+ messages)
` [PATCH bpf-next v3 3/4] "
[PATCH v2 0/3] bpftool: Fix the static linkage failure
2024-12-12 23:53 UTC (11+ messages)
` [PATCH v2 1/3] tools build: Add feature test for libelf with ZSTD
` [PATCH v2 2/3] perf: build: Minor improvement for linking libzstd
` [PATCH v2 3/3] bpftool: Link zstd lib required by libelf
[PATCH bpf] bpf: fix configuration-dependent BTF function references
2024-12-12 23:37 UTC (3+ messages)
[PATCH bpf-next] kbuild, bpf: Enable reproducible BTF generation
2024-12-12 23:31 UTC (9+ messages)
[PATCH bpf-next v3 0/2] libbpf: Extend linker API to support in-memory ELF files
2024-12-12 23:30 UTC (6+ messages)
` [PATCH bpf-next v3 1/2] libbpf: Pull file-opening logic up to top-level functions
` [PATCH bpf-next v3 2/2] libbpf: Extend linker API to support in-memory ELF files
[PATCH bpf-next v5 0/5] Support eliding map lookup nullness
2024-12-12 23:22 UTC (6+ messages)
` [PATCH bpf-next v5 1/5] bpf: verifier: Add missing newline on verbose() call
` [PATCH bpf-next v5 2/5] bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-write
` [PATCH bpf-next v5 3/5] bpf: verifier: Refactor helper access type tracking
` [PATCH bpf-next v5 4/5] bpf: verifier: Support eliding map lookup nullness
` [PATCH bpf-next v5 5/5] bpf: selftests: verifier: Add nullness elision tests
[PATCH] bpf: Don't trust r0 bounds after BPF to BPF call that tail_calls
2024-12-12 22:30 UTC (2+ messages)
[PATCH bpf-next v2 0/5] net/smc: Introduce smc_ops
2024-12-12 22:24 UTC (3+ messages)
` [PATCH bpf-next v2 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
[PATCH bpf-next v2 0/6] bpf, mm: Introduce __GFP_TRYLOCK
2024-12-12 21:57 UTC (36+ messages)
` [PATCH bpf-next v2 1/6] mm, bpf: Introduce __GFP_TRYLOCK for opportunistic page allocation
` [PATCH bpf-next v2 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v2 3/6] locking/local_lock: Introduce local_trylock_irqsave()
` [PATCH bpf-next v2 5/6] mm, bpf: Use __GFP_ACCOUNT in try_alloc_pages()
[REGRESSION] module BTF validation failure (Error -22) on next
2024-12-12 21:49 UTC (5+ messages)
` [REGRESSION] module BTF validation failure (Error -22) on
[PATCH dwarves v1 1/2] btf_loader: support for multiple BTF_DECL_TAGs pointing to same tag
2024-12-12 20:36 UTC (6+ messages)
` [PATCH dwarves v1 2/2] tests: verify that pfunct prints btf_decl_tags read from BTF
[PATCH bpf v1 0/2] Add missing size check for BTF-based ctx access
2024-12-12 19:50 UTC (5+ messages)
` [PATCH bpf v1 1/2] bpf: Check size for BTF-based ctx access of pointer members
` [PATCH bpf v1 2/2] selftests/bpf: Add test for narrow ctx load for pointer args
[PATCH bpf 1/2] bpf: fix NPE when computing changes_pkt_data of program w/o subprograms
2024-12-12 19:50 UTC (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: extend changes_pkt_data with cases "
[PATCH v3 bpf-next 0/6] Enable writing xattr from BPF programs
2024-12-12 19:39 UTC (7+ messages)
` [PATCH v3 bpf-next 4/6] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
[PATCH bpf-next v5] selftests/bpf: Consolidate kernel modules into common directory
2024-12-12 19:26 UTC (4+ messages)
[PATCH] scx: Fix maximal BPF selftest prog
2024-12-12 18:12 UTC (4+ messages)
` [PATCH sched_ext/for-6.13-fixes] sched_ext: Fix invalid irq restore in scx_ops_bypass()
[PATCH v4 bpf-next 0/7] Add fd_array_cnt attribute for BPF_PROG_LOAD
2024-12-12 17:39 UTC (13+ messages)
` [PATCH v4 bpf-next 3/7] bpf: add fd_array_cnt attribute for prog_load
[PATCH v8 0/2] PCI: add enabe(disable)_device() hook for bridge
2024-12-12 17:29 UTC (4+ messages)
` [PATCH v8 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95
[PATCH bpf-next v2] bpftool: Probe for ISA v4 instruction set extension
2024-12-12 16:40 UTC (2+ messages)
[PATCH 6.1 700/772] tracing/ftrace: disable preemption in syscall probe
2024-12-12 15:00 UTC
[PATCH 6.6 266/356] tracing/ftrace: disable preemption in syscall probe
2024-12-12 14:59 UTC
[PATCH 6.12 356/466] tracing/ftrace: disable preemption in syscall probe
2024-12-12 14:58 UTC
[PATCH iwl-next v2 1/1] igc: Improve XDP_SETUP_PROG process
2024-12-12 15:21 UTC (3+ messages)
[PATCH net-next v5 0/5] net: Improve netns handling in RTNL and ip_tunnel
2024-12-12 13:06 UTC (7+ messages)
` [PATCH net-next v5 3/5] rtnetlink: Decouple net namespaces in rtnl_newlink_create()
` [PATCH net-next v5 5/5] selftests: net: Add two test cases for link netns
[PATCH net 1/5] net, team, bonding: Add netdev_base_features helper
2024-12-12 12:07 UTC (12+ messages)
` [PATCH net 2/5] bonding: Fix initial {vlan,mpls}_feature set in bond_compute_features
` [PATCH net 3/5] bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL
` [PATCH net 4/5] team: Fix initial vlan_feature set in __team_compute_features
` [PATCH net 5/5] team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL
[PATCH bpf v1 0/4] Explicit raw_tp NULL arguments
2024-12-12 11:39 UTC (8+ messages)
` [PATCH bpf v1 3/4] bpf: Augment raw_tp arguments with PTR_MAYBE_NULL
` [PATCH bpf v1 4/4] selftests/bpf: Add autogenerated tests for raw_tp NULL args
[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
2024-12-12 9:52 UTC (5+ messages)
` "
[PATCH bpf-next] bpf: lsm: Remove hook to bpf_task_storage_free
2024-12-12 8:31 UTC (2+ messages)
[PATCH bpf v2 0/2] bpf: fix wrong copied_seq calculation and add tests
2024-12-12 6:33 UTC (4+ messages)
` [PATCH bpf v2 1/2] bpf: fix wrong copied_seq calculation
unregistering tcp_ca struct_ops can cause kernel page fault
2024-12-11 23:28 UTC (2+ messages)
[PATCH bpf-next v5 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
2024-12-12 0:53 UTC (12+ messages)
` [PATCH bpf-next v5 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v5 4/5] bpf: Make fs kfuncs available for SYSCALL and TRACING program types
[PATCH bpf-next v2 4/6] memcg: Add __GFP_TRYLOCK support
2024-12-11 23:47 UTC (2+ messages)
[PATCH bpf-next v3 0/4] Optimize bpf_csum_diff() and homogenize for all archs
2024-12-11 22:32 UTC (2+ messages)
[PATCH bpf v2] tools: Override makefile ARCH variable if defined, but empty
2024-12-11 22:32 UTC (2+ messages)
[PATCH 0/1] clear out Python syntax warnings
2024-12-11 21:57 UTC (2+ messages)
` [PATCH 1/1] selftests/bpf: "
[PATCH bpf-next] BPF-Helpers : Correct spelling mistake
2024-12-11 21:01 UTC (3+ messages)
[PATCH AUTOSEL 6.6 12/23] LoongArch: BPF: Adjust the parameter of emit_jirl()
2024-12-11 18:51 UTC
[PATCH AUTOSEL 6.12 19/36] LoongArch: BPF: Adjust the parameter of emit_jirl()
2024-12-11 18:49 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 21/36] bpf: Zero index arg error string for dynptr and iter
[PATCH net-next 00/12] xdp: a fistful of generic changes pt. II
2024-12-11 17:40 UTC (14+ messages)
` [PATCH net-next 01/12] page_pool: allow mixing PPs within one bulk
` [PATCH net-next 02/12] xdp: get rid of xdp_frame::mem.id
` [PATCH net-next 03/12] xdp: make __xdp_return() MP-agnostic
` [PATCH net-next 04/12] xdp: add generic xdp_buff_add_frag()
` [PATCH net-next 05/12] xdp: add generic xdp_build_skb_from_buff()
` [PATCH net-next 06/12] xsk: make xsk_buff_add_frag really add the frag via __xdp_buff_add_frag()
` [PATCH net-next 07/12] xsk: add generic XSk &xdp_buff -> skb conversion
` [PATCH net-next 08/12] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
` [PATCH net-next 09/12] page_pool: add a couple of netmem counterparts
` [PATCH net-next 10/12] skbuff: allow 2-4-argument skb_frag_dma_map()
` [PATCH net-next 11/12] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [PATCH net-next 12/12] unroll: add generic loop unroll helpers
XDP Performance Regression in recent kernel versions
2024-12-11 13:20 UTC (10+ messages)
[PATCH] bpf: replace deprecated strncpy with strscpy
2024-12-11 10:46 UTC
[PATCH bpf-next v4 1/2] bpftool: Fix gen object segfault
2024-12-11 9:48 UTC (2+ 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