Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1350690

[PATCHv4 0/2] Sanitization of buddy pages

From Laura Abbott <labbott@fedoraproject.org>
Newsgroups linux.kernel
Subject [PATCHv4 0/2] Sanitization of buddy pages
Date 2016-03-05 01:00 +0100
Message-ID <r97Nw-633-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

This is v4 of the santization of buddy pages. This is mostly just a rebase
and some phrasing tweaks from v2. Kees submitted a rebase of v3 so this is v4.

Kees, I'm hoping you will give your Tested-by and provide some stats from the
tests you were running before.

Thanks,
Laura

Laura Abbott (2):
  mm/page_poison.c: Enable PAGE_POISONING as a separate option
  mm/page_poisoning.c: Allow for zero poisoning

 Documentation/kernel-parameters.txt |   5 +
 include/linux/mm.h                  |  11 +++
 include/linux/poison.h              |   4 +
 kernel/power/hibernate.c            |  17 ++++
 mm/Kconfig.debug                    |  39 +++++++-
 mm/Makefile                         |   2 +-
 mm/debug-pagealloc.c                | 137 ----------------------------
 mm/page_alloc.c                     |  13 ++-
 mm/page_ext.c                       |  10 +-
 mm/page_poison.c                    | 176 ++++++++++++++++++++++++++++++++++++
 10 files changed, 272 insertions(+), 142 deletions(-)
 delete mode 100644 mm/debug-pagealloc.c
 create mode 100644 mm/page_poison.c

-- 
2.5.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCHv4 0/2] Sanitization of buddy pages Laura Abbott <labbott@fedoraproject.org> - 2016-03-05 01:00 +0100
  [PATCHv4 1/2] mm/page_poison.c: Enable PAGE_POISONING as a separate option Laura Abbott <labbott@fedoraproject.org> - 2016-03-05 01:00 +0100
  Re: [PATCHv4 0/2] Sanitization of buddy pages Kees Cook <keescook@chromium.org> - 2016-03-09 22:10 +0100

csiph-web