projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c18235
)
kernel: fix crashlog build error on 4.9
author
Felix Fietkau
<nbd@nbd.name>
Mon, 6 Feb 2017 10:41:23 +0000
(11:41 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 6 Feb 2017 10:56:57 +0000
(11:56 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/generic/patches-4.9/930-crashlog.patch
patch
|
blob
|
history
diff --git
a/target/linux/generic/patches-4.9/930-crashlog.patch
b/target/linux/generic/patches-4.9/930-crashlog.patch
index 7877f5608cecad5e1cbbe45fc24a345d846647fc..a2e2180706df20672bb86c02c13c11b464ec8d8c 100644
(file)
--- a/
target/linux/generic/patches-4.9/930-crashlog.patch
+++ b/
target/linux/generic/patches-4.9/930-crashlog.patch
@@
-212,8
+212,8
@@
+ crashlog_printf("Modules:");
+ list_for_each_entry(m, crashlog_modules, list) {
+ crashlog_printf("\t%s@%p+%x", m->name,
-+ m->
module_core, m->core_
size,
-+ m->
module_init, m->init_
size);
++ m->
core_layout.base, m->core_layout.
size,
++ m->
init_layout.base, m->init_layout.
size);
+ }
+ crashlog_printf("\n");
+ first = false;