projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/arch/arc/kernel/unwind.c
b/arch/arc/kernel/unwind.c
index a8d02223da44aec8a8ea776df74acac4c746f2a3..e550b117ec4ffe4ccf3f79e4763fc511e5c9d7e9 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;
}