This is a note to let you know that I've just added the patch titled

    cris: posix_types.h, include asm-generic/posix_types.h

to the 3.4-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     cris-posix_types.h-include-asm-generic-posix_types.h.patch
and it can be found in the queue-3.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 74f077d2a7651409c44bb323471f219a4b0d2aab Mon Sep 17 00:00:00 2001
From: Jiri Slaby <[email protected]>
Date: Mon, 2 Apr 2012 13:40:17 +0200
Subject: cris: posix_types.h, include asm-generic/posix_types.h

From: Jiri Slaby <[email protected]>

commit 74f077d2a7651409c44bb323471f219a4b0d2aab upstream.

Without that I cannot build anything:
In file included from include/linux/page-flags.h:8:0,
                 from kernel/bounds.c:9:
include/linux/types.h:25:1: error: unknown type name '__kernel_ino_t'
include/linux/types.h:29:1: error: unknown type name '__kernel_off_t'
...

Signed-off-by: Jiri Slaby <[email protected]>
Cc: Mikael Starvik <[email protected]>
Signed-off-by: Jesper Nilsson <[email protected]>
Cc: [email protected]
Cc: Geert Uytterhoeven <[email protected]>
Cc: Guenter Roeck <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 arch/cris/include/asm/posix_types.h |    2 ++
 1 file changed, 2 insertions(+)

--- a/arch/cris/include/asm/posix_types.h
+++ b/arch/cris/include/asm/posix_types.h
@@ -33,4 +33,6 @@ typedef int           __kernel_ptrdiff_t;
 typedef unsigned short __kernel_old_dev_t;
 #define __kernel_old_dev_t __kernel_old_dev_t
 
+#include <asm-generic/posix_types.h>
+
 #endif /* __ARCH_CRIS_POSIX_TYPES_H */


Patches currently in stable-queue which might be from [email protected] are

queue-3.4/cris-posix_types.h-include-asm-generic-posix_types.h.patch
queue-3.4/hid-microsoft-do-not-use-compound-literal-fix-build.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to