* [uml-devel] Re: [PATCH] patch for linux-2.6.5-rc2
@ 2004-04-02 14:51 gboutwel
0 siblings, 0 replies; 3+ messages in thread
From: gboutwel @ 2004-04-02 14:51 UTC (permalink / raw)
To: user-mode-linux-devel
> did you do a "make mrproper ARCH=um"? ...
>
> ok, after you patch, do this ...
>
> make mrproper ARCH=um
> make menuconfig ARCH=um
> make scripts
> make scripts ARCH=um
> make linux ARCH=um
> strip linux
> make modules ARCH=um
using same patches and same steps as I did for 2.6.4 I was able
to build an SKAS host no problem. After the following 1 line
patch (which is in Jeffs patch, but the only part of his patch
that I used to get it working), I'm able to compile ans 2.6.5-rc3
(moved up to rc3) uml guest kernel without problems. Again,
I'm using the same patches and same steps that I used when I
built my 2.6.4 (ie. not needing to make scripts and make scripts
ARCH=um)
--- ./arch/um/Makefile-i386.orig 2004-04-02 09:07:45.000000000
-0600
+++ ./arch/um/Makefile-i386 2004-04-02 09:08:07.000000000
-0600
@@ -30,7 +30,7 @@
$(SYS_DIR)/thread.h: $(SYS_UTIL_DIR)/mk_thread
$(call filechk,$@)
-$(SYS_UTIL_DIR)/mk_sc: scripts/fixdep include/config/MARKER
FORCE ;
+$(SYS_UTIL_DIR)/mk_sc: scripts/basic/fixdep include/config/MARKER
FORCE ;
$(Q)$(MAKE) $(build)=$(SYS_UTIL_DIR) $@
$(SYS_UTIL_DIR)/mk_thread: $(ARCH_SYMLINKS) $(GEN_HEADERS) sys_prepare
FORCE ;
------------------------------------
Want to talk to other Christians?
Get the Christian Instant Messenger
http://www.praize.com/IM/
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread* [uml-devel] Re: [PATCH] patch for linux-2.6.5-rc2
@ 2004-03-30 23:18 gboutwel
2004-03-31 6:36 ` Jeff Chua
0 siblings, 1 reply; 3+ messages in thread
From: gboutwel @ 2004-03-30 23:18 UTC (permalink / raw)
To: user-mode-linux-devel
> Works for me using stock 2.6.5-rc2 kernel with reiser4.
Vanilla 2.6.5-rc2:
bzcat uml-patch-2.6.4-1.bz2 | patch -p1
cat host+Uml-skas3-2.6.3-v1.patch | patch -p1
cat uml-patch-2.6.5-rc2 | patch -p0 (your patch you posted)
I'm able to comple an SKAS enabled host without problems. But
the UML build fails. Errors saying CONFIG_* not defined over
and over and over again.
:(
-----------------------------------------------
Get your FREE Christian Email Account at Praize
http://www.praize.com/email/
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [uml-devel] Re: [PATCH] patch for linux-2.6.5-rc2
2004-03-30 23:18 gboutwel
@ 2004-03-31 6:36 ` Jeff Chua
0 siblings, 0 replies; 3+ messages in thread
From: Jeff Chua @ 2004-03-31 6:36 UTC (permalink / raw)
To: gboutwel; +Cc: user-mode-linux-devel
did you do a "make mrproper ARCH=um"? ...
ok, after you patch, do this ...
make mrproper ARCH=um
make menuconfig ARCH=um
make scripts
make scripts ARCH=um
make linux ARCH=um
strip linux
make modules ARCH=um
Thanks,
Jeff
[ jchua@fedex.com ]
On Wed, 30 Mar 2004, gboutwel wrote:
> > Works for me using stock 2.6.5-rc2 kernel with reiser4.
>
>
>
> Vanilla 2.6.5-rc2:
>
>
>
> bzcat uml-patch-2.6.4-1.bz2 | patch -p1
>
> cat host+Uml-skas3-2.6.3-v1.patch | patch -p1
>
> cat uml-patch-2.6.5-rc2 | patch -p0 (your patch you posted)
>
>
>
> I'm able to comple an SKAS enabled host without problems. But
> the UML build fails. Errors saying CONFIG_* not defined over
> and over and over again.
>
>
>
> :(
>
>
>
>
>
>
>
>
>
>
>
> -----------------------------------------------
>
> Get your FREE Christian Email Account at Praize
>
> http://www.praize.com/email/
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> User-mode-linux-devel mailing list
> User-mode-linux-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
>
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-04-02 14:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-02 14:51 [uml-devel] Re: [PATCH] patch for linux-2.6.5-rc2 gboutwel
-- strict thread matches above, loose matches on Subject: below --
2004-03-30 23:18 gboutwel
2004-03-31 6:36 ` Jeff Chua
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.