From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (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 7A28C39A4D6; Thu, 4 Jun 2026 12:39:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780576754; cv=none; b=H1+p4UEStvGtC4nPoa1hLWEElxYJtoRjbcM5btjy0MJ8B+wBmmHPbLz5yEV5JECPbfpKUp7XPKneCJTEYrdOiBUVz5LMoUA+Tbc073N7u5s5igIp40IirPEgWZra4brWyLenLC4lBjD3rf9lvItwIP5yWRrUKG3jebPD+W3wnjI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780576754; c=relaxed/simple; bh=tCruOqXpL2smJuUxf0Bv0TD88+WGYP61Zyqd4NpuWoU=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=BitzIck5ltbeZqY+K2VngRvhzt2iT8oszsfgAk919QyhLqooTamXzRlm1ImZL5kLv13vUQJEpkk903Q8M+cLmAyTI2jxzRwuByrpXi4J6ZQ2b0B7WWImMRxZE+l/xFXL/vAR2CXXSgIFohob6Lpn0ZH3GSX/qlLrzrrvPZCJFZU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=u+WL7aI7; arc=none smtp.client-ip=185.171.202.116 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="u+WL7aI7" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id 4EDB2C63453; Thu, 4 Jun 2026 12:39:11 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 0ED885FEF7; Thu, 4 Jun 2026 12:39:12 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 630BA106A1945; Thu, 4 Jun 2026 14:39:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1780576751; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=Sep+FfkjsDJ0MMTKrD5vx+i+ogB7pZQrVFCsI2ueKeY=; b=u+WL7aI71+ZzLDQbIMdzPKX3jrLYseHBM9Ko9jv7UhFQ4yBzpQjgk3heVdf0BCdxE9bkWV haLzMGw4+qzaLApdRLLaFwjGTnDxXtCE9MTZeSn5d1j3aN2V7SEi3w7q6vPUdFpL+7+FOt VKE1EU9BZvJ9Pf0fXMpO5amOadKIaaGcTHMvUmvpMUZYRSpLHERRe7rJ28FgQvLXnxKRew Zz42s0RDv/kiIGk8peU1Cbe/oLhf7X/TGs4wkb4GWw5dmSAm7sktLVJ0L2o3YFQrcQBB9U 82IyfFYfOlQ/FSH3JSkB+6dKSnEA3DjkFOVH4LCt1ftRWLIW+Qy3R6d3+j0uuw== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 04 Jun 2026 14:39:09 +0200 Message-Id: Cc: "Thomas Petazzoni" , "Herve Codina" , , Subject: Re: [PATCH 11/29] crypto: talitos - Remove unused priority field in struct talitos_alg_template From: "Paul Louvel" To: "Christophe Leroy (CS GROUP)" , "Paul Louvel" , "Herbert Xu" , "David S. Miller" X-Mailer: aerc 0.21.0-0-g5549850facc2 References: <20260528-7-1-rc1_talitos_cleanup-v1-0-cb1ad6cdea49@bootlin.com> <20260528-7-1-rc1_talitos_cleanup-v1-11-cb1ad6cdea49@bootlin.com> In-Reply-To: X-Last-TLS-Session-Version: TLSv1.3 On Mon Jun 1, 2026 at 1:54 PM CEST, Christophe Leroy (CS GROUP) wrote: > > > Le 28/05/2026 =C3=A0 11:08, Paul Louvel a =C3=A9crit=C2=A0: >> After algorithm properties are now set at definition time, the priority >> field in struct talitos_alg_template is no longer used. Remove it. > > Should probably be sqashed (with the above explanation) in the previous= =20 > commit. Ok. > >>=20 >> Signed-off-by: Paul Louvel >> --- >> drivers/crypto/talitos/talitos.h | 1 - >> 1 file changed, 1 deletion(-) >>=20 >> diff --git a/drivers/crypto/talitos/talitos.h b/drivers/crypto/talitos/t= alitos.h >> index 438be8c8f08d..6cf3628c52c2 100644 >> --- a/drivers/crypto/talitos/talitos.h >> +++ b/drivers/crypto/talitos/talitos.h >> @@ -203,7 +203,6 @@ struct talitos_ctx { >> =20 >> struct talitos_alg_template { >> u32 type; >> - u32 priority; >> union { >> struct skcipher_alg skcipher; >> struct ahash_alg hash; >>=20 --=20 Paul Louvel, Bootlin Embedded Linux and Kernel engineering https://bootlin.com