From: Jeff Dike <jdike@addtoit.com>
To: akpm@osdl.org, David Woodhouse <dwmw2@infradead.org>
Cc: zach@vmware.com, jeremy@xensource.com,
user-mode-linux-devel@lists.sourceforge.net,
rusty@rustcorp.com.au, linux-kernel@vger.kernel.org, ak@muc.de,
76306.1226@compuserve.com
Subject: [uml-devel] [PATCH] Properly export ptrace-abi.h
Date: Wed, 13 Sep 2006 11:10:57 -0400 [thread overview]
Message-ID: <200609131510.k8DFAvIM004159@ccure.user-mode-linux.org> (raw)
The ptrace.h splitting patch neglected to add the new, userspace-usable
header to the appropriate header export lists.
This patch does so.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Index: linux-2.6.18-mm/include/asm-i386/Kbuild
===================================================================
--- linux-2.6.18-mm.orig/include/asm-i386/Kbuild 2006-09-12 10:43:40.000000000 -0400
+++ linux-2.6.18-mm/include/asm-i386/Kbuild 2006-09-13 11:03:48.000000000 -0400
@@ -1,5 +1,5 @@
include include/asm-generic/Kbuild.asm
-header-y += boot.h debugreg.h ldt.h ucontext.h
+header-y += boot.h debugreg.h ldt.h ptrace-abi.h ucontext.h
unifdef-y += mtrr.h setup.h vm86.h
Index: linux-2.6.18-mm/include/asm-x86_64/Kbuild
===================================================================
--- linux-2.6.18-mm.orig/include/asm-x86_64/Kbuild 2006-09-11 10:47:53.000000000 -0400
+++ linux-2.6.18-mm/include/asm-x86_64/Kbuild 2006-09-13 11:04:03.000000000 -0400
@@ -5,7 +5,7 @@ ARCHDEF := defined __x86_64__
ALTARCHDEF := defined __i386__
header-y += boot.h bootsetup.h cpufeature.h debugreg.h ldt.h \
- msr.h prctl.h setup.h sigcontext32.h ucontext.h \
+ msr.h prctl.h ptrace-abi.h setup.h sigcontext32.h ucontext.h \
vsyscall32.h
unifdef-y += mce.h mtrr.h vsyscall.h
-------------------------------------------------------------------------
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, David Woodhouse <dwmw2@infradead.org>
Cc: linux-kernel@vger.kernel.org,
user-mode-linux-devel@lists.sourceforge.net,
76306.1226@compuserve.com, ak@muc.de, jeremy@xensource.com,
rusty@rustcorp.com.au, zach@vmware.com
Subject: [PATCH] Properly export ptrace-abi.h
Date: Wed, 13 Sep 2006 11:10:57 -0400 [thread overview]
Message-ID: <200609131510.k8DFAvIM004159@ccure.user-mode-linux.org> (raw)
The ptrace.h splitting patch neglected to add the new, userspace-usable
header to the appropriate header export lists.
This patch does so.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Index: linux-2.6.18-mm/include/asm-i386/Kbuild
===================================================================
--- linux-2.6.18-mm.orig/include/asm-i386/Kbuild 2006-09-12 10:43:40.000000000 -0400
+++ linux-2.6.18-mm/include/asm-i386/Kbuild 2006-09-13 11:03:48.000000000 -0400
@@ -1,5 +1,5 @@
include include/asm-generic/Kbuild.asm
-header-y += boot.h debugreg.h ldt.h ucontext.h
+header-y += boot.h debugreg.h ldt.h ptrace-abi.h ucontext.h
unifdef-y += mtrr.h setup.h vm86.h
Index: linux-2.6.18-mm/include/asm-x86_64/Kbuild
===================================================================
--- linux-2.6.18-mm.orig/include/asm-x86_64/Kbuild 2006-09-11 10:47:53.000000000 -0400
+++ linux-2.6.18-mm/include/asm-x86_64/Kbuild 2006-09-13 11:04:03.000000000 -0400
@@ -5,7 +5,7 @@ ARCHDEF := defined __x86_64__
ALTARCHDEF := defined __i386__
header-y += boot.h bootsetup.h cpufeature.h debugreg.h ldt.h \
- msr.h prctl.h setup.h sigcontext32.h ucontext.h \
+ msr.h prctl.h ptrace-abi.h setup.h sigcontext32.h ucontext.h \
vsyscall32.h
unifdef-y += mce.h mtrr.h vsyscall.h
next reply other threads:[~2006-09-13 15:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-13 15:10 Jeff Dike [this message]
2006-09-13 15:10 ` [PATCH] Properly export ptrace-abi.h Jeff Dike
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=200609131510.k8DFAvIM004159@ccure.user-mode-linux.org \
--to=jdike@addtoit.com \
--cc=76306.1226@compuserve.com \
--cc=ak@muc.de \
--cc=akpm@osdl.org \
--cc=dwmw2@infradead.org \
--cc=jeremy@xensource.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
--cc=user-mode-linux-devel@lists.sourceforge.net \
--cc=zach@vmware.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.