[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220124025205.329752-1-liupeng256@huawei.com>
Date: Mon, 24 Jan 2022 02:52:02 +0000
From: Peng Liu <liupeng256@...wei.com>
To: <glider@...gle.com>, <elver@...gle.com>, <dvyukov@...gle.com>,
<corbet@....net>, <sumit.semwal@...aro.org>,
<christian.koenig@....com>, <akpm@...ux-foundation.org>
CC: <kasan-dev@...glegroups.com>, <linux-doc@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linaro-mm-sig@...ts.linaro.org>,
<linux-mm@...ck.org>, <liupeng256@...wei.com>
Subject: [PATCH RFC 0/3] Add a module parameter to adjust kfence objects
This series make KFENCE to be more convenient to adjust parameters in
not only debug process but also production situations. In different
production and development stage, the demands of memory and CPU
limitations for KFENCE is quite different. In order to satisfy these
demands with a uniform kernel release, dynamically adjust KFENCE
parameters is needed.
Signed-off-by: Peng Liu <liupeng256@...wei.com>
Peng Liu (3):
kfence: Add a module parameter to adjust kfence objects
kfence: Optimize branches prediction when sample interval is zero
kfence: Make test case compatible with run time set sample interval
Documentation/dev-tools/kfence.rst | 14 ++--
include/linux/kfence.h | 10 ++-
mm/kfence/core.c | 113 ++++++++++++++++++++++++-----
mm/kfence/kfence.h | 2 +-
mm/kfence/kfence_test.c | 10 +--
5 files changed, 116 insertions(+), 33 deletions(-)
--
2.18.0.huawei.25
Powered by blists - more mailing lists