All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] mremap fix/cleanups
@ 2015-07-01 23:02 Oleg Nesterov
  2015-07-01 23:03 ` [PATCH v2 1/5] mremap: don't leak new_vma if f_op->mremap() fails Oleg Nesterov
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Oleg Nesterov @ 2015-07-01 23:02 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Benjamin LaHaise, David Rientjes, Hugh Dickins, Jeff Moyer,
	Kirill Shutemov, Pavel Emelyanov, linux-kernel

Actually this is resend, not v2. Added the acks I got from David
(thanks!).

2/5 (acked by Pavel and Kirill) was sent separately and ignored
too, I think it fits this series.

(and I think that the recently added arch_remap() hook is not
 the right thing, we can remove it with these changes).

Andrew, should I resend the

	[PATCH 0/3] special_mapping_fault() is broken
	http://marc.info/?l=linux-kernel&m=143492093907585

series too?

Oleg.


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

end of thread, other threads:[~2015-07-15 23:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-01 23:02 [PATCH v2 0/5] mremap fix/cleanups Oleg Nesterov
2015-07-01 23:03 ` [PATCH v2 1/5] mremap: don't leak new_vma if f_op->mremap() fails Oleg Nesterov
2015-07-01 23:03 ` [PATCH v2 2/5] mm: move ->mremap() from file_operations to vm_operations_struct Oleg Nesterov
2015-07-01 23:03 ` [PATCH v2 3/5] mremap: don't do mm_populate(new_addr) on failure Oleg Nesterov
2015-07-01 23:03 ` [PATCH v2 4/5] mremap: don't do uneccesary checks if new_len == old_len Oleg Nesterov
2015-07-01 23:03 ` [PATCH v2 5/5] mremap: simplify the "overlap" check in mremap_to() Oleg Nesterov
2015-07-15 23:34 ` [PATCH v2 0/5] mremap fix/cleanups David Rientjes
2015-07-15 23:46   ` Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.