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] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 21 Nov 2007 13:49:32 +0100
From:	Rene Herman <rene.herman@...access.nl>
To:	Andrew Morton <akpm@...ux-foundation.org>
CC:	KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>,
	linux-kernel@...r.kernel.org
Subject: Re: 2.6.24-rc3-mm1

On 21-11-07 07:08, Andrew Morton wrote:

>> fix (for my config ?) is attached.
>>
>> =
>> This was necessary to build.
>>
>> Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
>>
>>  arch/ia64/lib/Makefile |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> Index: linux-2.6.24-rc3-mm1/arch/ia64/lib/Makefile
>> ===================================================================
>> --- linux-2.6.24-rc3-mm1.orig/arch/ia64/lib/Makefile
>> +++ linux-2.6.24-rc3-mm1/arch/ia64/lib/Makefile
>> @@ -2,7 +2,7 @@
>>  # Makefile for ia64-specific library routines..
>>  #
>>  
>> -obj-y := io.o copy_page-export.o
>> +obj-y := io.o
>>  
>>  lib-y := __divsi3.o __udivsi3.o __modsi3.o __umodsi3.o			\
>>  	__divdi3.o __udivdi3.o __moddi3.o __umoddi3.o			\
> 
> erp.  Actually, it should be this:
> 
> --- a/arch/ia64/lib/Makefile~ia64-export-copy_page-to-modules-fix-fix
> +++ a/arch/ia64/lib/Makefile
> @@ -2,7 +2,7 @@
>  # Makefile for ia64-specific library routines..
>  #
>  
> -obj-y := io.o copy_page-export.o
> +obj-y := io.o
>  
>  lib-y := __divsi3.o __udivsi3.o __modsi3.o __umodsi3.o			\
>  	__divdi3.o __udivdi3.o __moddi3.o __umoddi3.o			\

Devil's in the invisible details? :-?

Rene.

-
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