[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y0aAkQBDN0Pn0sKX@kernel.org>
Date: Wed, 12 Oct 2022 11:53:37 +0300
From: Jarkko Sakkinen <jarkko@...nel.org>
To: Pankaj Gupta <pankaj.gupta@....com>
Cc: a.fatoum@...gutronix.de, gilad@...yossef.com, Jason@...c4.com,
jejb@...ux.ibm.com, zohar@...ux.ibm.com, dhowells@...hat.com,
sumit.garg@...aro.org, david@...ma-star.at, michael@...le.cc,
john.ernberg@...ia.se, jmorris@...ei.org, serge@...lyn.com,
herbert@...dor.apana.org.au, davem@...emloft.net,
j.luebbe@...gutronix.de, ebiggers@...nel.org, richard@....at,
keyrings@...r.kernel.org, linux-crypto@...r.kernel.org,
linux-integrity@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-security-module@...r.kernel.org, sahil.malhotra@....com,
kshitiz.varshney@....com, horia.geanta@....com, V.Sethi@....com
Subject: Re: [PATCH v0 1/8] hw-bound-key: introducing the generic structure
On Thu, Oct 06, 2022 at 06:38:30PM +0530, Pankaj Gupta wrote:
> +#define set_hbk_info(hbk_info, hw_flags, key_len) do {\
> + hbk_info->flags = hw_flags;\
> + hbk_info->key_sz = key_len;\
> +} while (0)
Also this:
1. Undocumented.
2. No idea why you want to use a macro instead of inline function.
BR, Jarkko
Powered by blists - more mailing lists