Re: Decreasing time for `rsa_init`

2017-12-26 Thread Randy Dunlap
On 12/26/2017 12:28 AM, Paul Menzel wrote: > Dear Stephan, dear Linux folks, > > > Am 13.07.2017 um 20:20 schrieb Paul Menzel: > >> Am Mittwoch, den 12.07.2017, 19:38 +0200 schrieb Paul Menzel: >> >>> On 07/12/17 19:28, Stephan Müller wrote: Am Mittwoch, 12. Juli 2017, 12:59:58 CEST

Re: [PATCH RFC 2/3] crypto: Implement a generic crypto statistics

2017-12-20 Thread Randy Dunlap
On 12/20/2017 12:09 PM, Corentin Labbe wrote: > This patch implement a generic way to get statistics about all crypto > usages. > > Signed-off-by: Corentin Labbe > --- > crypto/Kconfig | 11 +++ > crypto/ahash.c | 18 + > crypto/algapi.c

Re: [PATCH RFC 3/3] crypto: tools: Add cryptostat userspace

2017-12-20 Thread Randy Dunlap
On 12/20/2017 12:09 PM, Corentin Labbe wrote: > Add an example tool for getting easily crypto statistics. > > Signed-off-by: Corentin Labbe > --- > tools/crypto/cryptostat | 40 > 1 file changed, 40 insertions(+) > create mode

Re: [PATCH] crypto: cavium: fix Kconfig dependencies

2017-02-14 Thread Randy Dunlap
On 02/14/17 09:09, David Daney wrote: > On 02/14/2017 09:07 AM, Arnd Bergmann wrote: >> The driver fails to build if MSI support is disabled: >> >> In file included from >> /git/arm-soc/drivers/crypto/cavium/cpt/cptpf_main.c:18:0: >> drivers/crypto/cavium/cpt/cptpf.h:57:20: error: array type has

Re: linux-next: Tree for Oct 26 (crypto/acompress.ko)

2016-10-26 Thread Randy Dunlap
On 10/25/16 19:51, Stephen Rothwell wrote: > Hi all, > > There will probably be no linux-next releases next week while I attend > the Kernel Summit. > > Changes since 20161025: > on x864_64: ERROR: "crypto_acomp_scomp_alloc_ctx" [crypto/acompress.ko] undefined! ERROR:

Re: select on non-existing Kconfig option CRC32C

2016-06-15 Thread Randy Dunlap
On 06/15/16 03:00, Andreas Ziegler wrote: > Hi Hendrik, > > your patch "s390/crc32-vx: add crypto API module for optimized CRC-32 > algorithms" showed up in linux-next today (next-20160615) as commit > 364148e0b195. > > The patch defines the Kconfig option CRYPTO_CRC32_S390 which 'select's

[PATCH] crypto: fix kernel-doc warnings in crypto/aead.h

2015-12-03 Thread Randy Dunlap
From: Randy Dunlap <rdun...@infradead.org> Fix 21 occurrences of this kernel-doc warning in : ..//include/crypto/aead.h:149: warning: No description found for parameter 'base' Signed-off-by: Randy Dunlap <rdun...@infradead.org> --- include/crypto/aead.h |1 + 1 file changed,

Re: [PATCH] crypto: Documentation: remove colons in comments

2015-01-20 Thread Randy Dunlap
On 01/19/15 19:47, Herbert Xu wrote: On Mon, Jan 19, 2015 at 12:13:39AM +0100, Stephan Mueller wrote: As documented in Documentation/kernel-doc-nano-HOWTO.txt lines terminated with a colon are treated as headings. The current layout of the documentation when compiling the kernel crypto API

Re: linux-next: Tree for Aug 26 (drbg)

2014-08-27 Thread Randy Dunlap
On 08/26/14 14:07, Randy Dunlap wrote: On 08/26/14 13:19, Stephan Mueller wrote: Am Dienstag, 26. August 2014, 12:03:31 schrieb Randy Dunlap: Hi Randy, On 08/26/14 00:34, Stephen Rothwell wrote: Hi all, Changes since 20140825: The net tree gained a build failure for which I reverted

Re: linux-next: Tree for Aug 26 (drbg)

2014-08-26 Thread Randy Dunlap
On 08/26/14 00:34, Stephen Rothwell wrote: Hi all, Changes since 20140825: The net tree gained a build failure for which I reverted a commit. The mfd tree still had its build failure so I used the version from next-20140822. on i386: ../include/crypto/drbg.h:157:2: warning: left

Re: linux-next: Tree for Aug 26 (drbg)

2014-08-26 Thread Randy Dunlap
On 08/26/14 13:19, Stephan Mueller wrote: Am Dienstag, 26. August 2014, 12:03:31 schrieb Randy Dunlap: Hi Randy, On 08/26/14 00:34, Stephen Rothwell wrote: Hi all, Changes since 20140825: The net tree gained a build failure for which I reverted a commit. The mfd tree still had its

Re: [PATCH 2/4] DRBG: cleanup of preprocessor macros

2014-06-29 Thread Randy Dunlap
On 06/28/14 22:07, Stephan Mueller wrote: Am Sonntag, 29. Juni 2014, 12:20:15 schrieb Stephen Rothwell: Hi Stephen, Hi Stephan, On Sat, 28 Jun 2014 22:00:07 +0200 Stephan Mueller smuel...@chronox.de wrote: diff --git a/crypto/drbg.c b/crypto/drbg.c index 6679a26..03a230e 100644 ---

Re: linux-next: Tree for Jun 26 (crypto/drbg)

2014-06-26 Thread Randy Dunlap
On 06/25/14 23:41, Stephen Rothwell wrote: Hi all, The powerpc allyesconfig is again broken more than usual. Changes since 20140625: on i386: ../crypto/drbg.c:1097:3: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' [-Wformat]

Re: [RFC][PATCH 4/4] crypto: Updated makefiles to add QAT

2014-06-03 Thread Randy Dunlap
On 06/03/2014 11:24 AM, Tadeusz Struk wrote: Update to makefiles etc. Signed-off-by: Tadeusz Struk tadeusz.st...@intel.com --- Documentation/ioctl/ioctl-number.txt | 1 + MAINTAINERS | 6 ++ drivers/crypto/Kconfig | 1 + drivers/crypto/Makefile

Re: randconfig build error with next-20131210, in drivers/crypto/ccp/ccp-pci.c

2013-12-19 Thread Randy Dunlap
On 12/10/13 07:34, Tom Lendacky wrote: On Tuesday, December 10, 2013 07:21:36 AM Jim Davis wrote: Building with the attached random configuration file, drivers/crypto/ccp/ccp-pci.c: In function ‘ccp_get_msix_irqs’: drivers/crypto/ccp/ccp-pci.c:44:20: error: array type has incomplete

Re: linux-next: Tree for Oct 31 (crypto, rsa, mpi)

2013-11-01 Thread Randy Dunlap
On 11/01/13 08:16, David Howells wrote: Randy Dunlap rdun...@infradead.org wrote: crypto/built-in.o: In function `RSA_verify_signature': rsa.c:(.text+0x1d347): undefined reference to `mpi_get_nbits' rsa.c:(.text+0x1d354): undefined reference to `mpi_get_nbits' ... Does the attached patch

Re: linux-next: Tree for Jan 23 (mtd/ubi and iio and crypto/crc32[c])

2013-01-23 Thread Randy Dunlap
On 01/23/13 15:23, Herbert Xu wrote: On Wed, Jan 23, 2013 at 03:10:01PM -0800, Randy Dunlap wrote: On 01/22/13 22:43, Stephen Rothwell wrote: Hi all, Changes since 20130122: on i386: ERROR: crc32_le [drivers/mtd/ubi/ubi.ko] undefined! ERROR: iio_triggered_buffer_setup [drivers/iio/adc

[PATCH -next] asymmetric keys: fix printk format warning

2012-10-03 Thread Randy Dunlap
From: Randy Dunlap rdun...@xenotime.net Fix printk format warning in x509_cert_parser.c: crypto/asymmetric_keys/x509_cert_parser.c: In function 'x509_note_OID': crypto/asymmetric_keys/x509_cert_parser.c:113:3: warning: format '%zu' expects type 'size_t', but argument 2 has type 'long unsigned

Re: linux-next: Tree for July 2 (crypto/hifn_795x)

2012-07-02 Thread Randy Dunlap
On 07/02/2012 12:23 AM, Stephen Rothwell wrote: Hi all, Changes since 20120629: on i386: ERROR: __divdi3 [drivers/crypto/hifn_795x.ko] undefined! -- ~Randy -- To unsubscribe from this list: send the line unsubscribe linux-crypto in the body of a message to majord...@vger.kernel.org

Re: [PATCH 1/2] crypto: camellia-x86_64 - module init/exit functions should be static

2012-03-21 Thread Randy Dunlap
On 03/15/2012 01:11 PM, Jussi Kivilinna wrote: This caused conflict with twofish-x86_64-3way when compiled into kernel, same function names and not static. Have these patches been merged anywhere? I'm still seeing build problems in linux-next 20120321. Reported-by: Randy Dunlap rdun

Re: [PATCH 1/2] crypto: camellia-x86_64 - module init/exit functions should be static

2012-03-15 Thread Randy Dunlap
On 03/15/2012 01:11 PM, Jussi Kivilinna wrote: This caused conflict with twofish-x86_64-3way when compiled into kernel, same function names and not static. Reported-by: Randy Dunlap rdun...@xenotime.net Signed-off-by: Jussi Kivilinna jussi.kivili...@mbnet.fi Acked-by: Randy Dunlap rdun

Re: [PATCH 2/2] crypto: twofish-x86_64-3way - module init/exit functions should be static

2012-03-15 Thread Randy Dunlap
On 03/15/2012 01:11 PM, Jussi Kivilinna wrote: This caused conflict with camellia-x86_64 when compiled into kernel, same function names and not static. Reported-by: Randy Dunlap rdun...@xenotime.net Signed-off-by: Jussi Kivilinna jussi.kivili...@mbnet.fi Acked-by: Randy Dunlap rdun

Re: [PATCH -next] digsig: fix build errors

2011-11-21 Thread Randy Dunlap
On 11/21/2011 02:32 AM, Kasatkin, Dmitry wrote: On Mon, Nov 21, 2011 at 8:12 AM, Randy Dunlap rdun...@xenotime.net wrote: From: Randy Dunlap rdun...@xenotime.net Fix build errors by adding kconfig dependency on KEYS: lib/digsig.c:106:16: error: dereferencing pointer to incomplete type lib

[PATCH -next] digsig: fix build errors

2011-11-20 Thread Randy Dunlap
From: Randy Dunlap rdun...@xenotime.net Fix build errors by adding kconfig dependency on KEYS: lib/digsig.c:106:16: error: dereferencing pointer to incomplete type lib/digsig.c:107:11: error: dereferencing pointer to incomplete type lib/digsig.c:184:14: error: dereferencing pointer to incomplete

Re: Crypto Update for 3.2

2011-10-31 Thread Randy Dunlap
On 10/30/2011 09:09 PM, Herbert Xu wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Linus: Here is the crypto update for 3.2: * User-space interface for algorithm selection/configuration * SSSE3 implementation of SHA1. * X86-64 assembly implementation of blowfish. * X86-64

Re: linux-next: Tree for Oct 25 (crypto)

2011-10-26 Thread Randy Dunlap
On 10/26/11 05:33, Stefan Richter wrote: On Oct 26 Herbert Xu wrote: On Tue, Oct 25, 2011 at 05:42:01PM -0700, Randy Dunlap wrote: On 10/25/11 02:36, Stephen Rothwell wrote: Hi all, When CONFIG_NET is not enabled: Thanks, I'll add this patch. diff --git a/crypto/Kconfig b/crypto/Kconfig

Re: linux-next: Tree for Oct 25 (crypto)

2011-10-25 Thread Randy Dunlap
On 10/25/11 02:36, Stephen Rothwell wrote: Hi all, When CONFIG_NET is not enabled: ERROR: nla_put [crypto/rng.ko] undefined! ERROR: nla_put [crypto/pcompress.ko] undefined! ERROR: netlink_kernel_release [crypto/crypto_user.ko] undefined! ERROR: netlink_kernel_create [crypto/crypto_user.ko]

[PATCH -next] crypto: fix aesni build on i386

2011-05-17 Thread Randy Dunlap
From: Randy Dunlap randy.dun...@oracle.com Fix build error on i386 by moving function prototypes: arch/x86/crypto/aesni-intel_glue.c: In function 'aesni_init': arch/x86/crypto/aesni-intel_glue.c:1263: error: implicit declaration of function 'crypto_fpu_init' arch/x86/crypto/aesni-intel_glue.c

[PATCH -next] crypto: fix af_alg memory_allocated data type

2010-12-16 Thread Randy Dunlap
From: Randy Dunlap randy.dun...@oracle.com Change data type to fix warning: crypto/af_alg.c:35: warning: initialization from incompatible pointer type Signed-off-by: Randy Dunlap randy.dun...@oracle.com --- crypto/af_alg.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux

[PATCH] crypto: ghash-clmulni-intel_glue needs err.h

2010-12-14 Thread Randy Dunlap
From: Randy Dunlap randy.dun...@oracle.com Add missing header file: arch/x86/crypto/ghash-clmulni-intel_glue.c:256: error: implicit declaration of function 'IS_ERR' arch/x86/crypto/ghash-clmulni-intel_glue.c:257: error: implicit declaration of function 'PTR_ERR' Signed-off-by: Randy Dunlap

Re: linux-next: Tree for November 29

2010-11-29 Thread Randy Dunlap
61cea148 Kernel: arch/x86/boot/bzImage is ready (#1) Building modules, stage 2. MODPOST 537 modules ERROR: sock_no_mmap [crypto/algif_skcipher.ko] undefined! I hope this patch fixes it for you. Acked-by: Randy Dunlap randy.dun...@oracle.com Thanks. commit

Re: linux-next: Tree for November 29 (aesni-intel)

2010-11-29 Thread Randy Dunlap
On Mon, 29 Nov 2010 14:03:35 +1100 Stephen Rothwell wrote: Hi all, Changes since 20101126: on i386 builds, I get tons of these (and more) errors: arch/x86/crypto/aesni-intel_asm.S:841: Error: bad register name `%r12' arch/x86/crypto/aesni-intel_asm.S:842: Error: bad register name `%r13'

Re: linux-next: Tree for November 29 (aesni-intel)

2010-11-29 Thread Randy Dunlap
On 11/29/10 10:26, Mathias Krause wrote: On 29.11.2010, 17:31 Randy Dunlap wrote: On Mon, 29 Nov 2010 14:03:35 +1100 Stephen Rothwell wrote: Hi all, Changes since 20101126: on i386 builds, I get tons of these (and more) errors: arch/x86/crypto/aesni-intel_asm.S:841: Error: bad register

Re: linux-next: Tree for November 29 (aesni-intel)

2010-11-29 Thread Randy Dunlap
On 11/29/10 11:21, Mathias Krause wrote: On 29.11.2010, 19:54 Randy Dunlap wrote: On 11/29/10 10:26, Mathias Krause wrote: On 29.11.2010, 17:31 Randy Dunlap wrote: On Mon, 29 Nov 2010 14:03:35 +1100 Stephen Rothwell wrote: Hi all, Changes since 20101126: on i386 builds, I get tons

Re: linux-next: Tree for November 29 (aesni-intel)

2010-11-29 Thread Randy Dunlap
On 11/29/10 11:45, Mathias Krause wrote: On 29.11.2010, 20:31 Randy Dunlap wrote: On 11/29/10 11:21, Mathias Krause wrote: On 29.11.2010, 19:54 Randy Dunlap wrote: On 11/29/10 10:26, Mathias Krause wrote: On 29.11.2010, 17:31 Randy Dunlap wrote: On Mon, 29 Nov 2010 14:03:35 +1100 Stephen

Re: linux-next: Tree for November 29 (aesni-intel)

2010-11-29 Thread Randy Dunlap
On 11/29/10 11:52, Mathias Krause wrote: On 29.11.2010, 20:31 Randy Dunlap wrote: On 11/29/10 11:21, Mathias Krause wrote: On 29.11.2010, 19:54 Randy Dunlap wrote: On 11/29/10 10:26, Mathias Krause wrote: On 29.11.2010, 17:31 Randy Dunlap wrote: On Mon, 29 Nov 2010 14:03:35 +1100 Stephen

Re: linux-next: Tree for November 29 (aesni-intel)

2010-11-29 Thread Randy Dunlap
On 11/29/10 12:02, Mathias Krause wrote: On 29.11.2010, 20:54 Randy Dunlap wrote: On 11/29/10 11:45, Mathias Krause wrote: On 29.11.2010, 20:31 Randy Dunlap wrote: On 11/29/10 11:21, Mathias Krause wrote: On 29.11.2010, 19:54 Randy Dunlap wrote: On 11/29/10 10:26, Mathias Krause wrote

Re: linux-next: Tree for November 29 (aesni-intel)

2010-11-29 Thread Randy Dunlap
On 11/29/10 12:21, Mathias Krause wrote: On 29.11.2010, 21:11 Randy Dunlap wrote: On 11/29/10 12:02, Mathias Krause wrote: On 29.11.2010, 20:54 Randy Dunlap wrote: On 11/29/10 11:45, Mathias Krause wrote: On 29.11.2010, 20:31 Randy Dunlap wrote: On 11/29/10 11:21, Mathias Krause wrote

Re: [PATCH 1/1] crypto: api.c: doc on crypto_alg_lookup, crypto_larval_lookup, and crypto_alg_mod_lookup

2010-11-05 Thread Randy Dunlap
On Fri, 5 Nov 2010 11:05:46 -0700 Mark Allyn wrote: Resubmit due to errors on patch submitted 11/4/2010 Signed-off-by: Mark A. Allyn mark.a.al...@intel.com Acked-by: Randy Dunlap randy.dun...@oracle.com Thanks, Mark. --- crypto/api.c | 25 + 1 files changed

Re: [PATCH 1/1] crypto: api.c: adding doxygen comments to api

2010-11-04 Thread Randy Dunlap
On Thu, 4 Nov 2010 09:32:42 -0700 Mark Allyn wrote: Signed-off-by: Mark A. Allyn mark.a.al...@intel.com We use kernel-doc notation in kernel sources, not doxygen. Please see Documentation/kernel-doc-nano-HOWTO.txt for info, or ask me. Thanks. --- crypto/api.c | 14 ++ 1

Re: [PATCH 1/1] crypto: api.c adding kernel-doc comments

2010-11-04 Thread Randy Dunlap
On Thu, 4 Nov 2010 10:07:22 -0700 Mark Allyn wrote: Add comments to crypto_alg_lookup and crypto_larval_lookup I am re-submitting this due to errors Signed-off-by: Mark A. Allyn mark.a.al...@intel.com --- crypto/api.c | 19 +++ 1 files changed, 19 insertions(+), 0

Re: [PATCH 1/1] crypto: api.c adding kernel-doc comments

2010-11-04 Thread Randy Dunlap
was already merged somewhere (even in an intermediate tree), you should just send a partial/update patch, but in this case, since it hasn't been merged anywhere (that I know of), I recommend sending a complete new patch. Thanks. -Original Message- From: Randy Dunlap [mailto:rdun

Re: [PATCH 1/1] crypto: api.c: add comments to crypto_alg_lookup and crypto_alg_larval_lookup

2010-11-04 Thread Randy Dunlap
On Thu, 4 Nov 2010 12:49:48 -0700 Mark Allyn wrote: This is resubmitted due to errors in style Signed-off-by: Mark A. Allyn mark.a.al...@intel.com --- crypto/api.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/crypto/api.c b/crypto/api.c index

Re: [PATCH 01/19] User-space API definition

2010-08-20 Thread Randy Dunlap
On Fri, 20 Aug 2010 10:45:44 +0200 Miloslav Trmač wrote: +#define NCRIO_KEY_INIT _IO('c', 204) +/* generate a secret key */ +#define NCRIO_KEY_GENERATE _IOWR('c', 205, struct ncr_key_generate) +/* generate a public key pair */ +#define NCRIO_KEY_GENERATE_PAIR

[PATCH] Documentation/padata.txt: fix typos etc.

2010-08-04 Thread Randy Dunlap
From: Randy Dunlap randy.dun...@oracle.com Fix typos grammar. Use CPU instead of cpu in text. Signed-off-by: Randy Dunlap randy.dun...@oracle.com Cc: Steffen Klassert steffen.klass...@secunet.com, Herbert Xu herb...@gondor.apana.org.au, Dan Kruchinin dkruchi...@acm.org, Andrew Morton

Re: [PATCH 3/4] padata: Add some code comments

2010-05-14 Thread Randy Dunlap
On Fri, 14 May 2010 13:46:06 +0200 Steffen Klassert wrote: Signed-off-by: Steffen Klassert steffen.klass...@secunet.com --- include/linux/padata.h | 53 kernel/padata.c| 50 +++- 2 files

Re: [PATCH 2/3] SCRIPTS: s/should/must/ for all ERRORs

2010-02-10 Thread Randy Dunlap
On Wed, 10 Feb 2010 01:41:03 +0100 Richard Hartmann wrote: Signed-off-by: Richard Hartmann richih.mailingl...@gmail.com --- Well, I will gladly disagree. checkpatch is an advisory tool. It has no such final authority to enforce /must/. /must/ would OK on syntax errors that must be fixed

Re: [PATCH 2/3] SCRIPTS: s/should/must/ for all ERRORs

2010-02-10 Thread Randy Dunlap
On Wed, 10 Feb 2010 18:59:11 +0100 Richard Hartmann wrote: PS: As I am new to the whole concept of touching the large scary kernel let me use this opportunity to ask if I should expect answers on the other patch emails or if they are just merged zsh-style: Silently and you will notice what

Re: [pkg-cryptsetup-devel] Bug#541835: crypto configuration / dependencies broken

2009-08-27 Thread Randy Dunlap
On Thu, 27 Aug 2009 20:35:01 +0200 Jonas Meurer wrote: hey, On 27/08/2009 Randy Dunlap wrote: On Tue, 25 Aug 2009 19:58:52 -0400 Celejar wrote: I'm having a pretty bizarre problem with my kernel crypto configuration. I need support for a bog standard LUKS (aes / cbc

Re: linux-next: Tree for March 10 (crypto NLATTR)

2009-03-11 Thread Randy Dunlap
Herbert Xu wrote: On Tue, Mar 10, 2009 at 01:17:00PM -0700, David Miller wrote: From: Randy Dunlap randy.dun...@oracle.com Date: Tue, 10 Mar 2009 13:08:31 -0700 I'll have to let David or Herbert answer that. From my quick look at the code, I don't see much use for nlattr.c when CONFIG_NET

Re: linux-next: Tree for March 10 (crypto NLATTR)

2009-03-10 Thread Randy Dunlap
Stephen Rothwell wrote: Hi all, Changes since 20090306: The driver-core tree gained a build failure due to a conflict with the crypto tree. I have applied a patch to the crypto tree for today. I had several (4 of 50) randconfig builds fail with: lib/built-in.o: In function

Re: linux-next: Tree for March 10 (crypto NLATTR)

2009-03-10 Thread Randy Dunlap
Geert Uytterhoeven wrote: On Tue, Mar 10, 2009 at 19:57, Randy Dunlap randy.dun...@oracle.com wrote: Stephen Rothwell wrote: Changes since 20090306: The driver-core tree gained a build failure due to a conflict with the crypto tree. I have applied a patch to the crypto tree for today. I

[PATCH linux-next] : Tree for November 12 (libcrc32c)

2008-11-12 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] libcrc32c uses CRYPTO interfaces so it should depend on CRYPTO. crypto/built-in.o: In function `crc32c_mod_init': crc32c.c:(.init.text+0xc): undefined reference to `crypto_register_shash' crypto/built-in.o: In function `crc32c_mod_fini': crc32c.c:(.exit.text

Re: Crypto Update for 2.6.28

2008-10-10 Thread Randy Dunlap
On Fri, 10 Oct 2008 11:22:44 -0700 (PDT) Linus Torvalds wrote: On Fri, 10 Oct 2008, Herbert Xu wrote: Here is the crypto update for 2.6.28: Umm. Here was empty. Mind adding where it actually is, again? Yeah, yeah, I can look at my old merges (you didn't think I _remember_

Re: [PATCH] Using Intel CRC32 instruction to accelerate CRC32c algorithm by new crypto API.

2008-08-04 Thread Randy Dunlap
On Mon, 04 Aug 2008 05:35:07 -0400 Austin Zhang wrote: diff -Naurp linux-2.6/crypto/Kconfig linux-2.6-patch/crypto/Kconfig --- linux-2.6/crypto/Kconfig 2008-08-04 01:08:00.0 -0400 +++ linux-2.6-patch/crypto/Kconfig2008-08-04 01:59:00.0 -0400 @@ -221,6 +221,17 @@ config

Re: [BUILD_FAILURE] linux-next: Tree for May 19 - build fails on cryptd_alloc_hash ()

2008-05-19 Thread Randy Dunlap
On Mon, 19 May 2008 22:38:06 +0530 Kamalesh Babulal wrote: Hi, The next-20080519 kernel build fails on the x86_64 machine, when compiled with the randconfig. LD .tmp_vmlinux1 crypto/built-in.o: In function `cryptd_alloc_hash': /root/kernels/linux-2.6.26-rc3/crypto/cryptd.c:485:

Re: [PATCH 2/5] jffs2: Add LZO compression support to jffs2

2007-05-01 Thread Randy Dunlap
On Tue, 01 May 2007 15:47:03 +0100 Richard Purdie wrote: Add LZO1X compression/decompression support to jffs2. LZO's interface doesn't entirely match that required by jffs2 so a buffer and memcpy is unavoidable. Signed-off-by: Richard Purdie [EMAIL PROTECTED] --- diff --git

Re: [PATCH 3/5] jffs2: Add a favourlzo compression mode to jffs2

2007-05-01 Thread Randy Dunlap
On Tue, 01 May 2007 15:47:12 +0100 Richard Purdie wrote: Add a favourlzo compression mode to jffs2 which tries to optimise by size but gives lzo an advantage when comparing sizes. This means the faster lzo algorithm can be preferred when there isn't much difference in compressed size (the

Re: [PATCH 4/5] jffs2: Allow selection of compression mode via a sysfs attribute

2007-05-01 Thread Randy Dunlap
On Tue, 01 May 2007 15:47:19 +0100 Richard Purdie wrote: Allow selection of the compression mode for jffs2 via a sysfs attribute. This establishes a sysfs presence for jffs2 through which other compression options could easily be exported too. Signed-off-by: Richard Purdie [EMAIL PROTECTED]