login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
March
»
18
Re: [BUG] SLOB breaks Crypto
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Pekka Enberg
Subject:
Re: [BUG] SLOB breaks Crypto
Date: Thursday, March 18, 2010 - 9:30 am
On Mon, Mar 15, 2010 at 3:39 PM, <michael-dev@fami-braun.de> wrote:
quoted text
> Hi, > > I've been trying to get Linux Kernel Crypto up&running > on an AMD Geode LX board (Alix 2d2) but instantly > experienced a huge amount of errors that look much like > general memory corruption. Among them where NULL-pointer errors in > net/core/dst.c, ath9k_skb_.*, net_skb.*, page table corruption, > NULL-pointer errors in add_swap.* (with no swap installed at all) and > many more. These errors could be trigger by loading tcrypt for any > installed algorithm severeal times or by loading tcrypt without > paramters or by compiling crypto statically into the kernel or by > installing and loading cryptodev or ocf-linux. > > I've had the system configured with SLOB and all memory debugging > enabled. All of these errors instantly disappeared when switching back > to SLAB.
Even with CONFIG_DEBUG_SLAB enabled or with CONFIG_SLUB and CONFIG_SLUB_DEBUG_ON? --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[BUG] SLOB breaks Crypto
, michael-dev
, (Mon Mar 15, 6:39 am)
Re: [BUG] SLOB breaks Crypto
, Pekka Enberg
, (Thu Mar 18, 9:30 am)
Re: [BUG] SLOB breaks Crypto
, michael-dev
, (Thu Mar 18, 2:24 pm)
Re: [BUG] SLOB breaks Crypto
, Herbert Xu
, (Thu Mar 18, 5:33 pm)
Re: [BUG] SLOB breaks Crypto
, Adrian-Ken Rueegsegger
, (Fri May 14, 7:50 am)
Re: [BUG] SLOB breaks Crypto
, Geert Uytterhoeven
, (Mon May 17, 9:17 am)
Re: [BUG] SLOB breaks Crypto
, Adrian-Ken Rueegsegger
, (Mon May 17, 2:50 pm)
Re: [BUG] SLOB breaks Crypto
, Matt Mackall
, (Mon May 17, 3:37 pm)
Re: [BUG] SLOB breaks Crypto
, Adrian-Ken Rueegsegger
, (Tue May 18, 1:17 am)
Re: [BUG] SLOB breaks Crypto
, Herbert Xu
, (Tue May 18, 3:27 am)
Re: [BUG] SLOB breaks Crypto
, Pekka Enberg
, (Tue May 18, 7:02 am)
Re: [BUG] SLOB breaks Crypto
, Matt Mackall
, (Tue May 18, 12:06 pm)
Re: [BUG] SLOB breaks Crypto
, David Miller
, (Tue May 18, 12:25 pm)
Re: [BUG] SLOB breaks Crypto
, Adrian-Ken Rueegsegger
, (Tue May 18, 12:32 pm)
Re: [BUG] SLOB breaks Crypto
, Matt Mackall
, (Tue May 18, 12:33 pm)
Re: [BUG] SLOB breaks Crypto
, David Miller
, (Tue May 18, 1:59 pm)
Re: [BUG] SLOB breaks Crypto
, Pekka Enberg
, (Tue May 18, 2:15 pm)
Re: [BUG] SLOB breaks Crypto
, David Miller
, (Tue May 18, 2:20 pm)
Re: [BUG] SLOB breaks Crypto
, Paul Mundt
, (Tue May 18, 3:35 pm)
Re: [BUG] SLOB breaks Crypto
, Paul Mundt
, (Tue May 18, 3:37 pm)
Re: [BUG] SLOB breaks Crypto
, Herbert Xu
, (Tue May 18, 3:39 pm)
Re: [BUG] SLOB breaks Crypto
, David Miller
, (Tue May 18, 3:40 pm)
Re: [BUG] SLOB breaks Crypto
, Paul Mundt
, (Tue May 18, 4:10 pm)
Re: [BUG] SLOB breaks Crypto
, Matt Mackall
, (Tue May 18, 4:16 pm)
Re: [BUG] SLOB breaks Crypto
, David Woodhouse
, (Tue May 18, 4:20 pm)
Re: [BUG] SLOB breaks Crypto
, Herbert Xu
, (Tue May 18, 6:05 pm)
Re: [BUG] SLOB breaks Crypto
, Herbert Xu
, (Tue May 18, 6:51 pm)
Re: [BUG] SLOB breaks Crypto
, Herbert Xu
, (Tue May 18, 9:09 pm)
Re: [BUG] SLOB breaks Crypto
, Pekka Enberg
, (Tue May 18, 10:44 pm)
Re: [BUG] SLOB breaks Crypto
, Pekka Enberg
, (Tue May 18, 10:53 pm)
Re: [BUG] SLOB breaks Crypto
, David Woodhouse
, (Wed May 19, 12:14 am)
Re: [BUG] SLOB breaks Crypto
, Herbert Xu
, (Wed May 19, 12:45 am)
Re: [BUG] SLOB breaks Crypto
, David Woodhouse
, (Wed May 19, 3:58 am)
[PATCH 1/4] mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_M ...
, David Woodhouse
, (Wed May 19, 4:01 am)
[PATCH 2/4] mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_M ...
, David Woodhouse
, (Wed May 19, 4:01 am)
[PATCH 3/4] mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_M ...
, David Woodhouse
, (Wed May 19, 4:02 am)
[PATCH 4/4] crypto: Use ARCH_KMALLOC_MINALIGN for CRYPTO_M ...
, David Woodhouse
, (Wed May 19, 4:02 am)
Re: [BUG] SLOB breaks Crypto
, Pekka Enberg
, (Wed May 19, 4:08 am)
Re: [BUG] SLOB breaks Crypto
, David Woodhouse
, (Wed May 19, 4:16 am)
Re: [BUG] SLOB breaks Crypto
, Geert Uytterhoeven
, (Wed May 19, 4:32 am)
Re: [BUG] SLOB breaks Crypto
, David Woodhouse
, (Wed May 19, 4:40 am)
Re: [BUG] SLOB breaks Crypto
, Herbert Xu
, (Wed May 19, 4:46 am)
Re: [BUG] SLOB breaks Crypto
, Geert Uytterhoeven
, (Wed May 19, 4:50 am)
Re: [BUG] SLOB breaks Crypto
, FUJITA Tomonori
, (Wed May 19, 5:02 am)
Re: [BUG] SLOB breaks Crypto
, David Woodhouse
, (Wed May 19, 5:19 am)
Re: [BUG] SLOB breaks Crypto
, FUJITA Tomonori
, (Wed May 19, 5:26 am)
Re: [BUG] SLOB breaks Crypto
, David Woodhouse
, (Wed May 19, 5:48 am)
Re: [BUG] SLOB breaks Crypto
, Pekka Enberg
, (Wed May 19, 5:54 am)
Re: [BUG] SLOB breaks Crypto
, Herbert Xu
, (Wed May 19, 5:59 am)
Re: [PATCH 1/4] mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALL ...
, Johannes Stezenbach
, (Wed May 19, 6:30 am)
[PATCH 5/4] Provide __dma_aligned macro
, David Woodhouse
, (Wed May 19, 6:49 am)
Re: [BUG] SLOB breaks Crypto
, Matt Mackall
, (Wed May 19, 7:11 am)
Re: [PATCH 5/4] Provide __dma_aligned macro
, FUJITA Tomonori
, (Wed May 19, 7:50 am)
Re: [BUG] SLOB breaks Crypto
, Christoph Lameter
, (Wed May 19, 8:19 am)
Re: [PATCH 1/4] mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALL ...
, Manfred Spraul
, (Wed May 19, 11:03 am)
Re: [PATCH 1/4] mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALL ...
, David Woodhouse
, (Wed May 19, 11:10 am)
Re: [PATCH 1/4] mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALL ...
, Pekka Enberg
, (Wed May 19, 12:11 pm)
Re: [PATCH 1/4] mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALL ...
, Christoph Lameter
, (Wed May 19, 12:19 pm)
Re: [PATCH 1/4] mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALL ...
, Pekka Enberg
, (Wed May 19, 12:23 pm)
Re: [PATCH 1/4] mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALL ...
, David Woodhouse
, (Wed May 19, 12:28 pm)
Re: [BUG] SLOB breaks Crypto
, David Miller
, (Wed May 19, 12:33 pm)
Re: [BUG] SLOB breaks Crypto
, David Miller
, (Wed May 19, 12:42 pm)
Re: [PATCH 1/4] mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALL ...
, Christoph Lameter
, (Wed May 19, 12:45 pm)
Re: [BUG] SLOB breaks Crypto
, David Miller
, (Wed May 19, 12:51 pm)
Re: [BUG] SLOB breaks Crypto
, David Miller
, (Wed May 19, 12:56 pm)
Re: [BUG] SLOB breaks Crypto
, FUJITA Tomonori
, (Wed May 19, 8:38 pm)
Re: [BUG] SLOB breaks Crypto
, David Miller
, (Wed May 19, 8:46 pm)
Re: [PATCH 1/4] mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALL ...
, Manfred Spraul
, (Thu May 20, 9:49 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v4 11/11] sched: update tg->shares after cpu.shares write
Pete/Piet Delaney
Re: [Kgdb-bugreport] 2.6.23-rc3-mm1: kgdb build failure on powerpc
H. Peter Anvin
Re: [patch 0/2] Immediate Values - jump patching update
Adrian Bunk
2.6.23-rc3-mm1: m32r defconfig compile error
Hugh Dickins
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys_msync()
git
:
Han-Wen Nienhuys
Re: Cleaning up git user-interface warts
Brandon Casey
Re: [PATCH] git-relink: avoid hard linking in objects/info directory
Johannes Schindelin
Re: [PATCH] Documentation: config: add 'help.*' and 'instaweb.*' variables.
Steffen Prohaska
Re: best git practices, was Re: Git User's Survey 2007 unfinished summary continued
Felipe Contreras
Re: [PATCH v3 01/10] config: Codestyle cleanups.
git-commits-head
:
Linux Kernel Mailing List
ALSA: hda - Enable beep on Realtek codecs with PCI SSID override
Linux Kernel Mailing List
vhost: Fix host panic if ioctl called with wrong index
Linux Kernel Mailing List
ACPI : Disable the device's ability to wake the sleeping system in the boot phase
Linux Kernel Mailing List
Staging: add poch driver
Linux Kernel Mailing List
Staging: epl: remove NEAR
linux-netdev
:
Marcel Holtmann
Re: [PATCH 1/1] iwmc3200: add more SDIO device ids
David Miller
Re: [PATCH 1/3] f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callback
Eric Dumazet
Re: TCP-MD5 checksum failure on x86_64 SMP
Jarek Poplawski
Re: rib_trie / Fix inflate_threshold_root. Now=15 size=11 bits
Ilpo Järvinen
Re: [RFC] TCP illinois max rtt aging
freebsd-current
:
Rui Paulo
802.11s (wireless mesh) project status report
Andrew Thompson
Re: Apparent moused regression since r189490
Aryeh Friedman
SATA and PATA drives are mutually exclusive
Robert Kent
Re: [HEADSUP] amd64 suspend/resume code to be comitted
Remko Lodder
[Fwd: Re: kern/118258 sysctl causing panics on 7.0-xxx]
Colocation donated by:
Syndicate