linux-um archives
 help / color / mirror / Atom feed
From: Blaisorblade <blaisorblade@yahoo.it>
To: user-mode-linux-devel@lists.sourceforge.net
Cc: Antoine Martin <antoine@nagafix.co.uk>,
	Jeff Dike <jdike@addtoit.com>,
	Pekka Enberg <penberg@cs.helsinki.fi>
Subject: Re: [uml-devel] Re: Ho ho ho.. Linux 2.6.15-rc7
Date: Tue, 27 Dec 2005 20:09:40 +0100	[thread overview]
Message-ID: <200512272009.40980.blaisorblade@yahoo.it> (raw)
In-Reply-To: <1135705691.3719.13.camel@localhost.localdomain>

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

On Tuesday 27 December 2005 18:48, Antoine Martin wrote:
> > On 12/25/05, Linus Torvalds <torvalds@osdl.org> wrote:
> > > Please do give it a try, and if you have any issues/regressions,
> >
> > send out
> >
> > > a note (even if you sent one earlier) so that we don't forget about
> >
> > it.
> >
> > Hmm. Somebody broke UML compile for my config again...

Please test the attached patch, worksForMe now.

> Are you sure that you are using a raw 2.6.15-rc7?
He has disabled SKAS, which is causing this - however the breakage doesn't 
seem new into 2.6.15-rc7.

> AFAIK, no new UML patches made it into rc7, and mostly fixes since rc1
> (as required) I think I've had a similar issue before - can't remember
> (searching the archives may help), have you tried this:
> find . -size 0 -exec rm {} \;
> As some of the patches may leave empty files behind.

Luckily that doesn't happen for kernel.org patches, mostly... it's more common 
on incremental patches. The problem is that sometimes they get merged.
-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade

[-- Attachment #2: uml-skas0-only-for-skas --]
[-- Type: text/x-diff, Size: 1355 bytes --]

Index: linux-2.6.git/arch/um/sys-i386/Makefile
===================================================================
--- linux-2.6.git.orig/arch/um/sys-i386/Makefile
+++ linux-2.6.git/arch/um/sys-i386/Makefile
@@ -1,6 +1,8 @@
-obj-y = bitops.o bugs.o checksum.o delay.o fault.o ksyms.o ldt.o ptrace.o \
-	ptrace_user.o semaphore.o signal.o sigcontext.o stub.o stub_segv.o \
-	syscalls.o sysrq.o sys_call_table.o
+obj-y := bitops.o bugs.o checksum.o delay.o fault.o ksyms.o ldt.o ptrace.o \
+	ptrace_user.o semaphore.o signal.o sigcontext.o syscalls.o sysrq.o \
+	sys_call_table.o
+
+obj-$(CONFIG_MODE_SKAS) += stub.o stub_segv.o
 
 obj-$(CONFIG_HIGHMEM) += highmem.o
 obj-$(CONFIG_MODULES) += module.o
Index: linux-2.6.git/arch/um/sys-x86_64/Makefile
===================================================================
--- linux-2.6.git.orig/arch/um/sys-x86_64/Makefile
+++ linux-2.6.git/arch/um/sys-x86_64/Makefile
@@ -6,8 +6,9 @@
 
 #XXX: why into lib-y?
 lib-y = bitops.o bugs.o csum-partial.o delay.o fault.o ldt.o mem.o memcpy.o \
-	ptrace.o ptrace_user.o sigcontext.o signal.o stub.o \
-	stub_segv.o syscalls.o syscall_table.o sysrq.o thunk.o
+	ptrace.o ptrace_user.o sigcontext.o signal.o syscalls.o \
+	syscall_table.o sysrq.o thunk.o
+lib-$(CONFIG_MODE_SKAS) += stub.o stub_segv.o
 
 obj-y := ksyms.o
 obj-$(CONFIG_MODULES) += module.o um_module.o

  reply	other threads:[~2005-12-27 19:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20051227124500.CA66633495@sc8-sf-spam1.sourceforge.net>
2005-12-27 17:48 ` [uml-devel] Re: Ho ho ho.. Linux 2.6.15-rc7 Antoine Martin
2005-12-27 19:09   ` Blaisorblade [this message]
2005-12-28  7:30     ` Pekka J Enberg
     [not found] <Pine.LNX.4.64.0512241930370.14098@g5.osdl.org>
2005-12-27 12:43 ` Pekka Enberg

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=200512272009.40980.blaisorblade@yahoo.it \
    --to=blaisorblade@yahoo.it \
    --cc=antoine@nagafix.co.uk \
    --cc=jdike@addtoit.com \
    --cc=penberg@cs.helsinki.fi \
    --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