All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff-o2qLIJkoznsdnm+yROfE0A@public.gmane.org>
To: Zeno Davatz <zdavatz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: David Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>,
	rjw-KKrjLPT3xs0@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [Bug #14622] Second IDE device not found
Date: Fri, 20 Nov 2009 06:31:38 -0500	[thread overview]
Message-ID: <4B067E1A.7000102@garzik.org> (raw)
In-Reply-To: <40a4ed590911200129p6f0d048dqef10df2b311d4744-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

On 11/20/2009 04:29 AM, Zeno Davatz wrote:
> On Fri, Nov 20, 2009 at 9:41 AM, Jeff Garzik<jeff-o2qLIJkoznsdnm+yROfE0A@public.gmane.org>  wrote:
>> On 11/20/2009 02:59 AM, Zeno Davatz wrote:
>>>
>>> On Thu, Nov 19, 2009 at 9:05 PM, David Miller<davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>    wrote:
>>>>
>>>> From: "Rafael J. Wysocki"<rjw-KKrjLPT3xs0@public.gmane.org>
>>>> Date: Mon, 16 Nov 2009 23:37:47 +0100 (CET)
>>>>
>>>>> 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.31.  Please verify if it still should be listed and let me know
>>>>> (either way).
>>>>>
>>>>>
>>>>> Bug-Entry     : http://bugzilla.kernel.org/show_bug.cgi?id=14622
>>>>> Subject               : Second IDE device not found
>>>>> Submitter     : Zeno Davatz<zdavatz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>>>>> Date          : 2009-11-11 17:31 (6 days old)
>>>>> References    : http://marc.info/?l=linux-kernel&m=125796105822353&w=4
>>>>
>>>> We're going to need more information to diagnose this.
>>>>
>>>> And linux-ide should have been at least CC:'d from the very
>>>> beginning.
>>>>
>>>>   From what I can discern the problem is introduced somewhere between
>>>> 2.6.27 and 2.6.31, you have a Serverworks CSB5 and primarily the issue
>>>> is that attaching or detaching your CD-ROM driver influences whether
>>>> both of your disks are properly detected.  Correct?
>>>>
>>>> You seem to have played around with using the IDE layer vs. the
>>>> ATA layer.  Can you see any difference in behavior if you try
>>>> using just the IDE layer vs. just the ATA layer with the 2.6.31
>>>> kernel?
>>>
>>> Please see:
>>>
>>> http://www.flickr.com/photos/zrr/4118682747/
>>>
>>> and
>>>
>>> http://www.flickr.com/photos/zrr/4119453092/
>>
>> Unfortunately, both of these photos only show that MD (block major 9) device
>> could not be found for root.
>>
>> For either ATA or IDE, we would need to see full dmesg somehow -- perhaps
>> capturing serial console output?  (Documentation/serial-console.txt)
>
> Ok, I appended
>
> console=ttyS1,9600 console=tty0
>
> to the kernel command line at lilo after choosing the kernel image and
> I get a ton of output. But how to I save the output to a file?

I use minicom and a null modem serial cable.  One of minicom's commands 
will capture everything sent to the serial port, to a file.  Other 
options are available.  Googling for "linux serial console" found 
several useful starting-point links.

The basic idea is to sent console output to a serial port, and then have 
some method of reading and capturing the serial port's data.

Another alternative is netconsole (google for "linux netconsole"), which 
permits output over the network.


>>> I makes no difference if I choose ATA or only IDE.
>>>
>>> I am also attaching you my Kernel .config
>>>
>>> I could also test with 2.6.32-rc8 (torvalds-git)
>>>
>>> I suggest you send me two .config that I can both test with 2.6.31.6
>>
>> I bet libata fails because CONFIG_BLK_DEV_SD is not enabled.  Probably want
>> to enable CONFIG_BLK_DEV_SR too, for libata CD-ROM support.  I would be
>> interested to see your failing ATA config, with IDE disabled.
>
> I enabled CONFIG_BLK_DEV_SR. Do you want above test with or without
>
> CONFIG_BLK_DEV_SVWKS (OSB4/CSB5) enabled?

Well, this goes back to David's basic request:  IDE-only or ATA-only.

You really, really, really should not to enable both at the same time.

If you are choosing ATA-only (libata), then you should disable 
CONFIG_IDE and everything associated with CONFIG_IDE, including 
CONFIG_BLK_DEV_SVWKS.

libata will want something like
CONFIG_ATA
CONFIG_ATA_VERBOSE_ERROR	<-- optional, but helpful
CONFIG_PATA_SERVERWORKS

CONFIG_SCSI
CONFIG_SCSI_LOGGING		<-- ditto
CONFIG_SCSI_CONSTANTS		<-- ditto
CONFIG_BLK_DEV_SD
CONFIG_BLK_DEV_SR		<-- required only for CD-ROM support

Regards,

	Jeff




WARNING: multiple messages have this Message-ID (diff)
From: Jeff Garzik <jeff@garzik.org>
To: Zeno Davatz <zdavatz@gmail.com>
Cc: David Miller <davem@davemloft.net>,
	rjw@sisk.pl, linux-kernel@vger.kernel.org,
	kernel-testers@vger.kernel.org, linux-ide@vger.kernel.org
Subject: Re: [Bug #14622] Second IDE device not found
Date: Fri, 20 Nov 2009 06:31:38 -0500	[thread overview]
Message-ID: <4B067E1A.7000102@garzik.org> (raw)
In-Reply-To: <40a4ed590911200129p6f0d048dqef10df2b311d4744@mail.gmail.com>

On 11/20/2009 04:29 AM, Zeno Davatz wrote:
> On Fri, Nov 20, 2009 at 9:41 AM, Jeff Garzik<jeff@garzik.org>  wrote:
>> On 11/20/2009 02:59 AM, Zeno Davatz wrote:
>>>
>>> On Thu, Nov 19, 2009 at 9:05 PM, David Miller<davem@davemloft.net>    wrote:
>>>>
>>>> From: "Rafael J. Wysocki"<rjw@sisk.pl>
>>>> Date: Mon, 16 Nov 2009 23:37:47 +0100 (CET)
>>>>
>>>>> 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.31.  Please verify if it still should be listed and let me know
>>>>> (either way).
>>>>>
>>>>>
>>>>> Bug-Entry     : http://bugzilla.kernel.org/show_bug.cgi?id=14622
>>>>> Subject               : Second IDE device not found
>>>>> Submitter     : Zeno Davatz<zdavatz@gmail.com>
>>>>> Date          : 2009-11-11 17:31 (6 days old)
>>>>> References    : http://marc.info/?l=linux-kernel&m=125796105822353&w=4
>>>>
>>>> We're going to need more information to diagnose this.
>>>>
>>>> And linux-ide should have been at least CC:'d from the very
>>>> beginning.
>>>>
>>>>   From what I can discern the problem is introduced somewhere between
>>>> 2.6.27 and 2.6.31, you have a Serverworks CSB5 and primarily the issue
>>>> is that attaching or detaching your CD-ROM driver influences whether
>>>> both of your disks are properly detected.  Correct?
>>>>
>>>> You seem to have played around with using the IDE layer vs. the
>>>> ATA layer.  Can you see any difference in behavior if you try
>>>> using just the IDE layer vs. just the ATA layer with the 2.6.31
>>>> kernel?
>>>
>>> Please see:
>>>
>>> http://www.flickr.com/photos/zrr/4118682747/
>>>
>>> and
>>>
>>> http://www.flickr.com/photos/zrr/4119453092/
>>
>> Unfortunately, both of these photos only show that MD (block major 9) device
>> could not be found for root.
>>
>> For either ATA or IDE, we would need to see full dmesg somehow -- perhaps
>> capturing serial console output?  (Documentation/serial-console.txt)
>
> Ok, I appended
>
> console=ttyS1,9600 console=tty0
>
> to the kernel command line at lilo after choosing the kernel image and
> I get a ton of output. But how to I save the output to a file?

I use minicom and a null modem serial cable.  One of minicom's commands 
will capture everything sent to the serial port, to a file.  Other 
options are available.  Googling for "linux serial console" found 
several useful starting-point links.

The basic idea is to sent console output to a serial port, and then have 
some method of reading and capturing the serial port's data.

Another alternative is netconsole (google for "linux netconsole"), which 
permits output over the network.


>>> I makes no difference if I choose ATA or only IDE.
>>>
>>> I am also attaching you my Kernel .config
>>>
>>> I could also test with 2.6.32-rc8 (torvalds-git)
>>>
>>> I suggest you send me two .config that I can both test with 2.6.31.6
>>
>> I bet libata fails because CONFIG_BLK_DEV_SD is not enabled.  Probably want
>> to enable CONFIG_BLK_DEV_SR too, for libata CD-ROM support.  I would be
>> interested to see your failing ATA config, with IDE disabled.
>
> I enabled CONFIG_BLK_DEV_SR. Do you want above test with or without
>
> CONFIG_BLK_DEV_SVWKS (OSB4/CSB5) enabled?

Well, this goes back to David's basic request:  IDE-only or ATA-only.

You really, really, really should not to enable both at the same time.

If you are choosing ATA-only (libata), then you should disable 
CONFIG_IDE and everything associated with CONFIG_IDE, including 
CONFIG_BLK_DEV_SVWKS.

libata will want something like
CONFIG_ATA
CONFIG_ATA_VERBOSE_ERROR	<-- optional, but helpful
CONFIG_PATA_SERVERWORKS

CONFIG_SCSI
CONFIG_SCSI_LOGGING		<-- ditto
CONFIG_SCSI_CONSTANTS		<-- ditto
CONFIG_BLK_DEV_SD
CONFIG_BLK_DEV_SR		<-- required only for CD-ROM support

Regards,

	Jeff





  parent reply	other threads:[~2009-11-20 11:31 UTC|newest]

Thread overview: 196+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-16 22:33 2.6.32-rc7-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
2009-11-16 22:33 ` Rafael J. Wysocki
2009-11-16 22:33 ` [Bug #14277] Caught 8-bit read from freed memory in b43 driver at association Rafael J. Wysocki
2009-11-16 22:33   ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14296] spitz boots but suspend/resume is broken Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-18  9:19   ` Pavel Machek
2009-11-18 22:20     ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14297] console resume broken since ba15ab0e8d Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14298] warning at manage.c:361 (set_irq_wake), matrix-keypad related? Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14331] Radeon XPRESS 200M: System hang with radeon DRI and Fedora 10 userspace unless DRI=off Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14352] WARNING: at net/mac80211/scan.c:267 Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-17  6:04   ` Maciej Rutecki
2009-11-17  6:04     ` Maciej Rutecki
2009-11-17 22:19     ` Rafael J. Wysocki
     [not found]       ` <200911172319.49198.rjw-KKrjLPT3xs0@public.gmane.org>
2009-11-27 13:46         ` Sebastian Ott
2009-11-27 13:46           ` Sebastian Ott
2009-11-27 14:10           ` Johannes Berg
2009-11-27 14:10             ` Johannes Berg
     [not found]             ` <1259331034.5428.19.camel-YfaajirXv2244ywRPIzf9A@public.gmane.org>
2009-11-27 14:11               ` Johannes Berg
2009-11-27 14:11                 ` Johannes Berg
2009-11-27 20:22           ` Maciej Rutecki
2009-11-27 20:22             ` Maciej Rutecki
2009-11-16 22:37 ` [Bug #14372] ath5k wireless not working after suspend-resume - eeepc Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-17  7:59   ` Fabio Comolli
2009-11-17  7:59     ` Fabio Comolli
     [not found]     ` <b637ec0b0911162359y188f0829if277467229b095b3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-11-17 22:26       ` Rafael J. Wysocki
2009-11-17 22:26         ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14354] Bad corruption with 2.6.32-rc1 and upwards Rafael J. Wysocki
2009-11-17  2:02   ` Theodore Tso
2009-11-17  2:02     ` Theodore Tso
     [not found]     ` <20091117020202.GA23066-3s7WtUTddSA@public.gmane.org>
2009-11-17 22:23       ` Rafael J. Wysocki
2009-11-17 22:23         ` Rafael J. Wysocki
     [not found]         ` <200911172323.11224.rjw-KKrjLPT3xs0@public.gmane.org>
2009-11-18  0:11           ` tytso-3s7WtUTddSA
2009-11-18  0:11             ` tytso
2009-11-16 22:37 ` [Bug #14373] Task blocked for more than 120 seconds Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14355] USB serial regression after 2.6.31.1 with Huawei E169 GSM modem Rafael J. Wysocki
2009-11-16 23:05   ` Oliver Neukum
2009-11-16 23:05     ` Oliver Neukum
     [not found]     ` <200911170005.27342.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
2009-11-16 23:12       ` Rafael J. Wysocki
2009-11-16 23:12         ` Rafael J. Wysocki
     [not found]         ` <200911170012.24914.rjw-KKrjLPT3xs0@public.gmane.org>
2009-11-17  9:02           ` Benjamin Herrenschmidt
2009-11-17  9:02             ` Benjamin Herrenschmidt
2009-11-17 22:24             ` Rafael J. Wysocki
2009-11-17 22:24               ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14383] hackbench regression with kernel 2.6.32-rc1 Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-18 11:09   ` Peter Zijlstra
2009-11-18 11:09     ` Peter Zijlstra
2009-11-20  5:40     ` Zhang, Yanmin
2009-11-20  5:40       ` Zhang, Yanmin
2009-11-20  6:52       ` Mike Galbraith
2009-11-20  6:52         ` Mike Galbraith
2009-11-16 22:37 ` [Bug #14379] ACPI Warning for _SB_.BAT0._BIF: Converted Buffer to expected String Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-17  0:19   ` Justin P. Mattock
2009-11-17  0:19     ` Justin P. Mattock
     [not found]     ` <4B01EC25.5010703-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-17 22:28       ` Rafael J. Wysocki
2009-11-17 22:28         ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14380] Video tearing/glitching with T400 laptops Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-17 12:52   ` Arkadiusz Miskiewicz
2009-11-17 12:52     ` Arkadiusz Miskiewicz
     [not found]     ` <200911171352.18563.a.miskiewicz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-17 22:30       ` Rafael J. Wysocki
2009-11-17 22:30         ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14376] Kernel NULL pointer dereference/ kvm subsystem Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14384] tbench regression with 2.6.32-rc1 Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14415] Reboot on kernel load Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14406] uvcvideo stopped work on Toshiba Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14426] CE: hpet increasing min_delta_ns flood Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14442] resume after hibernate: /dev/sdb drops and returns as /dev/sde Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14430] sync() hangs in bdi_sched_wait Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14467] Linker errors on ia64 with NR_CPUS=4096 Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-16 22:55   ` Jiri Kosina
2009-11-16 22:55     ` Jiri Kosina
     [not found]     ` <alpine.LSU.2.00.0911162354140.15039-B4tOwbsTzaBolqkO4TVVkw@public.gmane.org>
2009-11-16 23:08       ` Rafael J. Wysocki
2009-11-16 23:08         ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14436] Computer becomes unusable without any apparent reason Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14472] EXT4 corruption Rafael J. Wysocki
2009-11-16 23:30   ` Andy Lutomirski
     [not found]     ` <9872C96C-FAE8-46E8-9588-25D917AF0EAD-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-17 22:32       ` Rafael J. Wysocki
2009-11-17 22:32         ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14480] 2 locks held by cat -- running "find /sys | head -c 4" --> system hang Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14481] umount blocked for more than 120 seconds after USB drive removal Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14482] kernel BUG at fs/dcache.c:670 +lvm +md +ext3 Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
2009-11-17  0:40   ` Justin P. Mattock
2009-11-17  0:40     ` Justin P. Mattock
     [not found]     ` <4B01F0F8.4040807-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-17 22:44       ` Rafael J. Wysocki
2009-11-17 22:44         ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14485] System lockup running "cat /sys/kernel/debug/dri/0/i915_regs" Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14483] Interrupts enabled after irqrouter_resume - iMac9,1 Rafael J. Wysocki
2009-11-17  0:21   ` Justin P. Mattock
2009-11-17  0:21     ` Justin P. Mattock
2009-11-17  6:05   ` Ingo Molnar
2009-11-17  6:05     ` Ingo Molnar
2009-11-17 22:42     ` Rafael J. Wysocki
     [not found]       ` <200911172342.13077.rjw-KKrjLPT3xs0@public.gmane.org>
2009-11-17 23:07         ` Thomas Gleixner
2009-11-17 23:07           ` Thomas Gleixner
2009-11-16 22:37 ` [Bug #14504] intermittent hibernation problem again Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14577] Data Corruption with Adaptec 52445, Firmware 5.2-0 (17380) Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-17 12:27   ` Lukas Kolbe
2009-11-17 12:27     ` Lukas Kolbe
     [not found]     ` <20091117122726.GH26279-15KJMqYlBKyzX87ganJRvOIeGoz/g4FR@public.gmane.org>
2009-11-17 22:45       ` Rafael J. Wysocki
2009-11-17 22:45         ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14538] Unable to associate with AP after resume since 2.6.32-rc6 Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14618] OOM killer, page fault Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-17  8:40   ` Minchan Kim
2009-11-17  8:40     ` Minchan Kim
2009-11-17  9:19     ` Norbert Preining
     [not found]       ` <20091117091905.GA23205-f9ZlEuEWxVfjTtK9rnDuqmD2FQJk+8+b@public.gmane.org>
2009-11-17 22:51         ` Rafael J. Wysocki
2009-11-17 22:51           ` Rafael J. Wysocki
2009-11-21 10:40   ` Norbert Preining
2009-11-21 10:40     ` Norbert Preining
2009-11-16 22:37 ` [Bug #14616] [2.6.32 regression] sata_nv: commit 6489e3262e6b188a1a009b65e8a94b7aa17645b7 slows down system boot Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14597] thinkpad-acpi: driver fails to load on old BIOS for the A31, T23-T30, X30-X31 Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14619] ext3/jbd oops in journal_start Rafael J. Wysocki
2009-11-20 15:06   ` tytso-3s7WtUTddSA
2009-11-20 15:06     ` tytso
     [not found]     ` <20091120150648.GB4921-AKGzg7BKzIDYtjvyW6yDsg@public.gmane.org>
2009-11-20 15:18       ` Chris Mason
2009-11-20 15:18         ` Chris Mason
2009-11-20 15:32         ` tytso-3s7WtUTddSA
2009-11-20 15:32           ` tytso
2009-11-16 22:37 ` [Bug #14622] Second IDE device not found Rafael J. Wysocki
2009-11-19 20:05   ` David Miller
2009-11-19 20:05     ` David Miller
2009-11-20  7:59     ` Zeno Davatz
     [not found]       ` <40a4ed590911192359o563b104fo562f325ad9f5358e-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-11-20  8:41         ` Jeff Garzik
2009-11-20  8:41           ` Jeff Garzik
     [not found]           ` <4B065648.6040609-o2qLIJkoznsdnm+yROfE0A@public.gmane.org>
2009-11-20  9:29             ` Zeno Davatz
2009-11-20  9:29               ` Zeno Davatz
     [not found]               ` <40a4ed590911200129p6f0d048dqef10df2b311d4744-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-11-20 11:31                 ` Jeff Garzik [this message]
2009-11-20 11:31                   ` Jeff Garzik
     [not found]                   ` <4B067E1A.7000102-o2qLIJkoznsdnm+yROfE0A@public.gmane.org>
2009-11-20 13:35                     ` Zeno Davatz
2009-11-20 13:35                       ` Zeno Davatz
2009-11-20 17:45                       ` David Miller
2009-11-20 20:41                         ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14620] WARNING: at mm/page_alloc.c:1805 __alloc_pages_nodemask Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-17  2:43   ` Theodore Tso
2009-11-17  2:43     ` Theodore Tso
     [not found]     ` <20091117024318.GC23066-3s7WtUTddSA@public.gmane.org>
2009-11-17 22:53       ` Rafael J. Wysocki
2009-11-17 22:53         ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14621] specjbb2005 and aim7 regression with 2.6.32-rc kernels Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14627] i915: *ERROR* Execbuf while wedged Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14625] Commit d451564 breaks ARM Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14626] oops on boot starting udev Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-17  1:14   ` Greg KH
2009-11-17  1:14     ` Greg KH
2009-11-17  2:04     ` Dmitry Torokhov
2009-11-17  2:59       ` Soeren Sonnenburg
2009-11-17  2:59         ` Soeren Sonnenburg
2009-11-17  4:01         ` Dmitry Torokhov
2009-11-17  4:01           ` Dmitry Torokhov
     [not found]           ` <20091117040104.GA5792-WlK9ik9hQGAhIp7JRqBPierSzoNAToWh@public.gmane.org>
2009-11-17  4:06             ` Soeren Sonnenburg
2009-11-17  4:06               ` Soeren Sonnenburg
2009-11-19  2:59               ` Dmitry Torokhov
2009-11-21  6:21                 ` Soeren Sonnenburg
2009-11-21  6:21                   ` Soeren Sonnenburg
2009-11-21  8:56                 ` Soeren Sonnenburg
2009-11-21  8:56                   ` Soeren Sonnenburg
2009-11-21  9:30                   ` Justin P. Mattock
2009-11-21  9:35                   ` [SOLVED] kernel module loading does not work with binutils-gold (was Re: [Bug #14626] oops on boot starting udev) Soeren Sonnenburg
2009-11-21  9:35                     ` Soeren Sonnenburg
2009-11-21  9:58                     ` Justin P. Mattock
     [not found]                       ` <4B07B9BA.2070607-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-21 10:08                         ` Soeren Sonnenburg
2009-11-21 10:08                           ` Soeren Sonnenburg
2009-11-21 10:29                           ` Justin P. Mattock
2009-11-21 10:29                             ` Justin P. Mattock
2009-11-16 22:37 ` [Bug #14624] ath9k: BUG kmalloc-8192: Poison overwritten Rafael J. Wysocki
2009-11-16 22:37   ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14629] Oops on i915 on 8086:a011 pine trail Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14628] drm/ksm -> s2disk -> resume -> [drm:r100_ring_test] *ERROR* radeon: ring test failed Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14630] sched_rt_periodic_timer vs cpu hotplug Rafael J. Wysocki
2009-11-17 13:50 ` 2.6.32-rc7-git1: Reported regressions from 2.6.31 (wireless) John W. Linville
  -- strict thread matches above, loose matches on Subject: below --
2009-11-16 21:48 [Bug 14622] New: Second IDE device not found bugzilla-daemon
2009-11-17  7:11 ` [Bug 14622] " bugzilla-daemon
2009-11-20 13:45 ` bugzilla-daemon
2009-11-20 14:09 ` bugzilla-daemon
2009-11-20 20:27 ` bugzilla-daemon
2009-11-20 20:27 ` bugzilla-daemon

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=4B067E1A.7000102@garzik.org \
    --to=jeff-o2qlijkoznsdnm+yrofe0a@public.gmane.org \
    --cc=davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org \
    --cc=kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=rjw-KKrjLPT3xs0@public.gmane.org \
    --cc=zdavatz-Re5JQEeQqe8AvxtiuMwx3w@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.