+ kcore-fix-proc-kcores-statst_size.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     kcore: fix /proc/kcore's stat.st_size
has been added to the -mm tree.  Its filename is
     kcore-fix-proc-kcores-statst_size.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: kcore: fix /proc/kcore's stat.st_size
From: Amerigo Wang <xiyou.wangcong@xxxxxxxxx>

In 9063c61fd5cbd ("x86, 64-bit: Clean up user address masking") Linus
fixed the wrong size of /proc/kcore problem.

But its size still looks insane, since it never equals the size of
physical memory.

Signed-off-by: WANG Cong <amwang@xxxxxxxxxx>
Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
Cc: Tao Ma <tao.ma@xxxxxxxxxx>
Cc: <mtk.manpages@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 fs/proc/kcore.c |    3 ---
 1 file changed, 3 deletions(-)

diff -puN fs/proc/kcore.c~kcore-fix-proc-kcores-statst_size fs/proc/kcore.c
--- a/fs/proc/kcore.c~kcore-fix-proc-kcores-statst_size
+++ a/fs/proc/kcore.c
@@ -405,9 +405,6 @@ read_kcore(struct file *file, char __use
 static int __init proc_kcore_init(void)
 {
 	proc_root_kcore = proc_create("kcore", S_IRUSR, NULL, &proc_kcore_operations);
-	if (proc_root_kcore)
-		proc_root_kcore->size =
-				(size_t)high_memory - PAGE_OFFSET + PAGE_SIZE;
 	return 0;
 }
 module_init(proc_kcore_init);
_

Patches currently in -mm which might be from xiyou.wangcong@xxxxxxxxx are

origin.patch
linux-next.patch
elf-fix-multithreaded-program-core-dumping-on-arm.patch
kcore-fix-proc-kcores-statst_size.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux