From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 3EE032905; Fri, 30 Aug 2024 16:17:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725034661; cv=none; b=ZzVPk3Uj1nt/L6PIBnqk7zKiybUUFLWpQ80gOM8n0yMinctqaheTtdg32pFlLBHEXmomk0MGWS0Q6pR1RVFxVXWs9I3PElpqS9FlXbxe+RG0NQem9rIkkZ0fp0meZniuYyHTHh96xemNC9wMIVMPaF/vNuZD9kOrAMZEc1WxeMU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725034661; c=relaxed/simple; bh=PESWvca7bydI3IKq+BYrWokTPYsCRYr5lzdXuLEOB0Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hzj3Q+tsuF57PUbEtRU+hIEnEbwAWrZq/Yt0JC4wV2vwTfNgovfXMSM/0PWI+AsG/lb5uJSjiGhgv/SsaJDeJbzqqISTmTnsTHr0kCJfhIh73sJAdzttBCjesD6YknYe1YMDXkLX47SG69JjWI4vAygYRWDvDYhK11O4p5Qqmtc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b=JpbhujkJ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="JpbhujkJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2FB6AC4CEC2; Fri, 30 Aug 2024 16:17:39 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="JpbhujkJ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1725034657; 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=4V9WSctwTuWuaC+9YWeMzjXHA67ruA71pLDIgbwvzQM=; b=JpbhujkJUXq1uk0Y0jqDBpxTfnVNfq53N2rv5YQsHeCptpCOwgh3bCbr/YIMxylwO3n5No TnOFlxyTKJEG2X1X/9gM2gvPyskQiCmifotrmFx2qf7yyQJjLTybZ8GLL+cn/0YbdYgx6z 7oh7adhrtquvMjsiHA2IQwUSPYbEkrA= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 21e77804 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 30 Aug 2024 16:17:37 +0000 (UTC) Date: Fri, 30 Aug 2024 18:17:33 +0200 From: "Jason A. Donenfeld" To: Christophe Leroy Cc: Andrew Morton , Steven Rostedt , Masami Hiramatsu , Mathieu Desnoyers , Michael Ellerman , Nicholas Piggin , Naveen N Rao , Nathan Chancellor , Nick Desaulniers , Bill Wendling , Justin Stitt , Shuah Khan , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kselftest@vger.kernel.org, llvm@lists.linux.dev, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-trace-kernel@vger.kernel.org, Adhemerval Zanella , Xi Ruoyao Subject: Re: [PATCH v3 4/5] powerpc/vdso: Wire up getrandom() vDSO implementation on PPC32 Message-ID: References: Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: On Fri, Aug 30, 2024 at 05:57:08PM +0200, Christophe Leroy wrote: > @@ -14,6 +14,10 @@ ifeq ($(uname_M),x86_64) > TEST_GEN_PROGS += vdso_test_getrandom > TEST_GEN_PROGS += vdso_test_chacha > endif > +ifeq ($(ARCH),powerpc) > +TEST_GEN_PROGS += vdso_test_getrandom > +TEST_GEN_PROGS += vdso_test_chacha > +endif FYI, as of [1], you should now be able to add powerpc to the filter list instead of having to duplicate a new stanza: [1] https://git.kernel.org/pub/scm/linux/kernel/git/crng/random.git/commit/?id=bbaae98172ed284fc0d5d39cc0d68f5d06164f06