This fixes a long standing memory corruption on bootup issue effecting several sparc64 machines, due to an improper definition of VMEMMAP_SIZE. So if you had physical memory past a certain point we're overwrite past the end of an array and spam random data section stuff. Also, get RSC/LOM serial consoles working properly. Please pull, thanks a lot! The following changes since commit a8a8a669ea13d792296737505adc43ccacf3a648: Linus Torvalds (1): Merge branch 'i2c-pnx-fixes' of git://git.fluff.org/bjdooks/linux are available in the git repository at: master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git master David S. Miller (7): sparc64: Fix definition of VMEMMAP_SIZE. sunsab: Do not set sunsab_reg.cons right before registering minors. sunsu: Fix detection of SU ports which are RSC console or control. serial: suncore: Add 'ignore_line' argument to sunserial_console_match(). serial: suncore: Fix RSC/LOM handling in sunserial_console_termios(). sunsu: Pass true 'ignore_line' to console match when RSC or LOM console. sunsu: Use sunserial_console_termios() in sunsu_console_setup(). arch/sparc/mm/init_64.h | 2 +- drivers/serial/suncore.c | 37 ++++++++++++++++++++----------------- drivers/serial/suncore.h | 5 +++-- drivers/serial/sunhv.c | 2 +- drivers/serial/sunsab.c | 9 +++++---- drivers/serial/sunsu.c | 36 ++++++++++++++++++++++++++++-------- drivers/serial/sunzilog.c | 8 +++++--- 7 files changed, 63 insertions(+), 36 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html