Re: [Git pull] arch/x86 updates

2007-10-19 Thread Ingo Molnar
* Linus Torvalds <[EMAIL PROTECTED]> wrote: > On Fri, 19 Oct 2007, Thomas Gleixner wrote: > > > > Pavel Emelyanov (1): > > i386: consolidate show_regs and show_registers for i386 > > While I think this is good otherwise, why does it do > > printk(".. comm: %.*s .." >

Re: [Git pull] arch/x86 updates

2007-10-19 Thread Thomas Gleixner
On Fri, 19 Oct 2007, Linus Torvalds wrote: >> > > Pavel Emelyanov (1): > > i386: consolidate show_regs and show_registers for i386 > > While I think this is good otherwise, why does it do > > printk(".. comm: %.*s .." > TASK_COMM_LEN, current->comm, > > instead of just

Re: [Git pull] arch/x86 updates

2007-10-19 Thread Linus Torvalds
On Fri, 19 Oct 2007, Thomas Gleixner wrote: > > Pavel Emelyanov (1): > i386: consolidate show_regs and show_registers for i386 While I think this is good otherwise, why does it do printk(".. comm: %.*s .." TASK_COMM_LEN, current->comm, instead of just using "%s"

[Git pull] arch/x86 updates

2007-10-19 Thread Thomas Gleixner
Linus, please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86.git This tree contains - another chunk of the -mm/ak pending patches - some unification patches - merge fallout fixups - bugfixes fallout from automated testing - trivial cleanups A full log, includ

[Git pull] arch/x86 updates

2007-10-17 Thread Thomas Gleixner
Linus, please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86.git This tree contains a - couple of fixups for the x86 merge fallout - ~80 patches from -mm and ak - the first chunk of cleanups We have still ~20 patches pending, which we need to review in depth.