All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Florian Gödden" <florian.goedden@gmx.de>
To: xen-devel@lists.xensource.com
Subject: Re: compiling dom0 Kernel with LSI MegaRAID Driver failed
Date: Wed, 27 Jul 2005 00:14:06 +0200	[thread overview]
Message-ID: <42E6B5AE.2070609@gmx.de> (raw)
In-Reply-To: <42E06699.2080509@gmx.de>

I figured out what the problem is, at least that with dma_*:

A 'make kernels' in the root directory of  the xen source builds the 
dom0 kernel with this patch applied:

Node ID c5db6fd54e36fb4475257172c3f1c8fa77b54745
Fix dma_map_single to work correctly with multi-page buffers

A

'make kclean'
in the source root directory, or

cd linux-2.6.12-xen0
make ARCH=xen clean

deletes the patched files pci-dma.c and pci-nommu.c from 
/arch/xen/x86-64/kernel.

After that, a new compilation replaces both deleted files with unpatched 
versions which do not work anymore.

Copy pci-dma.c and pci-nommu.c manually from the xen-sparse tree in the 
dom0 tree after a clean solves the problem.

Florian Gödden

      reply	other threads:[~2005-07-26 22:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-22  3:23 compiling dom0 Kernel with LSI MegaRAID Driver failed Florian Gödden
2005-07-26 22:14 ` Florian Gödden [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=42E6B5AE.2070609@gmx.de \
    --to=florian.goedden@gmx.de \
    --cc=xen-devel@lists.xensource.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.