From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x243.google.com (mail-wr0-x243.google.com [IPv6:2a00:1450:400c:c0c::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40mkc14V6kzF14Y for ; Thu, 17 May 2018 18:14:19 +1000 (AEST) Received: by mail-wr0-x243.google.com with SMTP id g21-v6so4654269wrb.8 for ; Thu, 17 May 2018 01:14:19 -0700 (PDT) Date: Thu, 17 May 2018 10:14:12 +0200 From: Corentin Labbe To: Gilad Ben-Yossef Cc: Abdul Haleem , Herbert Xu , "David S. Miller" , Ofir Drang , linux-next , Stephen Rothwell , sachinp , linuxppc-dev , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] crypto: reorder paes test lexicographically Message-ID: <20180517081412.GA1801@Red> References: <1526025847-13134-1-git-send-email-gilad@benyossef.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1526025847-13134-1-git-send-email-gilad@benyossef.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, May 11, 2018 at 09:04:06AM +0100, Gilad Ben-Yossef wrote: > Due to a snafu "paes" testmgr tests were not ordered > lexicographically, which led to boot time warnings. > Reorder the tests as needed. > > Fixes: a794d8d ("crypto: ccree - enable support for hardware keys") > Reported-by: Abdul Haleem > Signed-off-by: Gilad Ben-Yossef Tested-by: Corentin Labbe Thanks