lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 27 May 2013 18:09:51 +0800
From:	Chen Gang <gang.chen@...anux.com>
To:	Catalin Marinas <Catalin.Marinas@....com>,
	Will Deacon <will.deacon@....com>,
	Tony Lindgren <tony@...mide.com>,
	"olof@...om.net" <olof@...om.net>,
	Santosh Shilimkar <santosh.shilimkar@...com>,
	"nico@...aro.org" <nico@...aro.org>
CC:	"linux-arm-kernel@...ts.infradead.org" 
	<linux-arm-kernel@...ts.infradead.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Linux-Arch <linux-arch@...r.kernel.org>
Subject: Re: [PATCH] arm64: kernel: compiling issue, need 'EXPORT_SYMBOL(clear_page)'


Oh, thanks, it is already applied, just now.

It seems I need a little patience. :-)


Thanks

On 05/27/2013 06:04 PM, Chen Gang wrote:
> Hello Maintainers:
> 
> Please help check this patch whether OK, when you have time.
> 
> 
> Thanks.
> 
> On 05/20/2013 03:12 PM, Chen Gang wrote:
>>
>> Need 'EXPORT_SYMBOL(clear_page)' if building with allmodconfig.
>>
>> The related errors:
>>   ERROR: "clear_page" [fs/ocfs2/dlm/ocfs2_dlm.ko] undefined!
>>   ERROR: "clear_page" [fs/ntfs/ntfs.ko] undefined!
>>   ERROR: "clear_page" [fs/gfs2/gfs2.ko] undefined!
>>   ERROR: "clear_page" [fs/fuse/fuse.ko] undefined!
>>   ERROR: "clear_page" [fs/ext3/ext3.ko] undefined!
>>   ERROR: "clear_page" [fs/ext2/ext2.ko] undefined!
>>   ERROR: "clear_page" [fs/exofs/libore.ko] undefined!
>>   ERROR: "clear_page" [fs/exofs/exofs.ko] undefined!
>>   ERROR: "clear_page" [drivers/block/brd.ko] undefined!
>>
>>
>> Signed-off-by: Chen Gang <gang.chen@...anux.com>
>> ---
>>  arch/arm64/kernel/arm64ksyms.c |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm64/kernel/arm64ksyms.c b/arch/arm64/kernel/arm64ksyms.c
>> index 7df1aad..41b4f62 100644
>> --- a/arch/arm64/kernel/arm64ksyms.c
>> +++ b/arch/arm64/kernel/arm64ksyms.c
>> @@ -34,6 +34,7 @@ EXPORT_SYMBOL(__strnlen_user);
>>  EXPORT_SYMBOL(__strncpy_from_user);
>>  
>>  EXPORT_SYMBOL(copy_page);
>> +EXPORT_SYMBOL(clear_page);
>>  
>>  EXPORT_SYMBOL(__copy_from_user);
>>  EXPORT_SYMBOL(__copy_to_user);
>>
> 
> 


-- 
Chen Gang

Asianux Corporation
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ