kernel-testers.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: "Shaohua Li" <shaohua.li@intel.com>,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
	"Kernel Testers List" <kernel-testers@vger.kernel.org>,
	"Dave Airlie" <airlied@redhat.com>,
	"Jerome Glisse" <glisse@freedesktop.org>,
	"Karsten Mehrhoff" <kawime@gmx.de>,
	"Michel Dänzer" <michel@daenzer.net>
Subject: Re: [Bug #13318] AGP doesn't work anymore on nforce2
Date: Tue, 7 Jul 2009 13:46:25 +0200	[thread overview]
Message-ID: <200907071346.29408.bzolnier@gmail.com> (raw)
In-Reply-To: <200907071300.12565.rjw@sisk.pl>

On Tuesday 07 July 2009 13:00:11 Rafael J. Wysocki wrote:
> On Tuesday 07 July 2009, Shaohua Li wrote:
> > On Tue, Jul 07, 2009 at 08:00:36AM +0800, Rafael J. Wysocki wrote:
> > > This message has been generated automatically as a part of a report
> > > of regressions introduced between 2.6.29 and 2.6.30.
> > > 
> > > The following bug entry is on the current list of known regressions
> > > introduced between 2.6.29 and 2.6.30.  Please verify if it still should
> > > be listed and let me know (either way).
> > > 
> > > 
> > > Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13318
> > > Subject		: AGP doesn't work anymore on nforce2
> > > Submitter	: Karsten Mehrhoff <kawime@gmx.de>
> > > Date		: 2009-04-30 8:51 (68 days old)
> > > First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=59de2bebabc5027f93df999d59cc65df591c3e6e
> > > References	: http://marc.info/?l=linux-kernel&m=124108156417560&w=4
> > > Handled-By	: Shaohua Li <shaohua.li@intel.com>
> > Can anybody else help look at this issue? I really have no idea why this could
> > happens.
> 
> Quirky hardware?

Could be a weird interaction between CONFIG_X86_USE_3DNOW and AGP
or "simply" some timing issue.  Either way it means a lot of "fun". ;)

The latter theory can be verified by adding some {u,m}delay() to
agp_generic_alloc_page{s}() and the former one with:

---
 arch/x86/Kconfig.cpu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: b/arch/x86/Kconfig.cpu
===================================================================
--- a/arch/x86/Kconfig.cpu
+++ b/arch/x86/Kconfig.cpu
@@ -363,7 +363,7 @@ config X86_USE_PPRO_CHECKSUM
 
 config X86_USE_3DNOW
 	def_bool y
-	depends on (MCYRIXIII || MK7 || MGEODE_LX) && !UML
+	depends on (MCYRIXIII || MGEODE_LX) && !UML
 
 config X86_OOSTORE
 	def_bool y

  reply	other threads:[~2009-07-07 11:46 UTC|newest]

Thread overview: 195+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-06 23:57 2.6.31-rc2: Reported regressions 2.6.29 -> 2.6.30 Rafael J. Wysocki
2009-07-06 23:57 ` [Bug #13109] High latency on /sys/class/thermal Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13277] 2.6.30 regression - hang on 2nd resume - bisected - Thinkpad X40 Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13119] Trouble with make-install from a NFS mount Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13219] Intel 440GX: Since kernel 2.6.30-rc1, computers hangs randomly but not with kernel <= 2.6.29.4 Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13179] CD-R: wodim intermittent failures Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13306] hibernate slow on _second_ run Rafael J. Wysocki
2009-07-07  0:12   ` Johannes Berg
     [not found]     ` <1246925538.4652.8.camel-YfaajirXv2244ywRPIzf9A@public.gmane.org>
2009-07-07 10:58       ` Rafael J. Wysocki
2009-07-07 11:27         ` Johannes Berg
2009-07-07  0:00 ` [Bug #13318] AGP doesn't work anymore on nforce2 Rafael J. Wysocki
2009-07-07  2:12   ` Shaohua Li
     [not found]     ` <20090707021254.GA25184-U5EdaLXB8smDugQYiPIPGdh3ngVCH38I@public.gmane.org>
2009-07-07 11:00       ` Rafael J. Wysocki
2009-07-07 11:46         ` Bartlomiej Zolnierkiewicz [this message]
2009-07-07  0:00 ` [Bug #13319] Page allocation failures with b43 and p54usb Rafael J. Wysocki
2009-07-07  1:05   ` Larry Finger
     [not found]     ` <4A529F60.7010509-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>
2009-07-07  6:29       ` David Rientjes
     [not found]         ` <alpine.DEB.2.00.0907062302540.10840-X6Q0R45D7oAcqpCFd4KODRPsWskHk0ljAL8bYrjMMd8@public.gmane.org>
2009-07-07  6:57           ` Pekka Enberg
     [not found]             ` <84144f020907062357m6a75d2eav1589e7f8b4a3d887-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-07-08 13:18               ` Larry Finger
2009-07-07  0:00 ` [Bug #13337] [post 2.6.29 regression] hang during suspend of b44/b43 modules Rafael J. Wysocki
2009-07-08 22:02   ` Jan Scholz
     [not found]     ` <87k52izvd9.fsf-X87fCqEI3snt2/fatF9ZgSk+o5UQzIjPIRYYPiSvRdM@public.gmane.org>
2009-07-09 15:14       ` Jan Scholz
     [not found]         ` <87y6qxx50z.fsf-X87fCqEI3snt2/fatF9ZgSk+o5UQzIjPIRYYPiSvRdM@public.gmane.org>
2009-07-09 20:03           ` Rafael J. Wysocki
     [not found]             ` <200907092203.10294.rjw-KKrjLPT3xs0@public.gmane.org>
2009-07-09 20:28               ` Johannes Berg
     [not found]                 ` <1247171295.1905.5.camel-YfaajirXv2244ywRPIzf9A@public.gmane.org>
2009-07-09 20:34                   ` Rafael J. Wysocki
2009-07-11 14:07                   ` Jan Scholz
     [not found]                     ` <87prc78ga9.fsf-X87fCqEI3snt2/fatF9ZgSk+o5UQzIjPIRYYPiSvRdM@public.gmane.org>
2009-07-11 14:36                       ` Johannes Berg
     [not found]                         ` <1247322985.30647.108.camel-YfaajirXv2244ywRPIzf9A@public.gmane.org>
2009-07-11 17:20                           ` Jan Scholz
     [not found]                             ` <8763dznnki.fsf-X87fCqEI3snt2/fatF9ZgSk+o5UQzIjPIRYYPiSvRdM@public.gmane.org>
2009-07-11 17:47                               ` Johannes Berg
2009-07-26 20:41                                 ` 2.6.31-rc4: Reported regressions 2.6.29 -> 2.6.30 Rafael J. Wysocki
2009-07-26 20:41                                   ` [Bug #13109] High latency on /sys/class/thermal Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13219] Intel 440GX: Since kernel 2.6.30-rc1, computers hangs randomly but not with kernel <= 2.6.29.4 Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13328] b44: eth0: BUG! Timeout waiting for bit 00000002 of register 42c to clear Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13341] Random Oops at boot at loading ip6tables rules Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13319] Page allocation failures with b43 and p54usb Rafael J. Wysocki
2009-07-27  0:17                                     ` Larry Finger
     [not found]                                       ` <4A6CF220.7080605-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>
2009-07-27  0:24                                         ` David Rientjes
     [not found]                                           ` <alpine.DEB.2.00.0907261722140.21259-X6Q0R45D7oAcqpCFd4KODRPsWskHk0ljAL8bYrjMMd8@public.gmane.org>
2009-07-27  7:08                                             ` Pekka Enberg
     [not found]                                               ` <84144f020907270008h2a985278of68e70ff1ee9265c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-07-27  9:37                                                 ` David Rientjes
     [not found]                                                   ` <alpine.DEB.2.00.0907270227420.15760-X6Q0R45D7oAcqpCFd4KODRPsWskHk0ljAL8bYrjMMd8@public.gmane.org>
2009-07-27 17:20                                                     ` Christoph Lameter
     [not found]                                                       ` <alpine.DEB.1.10.0907271320130.13513-gkYfJU5Cukgdnm+yROfE0A@public.gmane.org>
2009-07-27 18:16                                                         ` David Rientjes
     [not found]                                                           ` <alpine.DEB.2.00.0907271113460.8408-X6Q0R45D7oAcqpCFd4KODRPsWskHk0ljAL8bYrjMMd8@public.gmane.org>
2009-07-27 21:43                                                             ` Christoph Lameter
2009-07-27 22:38                                                               ` David Rientjes
     [not found]                                                                 ` <alpine.DEB.2.00.0907271533070.23587-X6Q0R45D7oAcqpCFd4KODRPsWskHk0ljAL8bYrjMMd8@public.gmane.org>
2009-07-28  1:30                                                                   ` [patch] slub: use size and objsize orders to disable debug flags David Rientjes
     [not found]                                                                     ` <alpine.DEB.2.00.0907271830010.7634-X6Q0R45D7oAcqpCFd4KODRPsWskHk0ljAL8bYrjMMd8@public.gmane.org>
2009-07-28  7:53                                                                       ` Pekka Enberg
2009-08-03 14:56                                                                       ` Christoph Lameter
2009-07-26 20:45                                   ` [Bug #13337] [post 2.6.29 regression] hang during suspend of b44/b43 modules Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13318] AGP doesn't work anymore on nforce2 Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13306] hibernate slow on _second_ run Rafael J. Wysocki
2009-07-27  8:16                                     ` Johannes Berg
2009-07-27 21:09                                       ` [Bug 13306] " Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13401] pktcdvd writing is really slow with CFQ scheduler (bisected) Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13373] fbcon, intelfb, i915: INFO: possible circular locking dependency detected Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13389] Warning 'Invalid throttling state, reset' gets displayed when it should not be Rafael J. Wysocki
2009-07-27  1:22                                     ` Frans Pop
     [not found]                                       ` <200907270322.47523.elendil-EIBgga6/0yRmR6Xm/wNWPw@public.gmane.org>
2009-07-27 21:25                                         ` Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13351] 2.6.30 corrupts my system after suspend resume with readonly mounted hard disk Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13362] rt2x00: slow wifi with correct basic rate bitmap Rafael J. Wysocki
2009-08-02 13:45                                     ` Alejandro Riveira Fernández
2009-08-02 20:30                                       ` Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13374] reiserfs blocked for more than 120secs Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13407] adb trackpad disappears after suspend to ram Rafael J. Wysocki
2009-07-28 14:49                                     ` Jan Scholz
2009-07-26 20:45                                   ` [Bug #13424] possible deadlock when doing governor switching Rafael J. Wysocki
2009-07-27 16:48                                     ` Mathieu Desnoyers
2009-07-27 21:38                                       ` Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13408] Performance regression in 2.6.30-rc7 Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13471] Loading parport_pc kills the keyboard if ACPI is enabled Rafael J. Wysocki
2009-07-31 14:14                                     ` Alan Cox
     [not found]                                       ` <20090731151417.568094e5-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org>
2009-07-31 15:08                                         ` Ozan Çağlayan
2009-07-31 15:17                                           ` Alan Cox
     [not found]                                             ` <20090731161735.6a94ad9c-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org>
2009-08-04 11:33                                               ` Ozan Çağlayan
2009-07-26 20:45                                   ` [Bug #13512] D43 on 2.6.30 doesn't suspend anymore Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13514] acer_wmi causes stack corruption Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13554] linux-image-2.6.30-1-686, KMS enabled: black screen, no X window Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13502] GPE storm causes polling mode, which causes /proc/acpi/battery read to take 4 seconds - MacBookPro4,1 Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13518] slab grows with NFS write activity Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13475] suspend/hibernate lockdep warning Rafael J. Wysocki
2009-07-27  1:59                                     ` Dave Young
2009-07-27 16:52                                     ` Mathieu Desnoyers
2009-07-27 21:57                                       ` Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13472] Oops with minicom and USB serial Rafael J. Wysocki
2009-07-27 14:40                                     ` Alan Stern
2009-07-27 21:55                                       ` Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13620] acpi_enforce_resources broken - conflicting i2c module loaded on some EeePCs Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13583] pdflush uses 5% CPU on otherwise idle system Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13564] random general protection fault at boot time caused by khubd Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13558] Tracelog during resume Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13581] ath9k doesn't work with newer kernels Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13638] rt2870 driver is broken for (some) cards Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13621] xfs hangs with assertion failed Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13634] [drm:drm_wait_vblank] *ERROR* failed to acquire vblank counter, -22 Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13624] usb: wrong autosuspend initialization Rafael J. Wysocki
2009-07-27 14:42                                     ` Alan Stern
     [not found]                                       ` <Pine.LNX.4.44L0.0907271041040.5614-100000-IYeN2dnnYyZXsRXLowluHWD2FQJk+8+b@public.gmane.org>
2009-07-27 14:44                                         ` list-2tUql6aCh3Vfq8cQ1yknNg
     [not found]                                           ` <4A6DBD51.6040103-2tUql6aCh3Vfq8cQ1yknNg@public.gmane.org>
2009-07-27 15:09                                             ` Alan Stern
2009-07-27 21:59                                         ` Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13646] warn_on tty_io.c, broken bluetooth Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13660] Crashes during boot on 2.6.30 / 2.6.31-rc, random programs Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13648] nfsd: page allocation failure Rafael J. Wysocki
2009-07-27 11:04                                     ` Stephan von Krawczynski
     [not found]                                       ` <20090727130420.1514cf5c.skraw-DcQCyzbjH0jQT0dZR+AlfA@public.gmane.org>
2009-07-27 22:04                                         ` Rafael J. Wysocki
2009-07-30 21:30                                       ` David Rientjes
     [not found]                                         ` <alpine.DEB.2.00.0907301423250.18531-X6Q0R45D7oAcqpCFd4KODRPsWskHk0ljAL8bYrjMMd8@public.gmane.org>
2009-07-31 11:48                                           ` Stephan von Krawczynski
2009-07-26 20:45                                   ` [Bug #13649] Bad page state in process with various applications Rafael J. Wysocki
2009-07-27  9:05                                     ` Johannes Weiner
     [not found]                                       ` <20090727090514.GA5618-druUgvl0LCNAfugRpC6u6w@public.gmane.org>
2009-07-27 22:06                                         ` Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13644] hibernation/swsusp lockup due to acpi-cpufreq Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13681] A number of usb Devices causes Oops messages and kernel panics Rafael J. Wysocki
2009-07-29 13:29                                     ` Greg KH
     [not found]                                       ` <20090729132912.GA28227-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2009-07-29 21:09                                         ` Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13669] Kernel bug with dock driver Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13694] i915 phantom TV Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13682] The webcam stopped working when upgrading from 2.6.29 to 2.6.30 Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13739] 2.6.30 leaking keys on console switch Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13795] abnormal boot and no suspend due to 'async' (fastboot) Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13751] oops on HP/Compaq 6910p lid closure Rafael J. Wysocki
2009-07-26 20:45                                   ` [Bug #13780] NULL pointer dereference loading powernowk8 Rafael J. Wysocki
2009-07-30 22:16                                     ` David Rientjes
2009-07-26 20:45                                   ` [Bug #13797] iBook G4 doesn't suspend since 2ed8d2b3a8 Rafael J. Wysocki
2009-07-27 22:23                                     ` Jörg Sommer
2009-07-28 14:40                                   ` [Bug #13337] [post 2.6.29 regression] hang during suspend of b44/b43 modules Jan Scholz
     [not found]                                     ` <87my6ovpjv.fsf-X87fCqEI3snt2/fatF9ZgSk+o5UQzIjPIRYYPiSvRdM@public.gmane.org>
2009-07-28 15:26                                       ` Johannes Berg
2009-07-28 21:15                                         ` Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13328] b44: eth0: BUG! Timeout waiting for bit 00000002 of register 42c to clear Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13341] Random Oops at boot at loading ip6tables rules Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13362] rt2x00: slow wifi with correct basic rate bitmap Rafael J. Wysocki
2009-07-07 10:06   ` Alejandro Riveira Fernández
2009-07-07 11:01     ` Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13351] 2.6.30 corrupts my system after suspend resume with readonly mounted hard disk Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13389] Warning 'Invalid throttling state, reset' gets displayed when it should not be Rafael J. Wysocki
2009-07-07 19:19   ` Frans Pop
     [not found]     ` <200907072119.59171.elendil-EIBgga6/0yRmR6Xm/wNWPw@public.gmane.org>
2009-07-07 20:11       ` Rafael J. Wysocki
     [not found]         ` <200907072211.08609.rjw-KKrjLPT3xs0@public.gmane.org>
2009-07-08  0:56           ` Zhang Rui
2009-07-07  0:00 ` [Bug #13373] fbcon, intelfb, i915: INFO: possible circular locking dependency detected Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13374] reiserfs blocked for more than 120secs Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13407] adb trackpad disappears after suspend to ram Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13401] pktcdvd writing is really slow with CFQ scheduler (bisected) Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13408] Performance regression in 2.6.30-rc7 Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13424] possible deadlock when doing governor switching Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13471] Loading parport_pc kills the keyboard if ACPI is enabled Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13472] Oops with minicom and USB serial Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13475] suspend/hibernate lockdep warning Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13502] GPE storm causes polling mode, which causes /proc/acpi/battery read to take 4 seconds - MacBookPro4,1 Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13512] D43 on 2.6.30 doesn't suspend anymore Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13514] acer_wmi causes stack corruption Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13518] slab grows with NFS write activity Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13554] linux-image-2.6.30-1-686, KMS enabled: black screen, no X window Rafael J. Wysocki
2009-07-20 21:35   ` Andrew Morton
2009-07-07  0:00 ` [Bug #13558] Tracelog during resume Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13620] acpi_enforce_resources broken - conflicting i2c module loaded on some EeePCs Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13581] ath9k doesn't work with newer kernels Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13564] random general protection fault at boot time caused by khubd Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13583] pdflush uses 5% CPU on otherwise idle system Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13621] xfs hangs with assertion failed Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13624] usb: wrong autosuspend initialization Rafael J. Wysocki
2009-07-07  0:22   ` list
2009-07-07  0:00 ` [Bug #13638] rt2870 driver is broken for (some) cards Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13634] [drm:drm_wait_vblank] *ERROR* failed to acquire vblank counter, -22 Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13644] hibernation/swsusp lockup due to acpi-cpufreq Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13647] fb/mmap lockdep report Rafael J. Wysocki
2009-07-07  5:57   ` Jarek Poplawski
     [not found]     ` <20090707055758.GA3071-dUp/P3zyUuaNj9Bq2fkWzw@public.gmane.org>
2009-07-07 11:04       ` Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13646] warn_on tty_io.c, broken bluetooth Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13648] nfsd: page allocation failure Rafael J. Wysocki
2009-07-07  3:55   ` David Rientjes
2009-07-07  8:01     ` Justin Piszcz
2009-07-19 21:36   ` David Rientjes
2009-07-07  0:00 ` [Bug #13649] Bad page state in process with various applications Rafael J. Wysocki
2009-07-07  0:00 ` [Bug #13651] Anyone know what happened with PC speaker in 2.6.30? Rafael J. Wysocki
2009-07-07 19:13   ` Frans Pop
     [not found]     ` <200907072113.18608.elendil-EIBgga6/0yRmR6Xm/wNWPw@public.gmane.org>
2009-07-07 20:24       ` Rafael J. Wysocki
2009-07-07  0:01 ` [Bug #13660] Crashes during boot on 2.6.30 / 2.6.31-rc, random programs Rafael J. Wysocki
2009-07-07  0:01 ` [Bug #13663] suspend to ram regression (IDE related) Rafael J. Wysocki
2009-07-07 18:02   ` Etienne Basset
2009-07-07  0:01 ` [Bug #13669] Kernel bug with dock driver Rafael J. Wysocki
2009-07-07  0:01 ` [Bug #13668] Can't boot 2.6.30 powerpc kernel under qemu Rafael J. Wysocki
2009-07-07  2:49   ` Rob Landley
     [not found]     ` <200907062149.35062.rob-VoJi6FS/r0vR7s880joybQ@public.gmane.org>
2009-07-07 11:08       ` Rafael J. Wysocki
2009-07-07  0:01 ` [Bug #13681] A number of usb Devices causes Oops messages and kernel panics Rafael J. Wysocki
2009-07-07  0:01 ` [Bug #13694] i915 phantom TV Rafael J. Wysocki
2009-07-07  0:01 ` [Bug #13682] The webcam stopped working when upgrading from 2.6.29 to 2.6.30 Rafael J. Wysocki
2009-07-07  7:32   ` Oliver Neukum
  -- strict thread matches above, loose matches on Subject: below --
2009-09-06 18:10 2.6.31-rc9: Reported regressions 2.6.29 -> 2.6.30 Rafael J. Wysocki
2009-09-06 18:11 ` [Bug #13318] AGP doesn't work anymore on nforce2 Rafael J. Wysocki
2009-09-10 12:02   ` Karsten Mehrhoff
     [not found]     ` <op.uz1iefpygp7xae-savSHZN5Fh8qMp+WYRx65w@public.gmane.org>
2009-09-10 20:53       ` Rafael J. Wysocki
2009-08-25 20:37 2.6.31-rc7-git2: Reported regressions 2.6.29 -> 2.6.30 Rafael J. Wysocki
2009-08-25 21:05 ` [Bug #13318] AGP doesn't work anymore on nforce2 Rafael J. Wysocki
2009-08-19 20:36 2.6.31-rc6-git5: Reported regressions 2.6.29 -> 2.6.30 Rafael J. Wysocki
2009-08-19 20:40 ` [Bug #13318] AGP doesn't work anymore on nforce2 Rafael J. Wysocki
2009-08-09 21:07 2.6.31-rc5-git5: Reported regressions 2.6.29 -> 2.6.30 Rafael J. Wysocki
2009-08-09 21:10 ` [Bug #13318] AGP doesn't work anymore on nforce2 Rafael J. Wysocki
2009-08-02 19:06 2.6.31-rc5: Reported regressions 2.6.29 -> 2.6.30 Rafael J. Wysocki
2009-08-02 19:09 ` [Bug #13318] AGP doesn't work anymore on nforce2 Rafael J. Wysocki
2009-06-29  0:26 2.6.31-rc1-git3: Reported regressions 2.6.29 -> 2.6.30 Rafael J. Wysocki
2009-06-29  0:30 ` [Bug #13318] AGP doesn't work anymore on nforce2 Rafael J. Wysocki
2009-06-07  9:47 2.6.30-rc8-git4: Reported regressions from 2.6.29 Rafael J. Wysocki
2009-06-07  9:52 ` [Bug #13318] AGP doesn't work anymore on nforce2 Rafael J. Wysocki
2009-05-30 19:29 2.6.30-rc7-git4: Reported regressions from 2.6.29 Rafael J. Wysocki
2009-05-30 19:37 ` [Bug #13318] AGP doesn't work anymore on nforce2 Rafael J. Wysocki
2009-05-24 19:06 2.6.30-rc7: Reported regressions from 2.6.29 Rafael J. Wysocki
2009-05-24 19:11 ` [Bug #13318] AGP doesn't work anymore on nforce2 Rafael J. Wysocki
2009-05-16 19:14 2.6.30-rc6: Reported regressions from 2.6.29 Rafael J. Wysocki
2009-05-16 19:20 ` [Bug #13318] AGP doesn't work anymore on nforce2 Rafael J. Wysocki

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=200907071346.29408.bzolnier@gmail.com \
    --to=bzolnier@gmail.com \
    --cc=airlied@redhat.com \
    --cc=glisse@freedesktop.org \
    --cc=kawime@gmx.de \
    --cc=kernel-testers@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michel@daenzer.net \
    --cc=rjw@sisk.pl \
    --cc=shaohua.li@intel.com \
    /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 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).