public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Jun'ichi Nomura" <j-nomura@ce.jp.nec.com>
To: Andrew Morton <akpm@osdl.org>,
	J M Cerqueira Esteves <jmce@artenumerica.com>
Cc: linux-kernel@vger.kernel.org, support@artenumerica.com,
	ngalamba@fc.ul.pt, axboe@suse.de
Subject: Re: oom-killer: gfp_mask=0xd1 with 2.6.15.4 on EM64T [previously 2.6.12]
Date: Mon, 06 Mar 2006 13:03:04 -0500	[thread overview]
Message-ID: <440C7958.1050707@ce.jp.nec.com> (raw)
In-Reply-To: <20060306010241.2c230379.akpm@osdl.org>

Andrew Morton wrote:
> J M Cerqueira Esteves <jmce@artenumerica.com> wrote:
>>>We have a candidate fix at
>>>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.16-rc5/2.6.16-rc5-mm2/broken-out/x86_64-mm-blk-bounce.patch.
>>> Could you test that?  (and don't alter the Cc: list!).  The patch is
>>>against 2.6.16-rc5.
> 
>>A new "feature": 36 of these kernel message pairs as boot time:
>>  device-mapper: dm-linear: Device lookup failed
>>  device-mapper: error adding target to table
> 
> OK, there were some fairly large DM patches touching on
> dm_get_device().  Cc added ;)

Thanks Andrew for Cc-ing.

Sorry but I don't think my bd_claim patches affect on this problem
as the patches are neither bug fixes nor included in
2.6.16-rc5-mm2 yet.

So if the problem persists, I would suggest to consult with
dm-devel@redhat.com about the problem.

If it's possible to do some testings on the system,
I think the followings are worth trying:
   - Checking if the problem occurs with plain 2.6.15
     (not the one from distributor).
   - Checking how the device-mapper devices are configured.
     (e.g. comparing the output of "dmsetup table" command
      with the one on the original kernel)
   - Checking what lookup failed (printk below will show them).
     [It's better if dm shows this information from the first time..]
     Then checking whether the failed devices exist in the system
     or initrds, whether they are mounted or used by md.

--- linux-2.6.16-rc5-mm2.tmp/drivers/md/dm-linear.c     2006-03-03 15:42:32.000000000 -0500
+++ linux-2.6.16-rc5-mm2/drivers/md/dm-linear.c 2006-03-06 10:17:16.000000000 -0500
@@ -47,6 +47,7 @@ static int linear_ctr(struct dm_target *

         if (dm_get_device(ti, argv[0], lc->start, ti->len,
                           dm_table_get_mode(ti->table), &lc->dev)) {
+               printk("dm-linear: failed to lookup %s\n", argv[0]);
                 ti->error = "dm-linear: Device lookup failed";
                 goto bad;
         }

Thanks,
-- 
Jun'ichi Nomura, NEC Solutions (America), Inc.

  reply	other threads:[~2006-03-06 18:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-01 17:01 oom-killer: gfp_mask=0xd1 with 2.6.12 on EM64T J M Cerqueira Esteves
2006-03-02  9:17 ` Andrew Morton
2006-03-03 15:50   ` J M Cerqueira Esteves
2006-03-04 15:57     ` oom-killer: gfp_mask=0xd1 with 2.6.15.4 on EM64T [previously 2.6.12] J M Cerqueira Esteves
2006-03-05  0:15       ` Andrew Morton
2006-03-05  2:55         ` J M Cerqueira Esteves
2006-03-05 10:07           ` J M Cerqueira Esteves
2006-03-06  8:47         ` J M Cerqueira Esteves
2006-03-06  9:02           ` Andrew Morton
2006-03-06 18:03             ` Jun'ichi Nomura [this message]
2006-03-17  9:47           ` J M Cerqueira Esteves
2006-03-06  9:19         ` J M Cerqueira Esteves
2006-03-06  9:28           ` Andrew Morton
2006-03-06 10:45             ` J M Cerqueira Esteves
2006-03-06 15:56               ` Randy.Dunlap
2006-03-05  0:12     ` oom-killer: gfp_mask=0xd1 with 2.6.12 on EM64T 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=440C7958.1050707@ce.jp.nec.com \
    --to=j-nomura@ce.jp.nec.com \
    --cc=akpm@osdl.org \
    --cc=axboe@suse.de \
    --cc=jmce@artenumerica.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ngalamba@fc.ul.pt \
    --cc=support@artenumerica.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox