From: Jeff Dike <jdike@addtoit.com>
To: akpm@osdl.org
Cc: Joern Engel <joern@wohnheim.fh-wedel.de>,
linux-kernel@vger.kernel.org,
user-mode-linux-devel@lists.sourceforge.net,
Matt Mackall <mpm@selenic.com>
Subject: [uml-devel] [PATCH] UML - support checkstack
Date: Wed, 09 Aug 2006 14:15:24 -0400 [thread overview]
Message-ID: <200608091815.k79IFQVB005310@ccure.user-mode-linux.org> (raw)
Make checkstack work for UML. We need to pass the underlying architecture
name, rather than "um" to checkstack.pl.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Index: linux-2.6.18-mm/Makefile
===================================================================
--- linux-2.6.18-mm.orig/Makefile 2006-08-07 13:49:52.000000000 -0400
+++ linux-2.6.18-mm/Makefile 2006-08-07 13:53:34.000000000 -0400
@@ -1315,9 +1315,13 @@ endif #ifeq ($(config-targets),1)
endif #ifeq ($(mixed-targets),1)
PHONY += checkstack kernelrelease kernelversion
+
+# Use $(SUBARCH) here instead of $(ARCH) so that this works for UML.
+# In the UML case, $(SUBARCH) is the name of the underlying
+# architecture, while for all other arches, it is the same as $(ARCH).
checkstack:
$(OBJDUMP) -d vmlinux $$(find . -name '*.ko') | \
- $(PERL) $(src)/scripts/checkstack.pl $(ARCH)
+ $(PERL) $(src)/scripts/checkstack.pl $(SUBARCH)
kernelrelease:
$(if $(wildcard include/config/kernel.release), $(Q)echo $(KERNELRELEASE), \
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
WARNING: multiple messages have this Message-ID (diff)
From: Jeff Dike <jdike@addtoit.com>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org,
user-mode-linux-devel@lists.sourceforge.net,
Matt Mackall <mpm@selenic.com>,
Joern Engel <joern@wohnheim.fh-wedel.de>
Subject: [PATCH] UML - support checkstack
Date: Wed, 09 Aug 2006 14:15:24 -0400 [thread overview]
Message-ID: <200608091815.k79IFQVB005310@ccure.user-mode-linux.org> (raw)
Make checkstack work for UML. We need to pass the underlying architecture
name, rather than "um" to checkstack.pl.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Index: linux-2.6.18-mm/Makefile
===================================================================
--- linux-2.6.18-mm.orig/Makefile 2006-08-07 13:49:52.000000000 -0400
+++ linux-2.6.18-mm/Makefile 2006-08-07 13:53:34.000000000 -0400
@@ -1315,9 +1315,13 @@ endif #ifeq ($(config-targets),1)
endif #ifeq ($(mixed-targets),1)
PHONY += checkstack kernelrelease kernelversion
+
+# Use $(SUBARCH) here instead of $(ARCH) so that this works for UML.
+# In the UML case, $(SUBARCH) is the name of the underlying
+# architecture, while for all other arches, it is the same as $(ARCH).
checkstack:
$(OBJDUMP) -d vmlinux $$(find . -name '*.ko') | \
- $(PERL) $(src)/scripts/checkstack.pl $(ARCH)
+ $(PERL) $(src)/scripts/checkstack.pl $(SUBARCH)
kernelrelease:
$(if $(wildcard include/config/kernel.release), $(Q)echo $(KERNELRELEASE), \
next reply other threads:[~2006-08-10 1:55 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-09 18:15 Jeff Dike [this message]
2006-08-09 18:15 ` [PATCH] UML - support checkstack Jeff Dike
2006-08-10 2:09 ` [uml-devel] " Matt Mackall
2006-08-10 2:09 ` Matt Mackall
2006-08-10 4:22 ` [uml-devel] " Jeff Dike
2006-08-10 4:22 ` Jeff Dike
2006-08-10 16:45 ` [uml-devel] " Matt Mackall
2006-08-10 16:45 ` Matt Mackall
2006-08-15 3:17 ` [uml-devel] " Jeff Dike
2006-08-15 3:17 ` Jeff Dike
2006-08-15 17:57 ` [uml-devel] " Blaisorblade
2006-08-15 17:57 ` Blaisorblade
2006-08-10 11:10 ` Jörn Engel
2006-08-10 11:10 ` Jörn Engel
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=200608091815.k79IFQVB005310@ccure.user-mode-linux.org \
--to=jdike@addtoit.com \
--cc=akpm@osdl.org \
--cc=joern@wohnheim.fh-wedel.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mpm@selenic.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 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.