public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Regression in 2.6.27 caused by commit bfc0f59
@ 2008-08-31 22:54 Larry Finger
  2008-09-01 11:14 ` Thomas Gleixner
  0 siblings, 1 reply; 56+ messages in thread
From: Larry Finger @ 2008-08-31 22:54 UTC (permalink / raw)
  To: LKML, Rafael J. Wysocki, Linus Torvalds, Alok Kataria; +Cc: Michael Buesch

An ancient laptop of mine started throwing errors from b43legacy when 
I started using 2.6.27 on it. This has been bisected to commit bfc0f59 
"x86: merge tsc calibration". Incidentally, I was appalled at the 
number of build errors that were found while bisecting in this region. 
Every commit from 2.6.26-rc9-00715 to at least -00719 had include 
errors that had to be fixed before it would compile. Those fixes are 
the only reason that the builds below are "dirty".

The CPU in this computer is an AMD-K6 at stepping 0c and running at 
450 MHz.

The critical differences in the dmesg output between the "good" and 
"bad" results indicate a factor of 2 difference in the clock speed, 
and are shown below:

============================================================
finger@larrylap:/ide1/mtech/wireless-testing> diff -u /ide1/dmesg.good 
/ide1/dmesg.bad
--- /ide1/dmesg.good    2008-08-31 16:23:32.000000000 -0500
+++ /ide1/dmesg.bad     2008-08-31 16:26:25.000000000 -0500
@@ -1,4 +1,4 @@
-Linux version 2.6.26-rc9-test-00715-g0ef9553-dirty (finger@larrylap) 
(gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 
135036] (SUSE Linux) ) #29 Sun Aug 31 15:37:05 ACT 2008
+Linux version 2.6.26-rc9-test-00716-gbfc0f59-dirty (finger@larrylap) 
(gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 
135036] (SUSE Linux) ) #31 Sun Aug 31 16:52:23 ACT 2008
  BIOS-provided physical RAM map:
   BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
   BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
@@ -54,7 +54,8 @@
  Kernel command line: root=/dev/sda3 vga=0x314 resume=/dev/sda2 
splash=silent
  Initializing CPU#0
  PID hash table entries: 1024 (order: 10, 4096 bytes)
-Detected 428.846 MHz processor.
+TSC calibrated against PM_TIMER
+Detected 214.401 MHz processor.
  Console: colour dummy device 80x25
  console [tty0] enabled
  Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
@@ -69,7 +70,7 @@
        .text : 0xc0100000 - 0xc02638ac   (1422 kB)
  Checking if this processor honours the WP bit even in supervisor 
mode...Ok.
  CPA: page pool initialized 1 of 1 pages preallocated
-Calibrating delay loop (skipped), value calculated using timer 
frequency.. <6>857.69 BogoMIPS (lpj=1715384)
+Calibrating delay loop (skipped), value calculated using timer 
frequency.. <6>428.80 BogoMIPS (lpj=857604)
  Security Framework initialized
  Capability LSM initialized
  Mount-cache hash table entries: 512
@@ -140,6 +141,7 @@
  TCP reno registered
  NET: Registered protocol family 1
  checking if image is initramfs... it is
+Clocksource tsc unstable (delta = 500037272 ns)
  Freeing initrd memory: 4071k freed
  ACPI: EC: non-query interrupt received, switching to interrupt mode
  ACPI: EC: GPE storm detected, disabling EC GPE
@@ -174,11 +176,10 @@
  TCP cubic registered
  Using IPI Shortcut mode
  Freeing unused kernel memory: 184k freed
-Clocksource tsc unstable (delta = 83950402 ns)
  ACPI: ACPI0007:00 is registered as cooling_device0
  ACPI: Processor [CPU0] (supports 8 throttling states)
  ACPI: LNXTHERM:01 is registered as thermal_zone0
-ACPI: Thermal Zone [THRM] (50 C)
+ACPI: Thermal Zone [THRM] (51 C)
  No dock devices found.
  SCSI subsystem initialized
  libata version 3.00 loaded.
@@ -306,7 +307,10 @@
  b43legacy-phy0: Loading firmware version 0x127, patch level 14 
(2005-04-18 02:36:27)
  b43legacy-phy0 debug: Chip initialized
  b43legacy-phy0 debug: 30-bit DMA initialized
+b43legacy-phy0 ERROR: PHY transmission error
  b43legacy-phy0 debug: Wireless interface started
+b43legacy-phy0 ERROR: PHY transmission error
+b43legacy-phy0 ERROR: PHY transmission error
  b43legacy-phy0 debug: Adding Interface type 2
  NET: Registered protocol family 17
  eth1: Initial auth_alg=0
=======================================================

I am eager to test trial patches.

Thanks,

Larry


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

end of thread, other threads:[~2008-09-05 13:45 UTC | newest]

Thread overview: 56+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-31 22:54 Regression in 2.6.27 caused by commit bfc0f59 Larry Finger
2008-09-01 11:14 ` Thomas Gleixner
2008-09-01 15:37   ` Larry Finger
2008-09-01 17:49     ` Thomas Gleixner
2008-09-01 17:44   ` Larry Finger
2008-09-01 18:31     ` Thomas Gleixner
2008-09-01 19:10       ` Linus Torvalds
2008-09-01 20:07         ` Thomas Gleixner
2008-09-01 21:30           ` Thomas Gleixner
2008-09-01 22:02           ` Linus Torvalds
2008-09-01 22:33             ` Thomas Gleixner
2008-09-01 22:56               ` Linus Torvalds
2008-09-01 23:24                 ` Thomas Gleixner
2008-09-02  6:37                   ` Andi Kleen
2008-09-02 12:21                     ` Thomas Gleixner
2008-09-01 22:16           ` Linus Torvalds
2008-09-01 23:16             ` Thomas Gleixner
2008-09-02  3:18               ` Linus Torvalds
2008-09-02  3:35                 ` Linus Torvalds
2008-09-02  4:54                   ` Larry Finger
2008-09-02  9:17                   ` Alan Cox
2008-09-02 12:15                   ` Thomas Gleixner
2008-09-02 15:09                     ` Linus Torvalds
2008-09-02 18:14                       ` Thomas Gleixner
2008-09-02 18:41                         ` Alok Kataria
2008-09-02 21:16                           ` Thomas Gleixner
2008-09-02 18:42                         ` Linus Torvalds
2008-09-02 21:13                           ` Thomas Gleixner
2008-09-02 22:21                             ` Linus Torvalds
2008-09-02 23:10                               ` Thomas Gleixner
2008-09-03  1:49                                 ` Linus Torvalds
2008-09-02 22:54                           ` [PATCH] Fix TSC calibration issues Thomas Gleixner
2008-09-03  2:14                             ` Linus Torvalds
2008-09-03  9:11                               ` Thomas Gleixner
2008-09-04  1:14                                 ` Alok Kataria
2008-09-04  2:56                                   ` Linus Torvalds
2008-09-04  3:16                                     ` Arjan van de Ven
2008-09-04  3:59                                       ` Linus Torvalds
2008-09-04  4:10                                         ` Arjan van de Ven
2008-09-04  4:20                                           ` Linus Torvalds
2008-09-04  4:27                                             ` Arjan van de Ven
2008-09-04  4:25                                         ` Willy Tarreau
2008-09-04  4:53                                           ` Linus Torvalds
2008-09-04  5:09                                             ` Willy Tarreau
2008-09-04  1:18                                 ` [PATCH] Change warning message in TSC calibration Alok Kataria
2008-09-03  2:51                             ` [PATCH] Fix TSC calibration issues Larry Finger
2008-09-03  4:00                               ` Linus Torvalds
2008-09-03  4:34                                 ` Larry Finger
2008-09-05 13:45                       ` Regression in 2.6.27 caused by commit bfc0f59 Mark Lord
2008-09-02 17:17                 ` Bill Davidsen
2008-09-01 19:36       ` Larry Finger
2008-09-01 20:09         ` Thomas Gleixner
2008-09-01 20:23           ` Larry Finger
2008-09-01 20:45             ` Thomas Gleixner
2008-09-01 18:42     ` Linus Torvalds
2008-09-01 19:08       ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox