[PATCH linux-next v2 0/2] ksm: fix exec/fork inheritance

xu.xin16@zte.com.cn posted 2 patches 2 months, 1 week ago
include/linux/ksm.h                           |  4 +-
mm/ksm.c                                      | 20 ++++++-
.../selftests/mm/ksm_functional_tests.c       | 57 +++++++++++++++++++
3 files changed, 76 insertions(+), 5 deletions(-)
[PATCH linux-next v2 0/2] ksm: fix exec/fork inheritance
Posted by xu.xin16@zte.com.cn 2 months, 1 week ago
From: xu xin <xu.xin16@zte.com.cn>

This series aim to fix exec/fork inheritance. See the detailed description
of issue at the following patch.

PATCH 1: the patch to fix the issue.
PATCH 2: a reproduce program or testcase.

xu xin (2):
  mm/ksm: fix exec/fork inheritance support for prctl
  selftests: update ksm inheritation tests for prctl fork/exec

 include/linux/ksm.h                           |  4 +-
 mm/ksm.c                                      | 20 ++++++-
 .../selftests/mm/ksm_functional_tests.c       | 57 +++++++++++++++++++
 3 files changed, 76 insertions(+), 5 deletions(-)

-- 
2.25.1