From: Randy Dunlap <randy.dunlap@oracle.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: Eric Anholt <eric@anholt.net>,
Linus Torvalds <torvalds@linux-foundation.org>,
Norbert Preining <preining@logic.at>,
"Rafael J. Wysocki" <rjw@sisk.pl>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Jens Axboe <jens.axboe@oracle.com>,
Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>,
samr <sam@ravnborg.org>
Subject: Re: 2.6.29-rc3-git6: Reported regressions from 2.6.28
Date: Thu, 05 Feb 2009 11:14:23 -0800 [thread overview]
Message-ID: <498B3A8F.3040801@oracle.com> (raw)
In-Reply-To: <20090205191234.GG20470@elte.hu>
Ingo Molnar wrote:
> * Randy Dunlap <randy.dunlap@oracle.com> wrote:
>
>> Eric Anholt wrote:
>>> On Wed, 2009-02-04 at 19:56 +0100, Ingo Molnar wrote:
>>>> * Linus Torvalds <torvalds@linux-foundation.org> wrote:
>>>>
>>>>> On Wed, 4 Feb 2009, Norbert Preining wrote:
>>>>>> The problem is that if you have a configuration under 2.6.28 without
>>>>>> CONFIG_FB and just call make oldconfig, or even make config and don't
>>>>>> know that you loose the DRM. And I was using make oldconfig (there is a
>>>>>> graphical config?? ;-))
>>>>> Sure. It's inconvenient, no question about that. I asked the i915 people
>>>>> to look into not requiring CONFIG_FB, and I hope they will, but my point
>>>>> is that I don't think we can consider "small one-time inconvenience" to be
>>>>> a "regression".
>>>> if you mean that as a general principle, there's four very real downsides in
>>>> my opinion.
>>>>
>>>> Firstly, we could have done better (and still can do better), via various
>>>> easy and non-intrusive measures:
>>>>
>>>> - We could add a runtime warning:
>>>>
>>>> for example a WARN_ONCE("please enable CONFIG_DRM_I915 and CONFIG_FB")
>>>> that there's no DRM because CONFIG_FB is not selected and oldconfig
>>>> loses the I915 setting silently - placed in a key DRM ioctl, would
>>>> have gone a long way addressing the issue. Testers do notice kernel
>>>> warnings that pop up when their X gets slow. (This approach might also
>>>> have the added bonus of warning folks who enable the wrong driver for
>>>> the hardware.)
>>>>
>>>> - Or we could add a more thoughtful Kconfig migration:
>>>>
>>>> Rename DRM_I915 to DRM_I915_FB [which it really is now], and keep
>>>> DRM_I915 as a non-interactive migration helper: if set, it
>>>> auto-selects both FB and DRM_I915_FB.
>>>>
>>>> While CONFIG_FB is an interactive Kconfig option so a select can be
>>>> dangerous to a correct dependency tree, it seems safe to do in this
>>>> specific case because it seems to be a rather leaf entry with no
>>>> dependencies.
>>> I tried select FB. It's the right thing to do. It doesn't work. I
>>> posted to the mailing list two weeks ago about the insane dependency
>>> chain that kbuild comes up with and fails on when we do this, and got
>>> silence.
>> I tried what you had described in that email (from 2 weeks ago), got the
>> same results that you did, but kbuild does seem very confused (to me).
>>
>> reference email from 2+ weeks ago:
>> http://marc.info/?l=linux-kernel&m=123197341316461&w=2
>>
>> Adding Sam to cc.
>
> Check the patch i posted in this thread earlier today, it solves this
> problem.
I saw it. I'd rather kconfig be fixed instead, if possible.
--
~Randy
next prev parent reply other threads:[~2009-02-05 19:15 UTC|newest]
Thread overview: 286+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-04 10:21 2.6.29-rc3-git6: Reported regressions from 2.6.28 Rafael J. Wysocki
2009-02-04 10:21 ` Rafael J. Wysocki
2009-02-04 10:21 ` [Bug #12400] git-latest: kernel oops in IOMMU setup Rafael J. Wysocki
2009-02-04 10:21 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12414] iwl4965 cannot use "ap auto" on latest 2.6.28/29? Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-04 19:15 ` Jeff Chua
2009-02-04 19:15 ` Jeff Chua
[not found] ` <b6a2187b0902041115u130fcfe7ha1612e2e2fa1ec36-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-02-05 1:37 ` Rafael J. Wysocki
2009-02-05 1:37 ` Rafael J. Wysocki
[not found] ` <200902050237.39394.rjw-KKrjLPT3xs0@public.gmane.org>
2009-02-05 14:34 ` Jeff Chua
2009-02-05 14:34 ` Jeff Chua
2009-02-14 11:41 ` Jeff Chua
2009-02-14 11:41 ` Jeff Chua
[not found] ` <b6a2187b0902140341y2a1da743o7b012e6386583a62-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-02-14 18:46 ` Jeff Chua
2009-02-14 18:46 ` Jeff Chua
[not found] ` <b6a2187b0902141046r76f80b9ar6df6a0e2472ef61b-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-02-14 20:10 ` Rafael J. Wysocki
2009-02-14 20:10 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12416] Recent change to kernel spikes out ccache/distcc Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-05 1:57 ` Theodore Tso
2009-02-05 1:57 ` Theodore Tso
[not found] ` <20090205015725.GF8945-3s7WtUTddSA@public.gmane.org>
2009-02-05 2:13 ` Rafael J. Wysocki
2009-02-05 2:13 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12415] WARNING: at drivers/net/wireless/iwlwifi/iwl-sta.c:689 Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-04 13:04 ` Christian Borntraeger
2009-02-04 13:04 ` Christian Borntraeger
[not found] ` <200902041404.46539.borntraeger-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
2009-02-05 1:39 ` Rafael J. Wysocki
2009-02-05 1:39 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12417] glx performance drop with: "x86: PAT: implement track/untrack of pfnmap regions for x86 - v3" Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-04 13:46 ` Ingo Molnar
2009-02-04 13:46 ` Ingo Molnar
[not found] ` <20090204134612.GB17024-X9Un+BFzKDI@public.gmane.org>
2009-02-04 16:02 ` Alexey Fisher
2009-02-04 16:02 ` Alexey Fisher
[not found] ` <4989BC16.4080602-M18mAb7Tlt0yCq4wW13eYl6hYfS7NtTn@public.gmane.org>
2009-02-04 16:42 ` Ingo Molnar
2009-02-04 16:42 ` Ingo Molnar
[not found] ` <20090204164257.GD25996-X9Un+BFzKDI@public.gmane.org>
2009-02-05 0:55 ` Rafael J. Wysocki
2009-02-05 0:55 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12418] Repeated ioctl(4, 0x40046445, ..) loop in glxgears Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12427] cpumask change causes sparc build bustage Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12419] possible circular locking dependency on i915 dma Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12490] ath5k related kernel panic in 2.6.29-rc1 Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-06 18:48 ` Bob Copeland
2009-02-06 18:48 ` Bob Copeland
[not found] ` <20090206184156.M22909-aXfl/3sk2vNUbtYUoyoikg@public.gmane.org>
2009-02-06 23:55 ` Rafael J. Wysocki
2009-02-06 23:55 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12491] i915 lockdep warning Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-04 22:37 ` Roland Dreier
2009-02-04 22:37 ` Roland Dreier
[not found] ` <adar62dltg1.fsf-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2009-02-05 1:03 ` Rafael J. Wysocki
2009-02-05 1:03 ` Rafael J. Wysocki
2009-02-06 22:46 ` Roland Dreier
2009-02-06 22:46 ` Roland Dreier
2009-02-06 23:40 ` Jesse Barnes
2009-02-06 23:40 ` Jesse Barnes
[not found] ` <adar62bchfw.fsf-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2009-02-07 1:20 ` Brandeburg, Jesse
2009-02-07 1:20 ` Brandeburg, Jesse
[not found] ` <F169D4F5E1F1974DBFAFABF47F60C10A1DFD867C-osO9UTpF0URzLByeVOV5+bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2009-02-07 1:48 ` Roland Dreier
2009-02-07 1:48 ` Roland Dreier
[not found] ` <adabptfc90m.fsf-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2009-02-07 13:53 ` Rafael J. Wysocki
2009-02-07 13:53 ` Rafael J. Wysocki
2009-02-11 0:43 ` Eric Anholt
2009-02-11 0:43 ` Eric Anholt
2009-02-11 18:14 ` Roland Dreier
2009-02-11 18:14 ` Roland Dreier
2009-02-04 10:23 ` [Bug #12444] X hangs following switch from radeonfb console - Bisected Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12441] Xorg can't use dri on radeon X1950 AGP Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12496] swsusp cannot find resume device (sometimes) Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12493] ACPI related kernel panic when booting 2.6.29-rc2 Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12495] thinkpad problems during resume Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-04 13:06 ` Christian Borntraeger
2009-02-04 13:06 ` Christian Borntraeger
[not found] ` <200902041406.50578.borntraeger-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
2009-02-05 1:41 ` Rafael J. Wysocki
2009-02-05 1:41 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12494] Sony backlight regression from 2.6.28 to 29-rc Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12497] new barrier warnings in 2.6.29-rc1 Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-06 8:12 ` Christoph Hellwig
2009-02-06 8:12 ` Christoph Hellwig
2009-02-04 10:23 ` [Bug #12501] build bug in eeepc-laptop.c Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-04 10:23 ` [Bug #12499] Problem with using bluetooth adaper connected to usb port Rafael J. Wysocki
2009-02-04 10:23 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12505] 2.6.29-rc1 Firefox crashing on page load Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 15:23 ` Justin Mattock
2009-02-04 15:23 ` Justin Mattock
[not found] ` <dd18b0c30902040723m70f87f7fp4af32702410036d7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-02-04 16:46 ` Ingo Molnar
2009-02-04 16:46 ` Ingo Molnar
[not found] ` <20090204164623.GE25996-X9Un+BFzKDI@public.gmane.org>
2009-02-04 18:15 ` Justin Mattock
2009-02-04 18:15 ` Justin Mattock
[not found] ` <dd18b0c30902041015m2213d94cx72d41bd225afa3e9-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-02-05 1:08 ` Rafael J. Wysocki
2009-02-05 1:08 ` Rafael J. Wysocki
[not found] ` <200902050208.15776.rjw-KKrjLPT3xs0@public.gmane.org>
2009-02-05 1:37 ` Justin Mattock
2009-02-05 1:37 ` Justin Mattock
2009-02-04 10:24 ` [Bug #12503] [slab corruption] BUG key_jar: Poison overwritten Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12502] pipe_read oops on sh Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12509] lockdep report. fb_mmap vs sys_mmap2 Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12510] 2.6.29-rc2 dies on startup Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12508] "powerpc/pci: Reserve legacy regions on PCI" broke my G3 Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 21:44 ` Benjamin Herrenschmidt
2009-02-04 21:44 ` Benjamin Herrenschmidt
2009-02-06 18:55 ` Mikael Pettersson
2009-02-06 18:55 ` Mikael Pettersson
2009-02-04 10:24 ` [Bug #12506] Undefined symbols when CONFIG_MFD_PCF50633 is enabled Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12511] WARNING: at drivers/dma/dmaengine.c:352 Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 16:03 ` Dan Williams
2009-02-04 16:03 ` Dan Williams
[not found] ` <e9c3a7c20902040803p12ffe0bcrced5249c4b667623-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-02-05 1:13 ` Rafael J. Wysocki
2009-02-05 1:13 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12551] end_request: I/O error, dev cciss/c0d0, sector 87435720 Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12518] BUG: using smp_processor_id() in preemptible [00000000] code: dellWirelessCtl/ Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 15:58 ` Alex Riesen
2009-02-04 15:58 ` Alex Riesen
2009-02-04 10:24 ` [Bug #12538] xfs_fsr fails on 2.6.29-rc kernels Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12591] NULL pointer dereference in blk_queue_io_stat Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 12:53 ` Jens Axboe
2009-02-04 12:53 ` Jens Axboe
[not found] ` <20090204125320.GH30821-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org>
2009-02-05 1:21 ` Rafael J. Wysocki
2009-02-05 1:21 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12571] Suspend-resume on Dell Latitude D410 newly broken in 2.6.29-rc* Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12598] tg3 dead after resume Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-05 0:43 ` Parag Warudkar
2009-02-05 0:43 ` Parag Warudkar
2009-02-05 1:03 ` Jesse Barnes
2009-02-04 10:24 ` [Bug #12574] possible circular locking dependency detected Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12602] CRED changes causing setuid failures Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 18:09 ` David Smith
2009-02-04 18:09 ` David Smith
[not found] ` <4989D9C3.7060408-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-02-05 1:15 ` Rafael J. Wysocki
2009-02-05 1:15 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12600] i915 lockdep warning Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12601] virt-manager broken on 2.6.29-rc2 Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 23:26 ` Stephen Hemminger
2009-02-04 23:26 ` Stephen Hemminger
2009-02-05 1:25 ` Rafael J. Wysocki
2009-02-05 1:25 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12599] dri /dev node disappeared with 2.6.29-rc1 Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12604] Commit 31a12666d8f0c22235297e1c1575f82061480029 slows down Berkeley DB Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12606] fb_mmap: circular locking dependency on hibernation Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 14:43 ` Andrey Borzenkov
[not found] ` <200902041743.08010.arvidjaar-JGs/UdohzUI@public.gmane.org>
2009-02-05 1:43 ` Rafael J. Wysocki
2009-02-05 1:43 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12605] Suspend regression, hang after matroxfb Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-05 12:16 ` Eric Sesterhenn
2009-02-05 12:16 ` Eric Sesterhenn
2009-02-05 16:12 ` Rafael J. Wysocki
2009-02-05 16:12 ` Rafael J. Wysocki
[not found] ` <200902051712.56407.rjw-KKrjLPT3xs0@public.gmane.org>
2009-02-08 12:39 ` Eric Sesterhenn
2009-02-08 12:39 ` Eric Sesterhenn
2009-02-04 10:24 ` [Bug #12609] v2.6.29-rc2 libata sff 32bit PIO regression Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-05 17:30 ` Hugh Dickins
2009-02-05 17:30 ` Hugh Dickins
[not found] ` <Pine.LNX.4.64.0902051723520.1445-XZxpfvf5U/bbmfIwyoSfiQ@public.gmane.org>
2009-02-05 22:54 ` Rafael J. Wysocki
2009-02-05 22:54 ` Rafael J. Wysocki
[not found] ` <200902052354.16361.rjw-KKrjLPT3xs0@public.gmane.org>
2009-02-06 23:10 ` Larry Finger
2009-02-06 23:10 ` Larry Finger
[not found] ` <498CC380.1070705-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>
2009-02-06 23:58 ` Rafael J. Wysocki
2009-02-06 23:58 ` Rafael J. Wysocki
2009-02-23 16:22 ` Larry Finger
[not found] ` <49A2CD3B.4090703-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>
2009-02-23 22:13 ` Rafael J. Wysocki
2009-02-23 22:13 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12611] kernel BUG at kernel/cgroup.c:398! Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-05 1:02 ` Li Zefan
2009-02-05 1:02 ` Li Zefan
[not found] ` <498A3AB7.9060701-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2009-02-05 1:53 ` Rafael J. Wysocki
2009-02-05 1:53 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12608] 2.6.29-rc powerpc G5 Xorg legacy_mem regression Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 23:48 ` Benjamin Herrenschmidt
2009-02-04 23:48 ` Benjamin Herrenschmidt
2009-02-05 17:23 ` Hugh Dickins
[not found] ` <Pine.LNX.4.64.0902051713550.1445-XZxpfvf5U/bbmfIwyoSfiQ@public.gmane.org>
2009-02-05 21:05 ` Benjamin Herrenschmidt
2009-02-05 21:05 ` Benjamin Herrenschmidt
2009-02-05 21:20 ` Hugh Dickins
2009-02-05 21:20 ` Hugh Dickins
2009-02-05 21:45 ` Dave Airlie
2009-02-05 21:45 ` Dave Airlie
[not found] ` <21d7e9970902051345h76fb26c1hc0397f6262f70eae-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-02-06 6:01 ` Benjamin Herrenschmidt
2009-02-06 6:01 ` Benjamin Herrenschmidt
2009-02-05 22:33 ` Jesse Barnes
[not found] ` <200902051433.23294.jbarnes-Y1mF5jBUw70BENJcbMCuUQ@public.gmane.org>
2009-02-05 23:57 ` Benjamin Herrenschmidt
2009-02-05 23:57 ` Benjamin Herrenschmidt
2009-02-06 5:40 ` Benjamin Herrenschmidt
2009-02-06 5:40 ` Benjamin Herrenschmidt
2009-02-06 12:56 ` Hugh Dickins
2009-02-06 12:56 ` Hugh Dickins
2009-02-06 16:49 ` Jesse Barnes
[not found] ` <200902060849.45851.jbarnes-Y1mF5jBUw70BENJcbMCuUQ@public.gmane.org>
2009-02-06 22:17 ` Hugh Dickins
2009-02-06 22:17 ` Hugh Dickins
[not found] ` <Pine.LNX.4.64.0902062205540.5710-XZxpfvf5U/bbmfIwyoSfiQ@public.gmane.org>
2009-02-06 22:45 ` Jesse Barnes
2009-02-06 22:45 ` Jesse Barnes
[not found] ` <200902061445.11379.jbarnes-Y1mF5jBUw70BENJcbMCuUQ@public.gmane.org>
2009-02-07 0:50 ` Hugh Dickins
2009-02-07 0:50 ` Hugh Dickins
2009-02-07 1:47 ` Jesse Barnes
2009-02-07 3:05 ` Benjamin Herrenschmidt
2009-02-07 3:05 ` Benjamin Herrenschmidt
2009-02-07 23:15 ` Jesse Barnes
2009-02-07 23:15 ` Jesse Barnes
[not found] ` <Pine.LNX.4.64.0902061248010.14011-XZxpfvf5U/bbmfIwyoSfiQ@public.gmane.org>
2009-02-07 2:51 ` Benjamin Herrenschmidt
2009-02-07 2:51 ` Benjamin Herrenschmidt
2009-02-04 10:24 ` [Bug #12610] sync-Regression in 2.6.28.2? Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12616] boot hang: async vs. kexec Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 16:50 ` Randy Dunlap
2009-02-04 16:50 ` Randy Dunlap
[not found] ` <4989C74A.2020402-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2009-02-05 1:26 ` Rafael J. Wysocki
2009-02-05 1:26 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12617] unable to compile e100 firmware into kernel Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12613] [Suspend regression][DRM, RADEON] Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 22:25 ` etienne
[not found] ` <498A15C3.30904-Bf/eaXMDFuuXqB7oj33eUg@public.gmane.org>
2009-02-05 1:18 ` Rafael J. Wysocki
2009-02-05 1:18 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12615] boot hangs while bringing up gianfar ethernet Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 16:54 ` Ira Snyder
[not found] ` <20090204165410.GA21717-lulEs6mt1IksTUYHLfqkUA@public.gmane.org>
2009-02-05 1:23 ` Rafael J. Wysocki
2009-02-05 1:23 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12618] hackbench [pthread mode] regression with 2.6.29-rc3 Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 10:24 ` [Bug #12621] Resume broken on iBook Rafael J. Wysocki
2009-02-04 10:24 ` Rafael J. Wysocki
2009-02-04 16:24 ` 2.6.29-rc3-git6: Reported regressions from 2.6.28 Linus Torvalds
2009-02-04 16:32 ` Ingo Molnar
2009-02-04 18:11 ` Norbert Preining
2009-02-04 18:17 ` Linus Torvalds
2009-02-04 18:21 ` Norbert Preining
2009-02-04 18:56 ` Ingo Molnar
2009-02-04 22:22 ` Bron Gondwana
2009-02-05 1:08 ` Ingo Molnar
2009-02-05 1:26 ` Bron Gondwana
2009-02-05 4:45 ` Eric Anholt
2009-02-05 14:51 ` Norbert Preining
2009-02-05 16:56 ` [PATCH] drm, i915: select framebuffer support automatically Ingo Molnar
2009-02-08 11:49 ` Dave Airlie
2009-02-05 17:17 ` 2.6.29-rc3-git6: Reported regressions from 2.6.28 Randy Dunlap
2009-02-05 19:12 ` Ingo Molnar
2009-02-05 19:14 ` Randy Dunlap [this message]
2009-02-05 19:20 ` Ingo Molnar
2009-02-05 19:23 ` Randy Dunlap
2009-02-05 19:36 ` Ingo Molnar
2009-02-11 0:33 ` Eric Anholt
2009-02-05 2:07 ` Rafael J. Wysocki
-- strict thread matches above, loose matches on Subject: below --
2009-02-04 10:21 Rafael J. Wysocki
2009-02-04 13:42 Damien Wyart
[not found] ` <20090204134204.GA8082-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2009-02-07 14:46 ` Rafael J. Wysocki
2009-02-07 14:46 ` 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=498B3A8F.3040801@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=eric@anholt.net \
--cc=h-shimamoto@ct.jp.nec.com \
--cc=jens.axboe@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=preining@logic.at \
--cc=rjw@sisk.pl \
--cc=sam@ravnborg.org \
--cc=torvalds@linux-foundation.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.