[oe-commits] org.oe.dev linux-2.6.23: backport of upstream fix: kallsyms-missing-include.patch

likewise commit openembedded-commits at lists.openembedded.org
Mon Jan 14 23:34:43 UTC 2008


linux-2.6.23: backport of upstream fix: kallsyms-missing-include.patch

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: 41dbabec846e09b57a641cc8b83bf24be8cf0dff
ViewMTN: http://monotone.openembedded.org/revision/info/41dbabec846e09b57a641cc8b83bf24be8cf0dff
Files:
1
packages/linux/linux-2.6.23/kallsyms-missing-include.patch
Diffs:

#
# mt diff -rb144146d96293ddc0c8140f894293debe08cc3af -r41dbabec846e09b57a641cc8b83bf24be8cf0dff
#
# 
# 
# add_file "packages/linux/linux-2.6.23/kallsyms-missing-include.patch"
#  content [4e0b600719116634929705c1b57bde66c11c7a2f]
# 
============================================================
--- packages/linux/linux-2.6.23/kallsyms-missing-include.patch	4e0b600719116634929705c1b57bde66c11c7a2f
+++ packages/linux/linux-2.6.23/kallsyms-missing-include.patch	4e0b600719116634929705c1b57bde66c11c7a2f
@@ -0,0 +1,19 @@
+A missing include in kallsyms.h.
+
+Upstream this is fixed in the 2.6.24 rc series:
+
+http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5a75983eef1193c43caebde6643a218bd8d8390e
+
+Leon Woestenberg <leon.woestenberg at gmail.com>
+
+--- a/include/linux/kallsyms.h
++++ b/include/linux/kallsyms.h
+@@ -6,6 +6,7 @@
+ #define _LINUX_KALLSYMS_H
+ 
+ #include <linux/errno.h>
++#include <linux/stddef.h>
+ 
+ #define KSYM_NAME_LEN 128
+ #define KSYM_SYMBOL_LEN (sizeof("%s+%#lx/%#lx [%s]") + (KSYM_NAME_LEN - 1) + \
+






More information about the Openembedded-commits mailing list