All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Atterer <richard-2/EmM+jwkBzwc4Swprx3xw@public.gmane.org>
To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Bartlomiej Zolnierkiewicz
	<bzolnier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	"Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org>,
	Kernel Testers List
	<kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [Bug #13371] s2disk hangs with kernel 2.6.29 and later, SATA, Gigabyte EG45M-DS2H
Date: Mon, 25 May 2009 15:45:22 +0200	[thread overview]
Message-ID: <20090525134522.GA7805@arbonne.lan> (raw)
In-Reply-To: <200905251448.40907.bzolnier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> <20090516225153.GA7883-dsTKODJrvkThXIiyNabO3w@public.gmane.org>

Hello,

this bug is still present, but so far (despite lots of useful help by 
Bartlomiej) I have been unable to bisect the issue.

We took some of the discussion off-list - here is a summary, with some new 
results at the end:

* I originally bisected the bug and identified this patch as the culprit:
295f00042aaf6b553b5f37348f89bab463d4a469: ide: don't execute the next 
queued command from the hard-IRQ context (v2)

* The fix for 295f000 (2ea5521: ide: fix suspend regression) did not fix my 
problem either.

* After some mails, I switched to CONFIG_IDE=n in the config I use for 
testing (was CONFIG_IDE=m before), because the problem still occurred in 
that case. The result of this:
295f000 (ide: don't execute the next queued command from the hard-IRQ
        context (v2)): ***Works*** with CONFIG_IDE=n
2ea5521 (ide: fix suspend regression): Hangs with CONFIG_IDE=n
1406de8 (2.6.30-rc6): Hangs with CONFIG_IDE=n

I also disconnected my second (PATA) disk at that point, since it does not 
influence the bug. So my system is SATA-only, both the (single) hard disk 
and my DVD writer are SATA.

* I bisected 295f000..2ea5521 and ended up at this as the first bad commit:
9ea09af3bd3090e8349ca2899ca2011bd94cda85: stop_machine: introduce stop_machine_create/destroy.
This turns out to be a bug that was fixed by
a0e280e0f33f6c859a235fb69a875ed8f3420388: stop_machine/cpu hotplug: fix disable_nonboot_cpus

* a0e280e worked for me, so (with increasing grumpiness;) I bisected 
a0e280e..2ea5521. This bisect didn't work, I ended up with a reported "bad" 
commit which was clearly not the problem. The configs and bisect log are at
<http://atterer.net/s2disk-config/>
The bisect log lines with "OK" mean that I went back and booted the kernel 
a second time, to make sure I hadn't mixed something up. But the second 
tries all had the same result as the first.

* Bart analysed that part of the history and suggested trying out 73d5931, 
and if that worked, bisecting 73d5931..2ea5521.

Today I re-tried both 73d5931 and 2ea5521, and it turns out that in both 
cases, s2disk hangs. :-|

By chance, I noticed that the behaviour during the hang is different from 
what I reported before, at least with these two versions. Initially, I 
said that the system would hang after the "s2disk: Snapshotting system" 
with a blinking cursor.
It turns out that actually it hangs for quite a while (maybe 2 minutes?) 
and only then starts to perform the s2disk!! The last lines written are 
"s2disk: Compression ratio 0.24" or similar, and then a line containing 
just "S¦". Afterwards, the system does *not* power off as it usually does, 
but just seems to hang again. (I think I waited for a few minutes, but 
nothing happened.)

Since the last, third bisect did not work, I'm at a loss what to try next.

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer
  | \/¯|  http://atterer.net
  ¯ '` ¯

WARNING: multiple messages have this Message-ID (diff)
From: Richard Atterer <richard@2009.atterer.net>
To: linux-kernel@vger.kernel.org
Cc: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	Kernel Testers List <kernel-testers@vger.kernel.org>
Subject: Re: [Bug #13371] s2disk hangs with kernel 2.6.29 and later, SATA, Gigabyte EG45M-DS2H
Date: Mon, 25 May 2009 15:45:22 +0200	[thread overview]
Message-ID: <20090525134522.GA7805@arbonne.lan> (raw)
In-Reply-To: <200905251448.40907.bzolnier@gmail.com> <20090516225153.GA7883@arbonne.lan>

Hello,

this bug is still present, but so far (despite lots of useful help by 
Bartlomiej) I have been unable to bisect the issue.

We took some of the discussion off-list - here is a summary, with some new 
results at the end:

* I originally bisected the bug and identified this patch as the culprit:
295f00042aaf6b553b5f37348f89bab463d4a469: ide: don't execute the next 
queued command from the hard-IRQ context (v2)

* The fix for 295f000 (2ea5521: ide: fix suspend regression) did not fix my 
problem either.

* After some mails, I switched to CONFIG_IDE=n in the config I use for 
testing (was CONFIG_IDE=m before), because the problem still occurred in 
that case. The result of this:
295f000 (ide: don't execute the next queued command from the hard-IRQ
        context (v2)): ***Works*** with CONFIG_IDE=n
2ea5521 (ide: fix suspend regression): Hangs with CONFIG_IDE=n
1406de8 (2.6.30-rc6): Hangs with CONFIG_IDE=n

I also disconnected my second (PATA) disk at that point, since it does not 
influence the bug. So my system is SATA-only, both the (single) hard disk 
and my DVD writer are SATA.

* I bisected 295f000..2ea5521 and ended up at this as the first bad commit:
9ea09af3bd3090e8349ca2899ca2011bd94cda85: stop_machine: introduce stop_machine_create/destroy.
This turns out to be a bug that was fixed by
a0e280e0f33f6c859a235fb69a875ed8f3420388: stop_machine/cpu hotplug: fix disable_nonboot_cpus

* a0e280e worked for me, so (with increasing grumpiness;) I bisected 
a0e280e..2ea5521. This bisect didn't work, I ended up with a reported "bad" 
commit which was clearly not the problem. The configs and bisect log are at
<http://atterer.net/s2disk-config/>
The bisect log lines with "OK" mean that I went back and booted the kernel 
a second time, to make sure I hadn't mixed something up. But the second 
tries all had the same result as the first.

* Bart analysed that part of the history and suggested trying out 73d5931, 
and if that worked, bisecting 73d5931..2ea5521.

Today I re-tried both 73d5931 and 2ea5521, and it turns out that in both 
cases, s2disk hangs. :-|

By chance, I noticed that the behaviour during the hang is different from 
what I reported before, at least with these two versions. Initially, I 
said that the system would hang after the "s2disk: Snapshotting system" 
with a blinking cursor.
It turns out that actually it hangs for quite a while (maybe 2 minutes?) 
and only then starts to perform the s2disk!! The last lines written are 
"s2disk: Compression ratio 0.24" or similar, and then a line containing 
just "S¦". Afterwards, the system does *not* power off as it usually does, 
but just seems to hang again. (I think I waited for a few minutes, but 
nothing happened.)

Since the last, third bisect did not work, I'm at a loss what to try next.

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer
  | \/¯|  http://atterer.net
  ¯ '` ¯

  parent reply	other threads:[~2009-05-25 13:45 UTC|newest]

Thread overview: 219+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-24 19:27 2.6.30-rc7: Reported regressions 2.6.28 -> 2.6.29 Rafael J. Wysocki
2009-05-24 19:27 ` [Bug #12490] ath5k related kernel panic in 2.6.29-rc1 Rafael J. Wysocki
2009-05-24 19:27   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #12909] boot/kernel init duration regression from 2.6.28 Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #12899] Crash in i915.ko: i915_driver_irq_handler Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #12681] s2ram: fails to wake up on Acer Extensa 4220 (SMP disabled) Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #12947] r128: system hangs when X is started with DRI enabled Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #12765] i915 VT switch with AIGLX causes X lock up Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-26 22:23   ` Sitsofe Wheeler
2009-05-26 22:23     ` Sitsofe Wheeler
     [not found]     ` <20090526222352.GA1532-Ae9UE+oIsuU@public.gmane.org>
2009-05-26 23:12       ` Rafael J. Wysocki
2009-05-26 23:12         ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #12705] X200: Brightness broken since 2.6.29-rc4-58-g4c098bc Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13025] After upgrading to kernel 2.6.29, pulseaudio stopped with some strange error Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13001] PCI-DMA: Out of IOMMU space Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13024] nozomi: pppd fails on kernel 2.6.29 Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #12980] lockup in X.org Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #12971] "tg3 transmit timed out" when transmitting at high bitrate Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13144] resume from suspend fails using video card i915 Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13100] can't anymore even do a s2ram-s2disk-s2ram cycle on acer aspire 5720G Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13074] gspca_stv06xx doesn't work with Logitech QuickCam Express (046d:0840) Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13072] forcedeth seems to switch off eth on shutdown Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13183] forcedeth: no link during initialization Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 23:34   ` [Bug #13175] sata_nv incompatible with async scsi scan david-gFPdbfVZQbY
2009-05-24 23:34     ` david
2009-05-27  0:09     ` david-gFPdbfVZQbY
2009-05-27  0:09       ` david
2009-05-24 19:31 ` Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-26 16:38   ` Benny Halevy
2009-05-26 16:38     ` Benny Halevy
     [not found]     ` <4A1C1B08.2080600-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>
2009-05-26 18:47       ` Rafael J. Wysocki
2009-05-26 18:47         ` Rafael J. Wysocki
     [not found]         ` <200905262047.20823.rjw-KKrjLPT3xs0@public.gmane.org>
2009-05-27  7:31           ` Benny Halevy
2009-05-27  7:31             ` Benny Halevy
     [not found]             ` <4A1CEC3D.5030908-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>
2009-05-27 19:47               ` Rafael J. Wysocki
2009-05-27 19:47                 ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13178] Booting very slow Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-25  8:37   ` Martin Knoblauch
2009-05-25  8:37     ` Martin Knoblauch
     [not found]     ` <349066.43765.qm-DCzg5M2nF3GvuULXzWHTWIglqE1Y4D90QQ4Iyu8u01E@public.gmane.org>
2009-05-25 23:04       ` Rafael J. Wysocki
2009-05-25 23:04         ` Rafael J. Wysocki
     [not found]         ` <200905260104.04844.rjw-KKrjLPT3xs0@public.gmane.org>
2009-05-27  6:32           ` Andrew Morton
2009-05-27  6:32             ` Andrew Morton
     [not found]             ` <20090526233244.b817948e.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
2009-05-27 19:48               ` Rafael J. Wysocki
2009-05-27 19:48                 ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13269] WARNING: at kernel/hrtimer.c:625 hres_timers_resume+0x3c/0x48() when resuming Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13271] ath9k stop working since 2.6.29 Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13232] ext3/4 with synchronous writes gets wedged by Postfix Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13225] [2.6.29 regression] Software suspend no longer works Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13186] cpufreq timer teardown problem Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13371] s2disk hangs with kernel 2.6.29 and later, SATA, Gigabyte EG45M-DS2H Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-25 12:48   ` Bartlomiej Zolnierkiewicz
2009-05-25 12:48     ` Bartlomiej Zolnierkiewicz
     [not found]     ` <200905251448.40907.bzolnier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
     [not found]       ` <20090516225153.GA7883-dsTKODJrvkThXIiyNabO3w@public.gmane.org>
2009-05-25 13:45         ` Richard Atterer [this message]
2009-05-25 13:45           ` Richard Atterer
     [not found]           ` <20090525134522.GA7805-dsTKODJrvkThXIiyNabO3w@public.gmane.org>
2009-05-25 14:30             ` Bartlomiej Zolnierkiewicz
2009-05-25 14:30               ` Bartlomiej Zolnierkiewicz
     [not found]               ` <200905251630.21781.bzolnier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-05-25 17:13                 ` Richard Atterer
2009-05-25 17:13                   ` Richard Atterer
     [not found]                   ` <20090525171305.GA5855-dsTKODJrvkThXIiyNabO3w@public.gmane.org>
2009-05-25 23:03                     ` [Bug #13371] s2disk hangs with kernel 2.6.29 and later, SATA, Gigabyte EG45M-DS2H - culprit found Richard Atterer
2009-05-25 23:03                       ` Richard Atterer
2009-05-25 23:36                       ` Rafael J. Wysocki
2009-05-25 23:36                         ` Rafael J. Wysocki
     [not found]                         ` <200905260136.33724.rjw-KKrjLPT3xs0@public.gmane.org>
2009-05-26 17:36                           ` Kok, Auke
2009-05-26 17:36                             ` Kok, Auke
2009-05-26 21:10                       ` gapeters-XfrvlLN1Pqtfpb/ySbbPhw
2009-05-26 21:10                         ` gapeters
     [not found]                         ` <20090526211058.GB2538-zV2K6rxhjYPIzVRZRO7hZvb0xQGhdpdCAL8bYrjMMd8@public.gmane.org>
2009-05-26 22:07                           ` Rafael J. Wysocki
2009-05-26 22:07                             ` Rafael J. Wysocki
2009-05-31  2:19                       ` [Bug #13371] s2disk hangs with e100, kernel 2.6.29 and later Richard Atterer
2009-05-31  2:19                         ` Richard Atterer
     [not found]                         ` <20090531021912.GA11361-dsTKODJrvkThXIiyNabO3w@public.gmane.org>
2009-06-01 20:17                           ` Rafael J. Wysocki
2009-06-01 20:17                             ` Rafael J. Wysocki
2009-05-25 23:11                     ` [Bug #13371] s2disk hangs with kernel 2.6.29 and later, SATA, Gigabyte EG45M-DS2H Rafael J. Wysocki
2009-05-25 23:11                       ` Rafael J. Wysocki
     [not found]                       ` <200905260111.40728.rjw-KKrjLPT3xs0@public.gmane.org>
2009-05-25 23:19                         ` Bartlomiej Zolnierkiewicz
2009-05-25 23:19                           ` Bartlomiej Zolnierkiewicz
     [not found]                           ` <200905260119.57542.bzolnier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-05-25 23:38                             ` Rafael J. Wysocki
2009-05-25 23:38                               ` Rafael J. Wysocki
2009-05-25 23:06       ` Rafael J. Wysocki
2009-05-25 23:06         ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13294] i915: drm: xorg leaks drm objects massively Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13375] Kernel crash with 2.6.29 + nfs + xfs (radix-tree) Rafael J. Wysocki
2009-05-24 19:31   ` Rafael J. Wysocki
2009-05-25  0:22   ` Alex Samad
     [not found]     ` <20090525002210.GE1339-SGFoFqf0RKf0CCvOHzKKcA@public.gmane.org>
2009-05-25  4:33       ` Mike Dresser
2009-05-25  4:33         ` Mike Dresser
     [not found]         ` <alpine.DEB.1.10.0905250032330.19424-SDjlOt0KSjdj8tndi7AXdQBQioIGk2LXAL8bYrjMMd8@public.gmane.org>
2009-05-25 23:15           ` Rafael J. Wysocki
2009-05-25 23:15             ` Rafael J. Wysocki
     [not found]             ` <200905260115.56374.rjw-KKrjLPT3xs0@public.gmane.org>
2009-05-28 21:10               ` Mike Dresser
2009-05-28 21:10                 ` Mike Dresser
2009-05-24 22:44 ` 2.6.30-rc7: Reported regressions 2.6.28 -> 2.6.29 Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2009-05-30 19:50 2.6.30-rc7-git4: " Rafael J. Wysocki
2009-05-30 19:50 ` Rafael J. Wysocki
2009-05-30 19:50 ` [Bug #12490] ath5k related kernel panic in 2.6.29-rc1 Rafael J. Wysocki
2009-05-30 19:50   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #12899] Crash in i915.ko: i915_driver_irq_handler Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #12765] i915 VT switch with AIGLX causes X lock up Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-31 16:12   ` Sitsofe Wheeler
2009-05-31 16:12     ` Sitsofe Wheeler
     [not found]     ` <20090531161222.GA4204-Ae9UE+oIsuU@public.gmane.org>
2009-06-01 20:10       ` Rafael J. Wysocki
2009-06-01 20:10         ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #12681] s2ram: fails to wake up on Acer Extensa 4220 (SMP disabled) Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #12909] boot/kernel init duration regression from 2.6.28 Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #12705] X200: Brightness broken since 2.6.29-rc4-58-g4c098bc Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #12971] "tg3 transmit timed out" when transmitting at high bitrate Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13001] PCI-DMA: Out of IOMMU space Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #12947] r128: system hangs when X is started with DRI enabled Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-31  8:52   ` Angel
2009-05-31  8:52     ` Angel
     [not found]     ` <20090531105227.178e5397.angel-CPAcdlEyg76BYrYycbcsJg@public.gmane.org>
2009-06-01 20:13       ` Rafael J. Wysocki
2009-06-01 20:13         ` Rafael J. Wysocki
2009-06-02 19:11       ` Jos van der Ende
2009-06-02 19:11         ` Jos van der Ende
2009-05-30 19:55 ` [Bug #12980] lockup in X.org Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13017] ATA bus errors on resume Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13025] After upgrading to kernel 2.6.29, pulseaudio stopped with some strange error Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13024] nozomi: pppd fails on kernel 2.6.29 Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13074] gspca_stv06xx doesn't work with Logitech QuickCam Express (046d:0840) Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13144] resume from suspend fails using video card i915 Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13100] can't anymore even do a s2ram-s2disk-s2ram cycle on acer aspire 5720G Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13072] forcedeth seems to switch off eth on shutdown Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13175] initrd fails to find /dev/sda* (sata_nv) Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13178] Booting very slow Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-06-01  8:13   ` Martin Knoblauch
2009-06-01  8:13     ` Martin Knoblauch
     [not found]     ` <295883.87002.qm-lSXk2nNw7cevuULXzWHTWIglqE1Y4D90QQ4Iyu8u01E@public.gmane.org>
2009-06-01 20:15       ` [Bug 13178] " Rafael J. Wysocki
2009-06-01 20:15         ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13148] resume after suspend-to-ram broken on Sony Vaio VGN-SR19VN when sony-laptop driver present Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13225] [2.6.29 regression] Software suspend no longer works Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13269] WARNING: at kernel/hrtimer.c:625 hres_timers_resume+0x3c/0x48() when resuming Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13232] ext3/4 with synchronous writes gets wedged by Postfix Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13339] rtable leak in ipv4/route.c Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13371] s2disk hangs with kernel 2.6.29 and later, SATA, Gigabyte EG45M-DS2H Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13294] i915: drm: xorg leaks drm objects massively Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13375] Kernel crash with 2.6.29 + nfs + xfs (radix-tree) Rafael J. Wysocki
2009-05-30 19:55   ` Rafael J. Wysocki
2009-05-30 23:10   ` Alex Samad
2009-05-30 23:10     ` Alex Samad
     [not found]     ` <20090530231018.GA29992-SGFoFqf0RKf0CCvOHzKKcA@public.gmane.org>
2009-06-01 20:21       ` Rafael J. Wysocki
2009-06-01 20:21         ` Rafael J. Wysocki
     [not found]         ` <200906012221.38854.rjw-KKrjLPT3xs0@public.gmane.org>
2009-06-04 14:28           ` Mike Dresser
2009-06-04 14:28             ` Mike Dresser
     [not found]             ` <4A27DA01.8060105-d1V2JtDI1HZNJje9z4SY99BPR1lH4CV8@public.gmane.org>
2009-06-04 14:34               ` Christoph Hellwig
2009-06-04 14:34                 ` Christoph Hellwig
     [not found]                 ` <20090604143406.GA19536-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2009-06-04 14:40                   ` Mike Dresser
2009-06-04 14:40                     ` Mike Dresser
     [not found]                     ` <alpine.DEB.1.10.0906041038500.15712-SDjlOt0KSjdj8tndi7AXdQBQioIGk2LXAL8bYrjMMd8@public.gmane.org>
2009-06-05  9:32                       ` Christoph Hellwig
2009-06-05  9:32                         ` Christoph Hellwig
     [not found]                         ` <20090605093234.GA30705-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2009-06-05 15:19                           ` Mike Dresser
2009-06-05 15:19                             ` Mike Dresser
     [not found]                             ` <alpine.DEB.1.10.0906051115580.16086-SDjlOt0KSjdj8tndi7AXdQBQioIGk2LXAL8bYrjMMd8@public.gmane.org>
2009-06-06  8:11                               ` Mathias Kretschmer
2009-06-06  8:11                                 ` Mathias Kretschmer
     [not found]                                 ` <200906061011.34124.posting-ZcF2+9dVbKo@public.gmane.org>
2009-06-06 15:38                                   ` Mike Dresser
2009-06-06 15:38                                     ` Mike Dresser
     [not found]                                     ` <alpine.DEB.1.10.0906061138150.9860-SDjlOt0KSjdj8tndi7AXdQBQioIGk2LXAL8bYrjMMd8@public.gmane.org>
2009-06-06 22:00                                       ` Mathias Kretschmer
2009-06-06 22:00                                         ` Mathias Kretschmer
2009-06-01 16:46   ` Felix Blyakher
2009-06-01 16:46     ` Felix Blyakher
2009-06-01 16:46     ` Felix Blyakher
2009-05-24 20:29 [Bug 13371] New: s2disk hangs with kernel 2.6.29 and later, SATA, Gigabyte EG45M-DS2H bugzilla-daemon
2009-05-24 20:38 ` [Bug 13371] " bugzilla-daemon
2009-05-24 21:28 ` bugzilla-daemon
2009-05-24 21:59 ` bugzilla-daemon
2009-05-16 22:51 s2disk hangs with kernel >=2.6.29, SATA, Gigabyte EG45M-DS2H (bisected) Richard Atterer
2009-05-17  3:08 ` Jeff Garzik
2009-05-17 19:27   ` Richard Atterer
2009-05-17 23:17 ` Bartlomiej Zolnierkiewicz
2009-05-18 14:16   ` Richard Atterer
2009-05-18 14:29     ` Bartlomiej Zolnierkiewicz
2009-05-18 15:00       ` Richard Atterer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090525134522.GA7805@arbonne.lan \
    --to=richard-2/emm+jwkbzwc4swprx3xw@public.gmane.org \
    --cc=bzolnier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=rjw-KKrjLPT3xs0@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.