Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-04-12 00:09:27 to 2025-04-15 08:26:49 UTC [more...]

[PATCH v3 0/2] kunit: qemu_configs: Add MIPS configurations
 2025-04-15  8:26 UTC  (5+ messages)
` [PATCH v3 1/2] MIPS: Don't crash in stack_top() for tasks without ABI or vDSO
` [PATCH v3 2/2] kunit: qemu_configs: Add MIPS configurations

[PATCH v2] kunit: tool: Implement listing of available architectures
 2025-04-15  8:23 UTC  (2+ messages)

[PATCH] selftests/mm: Restore default nr_hugepages value during cleanup in hugetlb_reparenting_test.sh
 2025-04-15  7:30 UTC  (3+ messages)

[PATCH v3 net-next 00/15] AccECN protocol patch series
 2025-04-14 12:59 UTC  (10+ messages)
` [PATCH v3 net-next 01/15] tcp: reorganize SYN ECN code
` [PATCH v3 net-next 02/15] tcp: fast path functions later
` [PATCH v3 net-next 03/15] tcp: AccECN core
` [PATCH v3 net-next 05/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v3 net-next 08/15] tcp: sack option handling improvements
` [PATCH v3 net-next 10/15] tcp: accecn: AccECN option send control
` [PATCH v3 net-next 11/15] tcp: accecn: AccECN option failure handling
` [PATCH v3 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK
` [PATCH v3 net-next 15/15] tcp: try to avoid safer when ACKs are thinned

[PATCH -next] selftest/bpf/benchs: Remove duplicate sys/types.h header
 2025-04-15  6:14 UTC 

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-15  1:38 UTC  (16+ messages)
` [PATCH v2 security-next 1/4] security: "
  ` [PATCH v2 "

[PATCH v8 0/4] KVM: selftests: Add LoongArch support
 2025-04-15  1:27 UTC  (4+ messages)
` [PATCH v8 1/4] KVM: selftests: Add KVM selftests header files for LoongArch

[PATCH] selftests/ftrace: Differentiate bash and dash in dynevent_limitations.tc
 2025-04-15  1:09 UTC 

[PATCH v3 0/4] mm: introduce THP deferred setting
 2025-04-15  0:50 UTC  (8+ messages)
` [PATCH v3 1/4] mm: defer THP insertion to khugepaged
` [PATCH v3 2/4] mm: document (m)THP defer usage
` [PATCH v3 3/4] khugepaged: add defer option to mTHP options
` [PATCH v3 4/4] selftests: mm: add defer to thp setting parser

[PATCH 0/4] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-04-14 22:52 UTC  (5+ messages)
` [PATCH 1/4] dma-buf: Rename and expose debugfs symbols
` [PATCH 2/4] bpf: Add dmabuf iterator
` [PATCH 3/4] selftests/bpf: Add test for dmabuf_iter
` [RFC PATCH 4/4] RFC: dma-buf: Remove DMA-BUF statistics

[PATCH v6 00/30] TDX KVM selftests
 2025-04-14 21:47 UTC  (31+ messages)
` [PATCH v6 01/30] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [PATCH v6 02/30] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [PATCH v6 03/30] KVM: selftests: Store initial stack address in struct kvm_vcpu
` [PATCH v6 04/30] KVM: selftests: Add vCPU descriptor table initialization utility
` [PATCH v6 05/30] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v6 06/30] KVM: selftests: Add helper functions to create TDX VMs
` [PATCH v6 07/30] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v6 08/30] KVM: selftests: TDX: Update load_td_memory_region() for VM memory backed by guest memfd
` [PATCH v6 09/30] KVM: selftests: TDX: Add TDX lifecycle test
` [PATCH v6 10/30] KVM: selftests: TDX: Add report_fatal_error test
` [PATCH v6 11/30] KVM: selftests: TDX: Adding test case for TDX port IO
` [PATCH v6 12/30] KVM: selftests: TDX: Add basic TDX CPUID test
` [PATCH v6 13/30] KVM: selftests: TDX: Add basic TDG.VP.VMCALL<GetTdVmCallInfo> test
` [PATCH v6 14/30] KVM: selftests: TDX: Add TDX IO writes test
` [PATCH v6 15/30] KVM: selftests: TDX: Add TDX IO reads test
` [PATCH v6 16/30] KVM: selftests: TDX: Add TDX MSR read/write tests
` [PATCH v6 17/30] KVM: selftests: TDX: Add TDX HLT exit test
` [PATCH v6 18/30] KVM: selftests: TDX: Add TDX MMIO reads test
` [PATCH v6 19/30] KVM: selftests: TDX: Add TDX MMIO writes test
` [PATCH v6 20/30] KVM: selftests: TDX: Add TDX CPUID TDVMCALL test
` [PATCH v6 21/30] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory
` [PATCH v6 22/30] KVM: selftests: TDX: Add TDG.VP.INFO test
` [PATCH v6 23/30] KVM: selftests: Add functions to allow mapping as shared
` [PATCH v6 24/30] KVM: selftests: TDX: Add shared memory test
` [PATCH v6 25/30] KVM: selftests: KVM: selftests: Expose new vm_vaddr_alloc_private()
` [PATCH v6 26/30] KVM: selftests: TDX: Add support for TDG.MEM.PAGE.ACCEPT
` [PATCH v6 27/30] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET
` [PATCH v6 28/30] KVM: selftests: TDX: Add TDX UPM selftest
` [PATCH v6 29/30] KVM: selftests: TDX: Add TDX UPM selftests for implicit conversion
` [PATCH v6 30/30] KVM: selftests: TDX: Test LOG_DIRTY_PAGES flag to a non-GUEST_MEMFD memslot

[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
 2025-04-14 20:27 UTC  (4+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add struct largest member size in func model

[PATCH v18 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2025-04-14 18:31 UTC  (16+ messages)
` [PATCH v18 01/15] platform-msi: Add msi_remove_device_irq_domain() in platform_device_msi_free_irqs_all()
` [PATCH v18 02/15] irqdomain: Add IRQ_DOMAIN_FLAG_MSI_IMMUTABLE and irq_domain_is_msi_immutable()
` [PATCH v18 03/15] irqchip/gic-v3-its: Set IRQ_DOMAIN_FLAG_MSI_IMMUTABLE for ITS
` [PATCH v18 04/15] dt-bindings: PCI: pci-ep: Add support for iommu-map and msi-map
` [PATCH v18 05/15] irqchip/gic-v3-its: Add support for device tree msi-map and msi-mask
` [PATCH v18 06/15] PCI: endpoint: Set ID and of_node for function driver
` [PATCH v18 07/15] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v18 08/15] PCI: endpoint: pci-ep-msi: Add MSI address/data pair mutable check
` [PATCH v18 09/15] PCI: endpoint: Add pci_epf_align_inbound_addr() helper for address alignment
` [PATCH v18 10/15] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v18 11/15] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v18 12/15] selftests: pci_endpoint: "
` [PATCH v18 13/15] pci: imx6: Add helper function imx_pcie_add_lut_by_rid()
` [PATCH v18 14/15] pci: imx6: Add LUT setting for MSI/IOMMU in Endpoint mode
` [PATCH v18 15/15] arm64: dts: imx95: Add msi-map for pci-ep device

linux-6.15-rc2/tools/testing/selftests/kvm/lib/arm64/processor.c:107: Possible int/long mixup ?
 2025-04-14 18:28 UTC  (2+ messages)

[PATCH RFT v15 0/8] fork: Support shadow stacks in clone3()
 2025-04-14 18:28 UTC  (3+ messages)
` [PATCH RFT v15 4/8] fork: Add shadow stack support to clone3()

[PATCH v6 0/2] memcg: Fix test_memcg_min/low test failures
 2025-04-14 18:10 UTC  (9+ messages)
` [PATCH v6 1/2] mm/vmscan: Skip memcg with !usage in shrink_node_memcgs()
` [PATCH v6 2/2] selftests: memcg: Increase error tolerance of child memory.current check in test_memcg_protection()

[PATCH v1 00/16] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
 2025-04-14 18:03 UTC  (6+ messages)
` [PATCH v1 03/16] iommu: Add iommu_copy_struct_to_user helper

[PATCH] selftests: rtnetlink: Fix bridge_parent_id failure on interface state
 2025-04-14 17:25 UTC 

[PATCH net-next] selftests/vsock: add initial vmtest.sh for vsock
 2025-04-14 17:12 UTC  (3+ messages)

[PATCH net-next v3 0/6] xfrm & bonding: Correct use of xso.real_dev
 2025-04-14 16:51 UTC  (3+ messages)

[PATCH v2] lib: PRIME_NUMBERS_KUNIT_TEST should not select PRIME_NUMBERS
 2025-04-14 14:35 UTC 

[PATCH 0/3] Fix up building KUnit tests for Cirrus Logic modules
 2025-04-14 13:56 UTC  (3+ messages)

selftests: cgroup: Failures – Timeouts & OOM Issues Analysis
 2025-04-14 13:46 UTC  (3+ messages)

[PATCH net-next v25 00/23] Introducing OpenVPN Data Channel Offload
 2025-04-14 13:39 UTC  (7+ messages)
` [PATCH net-next v25 01/23] net: introduce OpenVPN Data Channel Offload (ovpn)

[PATCH] lib: PRIME_NUMBERS_KUNIT_TEST should not select PRIME_NUMBERS
 2025-04-14 13:32 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 3/5] selftests: ublk: fix test_stripe_04
 2025-04-14 13:32 UTC 

[PATCH AUTOSEL 5.10 03/11] selftests: ublk: fix test_stripe_04
 2025-04-14 13:31 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 08/11] selftests/mincore: Allow read-ahead pages to reach the end of the file

[PATCH AUTOSEL 5.15 03/15] selftests: ublk: fix test_stripe_04
 2025-04-14 13:31 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 09/15] selftests/mincore: Allow read-ahead pages to reach the end of the file

[PATCH AUTOSEL 6.1 03/17] selftests: ublk: fix test_stripe_04
 2025-04-14 13:30 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 10/17] selftests/mincore: Allow read-ahead pages to reach the end of the file

[PATCH AUTOSEL 6.6 04/24] selftests: ublk: fix test_stripe_04
 2025-04-14 13:29 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 14/24] selftests/mincore: Allow read-ahead pages to reach the end of the file

[PATCH AUTOSEL 6.12 04/30] selftests: ublk: fix test_stripe_04
 2025-04-14 13:28 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 18/30] selftests/mincore: Allow read-ahead pages to reach the end of the file

[PATCH AUTOSEL 6.13 05/34] selftests: ublk: fix test_stripe_04
 2025-04-14 13:27 UTC  (2+ messages)
` [PATCH AUTOSEL 6.13 22/34] selftests/mincore: Allow read-ahead pages to reach the end of the file

[PATCH AUTOSEL 6.14 05/34] selftests: ublk: fix test_stripe_04
 2025-04-14 13:25 UTC  (2+ messages)
` [PATCH AUTOSEL 6.14 22/34] selftests/mincore: Allow read-ahead pages to reach the end of the file

[PATCH v5 RESEND iproute2-next 0/1] DUALPI2 iproute2 patch
 2025-04-14 13:18 UTC  (2+ messages)
` [PATCH v5 RESEND iproute2-next 1/1] tc: add dualpi2 scheduler module

[PATCH v3 net-next 00/15] AccECN protocol patch series
 2025-04-14 13:13 UTC  (16+ messages)
` [PATCH v3 net-next 01/15] tcp: reorganize SYN ECN code
` [PATCH v3 net-next 02/15] tcp: fast path functions later
` [PATCH v3 net-next 03/15] tcp: AccECN core
` [PATCH v3 net-next 04/15] tcp: accecn: AccECN negotiation
` [PATCH v3 net-next 05/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v3 net-next 06/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v3 net-next 07/15] tcp: allow embedding leftover into option padding
` [PATCH v3 net-next 08/15] tcp: sack option handling improvements
` [PATCH v3 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v3 net-next 10/15] tcp: accecn: AccECN option send control
` [PATCH v3 net-next 11/15] tcp: accecn: AccECN option failure handling
` [PATCH v3 net-next 12/15] tcp: accecn: AccECN option ceb/cep heuristic
` [PATCH v3 net-next 13/15] tcp: accecn: AccECN ACE field multi-wrap heuristic
` [PATCH v3 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK
` [PATCH v3 net-next 15/15] tcp: try to avoid safer when ACKs are thinned

[PATCH v10 RESEND net-next 0/5] DualPI2 patch
 2025-04-14 13:11 UTC  (6+ messages)
` [PATCH v10 RESEND net-next 1/5] Documentation: netlink: specs: tc: Add DualPI2 specification
` [PATCH v10 RESEND net-next 2/5] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v10 RESEND net-next 3/5] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v10 RESEND net-next 4/5] sched: Dump configuration and statistics "
` [PATCH v10 RESEND net-next 5/5] sched: Add enqueue/dequeue "

[RFC PATCH 0/3] KVM: arm64: Don't claim MTE_ASYNC if not supported
 2025-04-14 12:40 UTC  (4+ messages)
` [RFC PATCH 1/3] arm64/sysreg: Expose MTE_frac so that it is visible to KVM
` [RFC PATCH 2/3] KVM: arm64: Make MTE_frac masking conditional on MTE capability
` [RFC PATCH 3/3] KVM: selftests: Confirm exposing MTE_frac does not break migration

[PATCH 0/5] riscv: misaligned: fix interruptible context and add tests
 2025-04-14 12:34 UTC  (6+ messages)
` [PATCH 1/5] riscv: misaligned: factorize trap handling
` [PATCH 2/5] riscv: misaligned: enable IRQs while handling misaligned accesses
` [PATCH 3/5] riscv: misaligned: use get_user() instead of __get_user()
` [PATCH 4/5] Documentation/sysctl: add riscv to unaligned-trap supported archs
` [PATCH 5/5] selftests: riscv: add misaligned access testing

[PATCH v2 0/3] selftests: coredump: Some bug fixes
 2025-04-14 11:08 UTC  (2+ messages)

[PATCH v2 0/2] kunit: qemu_configs: Add MIPS configurations
 2025-04-14 10:57 UTC  (5+ messages)
` [PATCH v2 1/2] MIPS: Don't crash in stack_top() for tasks without ABI or vDSO
` [PATCH v2 2/2] kunit: qemu_configs: Add MIPS configurations

[PATCH v8 0/6] rust: reduce `as` casts, enable related lints
 2025-04-14 10:52 UTC  (3+ messages)
` [PATCH v8 6/6] rust: enable `clippy::ref_as_ptr` lint

[PATCH bpf-next 0/2] bpf: Allow access to const void pointer arguments in tracing programs
 2025-04-14 10:35 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Add test to access const void pointer argument in tracing program

[PATCH net 0/3] fix ipvlan/macvlan link event handing
 2025-04-14  7:02 UTC  (6+ messages)
` [PATCH net 1/3] ipvlan: fix NETDEV_UP/NETDEV_DOWN event handling

[PATCH v2] unshare_test: set nr_open using soft limit
 2025-04-14  2:17 UTC  (2+ messages)
` [PATCH v3] selftests:core: unshare_test: using bits_per_long instead of nr_open+64

[PATCH net-next v2 0/8] mptcp: various small and unrelated improvements
 2025-04-13  9:34 UTC  (9+ messages)
` [PATCH net-next v2 1/8] mptcp: sched: remove mptcp_sched_data
` [PATCH net-next v2 2/8] mptcp: sched: split validation part
` [PATCH net-next v2 3/8] mptcp: pm: Return local variable instead of freed pointer
` [PATCH net-next v2 4/8] mptcp: pass right struct to subflow_hmac_valid
` [PATCH net-next v2 5/8] mptcp: add MPJoinRejected MIB counter
` [PATCH net-next v2 6/8] selftests: mptcp: validate MPJoinRejected counter
` [PATCH net-next v2 7/8] selftests: mptcp: diag: drop nlh parameter of recv_nlmsg
` [PATCH net-next v2 8/8] selftests: mptcp: use IPPROTO_MPTCP for getaddrinfo

[PATCH v3 0/2] memcg: Fix test_memcg_min/low test failures
 2025-04-13  3:15 UTC  (4+ messages)
` [PATCH v3 2/2] selftests: memcg: Increase error tolerance of child memory.current check in test_memcg_protection()

[PATCH RESEND] kunit: qemu_configs: SH: Respect kunit cmdline
 2025-04-12  7:02 UTC  (2+ messages)

[PATCH] kunit: qemu_configs: Add riscv32 config
 2025-04-12  6:53 UTC  (2+ messages)

[PATCH] kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_tests
 2025-04-12  6:30 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox