Re: Crypto Fixes for 3.9

2013-04-09 Thread Herbert Xu
assumption that assoc has one segment Linus Walleij (1): crypto: ux500 - add missing comma crypto/gcm.c | 17 ++--- drivers/crypto/ux500/cryp/cryp_core.c |2 +- 2 files changed, 15 insertions(+), 4 deletions(-) Thanks, -- Email: Herbert Xu Home Page

Crypto Update for 3.10

2013-05-01 Thread Herbert Xu
/crypto-2.6.git Alexander Clouter (2): hwrng: timeriomem - update to support more than one device hwrng: timeriomem - added devicetree hooks Fabio Estevam (1): hwrng: mxc-rnga - Use devm_ioremap_resource() Herbert Xu (1): crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64

Re: [PATCH] Fix prototype definitions of sha256_transform_asm, sha512_transform_asm

2013-04-25 Thread Herbert Xu
patches in order to maintain bisectability. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kern

Re: [PATCH v2 1/4] Wrap crc_t10dif function all to use crypto transform framework

2013-04-25 Thread Herbert Xu
o the crypto framework. > > Signed-off-by: Tim Chen Please wrap the generic implementation as we do for crc32c. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line

Re: [RFC PATCH 0/6] Add AVX2 accelerated implementations for Blowfish, Twofish, Serpent and Camellia

2013-04-25 Thread Herbert Xu
gt; https://github.com/jkivilin/crypto-avx2 All applied. Thanks! -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

Re: [PATCHv1] crypto: caam - fix job ring cleanup code

2013-04-25 Thread Herbert Xu
jr_shutdown+0x34/0x220 [caam] > >[eac47e60] [f94ac0e4] caam_remove+0x54/0xb0 [caam] > >[eac47e80] [c029fb38] __device_release_driver+0x68/0x120 > >[eac47e90] [c02a05c8] driver_detach+0xd8/0xe0 > >[eac47eb0] [c029f8e0] bus_remove_driver+0xa0/0x110 > >[eac47ed0] [c00768e4]

Re: [PATCH v2 1/4] Wrap crc_t10dif function all to use crypto transform framework

2013-04-26 Thread Herbert Xu
nditional like the crc32c case. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.ke

Re: [PATCH v2 1/4] Wrap crc_t10dif function all to use crypto transform framework

2013-04-27 Thread Herbert Xu
ver, I think this is an overkill. Initialising it once should be enough. If someone really wanted to change things at run-time, they could always build this as a module and unload/reload it. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.a

Re: [PATCH v2 1/4] Wrap crc_t10dif function all to use crypto transform framework

2013-04-29 Thread Herbert Xu
gt; code. This is only an issue when everything is built-in to the kernel. In that case we could make the crc implementations register at a point earlier than device_initcall, but no earlier than subsys_initcall since that's where cryptomgr sits. Cheers, -- Email: Herbert Xu Home Page: h

Re: linux-next: Tree for Apr 11 [ crypto: aesni-intel ]

2013-04-11 Thread Herbert Xu
: *** [__modpost] Error 1 > make[2]: *** [modules] Error 2 Should be fixed by: commit 110e7610190cc4693f26c05b43ea83468a0a925c Author: Jussi Kivilinna Date: Wed Apr 10 18:39:20 2013 +0300 crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86 Thanks, -- Email: Herbert

Re: linux-next: Tree for May 15 (crypto /crct10dif)

2013-05-20 Thread Herbert Xu
th the Nope this is still broken. We need to move the actual crct10dif code into crypto/. I'll fix up the patch in the tree. Also I'm going to get rid of crc_t10dif_update_lib function. If you still want to maintain the ordering you should do so using the *_init constructs. Cheers, -

Re: linux-next: Tree for May 15 (crypto /crct10dif)

2013-05-20 Thread Herbert Xu
On Mon, May 20, 2013 at 07:47:07PM +0800, Herbert Xu wrote: > On Thu, May 16, 2013 at 11:03:32AM -0700, Tim Chen wrote: > > > > Need to also add select CRYPTO for CRC_T10DIF. Updated fix below: > > > > > > Signed-off-by: Tim Chen > > --- > >

Re: linux-next: Tree for May 15 (crypto /crct10dif)

2013-05-21 Thread Herbert Xu
On Mon, May 20, 2013 at 12:09:45PM -0700, Tim Chen wrote: > On Mon, 2013-05-20 at 19:47 +0800, Herbert Xu wrote: > > > > > Nope this is still broken. We need to move the actual crct10dif > > code into crypto/. I'll fix up the patch in the tree. > >

Re: [PATCH 5/6] crypto: ux500/cryp - Enable DT probing of the driver

2013-05-23 Thread Herbert Xu
> DT node in a given platform's Device Tree. > > > > Cc: Herbert Xu > > Cc: linux-cry...@vger.kernel.org > > Signed-off-by: Lee Jones > > Herbert, can I have your ACK on patch 5 & 6 in this series to take it > through the ARM SoC tree? Sure, Ack

Re: linux-next: build failure after merge of the crypto tree

2013-05-24 Thread Herbert Xu
b85ed9f056ee ("crypto: crct10dif - Glue code to cast > accelerated CRCT10DIF assembly as a crypto transform"). > > I have used the version of the crypto tree from next-20130520 for today. Sorry for the late response, it should be fixed now. Thanks! -- Email: Herbert X

Re: linux-next: build failure after merge of the crypto tree

2013-05-26 Thread Herbert Xu
On Fri, May 24, 2013 at 05:57:15PM +0800, Herbert Xu wrote: > On Tue, May 21, 2013 at 11:45:48AM +1000, Stephen Rothwell wrote: > > Hi Herbert, > > > > After merging the crypto tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: &g

Re: linux-next: build failure after merge of the crypto tree

2013-05-26 Thread Herbert Xu
On Mon, May 27, 2013 at 01:43:01PM +1000, Stephen Rothwell wrote: > Hi Herbert, > > On Mon, 27 May 2013 10:19:18 +0800 Herbert Xu > wrote: > > > > Hi Stephen, did you get a chance to switch back to the current > > cryptodev tree? > > Not quite sure wha

Crypto Fixes for 3.10

2013-05-27 Thread Herbert Xu
|4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH] hwrng: use platform_{get,set}_drvdata()

2013-05-28 Thread Herbert Xu
tree, please submit the patch there. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord..

Re: [PATCH] crypto: ux50: Cocci spatch "resource_size.spatch"

2013-05-28 Thread Herbert Xu
On Wed, May 22, 2013 at 09:38:40PM +0200, Thomas Meyer wrote: > > Signed-off-by: Thomas Meyer Patch applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send th

Crypto Fixes for 3.9

2013-03-28 Thread Herbert Xu
ers/crypto/talitos.c | 30 ++ 3 files changed, 4 insertions(+), 54 deletions(-) Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the lin

Re: Crypto Fixes for 3.9

2013-03-28 Thread Herbert Xu
Chaoxing Lin wrote: > Would you be able to incorporate the GMAC ESN bug fix in 3.9? I'd be happy to once I get the patch. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this li

Re: [PATCH 1/4 v4] ARM: AT91SAM9G45: same platform data structure for all crypto peripherals

2013-03-10 Thread Herbert Xu
t; > Goal of this patch is to use the same platform data structure for all Atmel > crypto peripherals. This structure contains information about DMA interface. > > Signed-off-by: Nicolas Royer > Acked-by: Nicolas Ferre > Acked-by: Eric Bénard > Tested-by: Eric Bénard All

Re: [PATCH] Update the links to the white papers on CRC32C calculations with PCLMULQDQ instructions.

2013-03-10 Thread Herbert Xu
On Thu, Feb 21, 2013 at 11:04:22AM -0800, Tim Chen wrote: > Herbert, > > The following patch update the stale link to the CRC32C white paper > that was referenced. Patch applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org

Re: [PATCH] crypto: caam - fix typo "CRYPTO_AHASH"

2013-03-10 Thread Herbert Xu
ymbol. > > > > It seems it was intended to select CRYPTO_HASH, like other crypto > > drivers do. That would apparently (indirectly) select CRYPTO_HASH2, > > which would enable the ahash functionality this driver uses. > > > > Signed-off-by: Paul Bolle > >

Re: [RESEND PATCH 6/6] doc: Fix a wrong comment in Documentation/hw_random.txt

2013-03-10 Thread Herbert Xu
On Thu, Mar 07, 2013 at 06:38:17PM +0800, Tang Chen wrote: > Seeing from the comment, there should be three reasons for removing > request_mem_region. > Change the comment "two" to "three". > > Signed-off-by: Tang Chen > Acked-by: Rob Landley Patch app

Re: [PATCH v2] powerpc/crypto: fix defconfig break

2012-08-01 Thread Herbert Xu
Author: Seth Jennings Date: Thu Jul 19 09:42:38 2012 -0500 powerpc/crypto: rework Kconfig Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "

Crypto Fixes for 3.6

2012-08-23 Thread Herbert Xu
deletions(-) Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordo

Re: [2.6.25 patch] CRYPTO_NULL must select CRYPTO_BLKCIPHER

2008-02-17 Thread Herbert Xu
On Sun, Feb 17, 2008 at 10:09:45PM +0200, Adrian Bunk wrote: > This patch fixes the following build error caused by commit > 3631c650c495d61b1dabf32eb26b46873636e918: Patch applied. Thanks Adrian! -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMA

Re: TG3 network data corruption regression 2.6.24/2.6.23.4

2008-02-19 Thread Herbert Xu
inate other variables? This is all very puzzling since the patch in question shouldn't change an RX load at all. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gon

Re: 2.6.25-rc[1,2]: failed to setup dm-crypt key mapping

2008-02-20 Thread Herbert Xu
the initramfs then we need to fix the initramfs tools to look at the actual dependencies rather than hard-coding it. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://g

Re: 2.6.25-rc[1,2]: failed to setup dm-crypt key mapping

2008-02-20 Thread Herbert Xu
r. I'll take care of it. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "

Re: 2.6.25-rc[1,2]: failed to setup dm-crypt key mapping

2008-02-22 Thread Herbert Xu
On Thu, Feb 21, 2008 at 01:58:19AM +0800, Herbert Xu wrote: > On Wed, Feb 20, 2008 at 06:47:58PM +0100, Milan Broz wrote: > > > > I just tested one affected configuration and problem was in missing > > "chainiv.ko" module on ramdisk. > > Ah OK. We probably sh

Re: [NET/IPv6] Race condition with flow_cache_genid?

2008-02-08 Thread Herbert Xu
ut that is fine for the purpose that this variable serves. All it does is to make sure that extant flow objects get killed at some point after the increment. There is absolutely no requirement that the killing be immediate or synchronised. Cheers, -- Visit Openswan at http://www.openswan.org/ Email

Crypto Update for 3.6

2012-07-25 Thread Herbert Xu
) definitions Herbert Xu (1): crypto: algapi - Move larval completion into algboss Horia Geanta (4): crypto: talitos - move talitos structures to header file crypto: talitos - export the talitos_submit function crypto: talitos - add sha224, sha384 and sha512 to existing AEAD

Re: [PATCH 35/74] lto, crypto, aes: mark AES tables __visible

2012-08-20 Thread Herbert Xu
On Sat, Aug 18, 2012 at 07:56:31PM -0700, Andi Kleen wrote: > From: Andi Kleen > > Various tables in aes_generic are accessed by assembler code. > Mark them __visible for LTO > > Cc: herb...@gondor.apana.org.au > Signed-off-by: Andi Kleen Acked-by: Herbert Xu -- Email:

Re: [PATCH 36/74] lto, crypto, camelia: Make camelia tables used by assembler __visible

2012-08-20 Thread Herbert Xu
On Sat, Aug 18, 2012 at 07:56:32PM -0700, Andi Kleen wrote: > From: Andi Kleen > > Cc: herb...@gondor.apana.org.au > Signed-off-by: Andi Kleen Acked-by: Herbert Xu -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herber

Re: [PATCH 3/6] drivers/char/hw_random/octeon-rng.c: drop frees of devm allocated data

2012-08-20 Thread Herbert Xu
t; expression x,d; > @@ > > x = devm_kzalloc(...) > ... > ?-devm_kfree(d,x); > // > > Signed-off-by: Julia Lawall Applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from

Re: [PATCH] crypto: atmel - Remove possible typo error

2012-08-20 Thread Herbert Xu
On Tue, Aug 07, 2012 at 05:32:14PM +0530, Tushar Behera wrote: > Commit bd3c7b5c2aba ("crypto: atmel - add Atmel AES driver") possibly > has a typo error of adding an extra CONFIG_. > > CC: Nicolas Royer > Signed-off-by: Tushar Behera Applied. Thanks! -- Email: He

Re: [PATCH 11/11] pm/drivers: fix use of SIMPLE_DEV_PM_OPS

2012-08-20 Thread Herbert Xu
On Wed, Aug 08, 2012 at 05:26:21PM +, Arnd Bergmann wrote: > > Ok. this leaves the omap-rng driver, and my patch comes down to the below. > Thanks! Patch applied. Thanks Arnd. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au

Re: [PATCH v4] Exynos : Add support for Exynos random number generator

2012-07-10 Thread Herbert Xu
n use. Otherwise it will be suspended > generally. > It was tested on PQ board by rngtest program. > > Signed-off-by: Jonghwa Lee > Signed-off-by: Kyungmin Park > Reviewed-by: Stephen Boyd Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/

Re: [PATCH 0/5] AT91SAM9G46/M11: add crypto drivers

2012-07-10 Thread Herbert Xu
ored by Atmel. All applied. Thanks! -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

Re: [PATCH] crypto: twofish-avx - remove useless instruction

2012-07-10 Thread Herbert Xu
On Thu, Jul 05, 2012 at 08:43:58PM +0200, Johannes Goetzfried wrote: > The register %rdx is written, but never read till the end of the encryption > routine. Therefore let's delete the useless instruction. > > Signed-off-by: Johannes Goetzfried > Patch applied. Thanks! -

Re: [PATCH 2/2] drivers/crypto/bfin_crc.c: reposition free_irq to avoid access to invalid data

2013-01-19 Thread Herbert Xu
fn.es; > expression fn.a,fn.b; > identifier fn.f; > @@ > > *f(es); > ... when any > *free_irq(a,b); > // > > Signed-off-by: Julia Lawall Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/

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

2013-01-23 Thread Herbert Xu
Weird. You do have CONFIG_CRC32 selected, so did it compile a lib/crc32.ko or not? Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux

Re: [PATCH 0/3 v2] Optimize CRC32C calculation using PCLMULQDQ in crc32c-intel module

2012-10-15 Thread Herbert Xu
le. It speeds up the original > implementation by 1.6x for 1K buffer and by 3x for buffer 4k or > more. The tcrypt module was enhanced for doing speed test > on crc32c calculations. > > Tim > > Signed-off-by: Tim Chen All applied. Thanks! -- Email: Herbert Xu Home Page: ht

Re: [PATCH] crypto: Make VMAC work when blocks aren't aligned

2012-10-15 Thread Herbert Xu
yte multiple, as the pieces > that get passed to vmac_update can be pretty much any size. > > I also added test cases for unaligned blocks. > > Signed-off-by: Salman Qazi Patch applied. Thanks! -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://g

Crypto Update for 3.8

2012-12-14 Thread Herbert Xu
/cast6.h |6 +- include/crypto/cast_common.h |9 + include/crypto/vmac.h |2 + kernel/padata.c|5 +- 42 files changed, 9391 insertions(+), 1686 deletions(-) Thanks, -- Email: Herbert

Re: [PATCH 1/4] drivers/crypto/ux500/cryp/cryp_core.c: fix error return code

2012-09-26 Thread Herbert Xu
em is as > follows: (http://coccinelle.lip6.fr/) All four patches applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [patch] crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/enable()

2012-09-26 Thread Herbert Xu
Siddha > Cc: Tim Chen Patch applied. Thanks! -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@v

Re: [PATCH 0/3] Optimize CRC32C calculation using PCLMULQDQ in crc32c-intel module

2012-09-26 Thread Herbert Xu
enhanced for doing speed test > on crc32c calculations. > > Tim > > Signed-off-by: Tim Chen All applied. Thanks Tim! -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list:

Re: build #373 issue for v2.6.25-rc2-477-g1a4c6be in ./crypto/authenc.c

2008-02-22 Thread Herbert Xu
CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > crypto/built-in.o: In function `crypto_authenc_alloc': > authenc.c:(.text+0x10f4f): undefined reference to `crypto_grab_skcipher' > make: *** [.tmp_vmlinux1] Error 1 This patch should fix the problem.

Re: [PATCH] removal of "static foo = 0"

2000-11-25 Thread Herbert Xu
information about the program is important. No information is lost. -- Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - T

Re: [PATCH] removal of "static foo = 0"

2000-11-25 Thread Herbert Xu
ion. -- Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: Should O_NONBLOCK be copied from listening socket to accepting socket?

2000-09-06 Thread Herbert Xu
Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel&

[PATCH] a buglet in fbcon_getxy

2000-10-27 Thread Herbert Xu
This is probably responsible for http://bugs.debian.org/72378 The patch should apply cleanly for both 2.2 and 2.4 test. -- Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert

Re: 2.2.18pre12 fix for some distros

2000-09-30 Thread Herbert Xu
Alan Cox <[EMAIL PROTECTED]> wrote: > Those distros that use which versions that are alias magic in bash > need this to build 2.2.18pre12 Please replace which with "command -v" which is required by SuS in /bin/sh. -- Debian GNU/Linux 2.2 is out! ( http://www.debian.org

Re: 2.2.18pre12 fix for some distros

2000-09-30 Thread Herbert Xu
tion that this thing exists. After all, if you can find it using command -v, just calling it will work too. Something like if command -v gcc272 > /dev/null 2> /dev/null; then echo gcc272; else \ echo gcc; fi -- Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ ) Email:

Re: Hashing and directories

2001-03-12 Thread Herbert Xu
ux 2.2 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b

Re: [OT] Linux Worm (fwd)

2001-03-23 Thread Herbert Xu
OT free software. -- Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscr

Re: Oops in i810_audio (reply to herbert)

2005-04-04 Thread Herbert Xu
) returned 0x1 Interesting. Can you please try the ALSA drivers and see whether it works correctly? The modem detection logic lives in sound/pci/ac97/ac97_codec.c. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://g

Re: Netlink Connector / CBUS

2005-04-05 Thread Herbert Xu
On Tue, Apr 05, 2005 at 11:03:16AM +0400, Evgeniy Polyakov wrote: > > I received comments and feature requests from Herbert Xu and Jamal Hadi > Salim, > almost all were successfully resolved. Please do not construe my involvement in these threads as endorsement for this system. In

[OSS] Add CXT48 to modem black list in ac97

2005-04-05 Thread Herbert Xu
case, this is what we'll have to do. The following patch works around the misdetection of the CXT48 codec as a modem by the OSS ac97 driver. Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> We should fix the crash itself too. Andrew, I'll send you some a couple of patches on

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Herbert Xu
swan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTE

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Herbert Xu
On Fri, Apr 08, 2005 at 07:33:58AM +0400, Evgeniy Polyakov wrote: > On Fri, 2005-04-08 at 12:59 +1000, Herbert Xu wrote: > > Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > > > > > > atomic_dec_and_test() is more expensive than 2 barriers + atomic_dec(), > >

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Herbert Xu
On Fri, Apr 08, 2005 at 07:52:34AM +0400, Evgeniy Polyakov wrote: > On Fri, 2005-04-08 at 13:32 +1000, Herbert Xu wrote: > > On Fri, Apr 08, 2005 at 07:33:58AM +0400, Evgeniy Polyakov wrote: > > > On Fri, 2005-04-08 at 12:59 +1000, Herbert Xu wrote: > > > > Evge

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Herbert Xu
eturn to not do the sync on UP then? -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "u

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Herbert Xu
ed exactly for return value store. On UP? -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line &quo

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Herbert Xu
sync in atomic_sub_return? Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsu

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Herbert Xu
he, > but not into memory. I know, the same thing holds for most architectures, including i386. However, this is not an issue for uni-processor kernels anywhere else, so what's so special about MIPS? Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>

Re: [PATCH][RFC] disable built-in modules V2

2005-04-08 Thread Herbert Xu
istribution could build that as a module to start with. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list:

Re: [PATCH][RFC] disable built-in modules V2

2005-04-09 Thread Herbert Xu
e you know. I guess they > have support for a device built-in for a reason. I think most Perhaps they should start using initramfs then. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/

Re: [PATCH][RFC] disable built-in modules V2

2005-04-09 Thread Herbert Xu
the drivers are put on the initramfs it is trivial to add code that disables them based on boot-time options. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herb

Re: [2.6 patch] crypto/api.c: make crypto_alg_lookup static

2005-04-10 Thread Herbert Xu
On Sat, Apr 09, 2005 at 09:38:41PM +0200, Adrian Bunk wrote: > This patch makes a needlessly global function static. Thanks Adrian, patch applied. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-10 Thread Herbert Xu
ink v2. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH encrypted swsusp 1/3] core functionality

2005-04-13 Thread Herbert Xu
want any further changes. What's wrong with using swap over dmcrypt + initramfs? People have already used that to do encrypted swsusp. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Ke

Re: [PATCH encrypted swsusp 1/3] core functionality

2005-04-13 Thread Herbert Xu
On Wed, Apr 13, 2005 at 02:59:28PM +0200, Andreas Steinmetz wrote: > Herbert Xu wrote: > > What's wrong with using swap over dmcrypt + initramfs? People have > > already used that to do encrypted swsusp. > > Nothing. The problem is the fact that after resume there is the

Re: [PATCH encrypted swsusp 1/3] core functionality

2005-04-13 Thread Herbert Xu
that ssh-agent is > not running then) and can be recovered by the intruder. The intruder can The ssh keys are *encrypted* in the swap when dmcrypt is used. When the swap runs over dmcrypt all writes including those from swsusp are encrypted. Cheers, -- Visit Openswan at http://www.opens

Re: [PATCH encrypted swsusp 1/3] core functionality

2005-04-13 Thread Herbert Xu
ypt due to the lack of a passphrase, or it's going to involve more hacks to get a passphrase from the user at resume time. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http:

Re: [PATCH encrypted swsusp 1/3] core functionality

2005-04-14 Thread Herbert Xu
the swap image, and "just zeroing" is hard to do in > failed suspend case, see previous discussion. As to the failed suspend case, the two approaches yield identical results. In both cases we will be storing potentially sensitive data encrypted on a physical storage device. Cheers,

Re: encrypted swap (was Re: [PATCH encrypted swsusp 1/3] core functionality)

2005-04-14 Thread Herbert Xu
l require changes to dmcrypt but it's doable. > * I don't have to manage keys, choose algorithms, futz with /etc/fstab, >figure out complex configs for /dev/loopN, etc You don't need to worry about keys unless you want to read from the swap after a reboot, i.e., swsusp. Chee

Re: [OSS] Add CXT48 to modem black list in ac97

2005-04-14 Thread Herbert Xu
codecs. Does this actually do anything for OSS? That is, are there any modem drivers out there that will work with OSS drivers? If not, then I'd suggest that we simply remove the modem checks from the OSS Code. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>

Re: [PATCH] sched: fix never executed code due to expression always false

2005-04-14 Thread Herbert Xu
heers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH] fs/fcntl.c : don't test unsigned value for less than zero

2005-04-15 Thread Herbert Xu
gt; BOUND However, gcc is slow enough as it is without adding unnecessary smarts like this. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.

Re: ACPI/HT or Packet Scheduler BUG?

2005-04-15 Thread Herbert Xu
other qdisc_destroy calls occur after the top qdisc has been unlinked from the device qdisc_list. However, someone should go through each one of the remaining ones (they're all in the individual sch_* implementations) and make sure that this assumption is really true. Signed-off-by: Herbert Xu

Re: [2.6 patch] drivers/serial/8250_acpi.c: fix a warning

2005-04-15 Thread Herbert Xu
o the C files, but if the ACPI people agree a patch I disagree with this assertion. Try grep -l linux/config.h include/linux/*.h | wc -l Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/

Re: ACPI/HT or Packet Scheduler BUG?

2005-04-16 Thread Herbert Xu
h is another name for qdisc_tree_lock. CBQ on the other hand needs to have a little tweak. > I will look into this. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: ht

Re: ACPI/HT or Packet Scheduler BUG?

2005-04-16 Thread Herbert Xu
case that's the packet transmission code. Unfortunately it fails miserably when judged by that criterion. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/

[PATCH] Soft block sizes for RAM disks

2001-05-21 Thread Herbert Xu
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt diff -u -r1.1.1.5 -r1.5 --- drivers/block/rd.c 2001/02/09 19:30:22 1.1.1.5 +++ drivers/block/rd.c 2001/05/20 01:36:07 1.5 @@

Re: Busy on BLKFLSBUF w/initrd

2001-05-24 Thread Herbert Xu
nux 2.2 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

Re: 2.6.13rc3: crypto horribly broken on all 64bit archs

2005-07-17 Thread Herbert Xu
hed. Thanks for the patch Andreas. A similar patch will be in the mainline kernel as soon as everybody is back home from Canada. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: h

Re: [PATCH] no more need to check for NULL before calls to crypto_free_tfm

2005-07-18 Thread Herbert Xu
: tfm == NULL?\n"); > - return -EINVAL; > + crypto_free_tfm(tfm); > + lo->key_data = NULL; > + return 0; > } This change looks rather pointless. The rest of the patch looks good. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV&g

Re: assertion (cnt <= tp->packets_out) failed

2005-08-05 Thread Herbert Xu
nd. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: assertion (cnt <= tp->packets_out) failed

2005-08-06 Thread Herbert Xu
nly went in days later. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe l

Re: assertion (cnt <= tp->packets_out) failed

2005-08-07 Thread Herbert Xu
nks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c --- a/net/ipv4/tcp_input.c +++

Re: assertion (cnt <= tp->packets_out) failed

2005-08-07 Thread Herbert Xu
debugging patch to see if you can reproduce the assertion again. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe fr

[AES] Add module alias to x86_64 implementation

2005-08-11 Thread Herbert Xu
f Hering <[EMAIL PROTECTED]> modprobe aes does not work on x86_64. i386 has a similar line, Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAI

Re: 2.6.13-rc5 panic with tg3, e1000, vlan, tso

2005-08-11 Thread Herbert Xu
tcp_write_xmit+318 This should be fixed in rc6. Please give that a go. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -

Re: ACPI/HT or Packet Scheduler BUG?

2005-04-17 Thread Herbert Xu
t http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [E

Re: kernel panic - not syncing: Fatal exception in interupt

2005-04-17 Thread Herbert Xu
at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt # This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2005/03/14 21:22:31-08:00 [EMAIL PROTECTED] # [E

<    1   2   3   4   5   6   7   8   9   10   >