projects
/
kernel
/
swap-modules.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81b923d
)
Fix for commit 15b31911841bc8ebbd779a658dcde6e8d104e268
author
Alexander Aksenov
<a.aksenov@samsung.com>
Wed, 13 Feb 2013 14:52:45 +0000
(18:52 +0400)
committer
Alexander Aksenov
<a.aksenov@samsung.com>
Wed, 13 Feb 2013 14:52:45 +0000
(18:52 +0400)
kprobe/dbi_kprobes_deps.c
patch
|
blob
|
history
diff --git
a/kprobe/dbi_kprobes_deps.c
b/kprobe/dbi_kprobes_deps.c
index
79da725
..
77d9e2a
100644
(file)
--- a/
kprobe/dbi_kprobes_deps.c
+++ b/
kprobe/dbi_kprobes_deps.c
@@
-236,7
+236,7
@@
int init_module_dependencies(void)
#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 29)
init_mm_ptr = (struct mm_struct*)swap_ksyms("init_mm");
-
memcpy
(init_mm_ptr, &init_mm, sizeof(struct mm_struct));
+
// memcmp
(init_mm_ptr, &init_mm, sizeof(struct mm_struct));
#endif
#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 18)