From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-181.mta1.migadu.com (out-181.mta1.migadu.com [95.215.58.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7F5C7413237 for ; Thu, 30 Apr 2026 13:10:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.181 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777554618; cv=none; b=jDP33txFKoLkzhaOwLEMoWrq8p/5/WydCIYvpbaw5O+JazDeoW3JCd/IAIDLhhpuyRIV1mjoPYn7dEjpc2OQnmXibzxPC9TSvXiT9rdsBbh5I1q8NdeyjJP5VcDPOZVXrEr8TDUIJLcWGK2Fhe8Hzi/iri5mYDdo038/Hoxnxdw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777554618; c=relaxed/simple; bh=HRJYxF12jtuLZZC26F4+jkgNMH7CNK9WEA2YRYX8Rcc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AeUU5LloCjHFS6R6fWvSdcgGAsNSNhkI5Q1yAd8rjm9MIiphGSZtsSjnd5/DGKBi5acLZsTFJWZg7tEMbwBSqowPu5WN36A1gTELkuSoMyGNK+xL1vOoa69r3WSGjjJ1i+VWRy9MraC6/IDdHMTYZ/z+bzmZ0JX8SYZIzjG60bU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=mb9+D1fQ; arc=none smtp.client-ip=95.215.58.181 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="mb9+D1fQ" Date: Thu, 30 Apr 2026 21:09:40 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1777554613; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qBE8NSUW3+02PQvvq4r+eXFnlCl3NEybfip8JuueoZE=; b=mb9+D1fQvZfKWfRDrG3QeEXxE0x3tqzEDw+JtE0gMPGYgAk8zIec1MHCeLYTQ8NR1w+bld xH4WmsU9eonXYVnpfv/pVUdCjFTiKPjcSfCHCFiTDAqqN2Kq7ihnj9zIWW3G8wFkP7hJTA 78DTXzFVi4bb6npsHsZPslzzDPmeAN0= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Li Wang To: Mike Rapoport Cc: Andrew Morton , David Hildenbrand , Baolin Wang , Barry Song , Dev Jain , Donet Tom , Jason Gunthorpe , John Hubbard , "Liam R. Howlett" , Lance Yang , Leon Romanovsky , Lorenzo Stoakes , Luiz Capitulino , Mark Brown , Michal Hocko , Nico Pache , Peter Xu , Ryan Roberts , Sarthak Sharma , Shuah Khan , Suren Baghdasaryan , Vlastimil Babka , Zi Yan , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v3 12/54] selftests/mm: hugetlb-read-hwpoison: use kselftest framework Message-ID: References: <20260428204240.1924129-1-rppt@kernel.org> <20260428204240.1924129-13-rppt@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260428204240.1924129-13-rppt@kernel.org> X-Migadu-Flow: FLOW_OUT Mike Rapoport wrote: > From: "Mike Rapoport (Microsoft)" > > Convert hugetlb-read-hwpoison test to use kselftest framework for > reporting and tracking successful and failing runs. > > Reviewed-by: Donet Tom > Reviewed-by: Mark Brown > Signed-off-by: Mike Rapoport (Microsoft) Tested-by: Li Wang Reviewed-by: Li Wang -- Regards, Li Wang