linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-01 20:00:59 to 2025-04-07 06:53:07 UTC [more...]

[PATCH v2 00/32] kselftest harness and nolibc compatibility
 2025-04-07  6:52 UTC  (13+ 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()

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

[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] selftests/bpf: close the file descriptor to avoid resource leaks
 2025-04-07  3:40 UTC  (5+ messages)

[PATCH v4 0/2] memcg: Fix test_memcg_min/low test failures
 2025-04-07  1:41 UTC  (3+ 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 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  (4+ messages)
` [PATCH 1/2] selftests/nolibc: drop dependency from sysroot to defconfig
` [PATCH 2/2] selftests/nolibc: only consider XARCH for CFLAGS when requested

[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 v3 0/6] KVM: guest_memfd: support for uffd minor
 2025-04-04 17:12 UTC  (11+ 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] 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)

Exclude cirrus FW tests from KUNIT_ALL_TESTS
 2025-04-04 14:03 UTC  (12+ 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  (4+ messages)
` [PATCH net 1/2] net: ethtool: fix ethtool_ringparam_get_cfg() returns a hds_thresh value always as 0
` [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  (11+ messages)
` [PATCH bpf v2 1/2] bpf, xdp: clean head/meta when expanding it
` [PATCH bpf v2 2/2] selftests/bpf: add perf test for adjust_{head,meta}

[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  (12+ messages)
` [PATCH v2 1/5] mm: userfaultfd: generic continue for non hugetlbfs
` [PATCH v2 2/5] KVM: guest_memfd: add kvm_gmem_vma_is_gmem
` [PATCH v2 3/5] mm: userfaultfd: allow to register continue for guest_memfd
` [PATCH v2 4/5] KVM: guest_memfd: add support for userfaultfd minor
` [PATCH v2 5/5] KVM: selftests: test userfaultfd minor for guest_memfd

[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  (16+ 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  (7+ messages)
` [PATCH net 1/3] ipvlan: fix NETDEV_UP/NETDEV_DOWN event handling
` [PATCH net 2/3] macvlan: "
` [PATCH net 3/3] selftests/rtnetlink.sh: add vlan/ipvlan/macvlan link state test

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-04-03 12:33 UTC  (7+ messages)
` [RFC PATCH 13/39] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH 27/39] KVM: guest_memfd: Allow mmapping guest_memfd files
` [RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page

[PATCH v3] selftests/mm: Convert page_size to unsigned long
 2025-04-03 10:13 UTC 

[PATCH v2] ublk: improve detection and handling of ublk server exit
 2025-04-03  2:31 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: fix ktls panic with sockmap and add tests
 2025-04-02 23:49 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: add ktls selftest

[PATCH net v2] selftests: tc-testing: fix nat regex matching
 2025-04-02 23:40 UTC  (2+ messages)

[PATCH net-next v24 00/23] Introducing OpenVPN Data Channel Offload
 2025-04-02 23:37 UTC  (19+ messages)
` [PATCH net-next v24 06/23] ovpn: introduce the ovpn_socket object
` [PATCH net-next v24 07/23] ovpn: implement basic TX path (UDP)
` [PATCH net-next v24 08/23] ovpn: implement basic RX "
` [PATCH net-next v24 09/23] ovpn: implement packet processing
` [PATCH net-next v24 11/23] ovpn: implement TCP transport
` [PATCH net-next v24 16/23] ovpn: implement keepalive mechanism

[PATCH 0/2] ublk: fixes for selftests
 2025-04-02 19:42 UTC  (6+ messages)
` [PATCH 1/2] selftests: ublk: kublk: use ioctl-encoded opcodes
` [PATCH 2/2] selftests: ublk: kublk: fix an error log line

[PATCH 0/4] ublk: improve handling of saturated queues when ublk server exits
 2025-04-02 19:41 UTC  (8+ messages)
` [PATCH 4/4] "

[PATCH v4 00/14] Add support for suppressing warning backtraces
 2025-04-02  7:45 UTC  (7+ messages)
` [PATCH v4 06/14] x86: "


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).