public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Johannes Weiner <hannes@cmpxchg•org>
To: Pekka Enberg <penberg@cs•helsinki.fi>
Cc: "Rafael J. Wysocki" <rjw@sisk•pl>,
	Linux Kernel Mailing List <linux-kernel@vger•kernel.org>,
	Kernel Testers List <kernel-testers@vger•kernel.org>,
	Bartlomiej Zolnierkiewicz <bzolnier@gmail•com>,
	Mel Gorman <mel@skynet•ie>,
	Andrew Morton <akpm@linux-foundation•org>,
	netdev@vger•kernel.org, linux-mm@kvack•org
Subject: Re: [Bug #14016] mm/ipw2200 regression
Date: Wed, 26 Aug 2009 10:27:41 +0200	[thread overview]
Message-ID: <20090826082741.GA25955@cmpxchg.org> (raw)
In-Reply-To: <84144f020908252309u5cff8afdh2214577ca4db9b5d@mail.gmail.com>

[Cc netdev]

On Wed, Aug 26, 2009 at 09:09:44AM +0300, Pekka Enberg wrote:
> On Tue, Aug 25, 2009 at 11:34 PM, Rafael J. Wysocki<rjw@sisk•pl> wrote:
> > This message has been generated automatically as a part of a report
> > of recent regressions.
> >
> > The following bug entry is on the current list of known regressions
> > from 2.6.30.  Please verify if it still should be listed and let me know
> > (either way).
> >
> > Bug-Entry       : http://bugzilla.kernel.org/show_bug.cgi?id=14016
> > Subject         : mm/ipw2200 regression
> > Submitter       : Bartlomiej Zolnierkiewicz <bzolnier@gmail•com>
> > Date            : 2009-08-15 16:56 (11 days old)
> > References      : http://marc.info/?l=linux-kernel&m=125036437221408&w=4
> 
> If am reading the page allocator dump correctly, there's plenty of
> pages left but we're unable to satisfy an order 6 allocation. There's
> no slab allocator involved so the page allocator changes that went
> into 2.6.31 seem likely. Mel, ideas?

It's an atomic order-6 allocation, the chances for this to succeed
after some uptime become infinitesimal.  The chunks > order-2 are
pretty much exhausted on this dump.

64 pages, presumably 256k, for fw->boot_size while current ipw
firmware images have ~188k.  I don't know jack squat about this
driver, but given the field name and the struct:

	struct ipw_fw {
		__le32 ver;
		__le32 boot_size;
		__le32 ucode_size;
		__le32 fw_size;
		u8 data[0];
	};

fw->boot_size alone being that big sounds a bit fishy to me.

	Hannes

  parent reply	other threads:[~2009-08-26  8:28 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-25 20:00 2.6.31-rc7-git2: Reported regressions from 2.6.30 Rafael J. Wysocki
     [not found] ` <_yaHeGjHEzG.A.FIH.7sGlKB@chimera>
     [not found]   ` <84144f020908252309u5cff8afdh2214577ca4db9b5d@mail.gmail.com>
2009-08-26  8:27     ` Johannes Weiner [this message]
     [not found]       ` <20090826082741.GA25955-druUgvl0LCNAfugRpC6u6w@public.gmane.org>
2009-08-26  9:37         ` [Bug #14016] mm/ipw2200 regression Mel Gorman
2009-08-26 14:44           ` Andrew Morton
     [not found]             ` <20090826074409.606b5124.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
2009-08-27  9:11               ` Zhu Yi
2009-08-27  9:45                 ` Mel Gorman
2009-08-28  3:42               ` ipw2200: firmware DMA loading rework Zhu Yi
2009-08-30 12:37                 ` Bartlomiej Zolnierkiewicz
2009-09-02 17:48                   ` Bartlomiej Zolnierkiewicz
2009-09-02 18:02                     ` Luis R. Rodriguez
     [not found]                       ` <43e72e890909021102g7f844c79xefccf305f5f5c5b6-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-09-02 18:26                         ` Bartlomiej Zolnierkiewicz
     [not found]                           ` <200909022026.17910.bzolnier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-09-19 13:25                             ` Bartlomiej Zolnierkiewicz
2009-09-21  8:58                               ` Mel Gorman
2009-09-21  9:59                                 ` Bartlomiej Zolnierkiewicz
2009-09-21 10:08                                   ` Mel Gorman
2009-09-21 10:46                                     ` Bartlomiej Zolnierkiewicz
2009-09-21 10:56                                       ` Pekka Enberg
2009-09-21 13:12                                         ` Bartlomiej Zolnierkiewicz
2009-09-21 13:37                                           ` Mel Gorman
     [not found]                                       ` <200909211246.34774.bzolnier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-09-21 11:02                                         ` Mel Gorman
2009-09-03 12:49                       ` Mel Gorman
     [not found]                         ` <20090903124913.GA26110-wPRd99KPJ+uzQB+pC5nmwQ@public.gmane.org>
2009-09-05 14:28                           ` Theodore Tso
2009-09-08 11:00                             ` Mel Gorman
     [not found]                             ` <20090908110041.GE28127@csn.ul.ie>
2009-09-08 20:39                               ` Simon Kitching
2009-08-26  9:51         ` [Bug #14016] mm/ipw2200 regression Johannes Weiner

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=20090826082741.GA25955@cmpxchg.org \
    --to=hannes@cmpxchg$(echo .)org \
    --cc=akpm@linux-foundation$(echo .)org \
    --cc=bzolnier@gmail$(echo .)com \
    --cc=kernel-testers@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-mm@kvack$(echo .)org \
    --cc=mel@skynet$(echo .)ie \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=penberg@cs$(echo .)helsinki.fi \
    --cc=rjw@sisk$(echo .)pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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