From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (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 5050F3CF67F; Tue, 25 Aug 2026 08:01:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787644902; cv=none; b=DgvLeFxLp7BSYarz25xW1RU3rXWrt9GAh9aWX2sVp0yspleaUGbtdE6MUkkVsOnUPrX4Bv7ZsErcfjzJaIzqAQEdcB6/g7ZNJHrozeCmkC8dzgM/iu4Kb+zukzk6wWn/hS/vLPvdTa+Pyhjw1SBeMKpbS0p2HmNyioUe9IMnTfE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787644902; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ixlSxrnUcDHQG5T7Q9azOXrzioZDvA6Ikw62cgGWmIdA6olSV92XyrA7HUqG0bKQ7Mxz4WNmCE4iuXToCi/hQa3aORJ0XUwomoXBRFNiJmQv+c0SCX51RbFsAfTDeW6jvBZszP+rbEj4Z3ufl0QFk9QVwyAFgeoaSECiNb9WLdQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 9F77768BFE; Tue, 25 Aug 2026 10:01:35 +0200 (CEST) Date: Tue, 25 Aug 2026 10:01:35 +0200 From: Christoph Hellwig To: Geert Uytterhoeven Cc: Christoph Hellwig , Andrew Morton , Eric Biggers , Ard Biesheuvel , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] raid/kunit: Enable RAID6 PQ and XOR benchmarks if KUNIT_ALL_TESTS=m Message-ID: <20260825080135.GA25876@lst.de> References: <64c6e0191bd8ccef0074ffbb09bd0584680d710b.1787584360.git.geert@linux-m68k.org> Precedence: bulk X-Mailing-List: linux-kselftest@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: <64c6e0191bd8ccef0074ffbb09bd0584680d710b.1787584360.git.geert@linux-m68k.org> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig