Comment 4 for bug 375595

Revision history for this message
In , Quentin (quentin-redhat-bugs) wrote :

The problem is introduced at rc3.git3 (i.e. rc3.git2 does not exhibit the problem).

The problem is caused by the following change:
--- 73/usr/include/asm/sigcontext.h 2009-01-31 02:40:27.000000000 +0000
+++ 74/usr/include/asm/sigcontext.h 2009-02-01 01:56:00.000000000 +0000
@@ -2,7 +2,7 @@
 #define _ASM_X86_SIGCONTEXT_H

-#include <asm/types.h>
+#include <linux/types.h>

 #define FP_XSTATE_MAGIC1 0x46505853U
 #define FP_XSTATE_MAGIC2 0x46505845U

which is referenced in the changelog as:
commit e59afe6a21dce7bb3c63ba4f894a3195ae3d5529
Author: Jaswinder Singh Rajput <email address hidden>
Date: Fri Jan 30 22:53:49 2009 +0530

    headers_check fix: x86, sigcontext.h

    fix the following 'make headers_check' warnings:

      usr/include/asm/sigcontext.h:5: include of <linux/types.h> is preferred over <asm/types.h>
      usr/include/asm/sigcontext.h:24: found __[us]{8,16,32,64} type without #include <linux/types.h>

    Signed-off-by: Jaswinder Singh Rajput <email address hidden>