LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Igor Stoppa <igor.stoppa@gmail.com>
To: Randy Dunlap <rdunlap@infradead.org>,
mhocko@kernel.org, akpm@linux-foundation.org,
keescook@chromium.org, linux-mm@kvack.org,
kernel-hardening@lists.openwall.com,
linux-security-module@vger.kernel.org
Cc: willy@infradead.org, labbott@redhat.com,
linux-kernel@vger.kernel.org, igor.stoppa@huawei.com
Subject: Re: [PATCH 3/3] genalloc: selftest
Date: Mon, 30 Apr 2018 02:39:53 +0400 [thread overview]
Message-ID: <649d5e8a-6a5a-01c0-d261-c303cf8137fb@gmail.com> (raw)
In-Reply-To: <01ec5680-b1de-5473-f32b-89729d9fcc70@infradead.org>
On 29/04/18 07:36, Randy Dunlap wrote:
> On 04/28/2018 07:45 PM, Igor Stoppa wrote:
[...]
>> + test_genalloc();
>
> Is there a stub for test_genalloc() when its config option is not enabled?
> I don't see it.
I failed to add to the patch include/linux/test_genalloc.h :-/
That's where the stub is hiding.
>> diff --git a/lib/Kconfig b/lib/Kconfig
>> index 09565d779324..2bf89af50728 100644
>> --- a/lib/Kconfig
>> +++ b/lib/Kconfig
>> @@ -303,6 +303,21 @@ config DECOMPRESS_LZ4
>> config GENERIC_ALLOCATOR
>> bool
>>
>
> These TEST_ kconfig symbols should be in lib/Kconfig.debug, not lib/Kconfig.
ok, I will fix it
>> +config TEST_GENERIC_ALLOCATOR
>> + bool "genalloc tester"
>> + default n
>> + select GENERIC_ALLOCATOR
>
> This should depend on GENERIC_ALLOCATOR, not select it.
>
> See TEST_PARMAN, TEST_BPF, TEST_FIRMWARE, TEST_SYSCTL, TEST_DEBUG_VIRTUAL
> in lib/Kconfig.debug.
I was actually wondering about this.
The dependency I came up with allows to perform the test even if nothing
is selecting genalloc, but ok, if this is how it is done, I'll adjust to
it.
>> + help
>> + Enable automated testing of the generic allocator.
>> + The testing is primarily for the tracking of allocated space.
>> +
>> +config TEST_GENERIC_ALLOCATOR_VERBOSE
>> + bool "make the genalloc tester more verbose"
>> + default n
>> + select TEST_GENERIC_ALLOCATOR
>
> depends on TEST_GENERIC_ALLOCATOR
ok
[...]
>> + * guarranteed; allowing the boot to continue means risking to corrupt
>
> guaranteed;
hmmm
--
thanks, igor
next prev parent reply other threads:[~2018-04-29 22:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-29 2:45 [PATCH 0/3] linux-next: mm: hardening: Track genalloc allocations Igor Stoppa
2018-04-29 2:45 ` [PATCH 1/3] genalloc: track beginning of allocations Igor Stoppa
2018-04-29 2:45 ` [PATCH 2/3] Add label and license to genalloc.rst Igor Stoppa
2018-04-29 2:45 ` [PATCH 3/3] genalloc: selftest Igor Stoppa
2018-04-29 3:36 ` Randy Dunlap
2018-04-29 22:39 ` Igor Stoppa [this message]
2018-04-30 2:14 ` kbuild test robot
2018-04-30 4:04 ` kbuild test robot
2018-04-29 3:09 ` [PATCH 0/3] linux-next: mm: hardening: Track genalloc allocations Matthew Wilcox
2018-04-29 16:39 ` Igor Stoppa
2018-04-29 16:41 ` Igor Stoppa
2018-05-02 1:05 [PATCH 0/3 v2] linux-next: mm: " Igor Stoppa
2018-05-02 1:05 ` [PATCH 3/3] genalloc: selftest Igor Stoppa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=649d5e8a-6a5a-01c0-d261-c303cf8137fb@gmail.com \
--to=igor.stoppa@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=igor.stoppa@huawei.com \
--cc=keescook@chromium.org \
--cc=kernel-hardening@lists.openwall.com \
--cc=labbott@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-security-module@vger.kernel.org \
--cc=mhocko@kernel.org \
--cc=rdunlap@infradead.org \
--cc=willy@infradead.org \
--subject='Re: [PATCH 3/3] genalloc: selftest' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).