All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cal Erickson <cal_erickson@mvista.com>
To: Mike Flynn <mflynn@enerdyne.com>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: kmem_grow: Called nonatomically from int - size-32?
Date: Wed, 26 Jul 2000 08:13:10 -0700	[thread overview]
Message-ID: <397F0006.24762F7@mvista.com> (raw)
In-Reply-To: 67505026E29DD311A9AA00508B7315F33B735B@EXCHANGE


Mike,
You are trying to get a new piece of cache. The message occurs when
there is not one available. After the message appears the system goes
into a spinlock and tries again. This continues until the request is satisfied.

This could be an indication that you have a memory leak somewhere and
are not returning memory.
Cal

Mike Flynn wrote:

> We have been hacking away on a TI  16C554 quad UART driver based on
> serial.c. The driver supports the TI chip on our motherboard which hosts an
> Embedded Planet CLLF with an MOT 860T processor. We have all four ports
> working with interrupts, but we are seeing this message several times before
> the system hangs: "kmem_grow: Called nonatomically from int - size-32." It
> is issued from linux/mm/slab.c and obviously has something to do with shared
> memory. Does anyone have insight as to what we are (or are not doing) to
> upset slab.c?
>
> Thanks,
>
> Mike Flynn
> Principal Software Engineer
> Enerdyne Technologies
> 8402 Magnolia Ave.
> Suite C
> Santee, CA 92041
> Voice: 619-562-3061
> Fax: 619-562-8802
> MFlynn@Enerdyne.com
>

--
===========================================================================
Cal Erickson                 MontaVista Software Inc.
Customer Support Engineer    490 Potrero Avenue
Phone (408) 328-0304         Sunnyvale CA 94085
Fax   (408) 328-9204         e-mail cal_erickson@mvista.com
Pager 877-566-2012           support 1-800-759-8888 pin 202-7489
web http://www.mvista.com    support e-mail: support@mvista.com
eCode: http://cal@work.com.ecode.com
===========================================================================


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

      reply	other threads:[~2000-07-26 15:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-25 19:27 kmem_grow: Called nonatomically from int - size-32? Mike Flynn
2000-07-26 15:13 ` Cal Erickson [this message]

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=397F0006.24762F7@mvista.com \
    --to=cal_erickson@mvista.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    --cc=mflynn@enerdyne.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.