Bug#504167: T60

2008-11-24 Thread Jonas Bardino
The bug appears to also be fixed with the latest -11~snapshot on my T60
with ATI Radeon X1400 (radeonhd driver) running Lenny:
sys_product  = 2007FTG
bios_version = 79ETE3WW (2.23)

Yesterday I tested  quite a bit with 2.6.26-10 and never managed to get
past 8 resumes before hitting the 'black screen with cursor' hang. After
upgrading to the snapshot, I'm now past 20 resumes in a row with
different levels of interaction and docking setup and still no hangs.

Well done!

Cheers, Jonas

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#504167: T60

2008-11-20 Thread Bastian Blank
On Wed, Nov 19, 2008 at 03:11:09PM +0100, Jan Korbel wrote:
 Vanilla 2.6.26.6 with this patch is ok. I can resume notebook (and there  
 is no delay).

Can you please test a current snapshot[1]? I reverted the two patches
where this change is included.

Bastian

[1]: http://wiki.debian.org/DebianKernel

-- 
Our missions are peaceful -- not for conquest.  When we do battle, it
is only because we have no choice.
-- Kirk, The Squire of Gothos, stardate 2124.5



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#504167: T60

2008-11-20 Thread Jan Korbel

2.6.26-11~snapshot.12402 is ok

Bastian Blank wrote:

Can you please test a current snapshot[1]? I reverted the two patches
where this change is included.

Bastian

[1]: http://wiki.debian.org/DebianKernel



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#504167: T60

2008-11-19 Thread Bastian Blank
On Tue, Nov 04, 2008 at 04:37:25PM +0100, Jan Korbel wrote:
 Hmm after cca 10 compilations i can't resume even with vanilla 2.6.26.6 :(
 I'll try another one and 2.6.26.5 too.

Can you try to use this patch? It is not nearly nice but the best guess.

| --- a/kernel/time/tick-broadcast.c
| +++ b/kernel/time/tick-broadcast.c
| @@ -508,7 +508,7 @@ static void tick_broadcast_init_next_event(cpumask_t 
*mask, ktime_t expires)
|  void tick_broadcast_setup_oneshot(struct clock_event_device *bc)
|  {
| /* Set it up only once ! */
| -   if (bc-event_handler != tick_handle_oneshot_broadcast) {
| +   {
| int was_periodic = bc-mode == CLOCK_EVT_MODE_PERIODIC;
| int cpu = smp_processor_id();
| cpumask_t mask;

Bastian

-- 
The joys of love made her human and the agonies of love destroyed her.
-- Spock, Requiem for Methuselah, stardate 5842.8



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#504167: T60

2008-11-19 Thread Bastian Blank
On Wed, Nov 19, 2008 at 01:33:08PM +0100, Bastian Blank wrote:
 On Tue, Nov 04, 2008 at 04:37:25PM +0100, Jan Korbel wrote:
  Hmm after cca 10 compilations i can't resume even with vanilla 2.6.26.6 :(
  I'll try another one and 2.6.26.5 too.
 
 Can you try to use this patch? It is not nearly nice but the best guess.

Better, try to apply aa276e1cafb3ce9d01d1e837bcd67e92616013ac.

Bastian

-- 
I have never understood the female capacity to avoid a direct answer to
any question.
-- Spock, This Side of Paradise, stardate 3417.3



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#504167: T60

2008-11-19 Thread Jan Korbel
Vanilla 2.6.26.6 with this patch is ok. I can resume notebook (and there 
is no delay).


J.

Bastian Blank wrote:

Can you try to use this patch? It is not nearly nice but the best guess.

| --- a/kernel/time/tick-broadcast.c
| +++ b/kernel/time/tick-broadcast.c
| @@ -508,7 +508,7 @@ static void tick_broadcast_init_next_event(cpumask_t 
*mask, ktime_t expires)
|  void tick_broadcast_setup_oneshot(struct clock_event_device *bc)
|  {
| /* Set it up only once ! */
| -   if (bc-event_handler != tick_handle_oneshot_broadcast) {
| +   {
| int was_periodic = bc-mode == CLOCK_EVT_MODE_PERIODIC;
| int cpu = smp_processor_id();
| cpumask_t mask;

Bastian



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#504167: T60

2008-11-04 Thread Jan Korbel

Hmm after cca 10 compilations i can't resume even with vanilla 2.6.26.6 :(

I'll try another one and 2.6.26.5 too.

J.


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#504167: T60

2008-11-03 Thread Bastian Blank
On Mon, Nov 03, 2008 at 10:48:29AM +0100, Jan Korbel wrote:
 Bastian Blank wrote:
 It has to be one out of debian/patches/{bugfix,features}/{all,x86}/*.
 About 70 patches?

Yep.

  How can i test them in other way than one-by-one?  

Apply the suspected ones on top of the v2.6.26.6 tag and use bisect.

 And there are e-mail headers - is it possible to automatic apply of diff?

git apply may take them, not sure.

 Btw there is interesting bugfix/all/x86-acpi-sleep-x61s.patch.bz2.

This patch got removed in -2, see series/2.

Bastian

-- 
Humans do claim a great deal for that particular emotion (love).
-- Spock, The Lights of Zetar, stardate 5725.6



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#504167: T60

2008-11-03 Thread Jan Korbel

Bastian Blank wrote:

It has to be one out of debian/patches/{bugfix,features}/{all,x86}/*.


About 70 patches? :( How can i test them in other way than one-by-one? 
And there are e-mail headers - is it possible to automatic apply of diff?


Btw there is interesting bugfix/all/x86-acpi-sleep-x61s.patch.bz2.

J.


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#504167: T60

2008-11-02 Thread Jan Korbel
I tried linux-image-2.6.26-1-686-bigmem. With -8 resumed ok, with -9 
not. Problem is the same, blinking cursor on black screen. But after 5 
minutes i tried to switch manually to X (alt+F7) and screen slowly 
switched. Screensaver was running but keyboard is unresponsive and 
touchpad too (cursor didn't move even a one pixel).


I'll try vanilla as Bastian proposed.

J.


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#504167: T60

2008-11-02 Thread Jan Korbel

So 2.6.26.6 with debian config is ok, resumed several times.

J.


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#504167: T60

2008-11-02 Thread Bastian Blank
On Sun, Nov 02, 2008 at 08:30:23PM +0100, Jan Korbel wrote:
 So 2.6.26.6 with debian config is ok, resumed several times.

Not good. So we need to find out which patch broke it.

Bastian

-- 
You can't evaluate a man by logic alone.
-- McCoy, I, Mudd, stardate 4513.3



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#504167: T60

2008-11-02 Thread Jan Korbel

Gimme some patches, i'll try.

J.

Bastian Blank wrote:

On Sun, Nov 02, 2008 at 08:30:23PM +0100, Jan Korbel wrote:

So 2.6.26.6 with debian config is ok, resumed several times.


Not good. So we need to find out which patch broke it.

Bastian



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#504167: T60

2008-11-02 Thread Bastian Blank
On Sun, Nov 02, 2008 at 09:17:28PM +0100, Jan Korbel wrote:
 Gimme some patches, i'll try.

It has to be one out of debian/patches/{bugfix,features}/{all,x86}/*.

Bastian

-- 
Sometimes a man will tell his bartender things he'll never tell his doctor.
-- Dr. Phillip Boyce, The Menagerie (The Cage),
   stardate unknown.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#504167: T60

2008-11-01 Thread Jan Korbel

Btw my notebook is T60 with ATI Radeon X1400 (and open source drivers):

This machine can be identified by:
sys_vendor   = LENOVO
sys_product  = 2007FVG
sys_version  = ThinkPad T60
bios_version = 79ETD9WW (2.19 )

lspci attached
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
Subsystem: Lenovo ThinkPad T60
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information ?
Kernel modules: intel-agp

00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT 
Express PCI Express Root Port (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 2000-2fff
Memory behind bridge: ee10-ee1f
Prefetchable memory behind bridge: d800-dfff
Capabilities: [88] Subsystem: Lenovo Device 2014
Capabilities: [80] Power Management version 2
Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [a0] Express Root Port (Slot+), MSI 00
Capabilities: [100] Virtual Channel ?
Capabilities: [140] Root Complex Link ?
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 02)
Subsystem: Lenovo ThinkPad T60/R60 series
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at ee40 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 
Enable-
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel ?
Capabilities: [130] Root Complex Link ?
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 
(rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 3000-3fff
Memory behind bridge: ee00-ee0f
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [90] Subsystem: Lenovo Device 2011
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel ?
Capabilities: [180] Root Complex Link ?
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 
(rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 4000-5fff
Memory behind bridge: ec00-edff
Prefetchable memory behind bridge: e400-e40f
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [90] Subsystem: Lenovo Device 2011
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel ?
Capabilities: [180] Root Complex Link ?
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 
(rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=04, subordinate=0b, sec-latency=0
I/O behind bridge: 6000-7fff
Memory behind bridge: e800-e9ff
Prefetchable memory behind bridge: e410-e41f
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [90] Subsystem: Lenovo Device 2011
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel ?
Capabilities: [180] Root Complex Link ?
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 
(rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=0c, subordinate=13, sec-latency=0
I/O behind bridge: 8000-9fff
Memory behind bridge: ea00-ebff
Prefetchable memory behind bridge: e420-e42f
Capabilities: [40] Express Root Port (Slot+), MSI 00