Re: [PATCH v11 1/7] mm: ksm: Export ksm_madvise()
From: Bharata B Rao <hidden>
Date: 2019-11-25 03:10:14
Also in:
linux-mm
From: Bharata B Rao <hidden>
Date: 2019-11-25 03:10:14
Also in:
linux-mm
On Mon, Nov 25, 2019 at 08:36:25AM +0530, Bharata B Rao wrote:
On PEF-enabled POWER platforms that support running of secure guests, secure pages of the guest are represented by device private pages in the host. Such pages needn't participate in KSM merging. This is achieved by using ksm_madvise() call which need to be exported since KVM PPC can be a kernel module. Signed-off-by: Bharata B Rao <redacted> Acked-by: Paul Mackerras <redacted> Cc: Andrea Arcangeli <redacted> Cc: Hugh Dickins <hughd@google.com>
Just want to point out that I observe a kernel crash when KSM is dealing with device private pages. More details about the crash here: https://lore.kernel.org/linuxppc-dev/20191115141006.GA21409@in.ibm.com/ (local) Regards, Bharata.