Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1709965
| From | Pavel Tatashin <pasha.tatashin@oracle.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [v1 0/1] discard memblock data later |
| Date | 2017-08-11 23:10 +0200 |
| Message-ID | <udplU-8vf-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This fixes a problem with use after free that can happen when there are many physical regions and deferred pages are enabled. Also, this fix is needed for my upcoming improvements to deferred pages: "complete deferred page initialization", where we do not zero the backing struct page memory. Pavel Tatashin (1): mm: discard memblock data later include/linux/memblock.h | 8 +++++--- mm/memblock.c | 38 +++++++++++++++++--------------------- mm/nobootmem.c | 16 ---------------- mm/page_alloc.c | 4 ++++ 4 files changed, 26 insertions(+), 40 deletions(-) -- 2.14.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[v1 0/1] discard memblock data later Pavel Tatashin <pasha.tatashin@oracle.com> - 2017-08-11 23:10 +0200 [v1 1/1] mm: discard memblock data later Pavel Tatashin <pasha.tatashin@oracle.com> - 2017-08-11 23:10 +0200
csiph-web