lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 26 Apr 2017 18:10:39 +0900
From:   Naoya Horiguchi <n-horiguchi@...jp.nec.com>
To:     linux-mm@...ck.org
Cc:     xiaolong.ye@...el.com, Andrew Morton <akpm@...ux-foundation.org>,
        Chen Gong <gong.chen@...ux.intel.com>, lkp@...org,
        linux-kernel@...r.kernel.org,
        Naoya Horiguchi <n-horiguchi@...jp.nec.com>,
        Naoya Horiguchi <nao.horiguchi@...il.com>
Subject: [PATCH v1 0/2] mm: hwpoison: fix mce-test.ras.fail on 23a003bfd2

Hello,

I wrote fixes for the problems reported by http://lkml.kernel.org/r/20170417055948.GM31394@yexl-desktop.
These 2 patches make tsimpleinj.c delivered in mce-test test suite pass.

  [build8:~/mce-test-official/cases/function/hwpoison]$ ./tsimpleinj
  dirty page 0x7f657aecb000
  signal 7 code 4 addr 0x7f657aecb000
  recovered
  mlocked page 0x7f657aeca000
  signal 7 code 4 addr 0x7f657aeca000
  recovered
  clean file page 0x7f657aec9000
  23
  recovered
  file dirty page 0x7f657aec8000
  signal 7 code 4 addr 0x7f657aec8000
  recovered
  no error on msync expect error
  no error on fsync expect error
  hole file dirty page 0x7f657aec7000
  signal 7 code 4 addr 0x7f657aec7000
  recovered
  no error on hole msync expect error
  no error on hole fsync expect error
  SUCCESS

I'm digging another similar issue for hugetlb pages, which need some more
research and code, so I'll send it separately later.

Thanks,
Naoya Horiguchi
---
Summary:

Naoya Horiguchi (2):
      mm: hwpoison: call shake_page() unconditionally
      mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page

 mm/hwpoison-inject.c |  3 +--
 mm/memory-failure.c  | 35 +++++++++++++++++++----------------
 2 files changed, 20 insertions(+), 18 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ