Re: [PATCH 03/22] KEYS: Provide missing asymmetric key subops for new key type ops
From: James Morris
Date: Wed Oct 03 2018 - 15:04:03 EST
On Wed, 5 Sep 2018, David Howells wrote:
> +int asymmetric_key_eds_op(struct kernel_pkey_params *params,
> + const void *in, void *out)
> +{
> + const struct asymmetric_key_subtype *subtype;
> + struct key *key = params->key;
> + int ret;
> +
> + pr_devel("==>%s()\n", __func__);
Are you planning on leaving these pr_devel()s in?
--
James Morris
<jmorris@xxxxxxxxx>