mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Richard Fuchs <richard.fuchs@inode.info>
Cc: linux-kernel@vger.kernel.org
Subject: Re: slab corruption in skb allocs
Date: Fri, 4 Mar 2005 03:53:09 -0800	[thread overview]
Message-ID: <20050304035309.1da7774e.akpm@osdl.org> (raw)
In-Reply-To: <42283093.7040405@inode.info>

Richard Fuchs <richard.fuchs@inode.info> wrote:
>
> hello all!
> 
> the memory allocation debugger gives me the following messages under a
> vanilla 2.6.10 and 2.6.11 kernel when doing
> 
> 1) hdparm -d0 on my hard disk
> 2) tar c / > /dev/null
> 3) sending lots of network traffic to the machine (e.g. close to 100
> mbit/s udp packets)
> 
> -----------------------------------------------------
> Slab corruption: start=de9141a4, len=2048
> Redzone: 0x5a2cf071/0x5a2cf071.
> Last user: [<c03b8163>](kfree_skbmem+0x13/0x30)
> 010: 6b 6b 20 a0 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 3b c0
> 020: 6b 6b 00 0b cd 1e 1f d2 00 04 23 01 c7 6f 81 00
> 030: 00 df 08 00 45 00 00 1c 41 d0 40 00 40 11 33 78
> 040: c0 a8 22 1d c0 a8 22 1b 80 52 30 18 00 08 89 ea
> 050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b
> ...
> 
> and so on. the disk activity alone or the network traffic alone doesn't
> trigger this. also doing the same with dma enabled doesn't trigger this
> either, but when everything comes together i get this within a second.
> kernel is not smp and preempt is not enabled.
> 
> kernel config (from 2.6.11) is attached; if you need any more info, let
> me know. is this a kernel issue, or could the hardware be at fault?

I guess it could be hardware.  But given that disabling DMA _causes_ the
problem, rather than fixes it, it seems unlikely.

Could you enable CONFIG_DEBUG_PAGEALLOC in .config and see it that triggers
an oops?


  reply	other threads:[~2005-03-04 12:20 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-04  9:55 Richard Fuchs
2005-03-04 11:53 ` Andrew Morton [this message]
2005-03-04 12:23   ` Richard Fuchs
2005-03-04 20:11     ` Matt Mackall
2005-03-04 21:19       ` Richard Fuchs
2005-03-04 21:27         ` Matt Mackall
2005-03-04 21:52           ` Richard Fuchs
2005-03-04 22:05             ` Matt Mackall
2005-03-04 22:51               ` Richard Fuchs
2005-03-05 18:25     ` Scott Feldman
2005-03-05 19:10       ` Richard Fuchs
2005-03-06 17:44         ` Scott Feldman
2005-03-06 18:40           ` Richard Fuchs
2005-03-07  5:07             ` Scott Feldman
2005-03-07  8:30               ` Richard Fuchs
2005-03-04 18:10 ` Dave Jones
2005-03-04 18:32   ` Richard Fuchs
2005-03-04 19:29     ` Richard Fuchs
2005-03-21 22:36 ` Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050304035309.1da7774e.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=richard.fuchs@inode.info \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome