linux-um archives
 help / color / mirror / Atom feed
From: Antoine Martin <antoine@nagafix.co.uk>
To: Jeff Dike <jdike@addtoit.com>,
	UML devel <user-mode-linux-devel@lists.sourceforge.net>
Subject: [uml-devel] [PATCH?] 2.6.15-rc1 + sf.net patches on x86 needs a patch
Date: Tue, 22 Nov 2005 18:20:05 +0000	[thread overview]
Message-ID: <1132683605.3073.77.camel@ant.internal> (raw)

[-- Attachment #1: Type: text/plain, Size: 1453 bytes --]

patch attached, I've no idea what I've done really, but it builds ok now.

This time on an x86 box:

wget ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.14.tar.bz2
wget ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.15-rc1.bz2
wget http://user-mode-linux.sourceforge.net/work/current/2.6/2.6.15-rc1/patches.tar
tar -xf patches.tar
tar -jxf linux-2.6.14.tar.bz2
mv linux-2.6.14 linux-2.6.15-rc1-uml
cd linux-2.6.15-rc1-uml
bzcat ../patch-2.6.15-rc1.bz2 | patch -p1
for patch in `cat ../patches/series`; do echo $patch; patch -p1 < ../patches/$patch;  done
find . -type f -size 0 -exec rm {} \;
make ARCH=um defconfig
make ARCH=um vmlinux
  LD      arch/um/drivers/net.o
  LD      arch/um/drivers/mconsole.o
  LD      arch/um/drivers/ubd.o
  CC      arch/um/drivers/null.o
  LD      arch/um/drivers/port.o
  CC      arch/um/drivers/pty.o
  CC      arch/um/drivers/tty.o
  CC      arch/um/drivers/cow_user.o
  CC      arch/um/drivers/random.o
  LD      arch/um/drivers/built-in.o
  CC      arch/um/os-Linux/aio.o
arch/um/os-Linux/aio.c: In function ‘init_aio_26’:
arch/um/os-Linux/aio.c:402: error: ‘finish_aio_26’ undeclared (first use in this function)
arch/um/os-Linux/aio.c:402: error: (Each undeclared identifier is reported only once
arch/um/os-Linux/aio.c:402: error: for each function it appears in.)
make[1]: *** [arch/um/os-Linux/aio.o] Error 1
make: *** [arch/um/os-Linux] Error 2

Antoine

[-- Attachment #2: 2.6.15-rc1-uml-ifdefcompilefix.patch --]
[-- Type: text/x-patch, Size: 482 bytes --]

--- linux-2.6.15-rc1-uml/arch/um/os-Linux/aio.c	2005-11-22 18:14:55.000000000 +0000
+++ linux-2.6.15-rc1-uml-fixed/arch/um/os-Linux/aio.c	2005-11-22 18:09:35.000000000 +0000
@@ -389,8 +389,6 @@
 	goto out;
 }
 
-#else
-#define DEFAULT_24_AIO 1
 static int submit_aio_26(struct aio_context *aio)
 {
         return -ENOSYS;
@@ -402,6 +400,8 @@
 	finish_proc = finish_aio_26;
         return -ENOSYS;
 }
+#else
+#define DEFAULT_24_AIO 1
 #endif
 
 static int aio_24 = DEFAULT_24_AIO;

             reply	other threads:[~2005-11-22 18:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-22 18:20 Antoine Martin [this message]
2005-11-22 18:31 ` [uml-devel] Re: [PATCH?] 2.6.15-rc1 + sf.net patches on x86 needs a patch Antoine Martin
2005-11-22 18:38   ` Antoine Martin
2005-11-22 18:52     ` Antoine Martin

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=1132683605.3073.77.camel@ant.internal \
    --to=antoine@nagafix.co.uk \
    --cc=jdike@addtoit.com \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /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