From: Jason Vas Dias <jason.vas.dias@gmail.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>,
Andrew Morton <akpm@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Kernel Testers List <kernel-testers@vger.kernel.org>
Subject: Re: [Bug #11516] severe performance degradation on x86_64 going from 2.6.26-rc9 -> 2.6.27-rc5
Date: Tue, 23 Sep 2008 05:49:28 -0400 [thread overview]
Message-ID: <200809230549.28544.jason.vas.dias@gmail.com> (raw)
In-Reply-To: <7lIhZC4hCxE.A.cLH.r0q1IB@albercik>
[-- Attachment #1: Type: text/plain, Size: 10019 bytes --]
Hi -
Yes, this bug is still a problem with both the latest 2.6.27-rc6 kernel (from Linus' tree 2008-09-21)
and with the latest fedora 10 kernel .
CPU Frequency switching is completely disabled both when powernow-k8 (the correct cpufreq module for my
x86_64 AMD TL-64x2 2.2GHz CPU) is installed as a module or is built-in , and the CPU frequency remains
at its lowest setting; attempts to modify /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
and /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed are not honored, even though
/sys/devices/system/cpu/cpu0/cpufreq/governor is "userspace"
and scaling_min_freq < scaling_setspeed > scaling_max_freq .
I see no messages from powernow-k8 indicating that it is aware it was unable to set the speed, though
I do see a message if I attempt to set an invalid speed (eg 600000) .
With 2.6.26-rc9, I get a default CPU clock frequency of 2200000 ; with 2.6.27-rc6, it becomes 800000 and
is not switchable. For some reason, powernow-k8 does not autoload with UDEV; but I don't really need it if
the speed is already set to its highest level.
On 2.6.27-rc6. after it manages to boot, any low-latency drivers time out (eg. USB, Terminal, Keyboard, Network)
and the machine does not get through the boot-up sequence without becoming overloaded by the kernel's debugging log messages -
neither the network , the terminal or the keyboard work usably.
Building a kernel with USB completely disabled and turning off debug log messages allows the machine to boot
(after @ 15 minutes) but the speed is still at its lowest setting and cannot be changed.
Also, 2.6.27-rc6 is unable to reboot the machine: it can put the machine into the "HALT" state, with nothing displayed
on the screen, but the machine does not power-off until manual reset with the power-button. Then, after the machine
has powered-down, it cannot be powered up until the power-on button is depressed for at least two sections an released TWICE
in a row.
Neither booting with 'acpi=0' or compilation without USB support has any effect; it happens the same with a totally
standard Fedora 10 install with the latest 2.6.27 kernel as with my own heavily customized distro , and occurs when either
udev-{124,126,128} are installed, and regardless of compiling the kernel with gcc-4.2.4 , gcc-3.4.6, or gcc-4.3.2 .
Any help / suggestions would be greatly appreciated ! I've attached the Config, System.map and boot.log (compressed) .
Regards,
Jason
On Sunday 21 September 2008 14:54:18 Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of recent regressions.
>
> The following bug entry is on the current list of known regressions
> from 2.6.26. Please verify if it still should be listed and let me know
> (either way).
>
>
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11516
> Subject : severe performance degradation on x86_64 going from 2.6.26-rc9 -> 2.6.27= -rc5
> Submitter : Jason Vas Dias <jason.vas.dias@gmail.com>
> Date : 2008-09-07 13:59 (15 days old)
>
>
>
On Sunday 07 September 2008 18:03:06 Andrew Morton wrote:
> Re: [Bugme-new] [Bug 11516] New: severe performance degradation on x86_64
> going from 2.6.26-rc9 -> 2.6.27-rc5 From:
> Andrew Morton <akpm@linux-foundation.org>
> To:
> linux-usb@vger.kernel.org
> CC:
> bugme-daemon@bugzilla.kernel.org, jason.vas.dias@gmail.com
> Date:
> 2008-09-07 18:03
>
> Spam Status: Spamassassin 0% probability of being spam.
>
> Full report:
> No, hits=-3.349 required=5 tests=AWL,BAYES_00,OSDL_HEADER_SUBJECT_BRACKETED
> (switched to email. Please respond via emailed reply-to-all, not via the
> bugzilla web interface).
>
> On Sun, 7 Sep 2008 13:59:04 -0700 (PDT) bugme-daemon@bugzilla.kernel.org wrote:
> > http://bugzilla.kernel.org/show_bug.cgi?id=11516
> >
> > Summary: severe performance degradation on x86_64 going from
> > 2.6.26-rc9 -> 2.6.27-rc5
> > Product: Other
> > Version: 2.5
> > KernelVersion: 2.6.27-rc9
> > Platform: All
> > OS/Version: Linux
> > Tree: Mainline
> > Status: NEW
> > Severity: normal
> > Priority: P1
> > Component: Other
> > AssignedTo: other_other@kernel-bugs.osdl.org
> > ReportedBy: jason.vas.dias@gmail.com
> >
> >
> > Latest working kernel version:
> > 2.6.26-rc9
> > (git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
> > @2008-07-10)
> >
> > Earliest failing kernel version:
> > 2.6.27-rc9
> > (git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
> > @2008-09-07)
> >
> > Distribution:
> > Gentoo / my Own + Fedora 10
> >
> > Hardware Environment:
> > x86_64 AMD Turion TL-64 64-bit dual core
> >
> > Software Environment:
> > gcc-4.2.4 , glibc-2.8.90, both latest from savannah CVS @ 2008-07-10
> >
> > Problem Description:
> >
> > After my monthly kernel update ( git-pull from Linus' tree + build )
> > the whole machine started crawling instead of sprinting - this was
> > on my "own distro" (originally Gentoo based).
> >
> > Updating Fedora 10 from 2.6.26-0.115.rc9.git2.fc10 to
> > 2.6.27-0.305.rc5.git6.fc10 had the same effect
> > on a bog-standard Fedora 10 installation.
> >
> > Before I get out the toolbox and start investigating in-depth
> > (which I don't really have time to do at the moment), I thought
> > I'd check here first if anyone has seen this issue and if there
> > is any quick configuration / boot arg fix ?
> >
> > To quantify, normally boot-up takes less than 1 minute with the 2.6.26
> > kernel; with the 2.6.27 kernel, it takes over 10 minutes, and the screen
> > is flooded with these "hub event change" messages - and the terminal
> > scrolls visibly slowly, and seems to be unable to keep up with even
> > my extremely slow typing rate.
> >
> > I'm attaching the config-2.6.26-rc9.jvd and config-2.6.27-rc5.jvd files,
> > and klogd logs from a bootup of each kernel.
> >
> > Any advice suggestions as to how to fix would be gratefully received.
> >
> >
> > Steps to reproduce:
> >
> > build and install latest kernel from Linus' tree.
>
> I've tentatively categorised this post-2.6.26 regression under USB.
>
> Sep 7 15:56:33 localhost kernel: [ 21.190720] device: 'vcsa11':
> device_unregister Sep 7 15:56:33 localhost kernel: [ 21.190721] PM:
> Removing info for No Bus:vcsa11 Sep 7 15:56:33 localhost kernel: [
> 21.190788] device: 'vcsa11': device_create_release Sep 7 15:56:33
> localhost kernel: [ 21.205252] hub 1-0:1.0: state 7 ports 2 chg 0000 evt
> 0000 Sep 7 15:56:33 localhost kernel: [ 21.205305] hub 3-0:1.0: state 7
> ports 2 chg 0000 evt 0000 Sep 7 15:56:33 localhost kernel: [ 21.460430]
> hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep 7 15:56:33 localhost
> kernel: [ 21.460454] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep
> 7 15:56:33 localhost kernel: [ 21.704357] hub 1-0:1.0: state 7 ports 2
> chg 0000 evt 0000 Sep 7 15:56:33 localhost kernel: [ 21.704366] hub
> 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep 7 15:56:33 localhost
> kernel: [ 21.954352] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep
> 7 15:56:33 localhost kernel: [ 21.954374] hub 3-0:1.0: state 7 ports 2
> chg 0000 evt 0000 Sep 7 15:56:33 localhost kernel: [ 22.204433] hub
> 1-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep 7 15:56:33 localhost
> kernel: [ 22.204441] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep
> 7 15:56:33 localhost kernel: [ 22.454376] hub 1-0:1.0: state 7 ports 2
> chg 0000 evt 0000 Sep 7 15:56:33 localhost kernel: [ 22.454384] hub
> 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep 7 15:56:33 localhost
> kernel: [ 22.704406] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep
> 7 15:56:33 localhost kernel: [ 22.704414] hub 3-0:1.0: state 7 ports 2
> chg 0000 evt 0000 Sep 7 15:56:33 localhost kernel: [ 22.960311] hub
> 1-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep 7 15:56:33 localhost
> kernel: [ 22.960335] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep
> 7 15:56:34 localhost kernel: [ 23.204362] hub 1-0:1.0: state 7 ports 2
> chg 0000 evt 0000 Sep 7 15:56:34 localhost kernel: [ 23.204384] hub
> 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep 7 15:56:34 localhost
> kernel: [ 23.454386] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep
> 7 15:56:34 localhost kernel: [ 23.454394] hub 3-0:1.0: state 7 ports 2
> chg 0000 evt 0000 Sep 7 15:56:34 localhost kernel: [ 23.704357] hub
> 1-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep 7 15:56:34 localhost
> kernel: [ 23.704366] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep
> 7 15:56:34 localhost kernel: [ 23.954377] hub 1-0:1.0: state 7 ports 2
> chg 0000 evt 0000 Sep 7 15:56:34 localhost kernel: [ 23.954696] hub
> 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep 7 15:56:35 localhost
> kernel: [ 24.204380] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep
> 7 15:56:35 localhost kernel: [ 24.204389] hub 3-0:1.0: state 7 ports 2
> chg 0000 evt 0000 Sep 7 15:56:35 localhost kernel: [ 24.454398] hub
> 1-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep 7 15:56:35 localhost
> kernel: [ 24.454406] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep
> 7 15:56:35 localhost kernel: [ 24.704379] hub 1-0:1.0: state 7 ports 2
> chg 0000 evt 0000 Sep 7 15:56:35 localhost kernel: [ 24.704402] hub
> 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 Sep 7 15:56:35 localhost
> kernel: [ 24.954381] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
>
> but it might be an x86 problem or anything, it's unclear.
>
> Jason, perhaps you could test a CONFIG_USB=n kernel?
[-- Attachment #2: kernel-2.6.27-rc6.jvd.logs.bz2 --]
[-- Type: application/x-bzip2, Size: 383061 bytes --]
next prev parent reply other threads:[~2008-09-23 9:49 UTC|newest]
Thread overview: 258+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-21 18:52 2.6.27-rc6-git6: Reported regressions from 2.6.26 Rafael J. Wysocki
2008-09-21 18:52 ` [Bug #11207] VolanoMark regression with 2.6.27-rc1 Rafael J. Wysocki
2008-09-21 18:52 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11220] Screen stays black after resume Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-30 22:25 ` Pavel Machek
2008-09-30 22:25 ` Pavel Machek
2008-09-21 18:54 ` [Bug #11210] libata badness Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11215] INFO: possible recursive locking detected ps2_command Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11224] Only three cores found on quad-core machine Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11264] Invalid op opcode in kernel/workqueue Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11230] Kconfig no longer outputs a .config with freshly updated defconfigs Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11237] corrupt PMD after resume Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11272] BUG: parport_serial in 2.6.27-rc1 for NetMos Technology PCI 9835 Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11308] tbench regression on each kernel release from 2.6.22 -> 2.6.28 Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11335] 2.6.27-rc2-git5 BUG: unable to handle kernel paging request Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 23:49 ` Randy Dunlap
2008-09-21 23:49 ` Randy Dunlap
2008-09-21 18:54 ` [Bug #11271] BUG: fealnx in 2.6.27-rc1 Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11357] Can not boot up with zd1211rw USB-Wlan Stick Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11380] lockdep warning: cpu_add_remove_lock at:cpu_maps_update_begin+0x14/0x16 Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11340] LTP overnight run resulted in unusable box Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11382] e1000e: 2.6.27-rc1 corrupts EEPROM/NVM Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 23:51 ` David Miller
2008-09-21 23:51 ` David Miller
[not found] ` <20080921.165159.67476441.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2008-09-22 6:59 ` Dave Airlie
2008-09-22 6:59 ` Dave Airlie
[not found] ` <21d7e9970809212359y6876c405ub57dca3e9ee737e4-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-09-22 7:01 ` David Miller
2008-09-22 7:01 ` David Miller
2008-09-22 22:15 ` Jiri Kosina
2008-09-22 22:15 ` Jiri Kosina
[not found] ` <Pine.LNX.4.64.0809230010460.27884-1ReQVI26iDCaZKY3DrU6dA@public.gmane.org>
2008-09-22 22:28 ` David Miller
2008-09-22 22:28 ` David Miller
[not found] ` <20080922.152815.22060684.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2008-09-23 1:26 ` Dave Airlie
2008-09-23 1:26 ` Dave Airlie
[not found] ` <21d7e9970809221826i76081719pdd749237580fc68e-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-09-23 1:59 ` David Miller
2008-09-23 1:59 ` David Miller
[not found] ` <20080922.185902.80812984.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2008-09-23 14:29 ` Jiri Kosina
2008-09-23 14:29 ` Jiri Kosina
2008-09-23 16:38 ` Renato S. Yamane
[not found] ` <alpine.LNX.1.10.0809231229460.4671-JCEl3tv+2Z8CVLCxKZUutA@public.gmane.org>
2008-09-23 21:03 ` Dave Airlie
2008-09-23 21:03 ` Dave Airlie
[not found] ` <21d7e9970809231403wf766660u39908aca70548ca7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-09-23 22:05 ` David Miller
2008-09-23 22:05 ` David Miller
2008-09-24 6:02 ` David Newall
2008-09-23 21:05 ` David Miller
2008-09-23 21:05 ` David Miller
[not found] ` <20080923.140519.268233735.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2008-09-23 21:09 ` Dave Airlie
2008-09-23 21:09 ` Dave Airlie
[not found] ` <21d7e9970809231409r3fdd640h53a72a808266d220-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-09-23 22:07 ` David Miller
2008-09-23 22:07 ` David Miller
[not found] ` <20080923.150722.141587696.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2008-09-23 22:12 ` Jeff Kirsher
2008-09-23 22:12 ` Jeff Kirsher
[not found] ` <9929d2390809231512w160d221axa2923a6b293a041-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-09-23 22:19 ` Jiri Kosina
2008-09-23 22:19 ` Jiri Kosina
[not found] ` <alpine.LNX.1.10.0809240014390.4671-JCEl3tv+2Z8CVLCxKZUutA@public.gmane.org>
2008-09-24 4:12 ` David Miller
2008-09-24 4:12 ` David Miller
[not found] ` <20080923.211215.193696086.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2008-09-24 5:45 ` Dave Airlie
2008-09-24 5:45 ` Dave Airlie
[not found] ` <21d7e9970809232245x6a91c6e2l552ff039d07e2017-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-09-24 7:36 ` David Miller
2008-09-24 7:36 ` David Miller
2008-09-24 8:59 ` Dave Airlie
[not found] ` <21d7e9970809240159u6db747eex51892061846b2251-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-09-24 9:01 ` David Miller
2008-09-24 9:01 ` David Miller
[not found] ` <20080924.020116.193720569.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2008-09-24 9:16 ` Dave Airlie
2008-09-24 9:16 ` Dave Airlie
2008-09-24 16:33 ` Jiri Kosina
2008-09-24 20:07 ` Dave Airlie
[not found] ` <alpine.LNX.1.10.0809241829500.4671-JCEl3tv+2Z8CVLCxKZUutA@public.gmane.org>
2008-09-24 16:37 ` Jiri Kosina
2008-09-24 16:37 ` Jiri Kosina
[not found] ` <alpine.LNX.1.10.0809241836180.4671-JCEl3tv+2Z8CVLCxKZUutA@public.gmane.org>
2008-09-24 18:10 ` Jiri Kosina
2008-09-24 18:10 ` Jiri Kosina
2008-09-24 20:18 ` Dave Airlie
2008-09-24 20:18 ` Dave Airlie
2008-09-24 22:54 ` Parag Warudkar
2008-09-24 22:54 ` Parag Warudkar
[not found] ` <20080924.003638.71148740.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2008-09-24 16:27 ` Jonathan Corbet
2008-09-24 16:27 ` Jonathan Corbet
[not found] ` <20080924102730.31ee305a-vw3g6Xz/EtPk1uMJSBkQmQ@public.gmane.org>
2008-09-24 16:56 ` Jiri Kosina
2008-09-24 16:56 ` Jiri Kosina
2008-09-25 19:01 ` Jiri Kosina
2008-09-25 19:01 ` Jiri Kosina
2008-09-24 20:47 ` Theodore Tso
2008-09-24 19:10 ` Kyle McMartin
2008-09-24 19:10 ` Kyle McMartin
[not found] ` <20080924191022.GC2591-EK4dZfYtfFRW/gs8oUvUg/d9D2ou9A/h@public.gmane.org>
2008-09-24 19:22 ` Jesse Brandeburg
2008-09-24 19:22 ` Jesse Brandeburg
2008-09-24 19:52 ` David Miller
2008-09-24 19:52 ` David Miller
2008-09-24 22:37 ` Jiri Kosina
2008-09-24 22:37 ` Jiri Kosina
[not found] ` <alpine.LNX.1.10.0809250036090.4671-JCEl3tv+2Z8CVLCxKZUutA@public.gmane.org>
2008-09-25 18:39 ` H. Peter Anvin
2008-09-25 18:39 ` H. Peter Anvin
2008-09-25 20:45 ` Kok, Auke
2008-09-25 20:45 ` Kok, Auke
2008-09-24 23:15 ` Jiri Kosina
2008-09-24 23:15 ` Jiri Kosina
[not found] ` <alpine.LNX.1.10.0809250110070.4671-JCEl3tv+2Z8CVLCxKZUutA@public.gmane.org>
2008-09-25 0:22 ` Dave Airlie
2008-09-25 0:22 ` Dave Airlie
[not found] ` <21d7e9970809241722w7c3bb6a5w1af5801b7380169d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-09-25 1:27 ` Jiri Kosina
2008-09-25 1:27 ` Jiri Kosina
[not found] ` <alpine.LNX.1.10.0809250310190.4671-JCEl3tv+2Z8CVLCxKZUutA@public.gmane.org>
2008-09-25 2:01 ` Frans Pop
2008-09-25 2:01 ` Frans Pop
[not found] ` <200809250401.54818.elendil-EIBgga6/0yRmR6Xm/wNWPw@public.gmane.org>
2008-09-25 17:24 ` Jiri Kosina
2008-09-25 17:24 ` Jiri Kosina
2008-09-25 19:23 ` Krzysztof Halasa
[not found] ` <Pine.LNX.4.64.0809251921340.18801-1ReQVI26iDCaZKY3DrU6dA@public.gmane.org>
2008-09-25 18:46 ` H. Peter Anvin
2008-09-25 18:46 ` H. Peter Anvin
2008-09-25 18:56 ` Jesse Barnes
2008-09-25 18:56 ` Jesse Barnes
[not found] ` <200809251156.10648.jbarnes-Y1mF5jBUw70BENJcbMCuUQ@public.gmane.org>
2008-09-25 20:22 ` Jiri Kosina
2008-09-25 20:22 ` Jiri Kosina
[not found] ` <alpine.LNX.1.10.0809252218470.3389-JCEl3tv+2Z8CVLCxKZUutA@public.gmane.org>
2008-09-25 19:36 ` Jesse Barnes
2008-09-25 19:36 ` Jesse Barnes
[not found] ` <200809251236.12287.jbarnes-Y1mF5jBUw70BENJcbMCuUQ@public.gmane.org>
2008-09-25 20:35 ` Jiri Kosina
2008-09-25 20:35 ` Jiri Kosina
[not found] ` <alpine.LNX.1.10.0809252234400.3389-JCEl3tv+2Z8CVLCxKZUutA@public.gmane.org>
2008-09-25 21:06 ` Dave Airlie
2008-09-25 21:06 ` Dave Airlie
[not found] ` <21d7e9970809251406gb2bdacbuf9ff1bde3d118cdb-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-09-25 21:42 ` Jesse Brandeburg
2008-09-25 21:42 ` Jesse Brandeburg
[not found] ` <4807377b0809251442x67e4e9eia706b70ae1c177ca-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-09-25 21:45 ` Dave Airlie
2008-09-25 21:45 ` Dave Airlie
[not found] ` <21d7e9970809251445s216efcc3kaba639d5e29c51aa-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-09-25 22:45 ` Jiri Kosina
2008-09-25 22:45 ` Jiri Kosina
[not found] ` <alpine.LNX.1.10.0809260042380.3389-JCEl3tv+2Z8CVLCxKZUutA@public.gmane.org>
2008-09-26 7:06 ` Alexey Rempel
2008-09-26 7:06 ` Alexey Rempel
2008-09-25 22:57 ` H. Peter Anvin
2008-09-25 22:57 ` H. Peter Anvin
[not found] ` <48DC176E.6020807-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
2008-09-26 18:55 ` Krzysztof Halasa
2008-09-26 18:55 ` Krzysztof Halasa
[not found] ` <m38wten3dj.fsf-fiqtE+24Nu0B9AHHLWeGtNQXobZC6xk2@public.gmane.org>
2008-09-26 19:39 ` Alan Cox
2008-09-26 19:39 ` Alan Cox
2008-09-25 20:06 ` David Miller
2008-09-25 20:06 ` David Miller
2008-09-25 2:28 ` Jeff Garzik
2008-09-25 2:28 ` Jeff Garzik
[not found] ` <48DAF75D.4050908-o2qLIJkoznsdnm+yROfE0A@public.gmane.org>
2008-09-25 3:51 ` Dave Airlie
2008-09-25 3:51 ` Dave Airlie
[not found] ` <21d7e9970809242051x17785159ya7510d92f705f3cf-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-09-25 4:00 ` David Miller
2008-09-25 4:00 ` David Miller
2008-09-25 4:25 ` Jesse Brandeburg
2008-09-25 4:25 ` Jesse Brandeburg
[not found] ` <48DB12C9.5080104-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2008-09-25 16:26 ` Krzysztof Halasa
2008-09-25 16:26 ` Krzysztof Halasa
2008-09-25 0:26 ` Jesse Barnes
[not found] ` <200809241726.58628.jbarnes-Y1mF5jBUw70BENJcbMCuUQ@public.gmane.org>
2008-09-25 0:33 ` Jiri Kosina
2008-09-25 0:33 ` Jiri Kosina
2008-09-25 16:08 ` Jesse Barnes
2008-09-25 19:43 ` Jesse Barnes
[not found] ` <200809251243.43441.jbarnes-Y1mF5jBUw70BENJcbMCuUQ@public.gmane.org>
2008-09-25 20:45 ` Jiri Kosina
2008-09-25 20:45 ` Jiri Kosina
2008-09-25 12:24 ` Jiri Kosina
2008-09-25 12:24 ` Jiri Kosina
2008-09-21 18:54 ` [Bug #11404] BUG: in 2.6.23-rc3-git7 in do_cciss_intr Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11439] [2.6.27-rc4-git4] compilation warnings Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11407] suspend: unable to handle kernel paging request Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11459] kernel crash after wifi connection established Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11442] btusb hibernation/suspend breakage in current -git Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11501] Failed to open destination file: Permission deniedihex2fw Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11465] Linux-2.6.27-rc5, drm errors in log Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11476] failure to associate after resume from suspend to ram Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11516] severe performance degradation on x86_64 going from 2.6.26-rc9 -> 2.6.27-rc5 Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-23 9:49 ` Jason Vas Dias [this message]
[not found] ` <200809230549.28544.jason.vas.dias-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2008-09-27 9:23 ` Thomas Gleixner
2008-09-27 9:23 ` Thomas Gleixner
[not found] ` <200809280138.57672.jason.vas.dias@gmail.com>
[not found] ` <200809280138.57672.jason.vas.dias-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2008-09-28 10:58 ` Thomas Gleixner
2008-09-28 10:58 ` Thomas Gleixner
2008-09-21 18:54 ` [Bug #11512] sort-of regression due to "kconfig: speed up all*config + randconfig" Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11506] oops during unmount - ext3? (2.6.27-rc5) Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11505] oltp ~10% regression with 2.6.27-rc5 on stoakley machine Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11507] usb: sometimes dead keyboard after boot Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11548] kernel BUG at drivers/pci/intel-iommu.c:1373! Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-24 1:18 ` Chris Mason
2008-09-24 1:18 ` Chris Mason
2008-09-24 18:23 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11543] kernel panic: softlockup in tick_periodic() ??? Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-22 6:01 ` Cyrill Gorcunov
2008-09-22 6:01 ` Cyrill Gorcunov
2008-09-23 10:50 ` Thomas Gleixner
2008-09-23 10:50 ` Thomas Gleixner
[not found] ` <alpine.LFD.1.10.0809231244190.3247-dbfLifZv8x0yMciVaGeJ0d53zsg1cpMQ@public.gmane.org>
2008-09-23 13:52 ` Rafael J. Wysocki
2008-09-23 13:52 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11552] Disabling IRQ #23 Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 23:16 ` Justin Mattock
2008-09-21 23:16 ` Justin Mattock
[not found] ` <dd18b0c30809211616g658b50c8k2ea9f9953f1de96f-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-09-22 10:53 ` Alan Stern
2008-09-22 10:53 ` Alan Stern
[not found] ` <Pine.LNX.4.44L0.0809220651080.13379-100000-pYrvlCTfrz9XsRXLowluHWD2FQJk+8+b@public.gmane.org>
2008-09-22 16:20 ` Justin Mattock
2008-09-22 16:20 ` Justin Mattock
2008-09-21 18:54 ` [Bug #11549] 2.6.27-rc5 acpi: EC Storm error message on bootup Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 21:07 ` jmerkey
2008-09-21 18:54 ` [Bug #11551] Semi-repeatable hard lockup on 2.6.27-rc6 Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 20:39 ` Steven Noonan
2008-09-21 20:39 ` Steven Noonan
2008-09-21 18:54 ` [Bug #11550] pnp: Huge number of "io resource overlap" messages Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11568] spontaneous reboot on resume with 2.6.27 Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-23 2:13 ` Andy Wettstein
2008-09-23 2:13 ` Andy Wettstein
2008-09-21 18:54 ` [Bug #11590] Nokia 5310 Xpress usb-storage not mounting Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11569] Don't complain about disabled irqs when the system has paniced Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11609] oops in find_get_page Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 18:54 ` [Bug #11610] Problem with kernel commit 664d080c41463570b95717b5ad86e79dc1be0877 Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-21 23:10 ` Michal 'vorner' Vaner
2008-09-21 23:10 ` Michal 'vorner' Vaner
2008-09-21 18:54 ` [Bug #11608] 2.6.27-rc6 BUG: unable to handle kernel paging request Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
2008-09-25 0:46 ` Chuck Ebbert
2008-09-25 0:46 ` Chuck Ebbert
[not found] ` <20080924204655.481478c6-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2008-09-25 3:03 ` Nick Piggin
2008-09-25 3:03 ` Nick Piggin
2008-09-21 18:54 ` [Bug #11611] Commit 2344abbcbdb82140050e8be29d3d55e4f6fe860b breaks resume on nx6325 Rafael J. Wysocki
2008-09-21 18:54 ` Rafael J. Wysocki
[not found] ` <7lIhZC4hCxE.A.0gG.R0q1IB@albercik>
2008-09-21 20:43 ` [Bug #11555] rmmod ide-cd_mod: tried to init an initialized object, something is seriously wrong Mariusz Kozlowski
2008-09-21 20:43 ` Mariusz Kozlowski
2008-09-21 21:57 ` 2.6.27-rc6-git6: Reported regressions from 2.6.26 Alexey Starikovskiy
2008-09-21 21:57 ` Alexey Starikovskiy
-- strict thread matches above, loose matches on Subject: below --
2008-10-04 17:28 2.6.27-rc8-git7: " Rafael J. Wysocki
2008-10-04 17:32 ` [Bug #11516] severe performance degradation on x86_64 going from 2.6.26-rc9 -> 2.6.27-rc5 Rafael J. Wysocki
2008-10-04 17:32 ` Rafael J. Wysocki
2008-09-12 18:59 2.6.27-rc6-git2: Reported regressions from 2.6.26 Rafael J. Wysocki
2008-09-12 19:06 ` [Bug #11516] severe performance degradation on x86_64 going from 2.6.26-rc9 -> 2.6.27-rc5 Rafael J. Wysocki
2008-09-12 19:06 ` 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=200809230549.28544.jason.vas.dias@gmail.com \
--to=jason.vas.dias@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=kernel-testers@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rjw@sisk.pl \
/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.