* [uml-devel] [PATCH] UM: linux/coredump.h needs siginfo_t
@ 2012-10-15 13:10 ` David Howells
0 siblings, 0 replies; 3+ messages in thread
From: David Howells @ 2012-10-15 13:10 UTC (permalink / raw)
To: jdike, richard; +Cc: dhowells, rdunlap, linux-kernel, user-mode-linux-devel
linux/coredump.h should #include asm/siginfo.h for the siginfo_t type.
Without this the following error occurs when compiling UM defconfig:
include/linux/coredump.h:15:25: error: unknown type name 'siginfo_t'
Signed-off-by: David Howells <dhowells@redhat.com>
---
include/linux/coredump.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/coredump.h b/include/linux/coredump.h
index 1775eb8..1d73993 100644
--- a/include/linux/coredump.h
+++ b/include/linux/coredump.h
@@ -4,6 +4,7 @@
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/fs.h>
+#include <asm/siginfo.h>
/*
* These are the only things you should do on a core-file: use only these
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
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 related [flat|nested] 3+ messages in thread
* [PATCH] UM: linux/coredump.h needs siginfo_t
@ 2012-10-15 13:10 ` David Howells
0 siblings, 0 replies; 3+ messages in thread
From: David Howells @ 2012-10-15 13:10 UTC (permalink / raw)
To: jdike, richard; +Cc: rdunlap, dhowells, user-mode-linux-devel, linux-kernel
linux/coredump.h should #include asm/siginfo.h for the siginfo_t type.
Without this the following error occurs when compiling UM defconfig:
include/linux/coredump.h:15:25: error: unknown type name 'siginfo_t'
Signed-off-by: David Howells <dhowells@redhat.com>
---
include/linux/coredump.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/coredump.h b/include/linux/coredump.h
index 1775eb8..1d73993 100644
--- a/include/linux/coredump.h
+++ b/include/linux/coredump.h
@@ -4,6 +4,7 @@
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/fs.h>
+#include <asm/siginfo.h>
/*
* These are the only things you should do on a core-file: use only these
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] UM: linux/coredump.h needs siginfo_t
2012-10-15 13:10 ` David Howells
(?)
@ 2012-10-15 13:13 ` Richard Weinberger
-1 siblings, 0 replies; 3+ messages in thread
From: Richard Weinberger @ 2012-10-15 13:13 UTC (permalink / raw)
To: David Howells
Cc: jdike, rdunlap, user-mode-linux-devel, linux-kernel,
Andrew Morton
[-- Attachment #1: Type: text/plain, Size: 385 bytes --]
Am 15.10.2012 15:10, schrieb David Howells:
> linux/coredump.h should #include asm/siginfo.h for the siginfo_t type.
>
> Without this the following error occurs when compiling UM defconfig:
>
> include/linux/coredump.h:15:25: error: unknown type name 'siginfo_t'
>
> Signed-off-by: David Howells <dhowells@redhat.com>
This fix is already in -mm.
Thanks,
//richard
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-15 13:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 13:10 [uml-devel] [PATCH] UM: linux/coredump.h needs siginfo_t David Howells
2012-10-15 13:10 ` David Howells
2012-10-15 13:13 ` Richard Weinberger
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.