提交 ee1e6ab6 编写于 作者: A Alexey Dobriyan 提交者: Linus Torvalds

proc: fix /proc/*/pagemap some more

struct pagemap_walk was placed on stack, some hooks are initialized, the
rest (->pgd_entry, ->pud_entry, ->pte_entry) are valid but junk.
Reported-by: NEric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
Cc: "Vegard Nossum" <vegard.nossum@gmail.com>
Cc: <stable@kernel.org> [2.6.25.x, 2.6.26.x]
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 91cd4d6e
...@@ -636,7 +636,7 @@ static ssize_t pagemap_read(struct file *file, char __user *buf, ...@@ -636,7 +636,7 @@ static ssize_t pagemap_read(struct file *file, char __user *buf,
struct pagemapread pm; struct pagemapread pm;
int pagecount; int pagecount;
int ret = -ESRCH; int ret = -ESRCH;
struct mm_walk pagemap_walk; struct mm_walk pagemap_walk = {};
unsigned long src; unsigned long src;
unsigned long svpfn; unsigned long svpfn;
unsigned long start_vaddr; unsigned long start_vaddr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册