Re: Linux 2.6.16-rc3

From: Jan Dittmer
Date: Mon Feb 13 2006 - 03:45:04 EST


Linus Torvalds wrote:
The most user-visible one (eventually) is the unshare() system call, which glibc wanted. Along with some fixes for fstatat() (use the proper 64-bit interfaces, not the "newer old" one).

This breaks compilation on 3 archs compared to -rc2:

- mips: broke
AR arch/mips/lib-32/lib.a
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
arch/mips/kernel/built-in.o(.text+0x9820): In function `einval':
/usr/src/ctest/rc/kernel/arch/mips/kernel/scall32-o32.S: undefined reference to `sys_newfstatat'
make[1]: *** [.tmp_vmlinux1] Error 1
make: *** [cdbuilddir] Error 2


Details: http://l4x.org/k/?d=10888

- sparc: broke
SYSMAP System.map
SYSMAP .tmp_System.map
HOSTCC arch/sparc/boot/btfixupprep
BTFIX arch/sparc/boot/btfix.S
AS arch/sparc/boot/btfix.o
LD arch/sparc/boot/image
arch/sparc/kernel/built-in.o(.data+0x794): In function `sys_call_table':
: undefined reference to `sys_newfstatat'
make[2]: *** [arch/sparc/boot/image] Error 1
make[1]: *** [image] Error 2
make: *** [cdbuilddir] Error 2


Details: http://l4x.org/k/?d=10897

- sparc64: broke
AR arch/sparc64/lib/lib.a
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
arch/sparc64/kernel/head.o(.text+0xe78): In function `sys_call_table':
/usr/src/ctest/rc/kernel/arch/sparc64/kernel/head.S: undefined reference to `sys_newfstatat'
make[1]: *** [.tmp_vmlinux1] Error 1
make: *** [cdbuilddir] Error 2


Details: http://l4x.org/k/?d=10898

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