Hi all, After merging the final tree, today's linux-next build (sparc32 defconfig) failed like this: drivers/tty/vt/keyboard.c: In function 'vt_do_diacrit': drivers/tty/vt/keyboard.c:1500:3: error: implicit declaration of function 'put_user' [-Werror=implicit-function-declaration] drivers/tty/vt/keyboard.c:1502:3: error: implicit declaration of function 'copy_to_user' [-Werror=implicit-function-declaration] drivers/tty/vt/keyboard.c:1545:3: error: implicit declaration of function 'get_user' [-Werror=implicit-function-declaration] drivers/tty/vt/keyboard.c:1556:4: error: implicit declaration of function 'copy_from_user' [-Werror=implicit-function-declaration] Caused by commit 247ff8e610cb ("vt: lock the accent table") from the tty tree. I have reverted that patch for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au