On Fri, 9 Nov 2012, Shan Wei wrote:
> For bottom halves off, __this_cpu_read is better.
Reviewed-by: Christoph Lameter
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/m
On Fri, Nov 09, 2012 at 10:00:31AM -0800, Tony Lindgren wrote:
> * Paul Walmsley [121109 09:13]:
> > On Fri, 9 Nov 2012, Mark A. Greer wrote:
> >
> > > On Fri, Nov 09, 2012 at 06:10:20PM +0200, Kasatkin, Dmitry wrote:
> > >
> > > > Why not using macros as it was before?
> > > >
> > > > OMAP24XX_
* Paul Walmsley [121109 09:13]:
> On Fri, 9 Nov 2012, Mark A. Greer wrote:
>
> > On Fri, Nov 09, 2012 at 06:10:20PM +0200, Kasatkin, Dmitry wrote:
> >
> > > Why not using macros as it was before?
> > >
> > > OMAP24XX_SEC_SHA1MD5_BASE
> >
> > I am following the precedent set in the existing code
On Fri, Nov 09, 2012 at 06:28:16PM +0200, Kasatkin, Dmitry wrote:
> On Wed, Nov 7, 2012 at 4:57 AM, Mark A. Greer wrote:
> > From: "Mark A. Greer"
> >
> > Remove usage of the private OMAP DMA API.
> > The dmaengine API will be used instead.
> >
> > CC: Russell King
> > CC: Dmitry Kasatkin
> > S
On Fri, 9 Nov 2012, Mark A. Greer wrote:
> On Fri, Nov 09, 2012 at 06:10:20PM +0200, Kasatkin, Dmitry wrote:
>
> > Why not using macros as it was before?
> >
> > OMAP24XX_SEC_SHA1MD5_BASE
>
> I am following the precedent set in the existing code of that file
> which uses the actual address inste
On Fri, Nov 09, 2012 at 06:10:20PM +0200, Kasatkin, Dmitry wrote:
> Hello,
Thanks for your comments, Dmitry.
> On Wed, Nov 7, 2012 at 4:57 AM, Mark A. Greer wrote:
> > From: "Mark A. Greer"
> >
> > Convert the device data for the OMAP2 SHAM crypto IP from
> > explicit platform_data to hwmod.
>
On Wed, Nov 7, 2012 at 4:57 AM, Mark A. Greer wrote:
> From: "Mark A. Greer"
>
> Remove usage of the private OMAP DMA API.
> The dmaengine API will be used instead.
>
> CC: Russell King
> CC: Dmitry Kasatkin
> Signed-off-by: Mark A. Greer
> ---
> drivers/crypto/omap-sham.c | 117
> --
On Wed, Nov 7, 2012 at 4:57 AM, Mark A. Greer wrote:
> From: "Mark A. Greer"
>
> Convert the device data for the OMAP3 SHAM2 (SHA1/MD5) crypto IP
> from explicit platform_data to hwmod.
>
> CC: Paul Walmsley
> Signed-off-by: Mark A. Greer
> ---
> arch/arm/mach-omap2/clock3xxx_data.c | 1
Hello,
On Wed, Nov 7, 2012 at 4:57 AM, Mark A. Greer wrote:
> From: "Mark A. Greer"
>
> Convert the device data for the OMAP2 SHAM crypto IP from
> explicit platform_data to hwmod.
>
> CC: Paul Walmsley
> Signed-off-by: Mark A. Greer
> ---
> arch/arm/mach-omap2/clock2430_data.c
On Thu, Nov 08, 2012 at 11:52:00AM +0530, Sachin Kamat wrote:
> struct s3c2410_dma_client gets defined multiple times as it is defined
> in more than one header file. Changing it at the header file level causes
> many more build breakages as they are interdependent in a complex way.
> Hence fixing
On Sun, Nov 04, 2012 at 11:36:25PM +0800, Axel Lin wrote:
> The platform_device_id table is supposed to be zero-terminated.
>
> Signed-off-by: Axel Lin
Patch applied. Thanks!
--
Email: Herbert Xu
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubk
On Wed, Oct 31, 2012 at 08:08:37PM +0100, Sebastian Andrzej Siewior wrote:
> without it:
> |drivers/built-in.o:(.data+0x14588): undefined reference to
> `crypto_ablkcipher_type'
> |drivers/built-in.o:(.data+0x14668): undefined reference to
> `crypto_ablkcipher_type'
>
> Not sure when this broke.
On Fri, Oct 26, 2012 at 02:48:45PM +0300, Jussi Kivilinna wrote:
> This patchset adds AES-NI/AVX assembler implementation of Camellia cipher
> for x86-64.
>
> [v2]:
> - No missing patches
> - No missing files
Nice work! All applied. Thanks.
--
Email: Herbert Xu
Home Page: http://gondor.apana
On Thu, Oct 25, 2012 at 10:55:04PM +0800, Wei Yongjun wrote:
> From: Wei Yongjun
>
> clk_put(dd->aes_clk) will dereference an error-valued pointer since the
> dd->aes_clk is a ERR_PTR() value. The correct check is call clk_put()
> if !IS_ERR(dd->aes_clk).
>
> dpatch engine is used to auto genera
Hi Linus:
This push fixes a potential panic in cryptd which may occur with
crypto drivers such as aesni-intel.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
or
master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Jussi Kivilinna (1):
15 matches
Mail list logo