linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: 2.6.23-rc3-mm1
       [not found] ` <46CF695D.1020008@imap.cc>
@ 2007-08-25  0:07   ` Andrew Morton
  2007-08-25  0:13     ` 2.6.23-rc3-mm1 Pallipadi, Venkatesh
                       ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Andrew Morton @ 2007-08-25  0:07 UTC (permalink / raw)
  To: Tilman Schmidt
  Cc: linux-kernel, Thomas Gleixner, john stultz, Andi Kleen, Len Brown,
	linux-acpi, Dave Jones, Thomas Renninger, Venkatesh Pallipadi

On Sat, 25 Aug 2007 01:27:25 +0200
Tilman Schmidt <tilman@imap.cc> wrote:

> Am 22.08.2007 11:06 schrieb Andrew Morton:
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc3/2.6.23-rc3-mm1/
> 
> After applying Matthew Wilcox' patch to include/linux/isa.h

which patch is that?

> this compiles
> and boots on my Intel/openSUSE 10.2 test machine but throws out the
> following messages I don't remember ever seeing with other kernels:
> 
> - on console early during boot, also in SuSE's /var/log/boot.msg:
> 
> your system time is not correct:
> Wed Jul 13 13:15:31 UTC 1910
> setting system time to:
> Tue Jul 24 00:00:00 UTC 2007

What architecture?

if x86_64 then perhaps something went wrong with the old x86_64 dynticks
leftovers which were in rc3-mm1.  I've just merged a shiny fresh new series
so perhaps things there got fixed.  Please retest next -mm.

Suitable cc's added.

> - later, dto. on console and in /var/log/boot.msg:
> 
> FATAL: Error inserting processor (/lib/modules/2.6.23-rc3-mm1-testing/kernel/drivers/acpi/processor.ko): Input/output error
> WARNING: Error inserting processor (/lib/modules/2.6.23-rc3-mm1-testing/kernel/drivers/acpi/processor.ko): Input/output error
> FATAL: Error inserting thermal (/lib/modules/2.6.23-rc3-mm1-testing/kernel/drivers/acpi/thermal.ko): Unknown symbol in module, or unknown parameter (see dmesg)
> 
> - apparently corresponding to that, in dmesg:
> 
> <4>[    7.691865] thermal: Unknown symbol acpi_processor_set_thermal_limit

acpi cc's added

> - from fsck during boot:
> 
> /dev/system/root: Superblock last mount time is in the future.  FIXED.
> /dev/system/root: Superblock last write time is in the future.  FIXED.

Presumably related to the time problem.

> - in /var/log/warn:
> 
> Aug 25 00:44:00 xenon powersaved[5356]: WARNING (CpufreqManagement:51) No capability cpufreq_control
> Aug 25 00:44:00 xenon powersaved[5356]: WARNING (CpufreqManagement:51) No capability cpufreq_control

Dunno, there're some significant-looking cpufreq changes in there, such as
cpufreq-allow-ondemand-and-conservative-cpufreq-governors-to-be-used-as-default.patch.
Maybe we went and chose a different governor for you?

Perhaps it would be helpful if you could do a 

	diff -u dmesg-2.6.23-rc3 dmesg-2.6.26-rc3-mm1

?


> And the SUSE startup sequence displays "failed" for the acpid daemon.
> So it seems there is some strangeness wrt to system time and power
> management. I don't have the time to bisect this right now, but
> wanted to let you know anyway.
> 
> Apart from that, the kernel seems to work fine.

OK, thanks.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* RE: 2.6.23-rc3-mm1
  2007-08-25  0:07   ` 2.6.23-rc3-mm1 Andrew Morton
@ 2007-08-25  0:13     ` Pallipadi, Venkatesh
  2007-08-25  0:38       ` 2.6.23-rc3-mm1 Pallipadi, Venkatesh
  2007-08-25  0:14     ` 2.6.23-rc3-mm1 Dave Jones
                       ` (2 subsequent siblings)
  3 siblings, 1 reply; 17+ messages in thread
From: Pallipadi, Venkatesh @ 2007-08-25  0:13 UTC (permalink / raw)
  To: Andrew Morton, Tilman Schmidt
  Cc: linux-kernel, Thomas Gleixner, john stultz, Andi Kleen, Len Brown,
	linux-acpi, Dave Jones, Thomas Renninger

 
>> - in /var/log/warn:
>> 
>> Aug 25 00:44:00 xenon powersaved[5356]: WARNING 
>(CpufreqManagement:51) No capability cpufreq_control
>> Aug 25 00:44:00 xenon powersaved[5356]: WARNING 
>(CpufreqManagement:51) No capability cpufreq_control
>
>Dunno, there're some significant-looking cpufreq changes in 
>there, such as
>cpufreq-allow-ondemand-and-conservative-cpufreq-governors-to-be
>-used-as-default.patch.
>Maybe we went and chose a different governor for you?
>

This is probably not related to cpufreq changes itself. Looks like it is
coming due to

>> FATAL: Error inserting processor 
>(/lib/modules/2.6.23-rc3-mm1-testing/kernel/drivers/acpi/proces
>sor.ko): Input/output error
>> WARNING: Error inserting processor 
>(/lib/modules/2.6.23-rc3-mm1-testing/kernel/drivers/acpi/proces
>sor.ko): Input/output error

Not sure why this is failing though. Don't recall any significant
changes in processor.ko recently apart from CPUIDLE stuff.

Thanks,
Venki

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 2.6.23-rc3-mm1
  2007-08-25  0:07   ` 2.6.23-rc3-mm1 Andrew Morton
  2007-08-25  0:13     ` 2.6.23-rc3-mm1 Pallipadi, Venkatesh
@ 2007-08-25  0:14     ` Dave Jones
  2007-08-25  0:21     ` 2.6.23-rc3-mm1 john stultz
  2007-08-25  0:47     ` 2.6.23-rc3-mm1 Tilman Schmidt
  3 siblings, 0 replies; 17+ messages in thread
From: Dave Jones @ 2007-08-25  0:14 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Tilman Schmidt, linux-kernel, Thomas Gleixner, john stultz,
	Andi Kleen, Len Brown, linux-acpi, Thomas Renninger,
	Venkatesh Pallipadi

On Fri, Aug 24, 2007 at 05:07:02PM -0700, Andrew Morton wrote:

 > > FATAL: Error inserting processor (/lib/modules/2.6.23-rc3-mm1-testing/kernel/drivers/acpi/processor.ko): Input/output error
 > > WARNING: Error inserting processor (/lib/modules/2.6.23-rc3-mm1-testing/kernel/drivers/acpi/processor.ko): Input/output error
 > > 
 > > Aug 25 00:44:00 xenon powersaved[5356]: WARNING (CpufreqManagement:51) No capability cpufreq_control
 > > Aug 25 00:44:00 xenon powersaved[5356]: WARNING (CpufreqManagement:51) No capability cpufreq_control
 > 
 > Dunno, there're some significant-looking cpufreq changes in there, such as
 > cpufreq-allow-ondemand-and-conservative-cpufreq-governors-to-be-used-as-default.patch.
 > Maybe we went and chose a different governor for you?
 
More likely, he was using a cpufreq driver that required acpi
functionality, and because processor.ko went boom, the house of cards
came tumbling down.

I long for the olde days when acpi changes didn't end up with
finger pointing at cpufreq.

	Dave

-- 
http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 2.6.23-rc3-mm1
  2007-08-25  0:07   ` 2.6.23-rc3-mm1 Andrew Morton
  2007-08-25  0:13     ` 2.6.23-rc3-mm1 Pallipadi, Venkatesh
  2007-08-25  0:14     ` 2.6.23-rc3-mm1 Dave Jones
@ 2007-08-25  0:21     ` john stultz
  2007-08-25 22:39       ` 2.6.23-rc3-mm1 Tilman Schmidt
  2007-08-25  0:47     ` 2.6.23-rc3-mm1 Tilman Schmidt
  3 siblings, 1 reply; 17+ messages in thread
From: john stultz @ 2007-08-25  0:21 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Tilman Schmidt, linux-kernel, Thomas Gleixner, Andi Kleen,
	Len Brown, linux-acpi, Dave Jones, Thomas Renninger,
	Venkatesh Pallipadi

On Fri, 2007-08-24 at 17:07 -0700, Andrew Morton wrote:
> On Sat, 25 Aug 2007 01:27:25 +0200
> Tilman Schmidt <tilman@imap.cc> wrote:
> 
> > Am 22.08.2007 11:06 schrieb Andrew Morton:
> > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc3/2.6.23-rc3-mm1/
> > 
> > After applying Matthew Wilcox' patch to include/linux/isa.h
> 
> which patch is that?
> 
> > this compiles
> > and boots on my Intel/openSUSE 10.2 test machine but throws out the
> > following messages I don't remember ever seeing with other kernels:
> > 
> > - on console early during boot, also in SuSE's /var/log/boot.msg:
> > 
> > your system time is not correct:
> > Wed Jul 13 13:15:31 UTC 1910
> > setting system time to:
> > Tue Jul 24 00:00:00 UTC 2007

Hrmm. I'm not super familiar w/ SuSE's init scripts, but I'm guessing
that's the ntpdate call. And "Tuesday Jul 24th"? Sounds about a month
off, is this just stale info?


> What architecture?
> 
> if x86_64 then perhaps something went wrong with the old x86_64 dynticks
> leftovers which were in rc3-mm1.  I've just merged a shiny fresh new series
> so perhaps things there got fixed.  Please retest next -mm.
> 
[snip]
> > - from fsck during boot:
> > 
> > /dev/system/root: Superblock last mount time is in the future.  FIXED.
> > /dev/system/root: Superblock last write time is in the future.  FIXED.
> 
> Presumably related to the time problem.


Does this show up before or after the above date stuff? 
Does the issue go away using an older kernel (I want to eliminate easy
stuff like CMOS batteries giving up)?

Also you're not using Linus' CMOS corrupting suspend/resume debugging
trick, right (I'm forgetting the CONFIG name).

thanks
-john



^ permalink raw reply	[flat|nested] 17+ messages in thread

* RE: 2.6.23-rc3-mm1
  2007-08-25  0:13     ` 2.6.23-rc3-mm1 Pallipadi, Venkatesh
@ 2007-08-25  0:38       ` Pallipadi, Venkatesh
  2007-08-25 23:26         ` 2.6.23-rc3-mm1 Tilman Schmidt
  0 siblings, 1 reply; 17+ messages in thread
From: Pallipadi, Venkatesh @ 2007-08-25  0:38 UTC (permalink / raw)
  To: Andrew Morton, Tilman Schmidt
  Cc: linux-kernel, Thomas Gleixner, john stultz, Andi Kleen, Len Brown,
	linux-acpi, Dave Jones, Thomas Renninger, Adam Belay

 

>-----Original Message-----
>From: linux-acpi-owner@vger.kernel.org 
>[mailto:linux-acpi-owner@vger.kernel.org] On Behalf Of 
>Pallipadi, Venkatesh
>Sent: Friday, August 24, 2007 5:14 PM
>To: Andrew Morton; Tilman Schmidt
>Cc: linux-kernel@vger.kernel.org; Thomas Gleixner; john 
>stultz; Andi Kleen; Len Brown; linux-acpi@vger.kernel.org; 
>Dave Jones; Thomas Renninger
>Subject: RE: 2.6.23-rc3-mm1
>
> 
>>> - in /var/log/warn:
>>> 
>>> Aug 25 00:44:00 xenon powersaved[5356]: WARNING 
>>(CpufreqManagement:51) No capability cpufreq_control
>>> Aug 25 00:44:00 xenon powersaved[5356]: WARNING 
>>(CpufreqManagement:51) No capability cpufreq_control
>>
>>Dunno, there're some significant-looking cpufreq changes in 
>>there, such as
>>cpufreq-allow-ondemand-and-conservative-cpufreq-governors-to-be
>>-used-as-default.patch.
>>Maybe we went and chose a different governor for you?
>>
>
>This is probably not related to cpufreq changes itself. Looks 
>like it is
>coming due to
>
>>> FATAL: Error inserting processor 
>>(/lib/modules/2.6.23-rc3-mm1-testing/kernel/drivers/acpi/proces
>>sor.ko): Input/output error
>>> WARNING: Error inserting processor 
>>(/lib/modules/2.6.23-rc3-mm1-testing/kernel/drivers/acpi/proces
>>sor.ko): Input/output error
>
>Not sure why this is failing though. Don't recall any significant
>changes in processor.ko recently apart from CPUIDLE stuff.
>

This is indeed related to CPUIDLE.

Tilman: Can you configure CONFIG_CPU_IDLE in your config (under Power
Management option) and double check that the frequency part works after
that.

Andrew: Adam Belay sent a recent patchset on linux-pm and linux-acpi and
one of the patches of that addresses this issue (CPUIDLE: load ACPI
properly when CPUIDLE is disabled). Those patches should come to mm soon
through acpi-test.

Thanks,
Venki

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 2.6.23-rc3-mm1
  2007-08-25  0:07   ` 2.6.23-rc3-mm1 Andrew Morton
                       ` (2 preceding siblings ...)
  2007-08-25  0:21     ` 2.6.23-rc3-mm1 john stultz
@ 2007-08-25  0:47     ` Tilman Schmidt
  2007-08-25  3:30       ` 2.6.23-rc3-mm1 Andrew Morton
  3 siblings, 1 reply; 17+ messages in thread
From: Tilman Schmidt @ 2007-08-25  0:47 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-kernel, Thomas Gleixner, john stultz, Andi Kleen, Len Brown,
	linux-acpi, Dave Jones, Thomas Renninger, Venkatesh Pallipadi


[-- Attachment #1.1: Type: text/plain, Size: 2248 bytes --]

Am 25.08.2007 02:07 schrieb Andrew Morton:
> On Sat, 25 Aug 2007 01:27:25 +0200
> Tilman Schmidt <tilman@imap.cc> wrote:
> 
>> Am 22.08.2007 11:06 schrieb Andrew Morton:
>>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc3/2.6.23-rc3-mm1/

>> After applying Matthew Wilcox' patch to include/linux/isa.h
> 
> which patch is that?

The one allowing drivers/scsi/advansys.c to compile with CONFIG_ISA=n:

Date: 	Wed, 22 Aug 2007 10:28:02 -0600
From: Matthew Wilcox <matthew@wil.cx>
Subject: Re: drivers/scsi/advansys.c - ld error ( Re: 2.6.23-rc3-mm1 )
Message-ID: <20070822162802.GJ9163@parisc-linux.org>

When CONFIG_ISA is disabled, the isa_driver support will not be compiled
in.  Define stubs so that we don't get link-time errors.

>> this compiles
>> and boots on my Intel/openSUSE 10.2 test machine but throws out the
>> following messages I don't remember ever seeing with other kernels:
>>
>> - on console early during boot, also in SuSE's /var/log/boot.msg:
>>
>> your system time is not correct:
>> Wed Jul 13 13:15:31 UTC 1910
>> setting system time to:
>> Tue Jul 24 00:00:00 UTC 2007
> 
> What architecture?

i386. The machine is a Pentium D 940 which would be x86_64 capable,
but I'm still running 32 bit kernels on it.

> if x86_64 then perhaps something went wrong with the old x86_64 dynticks
> leftovers which were in rc3-mm1.  I've just merged a shiny fresh new series
> so perhaps things there got fixed.  Please retest next -mm.

Will do that anyway.

> Perhaps it would be helpful if you could do a 
> 
> 	diff -u dmesg-2.6.23-rc3 dmesg-2.6.26-rc3-mm1

I hope the attached helps. I created it by taking /var/log/boot.msg
of the two systems, removing everything after "Kernel logging stopped",
editing out the printk timestamps and then running diff -u on them,
so it should be more or less the dmesg diff. I did not edit out any
of the differences because I'm lazy. (And also because I wasn't so sure
what would or wouldn't be interesting for you.)

-- 
Tilman Schmidt                          E-Mail: tilman@imap.cc
Bonn, Germany
Diese Nachricht besteht zu 100% aus wiederverwerteten Bits.
Ungeöffnet mindestens haltbar bis: (siehe Rückseite)

[-- Attachment #1.2: bootmsg.diff --]
[-- Type: text/plain, Size: 25448 bytes --]

--- /tmp/bootmsg-2.6.23-rc3	2007-08-25 02:25:54.000000000 +0200
+++ /tmp/bootmsg-2.6.23-rc3-mm1	2007-08-25 02:26:08.000000000 +0200
@@ -1,10 +1,10 @@
-Inspecting /boot/System.map-2.6.23-rc3-testing
-Loaded 27522 symbols from /boot/System.map-2.6.23-rc3-testing.
+Inspecting /boot/System.map-2.6.23-rc3-mm1-testing
+Loaded 28663 symbols from /boot/System.map-2.6.23-rc3-mm1-testing.
 Symbols match kernel version 2.6.23.
 No module symbols loaded - kernel modules not enabled.
 
 klogd 1.4.1, log source = ksyslog started.
-<5>Linux version 2.6.23-rc3-testing (ts@xenon) (gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)) #1 SMP PREEMPT Tue Aug 14 15:27:26 CEST 2007
+<5>Linux version 2.6.23-rc3-mm1-testing (ts@xenon) (gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)) #1 SMP PREEMPT Thu Aug 23 00:02:51 CEST 2007
 <6>BIOS-provided physical RAM map:
 <4> BIOS-e820: 0000000000000000 - 000000000008f000 (usable)
 <4> BIOS-e820: 000000000008f000 - 00000000000a0000 (reserved)
@@ -25,6 +25,7 @@
 <5>896MB LOWMEM available.
 <6>found SMP MP-table at 000fe200
 <7>Entering add_active_range(0, 0, 255744) 0 entries of 256 used
+<7>sizeof(struct page) = 56
 <4>Zone PFN ranges:
 <4>  DMA             0 ->     4096
 <4>  Normal       4096 ->   229376
@@ -33,6 +34,7 @@
 <4>early_node_map[1] active PFN ranges
 <4>    0:        0 ->   255744
 <7>On node 0 totalpages: 255744
+<7>Node 0 memmap at 0xc1000000 size 14336000 first pfn 0xc1000000
 <7>  DMA zone: 56 pages used for memmap
 <7>  DMA zone: 0 pages reserved
 <7>  DMA zone: 4040 pages, LIFO batch:0
@@ -82,16 +84,16 @@
 <4>swsusp: Registered nosave memory region: 000000000008f000 - 00000000000a0000
 <4>swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000e0000
 <4>swsusp: Registered nosave memory region: 00000000000e0000 - 0000000000100000
-<4>Built 1 zonelists in Zone order.  Total pages: 252248
+<4>Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 252248
 <5>Kernel command line: root=/dev/system/root video=matroxfb:vesa:0x31b resume=/dev/system/swap splash=verbose
 <7>mapped APIC to ffffb000 (fee00000)
 <7>mapped IOAPIC to ffffa000 (fec00000)
 <6>Enabling fast FPU save and restore... done.
 <6>Enabling unmasked SIMD FPU exception support... done.
 <6>Initializing CPU#0
-<4>CPU 0 irqstacks, hard=c0451000 soft=c0449000
+<4>CPU 0 irqstacks, hard=c04d0000 soft=c04c8000
 <4>PID hash table entries: 4096 (order: 12, 16384 bytes)
-<4>Detected 3197.068 MHz processor.
+<4>Detected 3196.982 MHz processor.
 <4>Console: colour VGA+ 80x25
 <6>console [tty0] enabled
 <4>Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
@@ -188,21 +190,21 @@
 <4>---------------------------------
 <6>Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
 <6>Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
-<6>Memory: 993044k/1022976k available (2040k kernel code, 28100k reserved, 1042k data, 252k init, 104484k highmem)
+<6>Memory: 992396k/1022976k available (2110k kernel code, 28776k reserved, 1467k data, 260k init, 104484k highmem)
 <4>virtual kernel memory layout:
 <4>    fixmap  : 0xfff4c000 - 0xfffff000   ( 716 kB)
 <4>    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
 <4>    vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
 <4>    lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
-<4>      .init : 0xc0407000 - 0xc0446000   ( 252 kB)
-<4>      .data : 0xc02fe179 - 0xc0402ce4   (1042 kB)
-<4>      .text : 0xc0100000 - 0xc02fe179   (2040 kB)
+<4>      .init : 0xc0483000 - 0xc04c4000   ( 260 kB)
+<4>      .data : 0xc030f81f - 0xc047e4c4   (1467 kB)
+<4>      .text : 0xc0100000 - 0xc030f81f   (2110 kB)
 <4>Checking if this processor honours the WP bit even in supervisor mode... Ok.
-<6>SLUB: Genslabs=22, HWalign=64, Order=0-1, MinObjects=4, CPUs=2, Nodes=1
-<6>hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
-<6>hpet0: 3 64-bit timers, 14318180 Hz
-<4>Calibrating delay using timer specific routine.. 6399.65 BogoMIPS (lpj=3199825)
-<6>Security Framework v1.0.0 initialized
+<6>SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=16, CPUs=2, Nodes=1
+<4>Calibrating delay using timer specific routine.. 6399.03 BogoMIPS (lpj=3199517)
+<6>kswapd reclaim order set to 3
+<6>Security Framework initialized
+<6>Capability LSM initialized
 <4>Mount-cache hash table entries: 512
 <7>CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e4bd 00000000 00000001 00000000
 <4>monitor/mwait feature present.
@@ -223,9 +225,9 @@
 <4>CPU0: Intel(R) Pentium(R) D CPU 3.20GHz stepping 04
 <4>lockdep: not fixing up alternatives.
 <4>Booting processor 1/1 eip 3000
-<4>CPU 1 irqstacks, hard=c0452000 soft=c044a000
+<4>CPU 1 irqstacks, hard=c04d1000 soft=c04c9000
 <6>Initializing CPU#1
-<4>Calibrating delay using timer specific routine.. 6393.68 BogoMIPS (lpj=3196844)
+<4>Calibrating delay using timer specific routine.. 6392.76 BogoMIPS (lpj=3196383)
 <7>CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e4bd 00000000 00000001 00000000
 <4>monitor/mwait feature present.
 <6>CPU: Trace cache: 12K uops, L1 D cache: 16K
@@ -238,23 +240,27 @@
 <6>CPU1: Intel P4/Xeon Extended MCE MSRs (24) available
 <6>CPU1: Thermal monitoring enabled
 <4>CPU1: Intel(R) Pentium(R) D CPU 3.20GHz stepping 04
-<6>Total of 2 processors activated (12793.33 BogoMIPS).
+<6>Total of 2 processors activated (12791.80 BogoMIPS).
 <4>ENABLING IO-APIC IRQs
 <6>..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
-<6>checking TSC synchronization [CPU#0 -> CPU#1]: passed.
+<6>checking TSC synchronization [CPU#0 -> CPU#1]:
+<4>Measured 32 cycles TSC warp between CPUs, turning off TSC clock.
+<4>Marking TSC unstable due to: check_tsc_sync_source failed.
 <6>Brought up 2 CPUs
 <6>Booting paravirtualized kernel on bare hardware
 <6>NET: Registered protocol family 16
 <6>ACPI: bus type pci registered
-<3>PCI: BIOS Bug: MCFG area at f0000000 is not E820-reserved
-<3>PCI: Not using MMCONFIG.
 <6>PCI: Using configuration type 1
 <4>Setting up standard PCI resources
 <7>ACPI: EC: Look up EC in DSDT
 <6>ACPI: Interpreter enabled
 <6>ACPI: (supports S0 S3)
 <6>ACPI: Using IOAPIC for interrupt routing
+<5>PCI: MCFG configuration 0: base 4026531840 segment 0 buses 0 - 127
+<5>PCI: MCFG area at f0000000 reserved in ACPI motherboard resources
+<6>PCI: Using MMCONFIG
 <6>ACPI: PCI Root Bridge [PCI0] (0000:00)
+<7>PCI: Probing PCI hardware (bus 00)
 <4>PCI quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
 <4>PCI quirk: region 0500-053f claimed by ICH6 GPIO
 <6>PCI: Transparent bridge - 0000:00:1e.0
@@ -285,7 +291,9 @@
 <6>NetLabel:  protocols = UNLABELED CIPSOv4
 <6>NetLabel:  unlabeled traffic allowed by default
 <4>ACPI: RTC can wake from S4
-<6>Time: tsc clocksource has been installed.
+<6>Time: hpet clocksource has been installed.
+<6>Switched to high resolution mode on CPU 0
+<6>Switched to high resolution mode on CPU 1
 <6>pnp: 00:01: iomem range 0xf0000000-0xf7ffffff has been reserved
 <6>pnp: 00:01: iomem range 0xfed13000-0xfed13fff has been reserved
 <6>pnp: 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
@@ -340,15 +348,11 @@
 <6>TCP bind hash table entries: 65536 (order: 9, 2359296 bytes)
 <6>TCP: Hash tables configured (established 65536 bind 65536)
 <6>TCP reno registered
-<6>checking if image is initramfs...<6>Switched to high resolution mode on CPU 1
-<6>Switched to high resolution mode on CPU 0
-<4> it is
-<6>Freeing initrd memory: 7369k freed
+<6>checking if image is initramfs... it is
+<6>Freeing initrd memory: 7423k freed
 <6>Machine check exception polling timer started.
-<6>apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
-<5>apm: disabled - APM is not SMP safe.
 <6>audit: initializing netlink socket (disabled)
-<5>audit(1187997798.852:1): initialized
+<5>audit(2418234223.871:1): initialized
 <4>highmem bounce pool size: 64 pages
 <4>Total HugeTLB memory allocated, 0
 <5>VFS: Disk quotas dquot_6.5.1
@@ -363,22 +367,27 @@
 <4>assign_interrupt_mode Found MSI capability
 <7>Allocate Port Service[0000:00:1c.0:pcie00]
 <7>Allocate Port Service[0000:00:1c.0:pcie02]
+<7>Allocate Port Service[0000:00:1c.0:pcie03]
 <7>PCI: Setting latency timer of device 0000:00:1c.1 to 64
 <4>assign_interrupt_mode Found MSI capability
 <7>Allocate Port Service[0000:00:1c.1:pcie00]
 <7>Allocate Port Service[0000:00:1c.1:pcie02]
+<7>Allocate Port Service[0000:00:1c.1:pcie03]
 <7>PCI: Setting latency timer of device 0000:00:1c.2 to 64
 <4>assign_interrupt_mode Found MSI capability
 <7>Allocate Port Service[0000:00:1c.2:pcie00]
 <7>Allocate Port Service[0000:00:1c.2:pcie02]
+<7>Allocate Port Service[0000:00:1c.2:pcie03]
 <7>PCI: Setting latency timer of device 0000:00:1c.3 to 64
 <4>assign_interrupt_mode Found MSI capability
 <7>Allocate Port Service[0000:00:1c.3:pcie00]
 <7>Allocate Port Service[0000:00:1c.3:pcie02]
+<7>Allocate Port Service[0000:00:1c.3:pcie03]
 <7>PCI: Setting latency timer of device 0000:00:1c.4 to 64
 <4>assign_interrupt_mode Found MSI capability
 <7>Allocate Port Service[0000:00:1c.4:pcie00]
 <7>Allocate Port Service[0000:00:1c.4:pcie02]
+<7>Allocate Port Service[0000:00:1c.4:pcie03]
 <6>ACPI: PCI Interrupt 0000:05:00.0[A] -> GSI 19 (level, low) -> IRQ 19
 <6>matroxfb: Matrox G550 detected
 <6>PInS memtype = 5
@@ -390,7 +399,7 @@
 <4>fb0: MATROX frame buffer device
 <6>matroxfb_crtc2: secondary head of fb0 was registered as fb1
 <6>Real Time Clock Driver v1.12ac
-<7>hpet_resources: 0xfed00000 is busy
+<4>hpet_acpi_add: no address or irqs in _CRS
 <6>Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
 <6>serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
 <6>00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
@@ -407,18 +416,15 @@
 <4>PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
 <6>serio: i8042 KBD port at 0x60,0x64 irq 1
 <6>mice: PS/2 mouse device common for all mice
-<6>input: AT Translated Set 2 keyboard as /class/input/input0
-<6>input: PC Speaker as /class/input/input1
+<6>input: PC Speaker as /class/input/input0
 <6>NET: Registered protocol family 1
 <6>Starting balanced_irq
 <4>Using IPI No-Shortcut mode
-<6>Freeing unused kernel memory: 252k freed
-<4>Write protecting the kernel read-only data: 814k
+<6>Freeing unused kernel memory: 260k freed
+<4>Write protecting the kernel read-only data: 1215k
+<6>input: AT Translated Set 2 keyboard as /class/input/input1
 <5>SCSI subsystem initialized
-<6>ACPI: Processor [CPU0] (supports 8 throttling states)
-<6>ACPI: Processor [CPU1] (supports 8 throttling states)
-<4>ACPI Exception (processor_core-0790): AE_NOT_FOUND, Processor Device is not present [20070126]
-<4>ACPI Exception (processor_core-0790): AE_NOT_FOUND, Processor Device is not present [20070126]
+<4>thermal: Unknown symbol acpi_processor_set_thermal_limit
 <7>libata version 2.21 loaded.
 <7>ahci 0000:00:1f.2: version 2.3
 <6>ACPI: PCI Interrupt 0000:00:1f.2[A] -> GSI 19 (level, low) -> IRQ 19
@@ -431,12 +437,12 @@
 <6>scsi3 : ahci
 <6>scsi4 : ahci
 <6>scsi5 : ahci
-<6>ata1: SATA max UDMA/133 cmd 0xf887c100 ctl 0x00000000 bmdma 0x00000000 irq 218
-<6>ata2: SATA max UDMA/133 cmd 0xf887c180 ctl 0x00000000 bmdma 0x00000000 irq 218
-<6>ata3: SATA max UDMA/133 cmd 0xf887c200 ctl 0x00000000 bmdma 0x00000000 irq 218
-<6>ata4: SATA max UDMA/133 cmd 0xf887c280 ctl 0x00000000 bmdma 0x00000000 irq 218
-<6>ata5: SATA max UDMA/133 cmd 0xf887c300 ctl 0x00000000 bmdma 0x00000000 irq 218
-<6>ata6: SATA max UDMA/133 cmd 0xf887c380 ctl 0x00000000 bmdma 0x00000000 irq 218
+<6>ata1: SATA max UDMA/133 cmd 0xf883c100 ctl 0x00000000 bmdma 0x00000000 irq 218
+<6>ata2: SATA max UDMA/133 cmd 0xf883c180 ctl 0x00000000 bmdma 0x00000000 irq 218
+<6>ata3: SATA max UDMA/133 cmd 0xf883c200 ctl 0x00000000 bmdma 0x00000000 irq 218
+<6>ata4: SATA max UDMA/133 cmd 0xf883c280 ctl 0x00000000 bmdma 0x00000000 irq 218
+<6>ata5: SATA max UDMA/133 cmd 0xf883c300 ctl 0x00000000 bmdma 0x00000000 irq 218
+<6>ata6: SATA max UDMA/133 cmd 0xf883c380 ctl 0x00000000 bmdma 0x00000000 irq 218
 <6>ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
 <6>ata1.00: ATA-7: ST380811AS, 3.AAE, max UDMA/133
 <6>ata1.00: 156301488 sectors, multi 0: LBA48 NCQ (depth 31/32)
@@ -465,12 +471,12 @@
 <5>sd 1:0:0:0: [sdb] Write Protect is off
 <7>sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
 <5>sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
+<5>sd 0:0:0:0: Attached scsi generic sg0 type 0
 <5>sd 1:0:0:0: [sdb] 156301488 512-byte hardware sectors (80026 MB)
 <5>sd 1:0:0:0: [sdb] Write Protect is off
 <7>sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
 <5>sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
-<6> sdb:<5>sd 0:0:0:0: Attached scsi generic sg0 type 0
-<4> sdb1
+<6> sdb: sdb1
 <5>sd 1:0:0:0: [sdb] Attached SCSI disk
 <5>sd 1:0:0:0: Attached scsi generic sg1 type 0
 <6>ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 16
@@ -517,94 +523,139 @@
 <5>st 8:0:12:0: Attached scsi tape st0
 <6>st 8:0:12:0: st0: try direct i/o: yes (alignment 512 B)
 <6>Linux agpgart interface v0.102
+<6>rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
+<4>rtc_cmos: probe of 00:03 failed with error -16
+<6>agpgart: suspend/resume problematic: resume with 3D/DRI active may lockup X.Org
+<4>on some chipset/BIOS combos (see DEBUG_AGP_PM in intel-agp.c)
 <6>agpgart: Detected an Intel 965Q Chipset.
 <6>agpgart: Unknown page table size, assuming 512KB
 <6>agpgart: Detected 7676K stolen memory.
 <6>agpgart: AGP aperture is 256M @ 0x40000000
-<6>rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
-<4>rtc_cmos: probe of 00:03 failed with error -16
 <6>ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 21 (level, low) -> IRQ 22
 <6>usbcore: registered new interface driver usbfs
 <6>usbcore: registered new interface driver hub
 <6>usbcore: registered new device driver usb
 <6>ACPI: PCI Interrupt 0000:07:03.0[A] -> GSI 19 (level, low) -> IRQ 19
-<6>ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 18 (level, low) -> IRQ 18
-<7>PCI: Setting latency timer of device 0000:00:1a.7 to 64
-<6>ehci_hcd 0000:00:1a.7: EHCI Host Controller
-<6>ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
-<5>firewire_ohci: Added fw-ohci device 0000:07:03.0, OHCI version 1.10
-<6>ehci_hcd 0000:00:1a.7: debug port 1
-<7>PCI: cache line size of 128 is not supported by device 0000:00:1a.7
-<6>ehci_hcd 0000:00:1a.7: irq 18, io mem 0x52c25c00
-<6>ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
-<6>usb usb1: configuration #1 chosen from 1 choice
-<6>hub 1-0:1.0: USB hub found
-<6>hub 1-0:1.0: 4 ports detected
 <6>USB Universal Host Controller Interface driver v3.0
-<6>ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
-<7>PCI: Setting latency timer of device 0000:00:1d.7 to 64
-<6>ehci_hcd 0000:00:1d.7: EHCI Host Controller
-<6>ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
-<6>ehci_hcd 0000:00:1d.7: debug port 1
-<7>PCI: cache line size of 128 is not supported by device 0000:00:1d.7
-<6>ehci_hcd 0000:00:1d.7: irq 23, io mem 0x52c25800
-<6>ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
-<6>usb usb2: configuration #1 chosen from 1 choice
-<6>hub 2-0:1.0: USB hub found
-<6>hub 2-0:1.0: 6 ports detected
 <6>ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 16 (level, low) -> IRQ 17
 <7>PCI: Setting latency timer of device 0000:00:1a.0 to 64
 <6>uhci_hcd 0000:00:1a.0: UHCI Host Controller
-<6>uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
+<6>uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
 <6>uhci_hcd 0000:00:1a.0: irq 17, io base 0x000030c0
-<6>usb usb3: configuration #1 chosen from 1 choice
-<6>hub 3-0:1.0: USB hub found
-<6>hub 3-0:1.0: 2 ports detected
+<6>usb usb1: configuration #1 chosen from 1 choice
+<6>hub 1-0:1.0: USB hub found
+<6>hub 1-0:1.0: 2 ports detected
+<5>firewire_ohci: Added fw-ohci device 0000:07:03.0, OHCI version 1.10
+<6>usb usb1: new device found, idVendor=0000, idProduct=0000
+<6>usb usb1: new device strings: Mfr=3, Product=2, SerialNumber=1
+<6>usb usb1: Product: UHCI Host Controller
+<6>usb usb1: Manufacturer: Linux 2.6.23-rc3-mm1-testing uhci_hcd
+<6>usb usb1: SerialNumber: 0000:00:1a.0
 <6>ACPI: PCI Interrupt 0000:00:1a.1[B] -> GSI 21 (level, low) -> IRQ 22
 <7>PCI: Setting latency timer of device 0000:00:1a.1 to 64
 <6>uhci_hcd 0000:00:1a.1: UHCI Host Controller
-<6>uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
+<6>uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
 <6>uhci_hcd 0000:00:1a.1: irq 22, io base 0x000030a0
-<6>usb usb4: configuration #1 chosen from 1 choice
-<6>hub 4-0:1.0: USB hub found
-<6>hub 4-0:1.0: 2 ports detected
-<5>firewire_core: created new fw device fw0 (0 config rom retries, S400)
+<6>usb usb2: configuration #1 chosen from 1 choice
+<6>hub 2-0:1.0: USB hub found
+<6>hub 2-0:1.0: 2 ports detected
+<6>usb usb2: new device found, idVendor=0000, idProduct=0000
+<6>usb usb2: new device strings: Mfr=3, Product=2, SerialNumber=1
+<6>usb usb2: Product: UHCI Host Controller
+<6>usb usb2: Manufacturer: Linux 2.6.23-rc3-mm1-testing uhci_hcd
+<6>usb usb2: SerialNumber: 0000:00:1a.1
+<6>ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 18 (level, low) -> IRQ 18
+<7>PCI: Setting latency timer of device 0000:00:1a.7 to 64
+<6>ehci_hcd 0000:00:1a.7: EHCI Host Controller
+<6>ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 3
+<6>ehci_hcd 0000:00:1a.7: debug port 1
+<7>PCI: cache line size of 128 is not supported by device 0000:00:1a.7
+<6>ehci_hcd 0000:00:1a.7: irq 18, io mem 0x52c25c00
+<6>ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
+<6>usb usb3: configuration #1 chosen from 1 choice
+<6>hub 3-0:1.0: USB hub found
+<6>hub 3-0:1.0: 4 ports detected
+<6>usb usb3: new device found, idVendor=0000, idProduct=0000
+<6>usb usb3: new device strings: Mfr=3, Product=2, SerialNumber=1
+<6>usb usb3: Product: EHCI Host Controller
+<6>usb usb3: Manufacturer: Linux 2.6.23-rc3-mm1-testing ehci_hcd
+<6>usb usb3: SerialNumber: 0000:00:1a.7
 <6>ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
 <7>PCI: Setting latency timer of device 0000:00:1d.0 to 64
 <6>uhci_hcd 0000:00:1d.0: UHCI Host Controller
-<6>uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
+<6>uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
 <6>uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003080
-<6>usb usb5: configuration #1 chosen from 1 choice
-<6>hub 5-0:1.0: USB hub found
-<6>hub 5-0:1.0: 2 ports detected
-<6>ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 21
-<7>PCI: Setting latency timer of device 0000:00:1b.0 to 64
-<7>ALSA sound/pci/hda/hda_codec.c:2331: autoconfig: line_outs=1 (0xd/0x0/0x0/0x0/0x0)
-<7>ALSA sound/pci/hda/hda_codec.c:2335:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
-<7>ALSA sound/pci/hda/hda_codec.c:2339:    hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
-<7>ALSA sound/pci/hda/hda_codec.c:2347:    inputs: mic=0xe, fmic=0xb, line=0xf, fline=0x0, cd=0x0, aux=0x0
-<7>ALSA sound/pci/hda/patch_sigmatel.c:1297: dac_nids=3 (0x2/0x5/0x4/0x0/0x0)
+<6>usb usb4: configuration #1 chosen from 1 choice
+<6>hub 4-0:1.0: USB hub found
+<6>hub 4-0:1.0: 2 ports detected
+<5>firewire_core: created new fw device fw0 (0 config rom retries, S400)
+<6>usb usb4: new device found, idVendor=0000, idProduct=0000
+<6>usb usb4: new device strings: Mfr=3, Product=2, SerialNumber=1
+<6>usb usb4: Product: UHCI Host Controller
+<6>usb usb4: Manufacturer: Linux 2.6.23-rc3-mm1-testing uhci_hcd
+<6>usb usb4: SerialNumber: 0000:00:1d.0
 <6>ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
 <7>PCI: Setting latency timer of device 0000:00:1d.1 to 64
 <6>uhci_hcd 0000:00:1d.1: UHCI Host Controller
-<6>uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
+<6>uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
 <6>uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003060
-<6>usb usb6: configuration #1 chosen from 1 choice
-<6>hub 6-0:1.0: USB hub found
-<6>hub 6-0:1.0: 2 ports detected
+<6>usb usb5: configuration #1 chosen from 1 choice
+<6>hub 5-0:1.0: USB hub found
+<6>hub 5-0:1.0: 2 ports detected
+<6>usb usb5: new device found, idVendor=0000, idProduct=0000
+<6>usb usb5: new device strings: Mfr=3, Product=2, SerialNumber=1
+<6>usb usb5: Product: UHCI Host Controller
+<6>usb usb5: Manufacturer: Linux 2.6.23-rc3-mm1-testing uhci_hcd
+<6>usb usb5: SerialNumber: 0000:00:1d.1
 <6>ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
 <7>PCI: Setting latency timer of device 0000:00:1d.2 to 64
 <6>uhci_hcd 0000:00:1d.2: UHCI Host Controller
-<6>uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
+<6>uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
 <6>uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003040
+<6>usb usb6: configuration #1 chosen from 1 choice
+<6>hub 6-0:1.0: USB hub found
+<6>hub 6-0:1.0: 2 ports detected
+<6>usb usb6: new device found, idVendor=0000, idProduct=0000
+<6>usb usb6: new device strings: Mfr=3, Product=2, SerialNumber=1
+<6>usb usb6: Product: UHCI Host Controller
+<6>usb usb6: Manufacturer: Linux 2.6.23-rc3-mm1-testing uhci_hcd
+<6>usb usb6: SerialNumber: 0000:00:1d.2
+<6>ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
+<7>PCI: Setting latency timer of device 0000:00:1d.7 to 64
+<6>ehci_hcd 0000:00:1d.7: EHCI Host Controller
+<6>ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 7
+<6>ehci_hcd 0000:00:1d.7: debug port 1
+<7>PCI: cache line size of 128 is not supported by device 0000:00:1d.7
+<6>ehci_hcd 0000:00:1d.7: irq 23, io mem 0x52c25800
+<6>ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
+<6>usb 5-2: new low speed USB device using uhci_hcd and address 2
 <6>usb usb7: configuration #1 chosen from 1 choice
 <6>hub 7-0:1.0: USB hub found
-<6>hub 7-0:1.0: 2 ports detected
-<6>usb 6-2: new low speed USB device using uhci_hcd and address 2
-<6>usb 6-2: configuration #1 chosen from 1 choice
+<6>hub 7-0:1.0: 6 ports detected
+<6>usb usb7: new device found, idVendor=0000, idProduct=0000
+<6>usb usb7: new device strings: Mfr=3, Product=2, SerialNumber=1
+<6>usb usb7: Product: EHCI Host Controller
+<6>usb usb7: Manufacturer: Linux 2.6.23-rc3-mm1-testing ehci_hcd
+<6>usb usb7: SerialNumber: 0000:00:1d.7
+<6>ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 21
+<7>PCI: Setting latency timer of device 0000:00:1b.0 to 64
+<7>ALSA sound/pci/hda/hda_codec.c:2735: autoconfig: line_outs=1 (0xd/0x0/0x0/0x0/0x0)
+<7>ALSA sound/pci/hda/hda_codec.c:2739:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
+<7>ALSA sound/pci/hda/hda_codec.c:2743:    hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
+<7>ALSA sound/pci/hda/hda_codec.c:2751:    inputs: mic=0xe, fmic=0xb, line=0xf, fline=0x0, cd=0x0, aux=0x0
+<7>ALSA sound/pci/hda/patch_sigmatel.c:1344: dac_nids=3 (0x2/0x5/0x4/0x0/0x0)
 <6>Adding 2097144k swap on /dev/system/swap.  Priority:-1 extents:1 across:2097144k
-<6>usb 7-1: new full speed USB device using uhci_hcd and address 2
-<6>usb 7-1: configuration #1 chosen from 1 choice
+<6>usb 5-2: new low speed USB device using uhci_hcd and address 3
+<6>usb 5-2: configuration #1 chosen from 1 choice
+<6>usb 5-2: new device found, idVendor=413c, idProduct=3010
+<6>usb 5-2: new device strings: Mfr=0, Product=0, SerialNumber=0
+<6>usb 6-1: new full speed USB device using uhci_hcd and address 2
+<6>usb 6-1: configuration #1 chosen from 1 choice
+<6>usb 6-1: new device found, idVendor=0681, idProduct=0002
+<6>usb 6-1: new device strings: Mfr=1, Product=2, SerialNumber=3
+<6>usb 6-1: Product: Sinus 45 AB isdn
+<6>usb 6-1: Manufacturer: Siemens AG
+<6>usb 6-1: SerialNumber: 002F970BE0
 <6>usbcore: registered new interface driver hiddev
 <6>input: HID 413c:3010 as /class/input/input2
 <6>input: USB HID v1.00 Mouse [HID 413c:3010] on usb-0000:00:1d.1-2
@@ -617,9 +668,10 @@
 <7>gigaset: Register driver capabilities to LL
 <7>bas_gigaset: gigaset_probe: Check if device matches .. (Vendor: 0x681, Product: 0x2)
 <7>bas_gigaset: gigaset_probe: wrong alternate setting 0 - trying to switch
-<6>usb 7-1: gigaset_probe: Device matched (Vendor: 0x681, Product: 0x2)
+<6>usb 6-1: gigaset_probe: Device matched (Vendor: 0x681, Product: 0x2)
 <7>bas_gigaset: -------> 0x34 (0)
 <7>gigaset: scheduling START
+<7>bas_gigaset: <-------3: 0x11 (0 [0x00 0x00])
 <7>gigaset: connection state 0, event -110
 <7>gigaset: unblocking all channels
 <7>gigaset: blocking all channels
@@ -630,7 +682,6 @@
 <7>gigaset: connection state 0, event -27
 <6>usbcore: registered new interface driver bas_gigaset
 <6>bas_gigaset: Tilman Schmidt <tilman@imap.cc>, Hansjoerg Lipp <hjlipp@web.de>, Stefan Eilers
-<7>bas_gigaset: <-------3: 0x11 (0 [0x00 0x00])
 <6>bas_gigaset: USB Driver for Gigaset 307x
 <7>bas_gigaset: <-------3: 0x11 (0 [0x00 0x00])
 <7>gigaset: scheduling timeout

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 253 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 2.6.23-rc3-mm1
  2007-08-25  0:47     ` 2.6.23-rc3-mm1 Tilman Schmidt
@ 2007-08-25  3:30       ` Andrew Morton
  2007-08-25  4:28         ` 2.6.23-rc3-mm1 Dave Jones
  2007-09-05 20:41         ` Clock trouble retest results with 2.6.23-rc4-mm1 (was: 2.6.23-rc3-mm1) Tilman Schmidt
  0 siblings, 2 replies; 17+ messages in thread
From: Andrew Morton @ 2007-08-25  3:30 UTC (permalink / raw)
  To: Tilman Schmidt
  Cc: linux-kernel, Thomas Gleixner, john stultz, Andi Kleen, Len Brown,
	linux-acpi, Dave Jones, Thomas Renninger, Venkatesh Pallipadi

On Sat, 25 Aug 2007 02:47:59 +0200 Tilman Schmidt <tilman@imap.cc> wrote:

> Am 25.08.2007 02:07 schrieb Andrew Morton:
> > On Sat, 25 Aug 2007 01:27:25 +0200
> > Tilman Schmidt <tilman@imap.cc> wrote:
> > 
> >> Am 22.08.2007 11:06 schrieb Andrew Morton:
> >>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc3/2.6.23-rc3-mm1/
> 
> >> After applying Matthew Wilcox' patch to include/linux/isa.h
> > 
> > which patch is that?
> 
> The one allowing drivers/scsi/advansys.c to compile with CONFIG_ISA=n:
> 
> Date: 	Wed, 22 Aug 2007 10:28:02 -0600
> From: Matthew Wilcox <matthew@wil.cx>
> Subject: Re: drivers/scsi/advansys.c - ld error ( Re: 2.6.23-rc3-mm1 )
> Message-ID: <20070822162802.GJ9163@parisc-linux.org>
> 
> When CONFIG_ISA is disabled, the isa_driver support will not be compiled
> in.  Define stubs so that we don't get link-time errors.

oh, OK, I have that.

> >> this compiles
> >> and boots on my Intel/openSUSE 10.2 test machine but throws out the
> >> following messages I don't remember ever seeing with other kernels:
> >>
> >> - on console early during boot, also in SuSE's /var/log/boot.msg:
> >>
> >> your system time is not correct:
> >> Wed Jul 13 13:15:31 UTC 1910
> >> setting system time to:
> >> Tue Jul 24 00:00:00 UTC 2007
> > 
> > What architecture?
> 
> i386. The machine is a Pentium D 940 which would be x86_64 capable,
> but I'm still running 32 bit kernels on it.

OK.

> > if x86_64 then perhaps something went wrong with the old x86_64 dynticks
> > leftovers which were in rc3-mm1.  I've just merged a shiny fresh new series
> > so perhaps things there got fixed.  Please retest next -mm.
> 
> Will do that anyway.

It looks like you'll need to :(

> > Perhaps it would be helpful if you could do a 
> > 
> > 	diff -u dmesg-2.6.23-rc3 dmesg-2.6.26-rc3-mm1
> 
> I hope the attached helps. I created it by taking /var/log/boot.msg
> of the two systems, removing everything after "Kernel logging stopped",
> editing out the printk timestamps and then running diff -u on them,
> so it should be more or less the dmesg diff. I did not edit out any
> of the differences because I'm lazy. (And also because I wasn't so sure
> what would or wouldn't be interesting for you.)
> 

--- /tmp/bootmsg-2.6.23-rc3	2007-08-25 02:25:54.000000000 +0200
> +++ /tmp/bootmsg-2.6.23-rc3-mm1	2007-08-25 02:26:08.000000000 +0200
> @@ -1,10 +1,10 @@
>
> ...
>
>  <6>..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
> -<6>checking TSC synchronization [CPU#0 -> CPU#1]: passed.
> +<6>checking TSC synchronization [CPU#0 -> CPU#1]:
> +<4>Measured 32 cycles TSC warp between CPUs, turning off TSC clock.
> +<4>Marking TSC unstable due to: check_tsc_sync_source failed.

looky here.

>  <6>Brought up 2 CPUs
>  <6>Booting paravirtualized kernel on bare hardware
>  <6>NET: Registered protocol family 16
>  <6>ACPI: bus type pci registered
> -<3>PCI: BIOS Bug: MCFG area at f0000000 is not E820-reserved
> -<3>PCI: Not using MMCONFIG.

hm, I wonder if that's related.

>  <6>PCI: Using configuration type 1
>  <4>Setting up standard PCI resources
>  <7>ACPI: EC: Look up EC in DSDT
>  <6>ACPI: Interpreter enabled
>  <6>ACPI: (supports S0 S3)
>  <6>ACPI: Using IOAPIC for interrupt routing
> +<5>PCI: MCFG configuration 0: base 4026531840 segment 0 buses 0 - 127
> +<5>PCI: MCFG area at f0000000 reserved in ACPI motherboard resources
> +<6>PCI: Using MMCONFIG

we're using mmconfig

>  <6>ACPI: PCI Root Bridge [PCI0] (0000:00)
> +<7>PCI: Probing PCI hardware (bus 00)
>  <4>PCI quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
>  <4>PCI quirk: region 0500-053f claimed by ICH6 GPIO
>  <6>PCI: Transparent bridge - 0000:00:1e.0
> @@ -285,7 +291,9 @@
>  <6>NetLabel:  protocols = UNLABELED CIPSOv4
>  <6>NetLabel:  unlabeled traffic allowed by default
>  <4>ACPI: RTC can wake from S4
> -<6>Time: tsc clocksource has been installed.
> +<6>Time: hpet clocksource has been installed.
> +<6>Switched to high resolution mode on CPU 0
> +<6>Switched to high resolution mode on CPU 1

No longer using tsc, using hpet instead.  Slower.

> -<7>hpet_resources: 0xfed00000 is busy
> +<4>hpet_acpi_add: no address or irqs in _CRS

oh boy

> +<4>thermal: Unknown symbol acpi_processor_set_thermal_limit

I think there are acpi fixes in Len's latest tree which will fix this.

>  <6>Linux agpgart interface v0.102
> +<6>rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
> +<4>rtc_cmos: probe of 00:03 failed with error -16
> +<6>agpgart: suspend/resume problematic: resume with 3D/DRI active may lockup X.Org
> +<4>on some chipset/BIOS combos (see DEBUG_AGP_PM in intel-agp.c)
>  <6>agpgart: Detected an Intel 965Q Chipset.
>  <6>agpgart: Unknown page table size, assuming 512KB
>  <6>agpgart: Detected 7676K stolen memory.
>  <6>agpgart: AGP aperture is 256M @ 0x40000000
> -<6>rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
> -<4>rtc_cmos: probe of 00:03 failed with error -16

I wonder if that was supposed to happen.  It's also happening in 2.6.23-rc3
base.


I don't see anything there which would cause you to lose the clock setting,
but there are obviously a few things going wrong in the time-management
area here.  Please explicity retest this stuff as the code evolves and kepp
us informed of the problems.

Thanks.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 2.6.23-rc3-mm1
  2007-08-25  3:30       ` 2.6.23-rc3-mm1 Andrew Morton
@ 2007-08-25  4:28         ` Dave Jones
  2007-08-25  7:55           ` 2.6.23-rc3-mm1 Paul Rolland
  2007-09-05 20:41         ` Clock trouble retest results with 2.6.23-rc4-mm1 (was: 2.6.23-rc3-mm1) Tilman Schmidt
  1 sibling, 1 reply; 17+ messages in thread
From: Dave Jones @ 2007-08-25  4:28 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Tilman Schmidt, linux-kernel, Thomas Gleixner, john stultz,
	Andi Kleen, Len Brown, linux-acpi, Dave Jones, Thomas Renninger,
	Venkatesh Pallipadi

On Fri, Aug 24, 2007 at 08:30:00PM -0700, Andrew Morton wrote:
 
 > >  <6>Linux agpgart interface v0.102
 > > +<6>rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
 > > +<4>rtc_cmos: probe of 00:03 failed with error -16
 > > +<6>agpgart: suspend/resume problematic: resume with 3D/DRI active may lockup X.Org
 > > +<4>on some chipset/BIOS combos (see DEBUG_AGP_PM in intel-agp.c)
 > >  <6>agpgart: Detected an Intel 965Q Chipset.
 > >  <6>agpgart: Unknown page table size, assuming 512KB
 > >  <6>agpgart: Detected 7676K stolen memory.
 > >  <6>agpgart: AGP aperture is 256M @ 0x40000000
 > > -<6>rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
 > > -<4>rtc_cmos: probe of 00:03 failed with error -16
 > 
 > I wonder if that was supposed to happen.  It's also happening in 2.6.23-rc3
 > base.
 
EBUSY. I've seen this happen when you have both CONFIG_RTC and
CONFIG_RTC_DRV_CMOS set.

	Dave

-- 
http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 2.6.23-rc3-mm1
  2007-08-25  4:28         ` 2.6.23-rc3-mm1 Dave Jones
@ 2007-08-25  7:55           ` Paul Rolland
  2007-08-25 23:37             ` 2.6.23-rc3-mm1 Tilman Schmidt
  0 siblings, 1 reply; 17+ messages in thread
From: Paul Rolland @ 2007-08-25  7:55 UTC (permalink / raw)
  To: Dave Jones
  Cc: Andrew Morton, Tilman Schmidt, linux-kernel, Thomas Gleixner,
	john stultz, Andi Kleen, Len Brown, linux-acpi, Dave Jones,
	Thomas Renninger, Venkatesh Pallipadi, rol

Hello,

On Sat, 25 Aug 2007 00:28:09 -0400
Dave Jones <davej@redhat.com> wrote:

> On Fri, Aug 24, 2007 at 08:30:00PM -0700, Andrew Morton wrote:
>  
>  > >  <6>Linux agpgart interface v0.102
>  > > +<6>rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
>  > > +<4>rtc_cmos: probe of 00:03 failed with error -16
>  > > +<6>agpgart: suspend/resume problematic: resume with 3D/DRI active
>  > > may lockup X.Org +<4>on some chipset/BIOS combos (see DEBUG_AGP_PM
>  > > in intel-agp.c) <6>agpgart: Detected an Intel 965Q Chipset.
>  > >  <6>agpgart: Unknown page table size, assuming 512KB
>  > >  <6>agpgart: Detected 7676K stolen memory.
>  > >  <6>agpgart: AGP aperture is 256M @ 0x40000000
>  > > -<6>rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
>  > > -<4>rtc_cmos: probe of 00:03 failed with error -16
>  > 
>  > I wonder if that was supposed to happen.  It's also happening in
>  > 2.6.23-rc3 base.
>  
> EBUSY. I've seen this happen when you have both CONFIG_RTC and
> CONFIG_RTC_DRV_CMOS set.

This one is becoming quite worth an entry in a FAQ, it pops up one every
month ;)
There was a discussion about preventing both being set at the same time
when configuring, but I don't remember how it ends... 

Paul



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 2.6.23-rc3-mm1
  2007-08-25  0:21     ` 2.6.23-rc3-mm1 john stultz
@ 2007-08-25 22:39       ` Tilman Schmidt
  0 siblings, 0 replies; 17+ messages in thread
From: Tilman Schmidt @ 2007-08-25 22:39 UTC (permalink / raw)
  To: john stultz
  Cc: Andrew Morton, linux-kernel, Thomas Gleixner, Andi Kleen,
	Len Brown, linux-acpi, Dave Jones, Thomas Renninger,
	Venkatesh Pallipadi

[-- Attachment #1: Type: text/plain, Size: 1651 bytes --]

Am 25.08.2007 02:21 schrieb john stultz:

>> Tilman Schmidt <tilman@imap.cc> wrote:

>>> - on console early during boot, also in SuSE's /var/log/boot.msg:
>>>
>>> your system time is not correct:
>>> Wed Jul 13 13:15:31 UTC 1910
>>> setting system time to:
>>> Tue Jul 24 00:00:00 UTC 2007
> 
> Hrmm. I'm not super familiar w/ SuSE's init scripts, but I'm guessing
> that's the ntpdate call.

Nope. The ntpdate call comes much later, and finally sets the system clock
correctly so that there are no lasting effects of all this.

> And "Tuesday Jul 24th"? Sounds about a month
> off, is this just stale info?

I have no idea where that might come from.

>>> /dev/system/root: Superblock last mount time is in the future.  FIXED.
>>> /dev/system/root: Superblock last write time is in the future.  FIXED.
> 
> Does this show up before or after the above date stuff?

After the "your system time is not correct" messages, and before the
regular "Try to get initial date and time via NTP" message accompanying
the ntpdate call.

> Does the issue go away using an older kernel (I want to eliminate easy
> stuff like CMOS batteries giving up)?

It does. Booting 2.6.23-rc3 after that, the system comes up with none
of these messages.

> Also you're not using Linus' CMOS corrupting suspend/resume debugging
> trick, right (I'm forgetting the CONFIG name).

PM_TRACE? No. The entire PM_DEBUG branch is turned off.

-- 
Tilman Schmidt                          E-Mail: tilman@imap.cc
Bonn, Germany
Diese Nachricht besteht zu 100% aus wiederverwerteten Bits.
Ungeöffnet mindestens haltbar bis: (siehe Rückseite)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 253 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 2.6.23-rc3-mm1
  2007-08-25  0:38       ` 2.6.23-rc3-mm1 Pallipadi, Venkatesh
@ 2007-08-25 23:26         ` Tilman Schmidt
  2007-08-25 23:57           ` 2.6.23-rc3-mm1 Randy Dunlap
  0 siblings, 1 reply; 17+ messages in thread
From: Tilman Schmidt @ 2007-08-25 23:26 UTC (permalink / raw)
  To: Pallipadi, Venkatesh
  Cc: Andrew Morton, linux-kernel, Thomas Gleixner, john stultz,
	Andi Kleen, Len Brown, linux-acpi, Dave Jones, Thomas Renninger,
	Adam Belay

[-- Attachment #1: Type: text/plain, Size: 1055 bytes --]

Am 25.08.2007 02:38 schrieb Pallipadi, Venkatesh:
>>
>>>> FATAL: Error inserting processor (/lib/modules/2.6.23-rc3-mm1-testing/kernel/drivers/acpi/processor.ko): Input/output error
>>>> WARNING: Error inserting processor (/lib/modules/2.6.23-rc3-mm1-testing/kernel/drivers/acpi/processor.ko): Input/output error
> 
> This is indeed related to CPUIDLE.
> 
> Tilman: Can you configure CONFIG_CPU_IDLE in your config (under Power
> Management option) and double check that the frequency part works after
> that.

Strangely enough, I do not see that option in "make xconfig".
The "Power Management" subtree ends with "CPU Frequency scaling".
In "make menuconfig" the option is there, though.
After activating it, these two errors are indeed gone, and the
"thermal: Unknown symbol acpi_processor_set_thermal_limit" one
as well.

HTH
T.

-- 
Tilman Schmidt                          E-Mail: tilman@imap.cc
Bonn, Germany
Diese Nachricht besteht zu 100% aus wiederverwerteten Bits.
Ungeöffnet mindestens haltbar bis: (siehe Rückseite)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 253 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 2.6.23-rc3-mm1
  2007-08-25  7:55           ` 2.6.23-rc3-mm1 Paul Rolland
@ 2007-08-25 23:37             ` Tilman Schmidt
  0 siblings, 0 replies; 17+ messages in thread
From: Tilman Schmidt @ 2007-08-25 23:37 UTC (permalink / raw)
  To: Paul Rolland
  Cc: Dave Jones, Andrew Morton, linux-kernel, Thomas Gleixner,
	john stultz, Andi Kleen, Len Brown, linux-acpi, Dave Jones,
	Thomas Renninger, Venkatesh Pallipadi, rol

[-- Attachment #1: Type: text/plain, Size: 1165 bytes --]

Am 25.08.2007 09:55 schrieb Paul Rolland:

> On Sat, 25 Aug 2007 00:28:09 -0400
> Dave Jones <davej@redhat.com> wrote:
> 
>> On Fri, Aug 24, 2007 at 08:30:00PM -0700, Andrew Morton wrote:
>>  
>>  > > -<6>rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
>>  > > -<4>rtc_cmos: probe of 00:03 failed with error -16
>>  > 
>>  > I wonder if that was supposed to happen.  It's also happening in
>>  > 2.6.23-rc3 base.
>>  
>> EBUSY. I've seen this happen when you have both CONFIG_RTC and
>> CONFIG_RTC_DRV_CMOS set.
> 
> This one is becoming quite worth an entry in a FAQ, it pops up one every
> month ;)
> There was a discussion about preventing both being set at the same time
> when configuring, but I don't remember how it ends... 

I must have missed that discussion. I have:
CONFIG_RTC=y
CONFIG_RTC_DRV_CMOS=m
because both of these options claim in their help texts that you
should select them if you want to access the PC RTC.

-- 
Tilman Schmidt                          E-Mail: tilman@imap.cc
Bonn, Germany
Diese Nachricht besteht zu 100% aus wiederverwerteten Bits.
Ungeöffnet mindestens haltbar bis: (siehe Rückseite)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 253 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 2.6.23-rc3-mm1
  2007-08-25 23:26         ` 2.6.23-rc3-mm1 Tilman Schmidt
@ 2007-08-25 23:57           ` Randy Dunlap
  2007-08-27 13:35             ` 2.6.23-rc3-mm1 Tilman Schmidt
  0 siblings, 1 reply; 17+ messages in thread
From: Randy Dunlap @ 2007-08-25 23:57 UTC (permalink / raw)
  To: Tilman Schmidt
  Cc: Pallipadi, Venkatesh, Andrew Morton, linux-kernel,
	Thomas Gleixner, john stultz, Andi Kleen, Len Brown, linux-acpi,
	Dave Jones, Thomas Renninger, Adam Belay

On Sun, 26 Aug 2007 01:26:21 +0200 Tilman Schmidt wrote:

> Am 25.08.2007 02:38 schrieb Pallipadi, Venkatesh:
> >>
> >>>> FATAL: Error inserting processor (/lib/modules/2.6.23-rc3-mm1-testing/kernel/drivers/acpi/processor.ko): Input/output error
> >>>> WARNING: Error inserting processor (/lib/modules/2.6.23-rc3-mm1-testing/kernel/drivers/acpi/processor.ko): Input/output error
> > 
> > This is indeed related to CPUIDLE.
> > 
> > Tilman: Can you configure CONFIG_CPU_IDLE in your config (under Power
> > Management option) and double check that the frequency part works after
> > that.
> 
> Strangely enough, I do not see that option in "make xconfig".
> The "Power Management" subtree ends with "CPU Frequency scaling".
> In "make menuconfig" the option is there, though.

That sounds strange.  Please share your .config file.

> After activating it, these two errors are indeed gone, and the
> "thermal: Unknown symbol acpi_processor_set_thermal_limit" one
> as well.



---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 2.6.23-rc3-mm1
  2007-08-25 23:57           ` 2.6.23-rc3-mm1 Randy Dunlap
@ 2007-08-27 13:35             ` Tilman Schmidt
  0 siblings, 0 replies; 17+ messages in thread
From: Tilman Schmidt @ 2007-08-27 13:35 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Pallipadi, Venkatesh, Andrew Morton, linux-kernel,
	Thomas Gleixner, john stultz, Andi Kleen, Len Brown, linux-acpi,
	Dave Jones, Thomas Renninger, Adam Belay

[-- Attachment #1: Type: text/plain, Size: 1232 bytes --]

Am 26.08.2007 01:57 schrieb Randy Dunlap:
> On Sun, 26 Aug 2007 01:26:21 +0200 Tilman Schmidt wrote:
> 
>> Am 25.08.2007 02:38 schrieb Pallipadi, Venkatesh:
>> > 
>> > Tilman: Can you configure CONFIG_CPU_IDLE in your config (under Power
>> > Management option) and double check that the frequency part works after
>> > that.
>> 
>> Strangely enough, I do not see that option in "make xconfig".
>> The "Power Management" subtree ends with "CPU Frequency scaling".
>> In "make menuconfig" the option is there, though.
> 
> That sounds strange.  Please share your .config file.

I'm sorry but I cannot reproduce the phenomenon anymore. After setting
CONFIG_CPU_IDLE with "make menuconfig", when I ran "make xconfig" again
it showed the option too. Moving .config.old back to .config doesn't
make it disappear again. So it seems "make menuconfig" has elliminated
whatever caused this.

If you still want to have a look, both .config and .config.old are
available at http://gollum.phnxsoft.com/~ts/2.6.23-rc3-mm1/ .

-- 
Tilman Schmidt                    E-Mail: tilman@imap.cc
Bonn, Germany
Diese Nachricht besteht zu 100% aus wiederverwerteten Bits.
Ungeöffnet mindestens haltbar bis: (siehe Rückseite)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [-mm patch] make "struct menu_governor" static (again)
       [not found] <20070822020648.5ea3a612.akpm@linux-foundation.org>
       [not found] ` <46CF695D.1020008@imap.cc>
@ 2007-08-27 21:27 ` Adrian Bunk
  2007-08-27 22:32   ` Adam Belay
  1 sibling, 1 reply; 17+ messages in thread
From: Adrian Bunk @ 2007-08-27 21:27 UTC (permalink / raw)
  To: Andrew Morton, Adam Belay, Venkatesh Pallipadi, Shaohua Li
  Cc: linux-kernel, linux-acpi

On Wed, Aug 22, 2007 at 02:06:48AM -0700, Andrew Morton wrote:
>...
> Changes since 2.6.23-rc2-mm2:
>...
>  git-acpi.patch
>...
>  git trees
>...

"struct menu_governor" needlessly again became global.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
cb33b296204127cf50df54b84b2d79e152fb924b 
diff --git a/drivers/cpuidle/governors/menu.c b/drivers/cpuidle/governors/menu.c
index f5a8865..8d3fdc5 100644
--- a/drivers/cpuidle/governors/menu.c
+++ b/drivers/cpuidle/governors/menu.c
@@ -117,7 +117,7 @@ static int menu_enable_device(struct cpuidle_device *dev)
 	return 0;
 }
 
-struct cpuidle_governor menu_governor = {
+static struct cpuidle_governor menu_governor = {
 	.name =		"menu",
 	.rating =	20,
 	.enable =	menu_enable_device,

^ permalink raw reply related	[flat|nested] 17+ messages in thread

* Re: [-mm patch] make "struct menu_governor" static (again)
  2007-08-27 21:27 ` [-mm patch] make "struct menu_governor" static (again) Adrian Bunk
@ 2007-08-27 22:32   ` Adam Belay
  0 siblings, 0 replies; 17+ messages in thread
From: Adam Belay @ 2007-08-27 22:32 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Andrew Morton, Venkatesh Pallipadi, Shaohua Li, linux-kernel,
	linux-acpi, Brown, Len

This is already fixed in the most recent ACPI CPUIDLE tree.

Thanks,
Adam

On Mon, 2007-08-27 at 23:27 +0200, Adrian Bunk wrote:
> On Wed, Aug 22, 2007 at 02:06:48AM -0700, Andrew Morton wrote:
> >...
> > Changes since 2.6.23-rc2-mm2:
> >...
> >  git-acpi.patch
> >...
> >  git trees
> >...
> 
> "struct menu_governor" needlessly again became global.
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
> 
> ---
> cb33b296204127cf50df54b84b2d79e152fb924b 
> diff --git a/drivers/cpuidle/governors/menu.c b/drivers/cpuidle/governors/menu.c
> index f5a8865..8d3fdc5 100644
> --- a/drivers/cpuidle/governors/menu.c
> +++ b/drivers/cpuidle/governors/menu.c
> @@ -117,7 +117,7 @@ static int menu_enable_device(struct cpuidle_device *dev)
>  	return 0;
>  }
>  
> -struct cpuidle_governor menu_governor = {
> +static struct cpuidle_governor menu_governor = {
>  	.name =		"menu",
>  	.rating =	20,
>  	.enable =	menu_enable_device,
> 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Clock trouble retest results with 2.6.23-rc4-mm1 (was: 2.6.23-rc3-mm1)
  2007-08-25  3:30       ` 2.6.23-rc3-mm1 Andrew Morton
  2007-08-25  4:28         ` 2.6.23-rc3-mm1 Dave Jones
@ 2007-09-05 20:41         ` Tilman Schmidt
  1 sibling, 0 replies; 17+ messages in thread
From: Tilman Schmidt @ 2007-09-05 20:41 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-kernel, Thomas Gleixner, john stultz, Andi Kleen, Len Brown,
	linux-acpi, Dave Jones, Thomas Renninger, Venkatesh Pallipadi

[-- Attachment #1: Type: text/plain, Size: 1633 bytes --]

Am 25.08.2007 05:30 schrieb Andrew Morton:
> On Sat, 25 Aug 2007 02:47:59 +0200 Tilman Schmidt <tilman@imap.cc> wrote:

>>>> - on console early during boot, also in SuSE's /var/log/boot.msg:
>>>>
>>>> your system time is not correct:
>>>> Wed Jul 13 13:15:31 UTC 1910
>>>> setting system time to:
>>>> Tue Jul 24 00:00:00 UTC 2007

With 2.6.23-rc4-mm1 this doesn't happen anymore,
so whatever it was seems to be fixed.

>> --- /tmp/bootmsg-2.6.23-rc3	2007-08-25 02:25:54.000000000 +0200
>> +++ /tmp/bootmsg-2.6.23-rc3-mm1	2007-08-25 02:26:08.000000000 +0200
[...]
>>  <6>..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
>> -<6>checking TSC synchronization [CPU#0 -> CPU#1]: passed.
>> +<6>checking TSC synchronization [CPU#0 -> CPU#1]:
>> +<4>Measured 32 cycles TSC warp between CPUs, turning off TSC clock.
>> +<4>Marking TSC unstable due to: check_tsc_sync_source failed.

This still happens identically with 2.6.23-rc4-mm1.
Mainline kernels like my TSC, -mm kernels don't.

>> -<7>hpet_resources: 0xfed00000 is busy
>> +<4>hpet_acpi_add: no address or irqs in _CRS
> 
> oh boy

2.6.23-rc4-mm1 reverts to mainline behaviour here.
(ie. "busy" instead of "no address or irqs")
Dunno if that's good or bad.

>> +<4>thermal: Unknown symbol acpi_processor_set_thermal_limit
> 
> I think there are acpi fixes in Len's latest tree which will fix this.

Gone in 2.6.23-rc4-mm1.

HTH
Tilman

-- 
Tilman Schmidt                          E-Mail: tilman@imap.cc
Bonn, Germany
Diese Nachricht besteht zu 100% aus wiederverwerteten Bits.
Ungeöffnet mindestens haltbar bis: (siehe Rückseite)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 253 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2007-09-05 20:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20070822020648.5ea3a612.akpm@linux-foundation.org>
     [not found] ` <46CF695D.1020008@imap.cc>
2007-08-25  0:07   ` 2.6.23-rc3-mm1 Andrew Morton
2007-08-25  0:13     ` 2.6.23-rc3-mm1 Pallipadi, Venkatesh
2007-08-25  0:38       ` 2.6.23-rc3-mm1 Pallipadi, Venkatesh
2007-08-25 23:26         ` 2.6.23-rc3-mm1 Tilman Schmidt
2007-08-25 23:57           ` 2.6.23-rc3-mm1 Randy Dunlap
2007-08-27 13:35             ` 2.6.23-rc3-mm1 Tilman Schmidt
2007-08-25  0:14     ` 2.6.23-rc3-mm1 Dave Jones
2007-08-25  0:21     ` 2.6.23-rc3-mm1 john stultz
2007-08-25 22:39       ` 2.6.23-rc3-mm1 Tilman Schmidt
2007-08-25  0:47     ` 2.6.23-rc3-mm1 Tilman Schmidt
2007-08-25  3:30       ` 2.6.23-rc3-mm1 Andrew Morton
2007-08-25  4:28         ` 2.6.23-rc3-mm1 Dave Jones
2007-08-25  7:55           ` 2.6.23-rc3-mm1 Paul Rolland
2007-08-25 23:37             ` 2.6.23-rc3-mm1 Tilman Schmidt
2007-09-05 20:41         ` Clock trouble retest results with 2.6.23-rc4-mm1 (was: 2.6.23-rc3-mm1) Tilman Schmidt
2007-08-27 21:27 ` [-mm patch] make "struct menu_governor" static (again) Adrian Bunk
2007-08-27 22:32   ` Adam Belay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).