messages from 2024-08-31 04:16:55 to 2024-09-03 23:06:22 UTC [more...]
Change default cpu version from v1 to v3 in llvm20
2024-09-03 23:06 UTC (5+ messages)
[PATCH rcu 0/11] Add light-weight readers for SRCU
2024-09-03 23:03 UTC (19+ messages)
` [PATCH rcu 01/11] srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
` [PATCH rcu 02/11] srcu: Introduce srcu_gp_is_expedited() helper function
` [PATCH rcu 03/11] srcu: Renaming in preparation for additional reader flavor
` [PATCH rcu 04/11] srcu: Bit manipulation changes "
` [PATCH rcu 05/11] srcu: Standardize srcu_data pointers to "sdp" and similar
` [PATCH rcu 06/11] srcu: Convert srcu_data ->srcu_reader_flavor to bit field
` [PATCH rcu 07/11] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
` [PATCH rcu 08/11] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
` [PATCH rcu 09/11] rcutorture: Add reader_flavor parameter for SRCU readers
` [PATCH rcu 10/11] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
` [PATCH rcu 11/11] refscale: Add srcu_read_lock_lite() support using "srcu-lite"
[PATCH bpf-next v2 1/2] bpf, x64: Fix a jit convergence issue
2024-09-03 22:59 UTC (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a selftest for x86 jit convergence issues
[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-09-03 22:38 UTC (2+ messages)
[PATCH bpf-next v2 0/2] prevent bpf_reserve_hdr_opt() from growing skb larger than MTU
2024-09-03 22:38 UTC (7+ messages)
` [PATCH bpf-next v2 1/2] bpf: tcp: "
[RFC PATCH bpf-next 1/2] bpf: Add open-coded style iterator kfuncs for bpf dynamic pointers
2024-09-03 22:09 UTC (2+ messages)
` [RFC PATCH bpf-next 2/2] selftests/bpf: Add tests for open-coded style bpf dynamic pointer iterator
[PATCH net-next v24 00/13] Device Memory TCP
2024-09-03 21:51 UTC (11+ messages)
` [PATCH net-next v24 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v24 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v24 07/13] net: support non paged skb frags
` [PATCH net-next v24 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v24 11/13] net: add devmem TCP documentation
[PATCH bpf-next 0/9] bpf: cpumap: enable GRO for XDP_PASS frames
2024-09-03 21:33 UTC (7+ messages)
` [PATCH bpf-next 2/9] kthread: allow vararg kthread_{create,run}_on_cpu()
[PATCH v8 11/11] PCI: imx6: Add i.MX8Q PCIe root complex (RC) support
2024-09-03 21:09 UTC (4+ messages)
[RFC bpf-next 0/3] libbpf: Add support for aliased BPF programs
2024-09-03 20:19 UTC (11+ messages)
` [RFC bpf-next 1/3] libbpf: Support aliased symbols in linker
` [RFC bpf-next 2/3] libbpf: Handle relocations in aliased symbols
` [RFC bpf-next 3/3] selftests/bpf: Add tests for aliased programs
[PATCH net v5] bpf, net: Fix a potential race in do_sock_getsockopt()
2024-09-03 20:10 UTC (4+ messages)
[PATCH bpf-next v5 0/8] libbpf, selftests/bpf: Support cross-endian usage
2024-09-03 19:57 UTC (10+ messages)
` [PATCH bpf-next v5 1/8] libbpf: Improve log message formatting
` [PATCH bpf-next v5 2/8] libbpf: Fix header comment typos for BTF.ext
` [PATCH bpf-next v5 3/8] libbpf: Fix output .symtab byte-order during linking
` [PATCH bpf-next v5 4/8] libbpf: Support BTF.ext loading and output in either endianness
` [PATCH bpf-next v5 5/8] libbpf: Support opening bpf objects of "
` [PATCH bpf-next v5 6/8] libbpf: Support linking "
` [PATCH bpf-next v5 7/8] libbpf: Support creating light skeleton "
` [PATCH bpf-next v5 8/8] selftests/bpf: Support cross-endian building
[PATCH v8 04/11] PCI: imx6: Rename imx6_* with imx_*
2024-09-03 19:50 UTC (3+ messages)
[PATCH v2] tracing/uprobe: Add missing PID filter for uretprobe
2024-09-03 19:15 UTC (11+ messages)
[PATCH v1 0/2] cleanup.h: Introduce DEFINE_INACTIVE_GUARD()/activate_guard()
2024-09-03 19:00 UTC (9+ messages)
` [PATCH v1 2/2] cleanup.h: Introduce DEFINE_INACTIVE_GUARD and activate_guard
[PATCH net 0/6][pull request] ice: fix synchronization between .ndo_bpf() and reset
2024-09-03 18:30 UTC (7+ messages)
` [PATCH net 1/6] ice: move netif_queue_set_napi to rtnl-protected sections
` [PATCH net 2/6] ice: protect XDP configuration with a mutex
` [PATCH net 3/6] ice: check for XDP rings instead of bpf program when unconfiguring
` [PATCH net 4/6] ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset
` [PATCH net 5/6] ice: remove ICE_CFG_BUSY locking from AF_XDP code
` [PATCH net 6/6] ice: do not bring the VSI up, if it was down before the XDP setup
[PATCH v4 0/8] uprobes: RCU-protected hot path optimizations
2024-09-03 18:27 UTC (21+ messages)
` [PATCH v4 4/8] uprobes: travers uprobe's consumer list locklessly under SRCU protection
[PATCH bpf-next] bpftool: Fix handling enum64 in btf dump sorting
2024-09-03 18:27 UTC (5+ messages)
[PATCH v5 0/8] uprobes: RCU-protected hot path optimizations
2024-09-03 17:46 UTC (9+ messages)
` [PATCH v5 1/8] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH v5 2/8] uprobes: protected uprobe lifetime with SRCU
` [PATCH v5 3/8] uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
` [PATCH v5 4/8] uprobes: travers uprobe's consumer list locklessly under SRCU protection
` [PATCH v5 5/8] perf/uprobe: split uprobe_unregister()
` [PATCH v5 6/8] rbtree: provide rb_find_rcu() / rb_find_add_rcu()
` [PATCH v5 7/8] uprobes: perform lockless SRCU-protected uprobes_tree lookup
` [PATCH v5 8/8] uprobes: switch to RCU Tasks Trace flavor for better performance
[PATCH bpf-next 1/2] selftests/bpf: specify libbpf headers required for %.bpf.o progs
2024-09-03 16:58 UTC (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: do not update vmlinux.h unnecessarily
[PATCH HID 0/7] HID: bpf: add a new hook to control hid-generic
2024-09-03 16:32 UTC (12+ messages)
` [PATCH HID 1/7] selftests/hid: add dependency on hid_common.h
` [PATCH HID 2/7] selftests/hid: cleanup C tests by adding a common struct uhid_device
` [PATCH HID 3/7] selftests/hid: allow to parametrize bus/vid/pid/rdesc on the test device
` [PATCH HID 4/7] HID: bpf: allow BPF programs to force using hid-generic
` [PATCH HID 5/7] selftests/hid: add test for assigning a given device to hid-generic
` [PATCH HID 6/7] HID: bpf: Allow to control the connect mask of hid-generic from BPF
` [PATCH HID 7/7] selftests/hid: add test to disable hid-input
[PATCH iwl-net] igb: Always call igb_xdp_ring_update_tail() under Tx lock
2024-09-03 15:47 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCHSET 0/5] perf tools: Constify BPF control data properly (v1)
2024-09-03 15:18 UTC (7+ messages)
` [PATCH 1/5] perf stat: Constify control data for BPF
` [PATCH 2/5] perf ftrace latency: "
` [PATCH 3/5] perf kwork: "
` [PATCH 4/5] perf lock contention: "
` [PATCH 5/5] perf record offcpu: "
[PATCH iwl-net v4 0/6] ice: fix synchronization between .ndo_bpf() and reset
2024-09-03 12:54 UTC (3+ messages)
` [PATCH iwl-net v4 1/6] ice: move netif_queue_set_napi to rtnl-protected sections
` [Intel-wired-lan] "
[PATCH net-next v17 12/14] net: replace page_frag with page_frag_cache
2024-09-03 12:47 UTC (2+ messages)
[PATCH bpf-next v2] bpf, arm64: Jit BPF_CALL to direct call when possible
2024-09-03 9:44 UTC
[PATCH] kbuild: use objcopy to generate asm-offsets
2024-09-03 9:28 UTC (4+ messages)
[PATCH net 0/3] net: ethernet: ti: am65-cpsw: Fix XDP implementation
2024-09-03 9:00 UTC (2+ messages)
[PATCH] selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
2024-09-03 7:25 UTC
[PATCH v4 RESEND] powerpc: Replace kretprobe code with rethook on powerpc
2024-09-03 6:48 UTC (2+ messages)
[PATCH v2 1/1] selftests/bpf: Fix procmap_query()'s params mismatch and compilation warning
2024-09-03 1:28 UTC
[PATCH v8 01/11] PCI: imx6: Fix establish link failure in EP mode for iMX8MM and iMX8MP
2024-09-02 22:59 UTC (6+ messages)
[PATCH bpf-next] bpftool: Fix handling enum64 in btf dump sorting
2024-09-02 20:50 UTC (3+ messages)
[PATCH] selftests/bpf: Fix procmap_query()'s params mismatch and compilation warning
2024-09-02 18:48 UTC (2+ messages)
FYI: CI regression on big-endian arch (s390) after recent pahole changes
2024-09-02 18:44 UTC (14+ messages)
[PATCH bpf-next] bpf, sockmap: Correct spelling skmsg.c
2024-09-02 16:50 UTC (2+ messages)
[Patch net-next] tcp_bpf: remove an unused parameter for bpf_tcp_ingress()
2024-09-02 16:50 UTC (2+ messages)
[PATCH bpf-next 0/4] bpf: Fix tailcall infinite loop caused by freplace
2024-09-02 16:33 UTC (7+ messages)
` [PATCH bpf-next 1/4] bpf, x64: "
[PATCH bpf-next] bpftool: Add missing blank lines in bpftool-net doc example
2024-09-02 16:30 UTC (2+ messages)
[PATCH] kbuild: pahole-version: avoid errors if executing fails
2024-09-02 16:11 UTC (6+ messages)
[PATCH v2 0/6] sysctl: prepare sysctl core for const struct ctl_table
2024-09-02 9:19 UTC (4+ messages)
` [PATCH v2 1/6] sysctl: avoid spurious permanent empty tables
[PATCH bpf-next v4 0/8] libbpf, selftests/bpf: Support cross-endian usage
2024-09-02 8:19 UTC (22+ messages)
` [PATCH bpf-next v4 3/8] libbpf: Fix output .symtab byte-order during linking
` [PATCH bpf-next v4 4/8] libbpf: Support BTF.ext loading and output in either endianness
` [PATCH bpf-next v4 5/8] libbpf: Support opening bpf objects of "
` [PATCH bpf-next v4 6/8] libbpf: Support linking "
` [PATCH bpf-next v4 7/8] libbpf: Support creating light skeleton "
[syzbot] [bpf?] [net?] general protection fault in dev_map_enqueue (2)
2024-09-02 8:02 UTC (3+ messages)
[PATCH v8 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95
2024-09-01 17:55 UTC (2+ messages)
[PATCH bpf-next v2 0/4] bpf: Fix tailcall infinite loop caused by freplace
2024-09-01 13:38 UTC (5+ messages)
` [PATCH bpf-next v2 1/4] bpf, x64: "
` [PATCH bpf-next v2 2/4] bpf, arm64: "
` [PATCH bpf-next v2 3/4] selftests/bpf: Add testcases for another tailcall infinite loop fixing
` [PATCH bpf-next v2 4/4] selftests/bpf: Fix verifier tailcall jit selftest
[syzbot] [bpf?] WARNING: locking bug in search_bpf_extables
2024-08-31 22:45 UTC
[PATCH net-next v2 00/12] Unmask upper DSCP bits - part 2
2024-08-31 16:50 UTC (2+ messages)
Weird failure with bpftool when building 6.11-rc4 with clang+rust+lto
2024-08-31 11:25 UTC (4+ messages)
[PATCH bpf-next v3 0/4] Fix accessing first syscall argument on RV64
2024-08-31 7:57 UTC (7+ messages)
` [PATCH bpf-next v3 1/4] libbpf: Access first syscall argument with CO-RE direct read on s390
` [PATCH bpf-next v3 2/4] libbpf: Access first syscall argument with CO-RE direct read on arm64
` [PATCH bpf-next v3 3/4] selftests/bpf: Enable test_bpf_syscall_macro:syscall_arg1 on s390 and arm64
` [PATCH bpf-next v3 4/4] libbpf: Fix accessing first syscall argument on RV64
[PATCH bpf-next 0/2] Fix accessing first syscall argument on RV64
2024-08-31 6:16 UTC (4+ messages)
` [PATCH bpf-next 1/2] libbpf: "
[PATCH bpf,v2,0/2] bpf: fix incorrect name check pass logic in btf_name_valid_section
2024-08-31 5:47 UTC (3+ messages)
` [PATCH bpf,v2,1/2] bpf: add check for invalid name in btf_name_valid_section()
` [PATCH bpf,v2,2/2] selftest/bpf : Add a selftest test case to check for incorrect names
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