* Re: Update: ide problems: 2.6.22-git17 working, 2.6.23-rc1* is not:
2007-07-30 17:30 ` Len Brown
@ 2007-07-31 1:10 ` Danny ter Haar
2007-07-31 4:00 ` Danny ter Haar
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Danny ter Haar @ 2007-07-31 1:10 UTC (permalink / raw)
To: Len Brown; +Cc: Gabriel C, Bartlomiej Zolnierkiewicz, linux-kernel, linux-acpi
Quoting Len Brown (lenb@kernel.org):
> Please attach the output from acpidump to
> http://bugzilla.kernel.org/show_bug.cgi?id=7880
done
also on : http://www.dth.net/kernel/acpidump_output_via_c3_5000
> We'll likely be able to tell from it if that patch
> has any real effect on your system, or if you test
> result was from some unrelated event.
Reverting the patch didn't make a real difference, it only took
longer (eg 16 minutes before lockup in stead of 2-3 minutes)
> Also, please test with CONFIG_X86_ACPI_CPUFREQ=n
> to remove the acpi-cpufreq driver (and thus this patch)
> from your kernel. If it still fails, then we know
> that this driver (and this patch) are not related
> to the failure.
Will do.
This machine(firewall) is solar powered so i tried to let it
consume as less power as possible
This is in my startup script at the moment:
echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
> Hmmm, okay, the "big hammer" works. Please see
> if any of these smaller hammers work:
>
> pnpacpi=off
> acpi=noirq
> notsc
More testing to do, however, sunday i'm going abroad for a while,
all stuff will be in storage. If i cant find in the next few days
(packing everything in moving boxes) it might take a while before
i can test again. Sorry for that.
Danny
--
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Update: ide problems: 2.6.22-git17 working, 2.6.23-rc1* is not:
2007-07-30 17:30 ` Len Brown
2007-07-31 1:10 ` Danny ter Haar
@ 2007-07-31 4:00 ` Danny ter Haar
2007-07-31 14:30 ` Danny ter Haar
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Danny ter Haar @ 2007-07-31 4:00 UTC (permalink / raw)
To: Len Brown; +Cc: Gabriel C, Bartlomiej Zolnierkiewicz, linux-kernel, linux-acpi
Quoting Len Brown (lenb@kernel.org):
> Hmmm, okay, the "big hammer" works. Please see
> if any of these smaller hammers work:
>
> pnpacpi=off
Went out for dinner, machine was frozen on return.
One less on the checklist ..
--
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Update: ide problems: 2.6.22-git17 working, 2.6.23-rc1* is not:
2007-07-30 17:30 ` Len Brown
2007-07-31 1:10 ` Danny ter Haar
2007-07-31 4:00 ` Danny ter Haar
@ 2007-07-31 14:30 ` Danny ter Haar
2007-08-01 0:44 ` Danny ter Haar
2007-08-01 20:03 ` Update: ACPI problems: 2.6.22-git17 working, 2.6.23-rc1* is not: (was ide not working) Danny ter Haar
4 siblings, 0 replies; 8+ messages in thread
From: Danny ter Haar @ 2007-07-31 14:30 UTC (permalink / raw)
To: Len Brown; +Cc: Gabriel C, Bartlomiej Zolnierkiewicz, linux-kernel, linux-acpi
Quoting Len Brown (lenb@kernel.org):
> Hmmm, okay, the "big hammer" works. Please see
> if any of these smaller hammers work:
> acpi=noirq
died within 2 minutes
> notsc
After 36 minutes
--
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Update: ide problems: 2.6.22-git17 working, 2.6.23-rc1* is not:
2007-07-30 17:30 ` Len Brown
` (2 preceding siblings ...)
2007-07-31 14:30 ` Danny ter Haar
@ 2007-08-01 0:44 ` Danny ter Haar
2007-08-01 20:03 ` Update: ACPI problems: 2.6.22-git17 working, 2.6.23-rc1* is not: (was ide not working) Danny ter Haar
4 siblings, 0 replies; 8+ messages in thread
From: Danny ter Haar @ 2007-08-01 0:44 UTC (permalink / raw)
To: Len Brown; +Cc: Gabriel C, Bartlomiej Zolnierkiewicz, linux-kernel, linux-acpi
Quoting Len Brown (lenb@kernel.org):
> Also, please test with CONFIG_X86_ACPI_CPUFREQ=n
> to remove the acpi-cpufreq driver (and thus this patch)
> from your kernel. If it still fails, then we know
> that this driver (and this patch) are not related
> to the failure.
It wasn't enabled in any of the kernels i ran:
# grep X86_ACPI ../configs/config*
../configs/config-2.6.22-git14-c3-via5000-firewall:# CONFIG_X86_ACPI_CPUFREQ is not set
../configs/config-2.6.22-git17-c3-via5000-firewall:# CONFIG_X86_ACPI_CPUFREQ is not set
../configs/config-2.6.23-rc1-git5:# CONFIG_X86_ACPI_CPUFREQ is not set
../configs/config-2.6.23-rc1-git6:# CONFIG_X86_ACPI_CPUFREQ is not set
../configs/config-2.6.23-rc1-git9:# CONFIG_X86_ACPI_CPUFREQ is not set
../configs/config-2.6.23-rc1-mm1-c3-firewall:# CONFIG_X86_ACPI_CPUFREQ is not set
> Hmmm, okay, the "big hammer" works. Please see
> if any of these smaller hammers work:
>
> pnpacpi=off
> acpi=noirq
> notsc
_none_ of these options will work. The machine locks up solid.
And that's what i'm the most surprised about. The last time i withnessed
a solid kernel lockup without any panic/notification is _years_ ago.
I also tried a kernel without "CPU Frequency scaling", so it is not the
scaling up/down in Mhz of the cpu.
I've even just compiled/run a kernel with libata and even that one still
locks up.
New round of git bisects i guess (this time powercycle instead of reboot
and wait few hours before ginving it "bisect good" )
Will report back.
Danny
--
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Update: ACPI problems: 2.6.22-git17 working, 2.6.23-rc1* is not: (was ide not working)
2007-07-30 17:30 ` Len Brown
` (3 preceding siblings ...)
2007-08-01 0:44 ` Danny ter Haar
@ 2007-08-01 20:03 ` Danny ter Haar
4 siblings, 0 replies; 8+ messages in thread
From: Danny ter Haar @ 2007-08-01 20:03 UTC (permalink / raw)
To: Len Brown; +Cc: Gabriel C, Bartlomiej Zolnierkiewicz, linux-kernel, linux-acpi
Okay
Redid git bisect from start:
git bisect log
git-bisect start
# good: [098fd16f00005f665d3baa7e682d8cb3d7c0fe6f] Linux 2.6.22
git-bisect good 098fd16f00005f665d3baa7e682d8cb3d7c0fe6f
# good: [098fd16f00005f665d3baa7e682d8cb3d7c0fe6f] Linux 2.6.22
git-bisect good 098fd16f00005f665d3baa7e682d8cb3d7c0fe6f
# bad: [7d57c74238cdf570bca20b711b2c0b31a553c1e5] Linux 2.6.23-rc1
git-bisect bad 7d57c74238cdf570bca20b711b2c0b31a553c1e5
# good: [1f1c2881f673671539b25686df463518d69c4649] Merge branch
# 'upstream-linus' of
# master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
git-bisect good 1f1c2881f673671539b25686df463518d69c4649
# good: [5b7f13bd26a0c1d394a1a1f2bb6de5130c3a3843] coda: update module
# information
git-bisect good 5b7f13bd26a0c1d394a1a1f2bb6de5130c3a3843
# good: [74889e41d9a1f80928130a02af9b010673bc5ba7] [CELL] cbe_cpufreq:
# reorganize code
git-bisect good 74889e41d9a1f80928130a02af9b010673bc5ba7
# good: [bdda1561ffda764583a295229db66d94cf6038a3] x86_64: x86_64 - Use
# non locked version for local_cmpxchg()
git-bisect good bdda1561ffda764583a295229db66d94cf6038a3
# bad: [d7f5e3df3574c6e38b99f5fe22f15540b2b9811d] Merge branch
# 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
git-bisect bad d7f5e3df3574c6e38b99f5fe22f15540b2b9811d
# bad: [08e31686d6d119ba26bf0690f5f872f6f5bd1a97] Pull thinkpad into
# release branch
git-bisect bad 08e31686d6d119ba26bf0690f5f872f6f5bd1a97
# bad: [f79e3185dd0f8650022518d7624c876d8929061b] Pull misc into release
# branch
git-bisect bad f79e3185dd0f8650022518d7624c876d8929061b
# good: [22aadf8a07067644e101267ed5003043f2ad05bf] Pull bugzilla-7880
# into release branch
git-bisect good 22aadf8a07067644e101267ed5003043f2ad05bf
# good: [e8b495fe09bc793ae26774e7b2667f7f658d56e2] Pull dock-bay into
# release branch
git-bisect good e8b495fe09bc793ae26774e7b2667f7f658d56e2
# good: [18eab8550397f1f3d4b8b2c5257c88dae25d58ed] ACPI: Enable C3 even
# when PM2_control is zero
git-bisect good 18eab8550397f1f3d4b8b2c5257c88dae25d58ed
# good: [7a9b9068b8c7b526894904c0b9b90354825b8fbd] ACPI: update
# feature-removal-schedule.txt, /sys/firmware/acpi/namespace is gone
git-bisect good 7a9b9068b8c7b526894904c0b9b90354825b8fbd
# good: [8b8eb7d8cfc6cd95ed00cd58754e8493322505bd] ACPI: update ACPI
# proc I/F removal schedule
git-bisect good 8b8eb7d8cfc6cd95ed00cd58754e8493322505bd
f79e3185dd0f8650022518d7624c876d8929061b is first bad commit
I will store this particular firewall setup friday (will go into storage
for 2 months), if somebody would like more info, me to try something,
please send it to me asap.
Thanks for looking at this.
Danny
--
^ permalink raw reply [flat|nested] 8+ messages in thread