Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1175596
| From | Oleg Nesterov <oleg@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/5] mremap fix/cleanups |
| Date | 2015-07-02 01:10 +0200 |
| Message-ID | <pHziF-3cE-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/5] mremap fix/cleanups Oleg Nesterov <oleg@redhat.com> - 2015-07-02 01:10 +0200 [PATCH v2 4/5] mremap: don't do uneccesary checks if new_len == old_len Oleg Nesterov <oleg@redhat.com> - 2015-07-02 01:10 +0200 [PATCH v2 2/5] mm: move ->mremap() from file_operations to vm_operations_struct Oleg Nesterov <oleg@redhat.com> - 2015-07-02 01:10 +0200 [PATCH v2 1/5] mremap: don't leak new_vma if f_op->mremap() fails Oleg Nesterov <oleg@redhat.com> - 2015-07-02 01:10 +0200 [PATCH v2 3/5] mremap: don't do mm_populate(new_addr) on failure Oleg Nesterov <oleg@redhat.com> - 2015-07-02 01:10 +0200 [PATCH v2 5/5] mremap: simplify the "overlap" check in mremap_to() Oleg Nesterov <oleg@redhat.com> - 2015-07-02 01:10 +0200
csiph-web