Re: [GIT pull] x86 updates for 2.6.24

Previous thread: [PATCH] fs: use list_for_each_entry_reverse and kill sb_entry by Akinobu Mita on Saturday, November 17, 2007 - 10:33 am. (1 message)

Next thread: Bogus PCI vendor ID by Kai Ruhnau on Saturday, November 17, 2007 - 11:59 am. (9 messages)
To: Linus Torvalds <torvalds@...>
Cc: LKML <linux-kernel@...>, Ingo Molnar <mingo@...>, H. Peter Anvin <hpa@...>
Date: Saturday, November 17, 2007 - 11:34 am

Linus,

please pull x86 updates for 2.6.24 from:

ssh://master.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git master

Thanks,

tglx

Andreas Herrmann (2):
x86: fix cpu-hotplug regression
x86: show cpuinfo only for online CPUs

David P. Reed (3):
ntp: fix typo that makes sync_cmos_clock erratic
x86: fix freeze in x86_64 RTC update code in time_64.c
x86: on x86_64, correct reading of PC RTC when update in progress in time_64.c

Denys (1):
x86: reboot fixup for wrap2c board

Ingo Molnar (1):
x86: ignore the sys_getcpu() tcache parameter

Randy Dunlap (3):
x86: fix voyager_cat_init section
x86: fix smp init sections
x86: voyager use correct header file name

Thomas Gleixner (4):
x86: fix bogus memcpy in es7000_check_dsdt()
x86: fixup cpu_info array conversion
Remove x86 merge artifact from top Makefile
x86: add hpet sanity checks

Truxton Fulton (1):
x86: fix reboot with no keyboard attached

Yinghai Lu (1):
x86: check boundary in count setup resource

Makefile | 7 +----
arch/x86/kernel/acpi/boot.c | 32 +++++++++++++++++++++
arch/x86/kernel/cpu/mcheck/mce_64.c | 2 +-
arch/x86/kernel/cpu/proc.c | 8 ++---
arch/x86/kernel/reboot_fixups_32.c | 1 +
arch/x86/kernel/setup_64.c | 9 ++----
arch/x86/kernel/time_64.c | 41 +++++++++++++++-------------
arch/x86/mach-voyager/voyager_cat.c | 2 +-
arch/x86/mach-voyager/voyager_smp.c | 4 +-
arch/x86/pci/acpi.c | 6 ++++
arch/x86/vdso/vgetcpu.c | 19 +-----------
include/asm-x86/mach-default/mach_reboot.h | 2 +-
include/asm-x86/mach-es7000/mach_mpparse.h | 6 ++--
include/asm-x86/mach-voyager/setup_arch.h | 2 +-
kernel/sys.c | 20 +-------------
kernel/time/ntp.c ...

To: Linus Torvalds <torvalds@...>
Cc: LKML <linux-kernel@...>, Ingo Molnar <mingo@...>, H. Peter Anvin <hpa@...>
Date: Saturday, November 17, 2007 - 12:24 pm

FYI,

Just added Sam's latest fix for the x86 build mechanism on top of the patches below.

Thanks,
-

To: Thomas Gleixner <tglx@...>
Cc: LKML <linux-kernel@...>, Ingo Molnar <mingo@...>, H. Peter Anvin <hpa@...>
Date: Saturday, November 17, 2007 - 12:40 pm

Heh. I applied it just before pulling, so it's there twice. Git obviously
then merged it without problems, so I didn't even notice until you
mentioned it (because the diffstat matched your original diffstat due to
the new commit you added not actually causing any differences ;)

Linus
-

To: Thomas Gleixner <tglx@...>
Cc: LKML <linux-kernel@...>, Ingo Molnar <mingo@...>, H. Peter Anvin <hpa@...>
Date: Saturday, November 17, 2007 - 12:41 pm

.. btw, Thomas, you forgot to add your sign-off to your version.

Linus
-

Previous thread: [PATCH] fs: use list_for_each_entry_reverse and kill sb_entry by Akinobu Mita on Saturday, November 17, 2007 - 10:33 am. (1 message)

Next thread: Bogus PCI vendor ID by Kai Ruhnau on Saturday, November 17, 2007 - 11:59 am. (9 messages)