From: Tom Lendacky <thomas.lendacky@amd.com>
To: Andrey Ryabinin <a.ryabinin@samsung.com>,
<linux-kernel@vger.kernel.org>,
Herbert Xu <herbert@gondor.apana.org.au>,
"David S. Miller" <davem@davemloft.net>,
"open list:AMD CRYPTOGRAPHIC..." <linux-crypto@vger.kernel.org>
Subject: Re: [PATCH] crypto: ccp: terminate ccp_support array with empty element
Date: Fri, 23 Jan 2015 09:11:45 -0600 [thread overview]
Message-ID: <54C264B1.5090508@amd.com> (raw)
In-Reply-To: <1421852791-29679-1-git-send-email-a.ryabinin@samsung.com>
On 01/21/2015 09:06 AM, Andrey Ryabinin wrote:
> x86_match_cpu() expects array of x86_cpu_ids terminated
> with empty element.
>
> Signed-off-by: Andrey Ryabinin <a.ryabinin@samsung.com>
Acked-by: Tom Lendacky <thomas.lendacky@amd.com>
> ---
> drivers/crypto/ccp/ccp-dev.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/crypto/ccp/ccp-dev.c b/drivers/crypto/ccp/ccp-dev.c
> index c6e6171..ca29c12 100644
> --- a/drivers/crypto/ccp/ccp-dev.c
> +++ b/drivers/crypto/ccp/ccp-dev.c
> @@ -583,6 +583,7 @@ bool ccp_queues_suspended(struct ccp_device *ccp)
> #ifdef CONFIG_X86
> static const struct x86_cpu_id ccp_support[] = {
> { X86_VENDOR_AMD, 22, },
> + { },
> };
> #endif
>
>
next prev parent reply other threads:[~2015-01-23 15:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-21 15:06 [PATCH] crypto: ccp: terminate ccp_support array with empty element Andrey Ryabinin
2015-01-23 15:11 ` Tom Lendacky [this message]
2015-01-26 2:56 ` Herbert Xu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54C264B1.5090508@amd.com \
--to=thomas.lendacky@amd.com \
--cc=a.ryabinin@samsung.com \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.