linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next v2 0/4] mm: replace mmap_sem for mm->exe_file serialization
@ 2015-03-14 22:39 Davidlohr Bueso
  2015-03-14 22:39 ` [PATCH 1/4] " Davidlohr Bueso
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Davidlohr Bueso @ 2015-03-14 22:39 UTC (permalink / raw)
  To: akpm; +Cc: viro, gorcunov, oleg, koct9i, dave, linux-mm, linux-kernel

This is a set I created on top of patch 1/4 which also includes mm_struct cleanups
and dealing with prctl exe_file functionality. Specific details are in each patch.
Patch 4 is an extra trivial one I found while going through the code.

Applies on top of next-20150313.

Thanks!

Davidlohr Bueso (4):
  mm: replace mmap_sem for mm->exe_file serialization
  mm: introduce struct exe_file
  prctl: move MMF_EXE_FILE_CHANGED into exe_file struct
  kernel/fork: use pr_alert() for rss counter bugs

 fs/exec.c                |   6 +++
 include/linux/mm.h       |   4 ++
 include/linux/mm_types.h |   8 +++-
 include/linux/sched.h    |   5 +--
 kernel/fork.c            |  72 ++++++++++++++++++++++++++------
 kernel/sys.c             | 106 +++++++++++++++++++++++++++--------------------
 6 files changed, 141 insertions(+), 60 deletions(-)

-- 
2.1.4

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2015-03-20 16:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-14 22:39 [PATCH -next v2 0/4] mm: replace mmap_sem for mm->exe_file serialization Davidlohr Bueso
2015-03-14 22:39 ` [PATCH 1/4] " Davidlohr Bueso
2015-03-14 22:39 ` [PATCH 2/4] mm: introduce struct exe_file Davidlohr Bueso
2015-03-14 22:39 ` [PATCH 3/4] prctl: move MMF_EXE_FILE_CHANGED into exe_file struct Davidlohr Bueso
2015-03-15  2:13   ` Davidlohr Bueso
2015-03-14 22:39 ` [PATCH 4/4] kernel/fork: use pr_alert() for rss counter bugs Davidlohr Bueso
2015-03-16 11:30   ` Konstantin Khlebnikov
2015-03-15 14:21 ` [PATCH -next v2 0/4] mm: replace mmap_sem for mm->exe_file serialization Oleg Nesterov
2015-03-15 14:54   ` Davidlohr Bueso
2015-03-15 15:26     ` Oleg Nesterov
2015-03-15 15:42       ` Davidlohr Bueso
2015-03-15 17:05         ` Cyrill Gorcunov
2015-03-15 17:34           ` Davidlohr Bueso
2015-03-16 22:08           ` Kees Cook
2015-03-20 16:09             ` Cyrill Gorcunov

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).