[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130305003010.GD23819@kroah.com>
Date: Tue, 5 Mar 2013 08:30:10 +0800
From: Greg KH <gregkh@...uxfoundation.org>
To: Kent Yoder <shpedoikal@...il.com>
Cc: linux-kernel@...r.kernel.org, linux-crypto@...r.kernel.org,
stable@...r.kernel.org
Subject: Re: [PATCH] drivers/crypto/nx: fix init race, alignmasks and GCM bug
On Mon, Mar 04, 2013 at 10:44:57AM -0600, Kent Yoder wrote:
> Fixes a race on driver init with registering algorithms where the
> driver status flag wasn't being set before self testing started.
>
> Added the cra_alignmask field for CBC and ECB modes.
>
> Fixed a bug in GCM where AES block size was being used instead of
> authsize.
>
> Signed-off-by: Kent Yoder <key@...ux.vnet.ibm.com>
> ---
> drivers/crypto/nx/nx-aes-cbc.c | 1 +
> drivers/crypto/nx/nx-aes-ecb.c | 1 +
> drivers/crypto/nx/nx-aes-gcm.c | 2 +-
> drivers/crypto/nx/nx.c | 4 ++--
> 4 files changed, 5 insertions(+), 3 deletions(-)
<formletter>
This is not the correct way to submit patches for inclusion in the
stable kernel tree. Please read Documentation/stable_kernel_rules.txt
for how to do this properly.
</formletter>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists