messages from 2025-09-23 12:55:37 to 2025-09-25 14:22:33 UTC [more...]
[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-09-25 14:22 UTC (15+ messages)
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH kvm-next V11 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
2025-09-25 14:01 UTC (21+ messages)
` [PATCH v2 01/19] drivers: net: "
` [PATCH v2 02/19] gpu: nova-core: "
` [PATCH v2 03/19] rust: auxiliary: "
` [PATCH v2 04/19] rust: clk: "
` [PATCH v2 05/19] rust: configfs: "
` [PATCH v2 06/19] rust: cpufreq: "
` [PATCH v2 07/19] rust: device: "
` [PATCH v2 08/19] rust: firmware: "
` [PATCH v2 09/19] rust: kunit: "
` [PATCH v2 10/19] rust: macros: "
` [PATCH v2 11/19] rust: miscdevice: "
` [PATCH v2 12/19] rust: net: "
` [PATCH v2 13/19] rust: pci: "
` [PATCH v2 14/19] rust: platform: "
` [PATCH v2 15/19] rust: seq_file: "
` [PATCH v2 16/19] rust: str: "
` [PATCH v2 17/19] rust: sync: "
` [PATCH v2 18/19] rust: io: "
` [PATCH v2 19/19] rust: regulator: "
[PATCH bpf-next v4 00/15] selftests/bpf: Integrate test_xsk.c to test_progs framework
2025-09-25 13:32 UTC (17+ messages)
` [PATCH bpf-next v4 01/15] selftests/bpf: test_xsk: Split xskxceiver
` [PATCH bpf-next v4 02/15] selftests/bpf: test_xsk: Initialize bitmap before use
` [PATCH bpf-next v4 03/15] selftests/bpf: test_xsk: Fix __testapp_validate_traffic()'s return value
` [PATCH bpf-next v4 04/15] selftests/bpf: test_xsk: fix memory leak in testapp_stats_rx_dropped()
` [PATCH bpf-next v4 05/15] selftests/bpf: test_xsk: fix memory leak in testapp_xdp_shared_umem()
` [PATCH bpf-next v4 06/15] selftests/bpf: test_xsk: Wrap test clean-up in functions
` [PATCH bpf-next v4 07/15] selftests/bpf: test_xsk: Release resources when swap fails
` [PATCH bpf-next v4 08/15] selftests/bpf: test_xsk: Add return value to init_iface()
` [PATCH bpf-next v4 09/15] selftests/bpf: test_xsk: Don't exit immediately when xsk_attach fails
` [PATCH bpf-next v4 10/15] selftests/bpf: test_xsk: Don't exit immediately when gettimeofday fails
` [PATCH bpf-next v4 11/15] selftests/bpf: test_xsk: Don't exit immediately when workers fail
` [PATCH bpf-next v4 12/15] selftests/bpf: test_xsk: Don't exit immediately if validate_traffic fails
` [PATCH bpf-next v4 13/15] selftests/bpf: test_xsk: Don't exit immediately on allocation failures
` [PATCH bpf-next v4 14/15] selftests/bpf: test_xsk: Isolate flaky tests
` [PATCH bpf-next v4 15/15] selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs framework
[PATCH v2] selftest: net: Fix error message if empty variable
2025-09-25 13:28 UTC
[PATCH] selftest: net: Fix error message if empty variable
2025-09-25 12:40 UTC (3+ messages)
[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
2025-09-25 12:39 UTC (26+ messages)
` [PATCH v5 01/15] genpt: Generic Page Table base API
` [PATCH v5 02/15] genpt: Add Documentation/ files
` [PATCH v5 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v5 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v5 06/15] iommupt: Add unmap_pages op
` [PATCH v5 13/15] iommu/amd: Use the generic iommu page table
[PATCH v19 00/27] riscv control-flow integrity for usermode
2025-09-25 12:30 UTC (4+ messages)
[PATCH bpf-next v2] selftests/bpf: Add -Wsign-compare C compilation flag
2025-09-25 11:58 UTC (2+ messages)
[PATCH 0/2] KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 in set_id_regs
2025-09-25 11:12 UTC (4+ messages)
[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
2025-09-25 11:02 UTC (19+ messages)
` [PATCH v7 01/12] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v7 02/12] x86/tlb: export flush_tlb_kernel_range "
` [PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
` [PATCH v7 07/12] KVM: selftests: load elf via bounce buffer
` [PATCH v7 08/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v7 09/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v7 10/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v7 11/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v7 12/12] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH RFC bpf-next v2 0/5] Add the the capability to load HW RX checsum in eBPF programs
2025-09-25 10:58 UTC (9+ messages)
` [PATCH RFC bpf-next v2 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH RFC bpf-next v2 2/5] net: veth: Add xmo_rx_checksum callback to veth driver
` [PATCH RFC bpf-next v2 3/5] net: ice: Add xmo_rx_checksum callback
` [PATCH RFC bpf-next v2 4/5] selftests/bpf: Add selftest support for bpf_xdp_metadata_rx_checksum
` [PATCH RFC bpf-next v2 5/5] selftests/bpf: Add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog
[PATCH net-next 00/15] mptcp: pm: special case for c-flag + luminar endp
2025-09-25 10:32 UTC (16+ messages)
` [PATCH net-next 01/15] mptcp: pm: in-kernel: usable client side with C-flag
` [PATCH net-next 02/15] selftests: mptcp: join: validate C-flag + def limit
` [PATCH net-next 03/15] mptcp: pm: in-kernel: refactor fill_local_addresses_vec
` [PATCH net-next 04/15] mptcp: pm: in-kernel: refactor fill_remote_addresses_vec
` [PATCH net-next 05/15] mptcp: pm: rename 'subflows' to 'extra_subflows'
` [PATCH net-next 06/15] mptcp: pm: in-kernel: rename 'subflows_max' to 'limit_extra_subflows'
` [PATCH net-next 07/15] mptcp: pm: in-kernel: rename 'add_addr_signal_max' to 'endp_signal_max'
` [PATCH net-next 08/15] mptcp: pm: in-kernel: rename 'add_addr_accept_max' to 'limit_add_addr_accepted'
` [PATCH net-next 09/15] mptcp: pm: in-kernel: rename 'local_addr_max' to 'endp_subflow_max'
` [PATCH net-next 10/15] mptcp: pm: in-kernel: rename 'local_addr_list' to 'endp_list'
` [PATCH net-next 11/15] mptcp: pm: in-kernel: rename 'addrs' to 'endpoints'
` [PATCH net-next 12/15] mptcp: pm: in-kernel: remove stale_loss_cnt
` [PATCH net-next 13/15] mptcp: pm: in-kernel: reduce pernet struct size
` [PATCH net-next 14/15] mptcp: pm: in-kernel: compare IDs instead of addresses
` [PATCH net-next 15/15] mptcp: pm: in-kernel: add laminar endpoints
[PATCH v3 0/3] selftests/bpf: Prepare to add -Wsign-compare for bpf selftests
2025-09-25 10:35 UTC (4+ messages)
` [PATCH v3 1/3] selftests/bpf: Prepare to add -Wsign-compare for bpf tests
` [PATCH v3 2/3] "
` [PATCH v3 3/3] "
[PATCH] kvm, selftests: ioctl to handle MSIs injected from userspace as software-bypassing vLPIs
2025-09-25 9:25 UTC (2+ messages)
[PATCH net-next v2 0/6] netconsole: support automatic target recovery
2025-09-25 8:34 UTC (9+ messages)
` [PATCH net-next v2 5/6] netconsole: resume previously deactivated target
[PATCH 1/2] selftests/acct: add cleanup for leftover process_log binary
2025-09-25 8:34 UTC (4+ messages)
` [PATCH v2 "
[PATCH v2 net-next 00/14] AccECN protocol case handling series
2025-09-25 7:44 UTC (5+ messages)
` [PATCH v2 net-next 03/14] tcp: accecn: Add ece_delta to rate_sample
[PATCH v4 1/2] net/tls: support maximum record size limit
2025-09-25 5:39 UTC (8+ messages)
` [PATCH v4 2/2] selftests: tls: add tls record_size_limit test
[PATCHv3 net 1/2] bonding: fix xfrm offload feature setup on active-backup mode
2025-09-25 2:33 UTC (2+ messages)
` [PATCHv3 net 2/2] selftests: bonding: add ipsec offload test
[PATCH v2 00/11] Start porting UML to nolibc
2025-09-25 1:05 UTC (7+ messages)
[PATCH net-next] selftests: drv-net: Enable BTF
2025-09-24 22:25 UTC
[PATCH v4 0/7] platform/chrome: Fix a possible UAF via revocable
2025-09-24 20:54 UTC (3+ messages)
` [PATCH v4 5/7] revocable: Add fops replacement
[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
2025-09-24 20:23 UTC (20+ messages)
` [PATCH 01/19 v6.1.y] minmax: add in_range() macro
` [PATCH 02/19 v6.1.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 v6.1.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 v6.1.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 v6.1.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 v6.1.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 08/19 v6.1.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 09/19 v6.1.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 v6.1.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 v6.1.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 v6.1.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 v6.1.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 v6.1.y] minmax.h: update some comments
` [PATCH 15/19 v6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 v6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 v6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 v6.1.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 v6.1.y] minmax.h: remove some #defines that are only expanded once
[PATCH] Net: psock_tpacket: Fix null argument warning in walk_tx
2025-09-24 20:21 UTC (2+ messages)
[PATCH] selftests/bpf: Add -Wsign-compare C compilation flag
2025-09-24 20:23 UTC (3+ messages)
[PATCH] selftests/kvm: remove stale TODO in xapic_state_test
2025-09-24 18:07 UTC (2+ messages)
[PATCH v2] selftests/iommu: prevent use of uninitialized variable
2025-09-24 17:16 UTC
[PATCH v2] Fix to avoid the usage of the `res` variable uninitialized in the following macro expansions
2025-09-24 16:57 UTC
[PATCH v3 00/12] Start porting UML to nolibc
2025-09-24 14:20 UTC (13+ messages)
` [PATCH v3 01/12] tools compiler.h: fix __used definition
` [PATCH v3 02/12] um: use tools/include for user files
` [PATCH v3 03/12] tools/nolibc/stdio: let perror work when NOLIBC_IGNORE_ERRNO is set
` [PATCH v3 04/12] tools/nolibc/dirent: avoid errno in readdir_r
` [PATCH v3 05/12] tools/nolibc: implement %m if errno is not defined
` [PATCH v3 06/12] tools/nolibc: use __fallthrough__ rather than fallthrough
` [PATCH v3 07/12] tools/nolibc: add option to disable runtime
` [PATCH v3 08/12] um: add infrastructure to build files using nolibc
` [PATCH v3 09/12] um: use nolibc for the --showconfig implementation
` [PATCH v3 10/12] tools/nolibc: add uio.h with readv and writev
` [PATCH v3 11/12] tools/nolibc: add ptrace support
` [PATCH v3 12/12] um: switch ptrace FP register access to nolibc
[PATCH] selftests/iommu: prevent use of uninitialized variable
2025-09-24 12:45 UTC (4+ messages)
[PATCH v3 00/36] sparc64: vdso: Switch to the generic vDSO library
2025-09-24 11:35 UTC (7+ messages)
[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
2025-09-24 7:48 UTC (9+ messages)
` [PATCH 1/4] PCI: Support "
[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
2025-09-24 1:08 UTC (4+ messages)
` [PATCH v3 9/9] rust: device: "
Thematic Funds Letter Of Intent
2025-09-23 23:54 UTC
[PATCH net-next] selftests: rtnetlink: correct error message in rtnetlink.sh fou test
2025-09-24 0:00 UTC (2+ messages)
[PATCH] selftest:sud_test: Fix "usigned" -> "unsigned"
2025-09-23 13:35 UTC
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