linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] procfs, vmcore: fix regression of mmap on /proc/vmcore since v3.12-rc1
@ 2013-10-14  9:36 HATAYAMA Daisuke
  2013-10-14  9:36 ` [PATCH 1/3] procfs: fix unintended truncation of returned mapped address HATAYAMA Daisuke
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: HATAYAMA Daisuke @ 2013-10-14  9:36 UTC (permalink / raw)
  To: akpm; +Cc: kexec, linux-kernel, davem, ebiederm, holzheu, adobriyan, vgoyal

This patch set fixes regression of mmap on /proc/vmcore since
v3.12-rc1. The primary one is the 2nd patch. The 1st patch is another
bug I found during investiation and it affects mmap on /proc/vmcore
even if only 2nd patch is applied, so fix it together in this patch
set. The last patch is just for cleaning up of target function in both
1st and 2nd patches.

---

HATAYAMA Daisuke (3):
      procfs: fix unintended truncation of returned mapped address
      procfs: Call default get_unmapped_area on MMU-present architectures
      procfs: clean up proc_reg_get_unmapped_area for 80-column limit


 fs/proc/inode.c |   20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

-- 
Thanks.
HATAYAMA, Daisuke

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-15 11:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14  9:36 [PATCH 0/3] procfs, vmcore: fix regression of mmap on /proc/vmcore since v3.12-rc1 HATAYAMA Daisuke
2013-10-14  9:36 ` [PATCH 1/3] procfs: fix unintended truncation of returned mapped address HATAYAMA Daisuke
2013-10-14  9:36 ` [PATCH 2/3] procfs: Call default get_unmapped_area on MMU-present architectures HATAYAMA Daisuke
2013-10-14  9:36 ` [PATCH 3/3] procfs: clean up proc_reg_get_unmapped_area for 80-column limit HATAYAMA Daisuke
2013-10-15 11:30 ` [PATCH 0/3] procfs, vmcore: fix regression of mmap on /proc/vmcore since v3.12-rc1 Michael Holzheu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).