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
reply other threads:[~2006-09-13 15:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome