public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: "Moore, Eric Dean" <emoore@lsil.com>
To: James Bottomley <James.Bottomley@SteelEye.com>, Andi Kleen <ak@muc.de>
Cc: SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: Re: [BK PATCH] essential SCSI fixes for 2.6.5-rc2
Date: Sat, 20 Mar 2004 22:26:23 -0700	[thread overview]
Message-ID: <000801c40f05$0daa3c50$231015ac@ericmoore> (raw)
In-Reply-To: 1079796067.1755.18.camel@mulgrave

I will be consolidating the three allocations. I have started this work last
Friday,
and should be done early next week.

Eric Moore

On Saturday, March 20, 2004 8:21 AM, James Bottomley wrote:
> On Sat, 2004-03-20 at 07:33, Andi Kleen wrote:
> > Any chance you could include the fusion consistent mask patch with this?
> >
> > Without this fusion is completely unusable with >4GB on 64bit.
>
> But if I include this patch, it will break Altix.
>
> Eric, could you make fixing this your top priority?  Even if you can't
> consolidate the allocations, what about using dma_pool instead?
>
> James
>
> > diff -burpN -X ../KDIFX -x '*-SLAB'
linux-vanilla-2.6.5rc2/drivers/message/fusion/mptbase.c
linux-2.6.5rc2-amd64/drivers/message/fusion/mptbase.c
> > --- linux-vanilla-2.6.5rc2/drivers/message/fusion/mptbase.c 2004-03-20
03:55:31.000000000 +0100
> > +++ linux-2.6.5rc2-amd64/drivers/message/fusion/mptbase.c 2004-03-20
04:11:24.000000000 +0100
> > @@ -1280,12 +1280,17 @@ mptbase_probe(struct pci_dev *pdev, cons
> >  return r;
> >  }
> >
> > +#if 0
> > + /* broken because some code assumes that multiple calls
> > +    to pci_alloc_consistent return data in the same 4GB segment.
> > +    This cannot work on machines with enough memory. */
> >  if (!pci_set_consistent_dma_mask(pdev, mask))
> >  dprintk((KERN_INFO MYNAM
> >  ": Using 64 bit consistent mask\n"));
> >  else
> >  dprintk((KERN_INFO MYNAM
> >  ": Not using 64 bit consistent mask\n"));
> > +#endif
> >
> >  ioc = kmalloc(sizeof(MPT_ADAPTER), GFP_ATOMIC);
> >  if (ioc == NULL) {
>
>


  reply	other threads:[~2004-03-21  5:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-20 14:30 [BK PATCH] essential SCSI fixes for 2.6.5-rc2 James Bottomley
2004-03-20 12:33 ` Andi Kleen
2004-03-20 15:21   ` James Bottomley
2004-03-21  5:26     ` Moore, Eric Dean [this message]
2004-03-21  4:36       ` Andi Kleen

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='000801c40f05$0daa3c50$231015ac@ericmoore' \
    --to=emoore@lsil.com \
    --cc=James.Bottomley@SteelEye.com \
    --cc=ak@muc.de \
    --cc=linux-scsi@vger.kernel.org \
    /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