Re: [PATCH V2 2/2] mm/pgtable/debug: Add test validating architecture page table helpers
From: Kirill A. Shutemov
Date: Thu Sep 12 2019 - 07:00:20 EST
On Thu, Sep 12, 2019 at 11:32:53AM +0530, Anshuman Khandual wrote:
> +MODULE_LICENSE("GPL v2");
> +MODULE_AUTHOR("Anshuman Khandual <anshuman.khandual@xxxxxxx>");
> +MODULE_DESCRIPTION("Test architecture page table helpers");
It's not module. Why?
BTW, I think we should make all code here __init (or it's variants) so it
can be discarded on boot. It has not use after that.
--
Kirill A. Shutemov