linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-03 13:48:49 to 2025-04-07 15:15:29 UTC [more...]

[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
 2025-04-07 15:14 UTC  (17+ messages)
` [PATCH v3 1/6] mm: userfaultfd: generic continue for non hugetlbfs
` [PATCH v3 2/6] mm: provide can_userfault vma operation
` [PATCH v3 3/6] mm: userfaultfd: use "
` [PATCH v3 4/6] KVM: guest_memfd: add support for userfaultfd minor
` [PATCH v3 5/6] mm: userfaultfd: add UFFD_FEATURE_MINOR_GUEST_MEMFD
` [PATCH v3 6/6] KVM: selftests: test userfaultfd minor for guest_memfd

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

[PATCH bpf-next v1 0/4] bpf, sockmap: Fix data loss and panic issues
 2025-04-07 14:21 UTC  (5+ messages)
` [PATCH bpf-next v1 1/4] bpf, sockmap: Fix data lost during EAGAIN retries
` [PATCH bpf-next v1 2/4] bpf, sockmap: fix duplicated data transmission
` [PATCH bpf-next v1 3/4] bpf, sockmap: Fix panic when calling skb_linearize
` [PATCH bpf-next v1 4/4] selftest/bpf/benchs: Add benchmark for sockmap usage

[PATCH net-next 0/6] xfrm & bonding: Correct use of xso.real_dev
 2025-04-07 13:35 UTC  (7+ messages)
` [PATCH net-next 1/6] net/mlx5: Avoid using xso.real_dev unnecessarily
` [PATCH net-next 2/6] xfrm: Use xdo.dev instead of xdo.real_dev
` [PATCH net-next 3/6] xfrm: Remove unneeded device check from validate_xmit_xfrm
` [PATCH net-next 4/6] xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}
` [PATCH net-next 5/6] bonding: Mark active offloaded xfrm_states
` [PATCH net-next 6/6] bonding: Fix multiple long standing offload races

[PATCH v8 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-04-07 12:08 UTC  (3+ messages)
` [PATCH v8 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster

[PATCH] selftests/x86/lam: fix memory leak and resource leak in lam.c
 2025-04-07 10:44 UTC  (2+ messages)
` [PATCH v2] selftests/x86/lam: fix resource leak in do_uring() and allocate_dsa_pasid()

[PATCH] selftests/bpf: close the file descriptor to avoid resource leaks
 2025-04-07 10:01 UTC  (6+ messages)
        ` Re:[PATCH v2] "

[RFC PATCH 0/6] Deep talk about folio vmap
 2025-04-07  9:48 UTC  (14+ messages)
` CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP is broken, was "

Exclude cirrus FW tests from KUNIT_ALL_TESTS
 2025-04-07  9:41 UTC  (11+ messages)

[PATCH RESEND] kunit: qemu_configs: SH: Respect kunit cmdline
 2025-04-07  8:58 UTC 

[PATCH] selftests: mptcp: add comment for getaddrinfo
 2025-04-07  8:51 UTC 

[PATCH] selftest/mm: Make hugetlb_reparenting_test tolerant to async reparenting
 2025-04-07  8:42 UTC 

[PATCH] kunit: qemu_configs: Add riscv32 config
 2025-04-07  8:17 UTC 

[PATCH v2 00/11] kunit: Introduce UAPI testing framework
 2025-04-07  7:42 UTC  (12+ messages)
` [PATCH v2 01/11] kbuild: userprogs: add nolibc support
` [PATCH v2 02/11] kbuild: introduce CONFIG_ARCH_HAS_NOLIBC
` [PATCH v2 03/11] kbuild: doc: add label for userprogs section
` [PATCH v2 04/11] kbuild: introduce blob framework
` [PATCH v2 05/11] kunit: tool: Add test for nested test result reporting
` [PATCH v2 06/11] kunit: tool: Don't overwrite test status based on subtest counts
` [PATCH v2 07/11] kunit: tool: Parse skipped tests from kselftest.h
` [PATCH v2 08/11] kunit: Introduce UAPI testing framework
` [PATCH v2 09/11] kunit: uapi: Add example for UAPI tests
` [PATCH v2 10/11] kunit: uapi: Introduce preinit executable
` [PATCH v2 11/11] kunit: uapi: Validate usability of /proc

[PATCH v2 00/32] kselftest harness and nolibc compatibility
 2025-04-07  6:52 UTC  (33+ messages)
` [PATCH v2 01/32] selftests: harness: Add harness selftest
` [PATCH v2 02/32] selftests: harness: Use C89 comment style
` [PATCH v2 03/32] selftests: harness: Ignore unused variant argument warning
` [PATCH v2 04/32] selftests: harness: Mark functions without prototypes static
` [PATCH v2 05/32] selftests: harness: Remove inline qualifier for wrappers
` [PATCH v2 06/32] selftests: harness: Remove dependency on libatomic
` [PATCH v2 07/32] selftests: harness: Implement test timeouts through pidfd
` [PATCH v2 08/32] selftests: harness: Don't set setup_completed for fixtureless tests
` [PATCH v2 09/32] selftests: harness: Always provide "self" and "variant"
` [PATCH v2 10/32] selftests: harness: Move teardown conditional into test metadata
` [PATCH v2 11/32] selftests: harness: Add teardown callback to "
` [PATCH v2 12/32] selftests: harness: Stop using setjmp()/longjmp()
` [PATCH v2 13/32] selftests: harness: Guard includes on nolibc
` [PATCH v2 14/32] tools/nolibc: handle intmax_t/uintmax_t in printf
` [PATCH v2 15/32] tools/nolibc: use intmax definitions from compiler
` [PATCH v2 16/32] tools/nolibc: use pselect6_time64 if available
` [PATCH v2 17/32] tools/nolibc: use ppoll_time64 "
` [PATCH v2 18/32] tools/nolibc: add tolower() and toupper()
` [PATCH v2 19/32] tools/nolibc: add _exit()
` [PATCH v2 20/32] tools/nolibc: add setpgrp()
` [PATCH v2 21/32] tools/nolibc: implement waitpid() in terms of waitid()
` [PATCH v2 22/32] Revert "selftests/nolibc: use waitid() over waitpid()"
` [PATCH v2 23/32] tools/nolibc: add dprintf() and vdprintf()
` [PATCH v2 24/32] tools/nolibc: add getopt()
` [PATCH v2 25/32] tools/nolibc: allow different write callbacks in printf
` [PATCH v2 26/32] tools/nolibc: allow limiting of printf destination size
` [PATCH v2 27/32] tools/nolibc: add snprintf() and friends
` [PATCH v2 28/32] selftests/nolibc: use snprintf() for printf tests
` [PATCH v2 29/32] selftests/nolibc: rename vfprintf test suite
` [PATCH v2 30/32] selftests/nolibc: add test for snprintf() truncation
` [PATCH v2 31/32] tools/nolibc: implement width padding in printf()
` [PATCH v2 32/32] HACK: selftests/nolibc: demonstrate usage of the kselftest harness

[PATCH v2 0/6] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-04-07  5:35 UTC  (11+ messages)
` [PATCH v2 1/6] arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1
` [PATCH v2 5/6] arm64: Add ESR.DFSC definition of unsupported exclusive or atomic access
` [PATCH v2 6/6] KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-04-07  4:50 UTC  (3+ messages)
` [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-06 20:42 UTC  (7+ messages)
` [PATCH v2 security-next 1/4] security: "
` [PATCH v2 security-next 2/4] hornet: Introduce sign-ebpf
` [PATCH v2 security-next 3/4] hornet: Add a light skeleton data extractor script
` [PATCH v2 security-next 4/4] selftests/hornet: Add a selftest for the Hornet LSM

[PATCH] selftests/pidfd: align stack to fix SP alignment exception
 2025-04-06 11:57 UTC  (4+ messages)

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

[PATCH v2 1/2] time/timekeeping: Fix possible inconsistencies in _COARSE clockids
 2025-04-05 21:40 UTC  (11+ messages)
                  ` [PATCH] timekeeping: Prevent coarse clocks going backwards

[PATCH 0/2] selftests/nolibc: only consider XARCH for CFLAGS when requested
 2025-04-05 20:57 UTC  (2+ messages)

[PATCH v2 1/2] memcg: Don't generate low/min events if either low/min or elow/emin is 0
 2025-04-05 18:52 UTC  (10+ messages)
` [PATCH v2 2/2] selftests: memcg: Increase error tolerance of child memory.current check in test_memcg_protection()

[PATCH v3] ublk: improve detection and handling of ublk server exit
 2025-04-05 14:59 UTC  (2+ messages)

[PATCH 6.13 00/23] 6.13.10-rc1 review
 2025-04-05 10:24 UTC  (2+ messages)

[PATCH] selftests/mm: Add missing gitignore file
 2025-04-05  9:24 UTC  (2+ messages)

[PATCH] selftests/futex: futex_waitv wouldblock test should fail
 2025-04-04 22:12 UTC 

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

[PATCH] selftests/mm: Generate a temporary mountpoint for cgroup filesystem
 2025-04-04 16:42 UTC 

[PATCH] selftests/bpf: Convert comma to semicolon
 2025-04-04 16:00 UTC  (2+ messages)

[PATCH net] selftests: net: amt: indicate progress in the stress test
 2025-04-04 15:10 UTC  (3+ messages)

[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
 2025-04-04 13:03 UTC  (7+ messages)
` [PATCH v2 12/16] selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers

[PATCH v2 net 0/2] fix wrong hds-thresh value setting
 2025-04-04 12:21 UTC  (3+ messages)
` [PATCH v2 net 1/2] net: ethtool: fix ethtool_ringparam_get_cfg() returns a hds_thresh value always as 0
` [PATCH v2 net 2/2] selftests: drv-net: test random value for hds-thresh

posix_timers kself test failed in 6.12.y
 2025-04-04 11:03 UTC 

[PATCH net 0/2] fix wrong hds-thresh value setting
 2025-04-04  5:26 UTC  (3+ messages)
` [PATCH net 2/2] selftests: drv-net: test random value for hds-thresh

[PATCH bpf v2 0/2] bpf, xdp: clean adjust_{head,meta} memory when offset < 0
 2025-04-04  0:29 UTC  (7+ messages)
` [PATCH bpf v2 1/2] bpf, xdp: clean head/meta when expanding it

[PATCH AUTOSEL 6.12 01/20] selftests/bpf: Fix stdout race condition in traffic monitor
 2025-04-04  0:05 UTC 

[PATCH AUTOSEL 6.13 02/22] selftests/bpf: Fix stdout race condition in traffic monitor
 2025-04-04  0:04 UTC  (2+ messages)
` [PATCH AUTOSEL 6.13 16/22] selftests/bpf: Fix cap_enable_effective() return code

[PATCH AUTOSEL 6.14 02/23] selftests/bpf: Fix stdout race condition in traffic monitor
 2025-04-04  0:03 UTC  (2+ messages)
` [PATCH AUTOSEL 6.14 17/23] selftests/bpf: Fix cap_enable_effective() return code

[PATCH net-next] net/selftests: Add loopback link local route for self-connect
 2025-04-03 22:20 UTC  (2+ messages)

[PATCH bpf-next 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-04-03 20:33 UTC  (6+ messages)
` [PATCH bpf-next 10/11] bpf: Fall back to nospec for sanitization-failures
  ` [PATCH bpf-next 11/11] bpf: Fall back to nospec for spec path verification

[PATCH v8 00/10] Basic SEV-SNP Selftests
 2025-04-03 18:35 UTC  (2+ messages)

[PATCH v2 0/5] KVM: guest_memfd: support for uffd minor
 2025-04-03 17:02 UTC  (10+ messages)
` [PATCH v2 1/5] mm: userfaultfd: generic continue for non hugetlbfs
` [PATCH v2 3/5] mm: userfaultfd: allow to register continue for guest_memfd
` [PATCH v2 5/5] KVM: selftests: test userfaultfd minor "

[PATCH v2] selftests: riscv: fix v_exec_initval_nolibc.c
 2025-04-03 16:20 UTC  (2+ messages)

[PATCH 00/10] cgroup/cpuset: Miscellaneous partition bug fixes and enhancements
 2025-04-03 16:15 UTC  (11+ messages)
` [PATCH 01/10] cgroup/cpuset: Fix race between newly created partition and dying one
` [PATCH 05/10] cgroup/cpuset: Don't allow creation of local partition over a remote one
` [PATCH 07/10] cgroup/cpuset: Remove unneeded goto in sched_partition_write() and rename it

[RFC PATCH security-next 0/4] Introducing Hornet LSM
 2025-04-03 15:40 UTC  (3+ messages)
` [RFC PATCH security-next 1/4] security: "

[PATCH net 0/3] fix ipvlan/macvlan link event handing
 2025-04-03 15:00 UTC  (5+ messages)
` [PATCH net 1/3] ipvlan: fix NETDEV_UP/NETDEV_DOWN event handling


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).