projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce75995
)
ARC: warn on improper stack unwind FDE entries
author
Vineet Gupta
<vgupta@synopsys.com>
Tue, 25 Jun 2013 09:01:47 +0000
(14:31 +0530)
committer
Vineet Gupta
<vgupta@synopsys.com>
Thu, 27 Jun 2013 09:07:59 +0000
(14:37 +0530)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/unwind.c
patch
|
blob
|
history
diff --git
a/arch/arc/kernel/unwind.c
b/arch/arc/kernel/unwind.c
index
a8d0222
..
e550b11
100644
(file)
--- a/
arch/arc/kernel/unwind.c
+++ b/
arch/arc/kernel/unwind.c
@@
-289,6
+289,8
@@
static void __init setup_unwind_table(struct unwind_table *table,
* instead of the initial loc addr
* return;
*/
+ WARN(1, "unwinder: FDE->initial_location NULL %p\n",
+ (const u8 *)(fde + 1) + *fde);
}
++n;
}