All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Breuer <mbreuer@majjas.com>
To: Stephen Hemminger <shemminger@vyatta.com>
Cc: Jarek Poplawski <jarkao2@gmail.com>,
	David Miller <davem@davemloft.net>,
	mikem@ring3k.org, flyboy@gmail.com, rjw@sisk.pl,
	netdev@vger.kernel.org
Subject: sky2 DHCPOFFER packet loss under load (Was Re: [PATCH] sky2: safer transmit ring cleaning (v4))
Date: Sat, 16 Jan 2010 13:35:06 -0500	[thread overview]
Message-ID: <4B5206DA.6050308@majjas.com> (raw)
In-Reply-To: <4B4FADEF.6020408@majjas.com>

On 1/14/2010 6:51 PM, Michael Breuer wrote:
> On 1/14/2010 12:52 PM, Stephen Hemminger wrote:
>> On Thu, 14 Jan 2010 10:14:45 +0000
>> Jarek Poplawski<jarkao2@gmail.com>  wrote:
>>
>>> This makes it safe, but it still resembles the "short term fix"
>>> according do David's opinion.
>>>
>>> This change seems to affect dev->stats too. Since they are not
>>> updated in sky2_tx_clean(). Btw, I hope "&" is some optimization
>>> because it's less readable than "&&".
>> Stats don't matter for packets flushed during device reset.
>>
>> The&  is because in the most common case device is up,
>> and we don't want the additional conditional branch.
> I've been looking at what might explain the dhcp stuff - as well as 
> the dropped packets only when there's an extra hop. I came across one 
> path that seems suspect - although I'm really not familiar with the 
> network stack code... that said, I'm wondering about 
> neigh_compat_output (and eth_rebuild_header and arp_find). If I'm 
> following things correctly (or perhaps mostly correctly), the only 
> time anything goes this route (pun intentional) is when the packet was 
> routed to this box. I'm guessing that bridging makes this more likely. 
> So my dhcp stuff would all be going through here, as would the smb 
> stuff that seemed flaky. The race I'm seeing (maybe) is that when the 
> arp table is being rebuilt, there's a possibility that arp_find frees 
> the skb. There's some other locking and stuff going on that seems 
> maybe races with sky2.c in places on both the rx and tx path. I 
> *think* it's right from looking at it, but test results suggest 
> otherwise. Aside from the potential race, I think there's also a 
> corner case where neigh_compat_output can return either with or 
> without freeing the skb depending on the return from 
> dev_hard_header... this may also be part of the race.
>
> Maybe I've missed something... but as far as I can see, this is just 
> about the only difference in code path taken between stuff that is 
> working and stuff that is occasionally not.
Ok - brief update. I've confirmed that under load, outgoing DHCPOFFER 
packets are being silently dropped. I don't know yet where.

Test scenario, what I do know, etc.:

Scenario:

Two systems; one Gb switch; one wifi router; one Blackberry client.

System A: Linux host; Asus P6T Deluxe V2/Sky2. eth1-> internet eth0-> 
internal (10.0.0.1/24).
Switch: HP Procurve unmanaged - one port connected to System A; another 
to the wifi router; another to System B.
System B: Win7; Asus M2N Deluxe SLI/ Nforce 5 (10.0.0.11)
Router: Wrt54g-tm (dd-wrt) Connected to switch & various wifi clients 
including a Blackberry. WEP enabled. (10.0.0.60)
Blackberry Curve 8320 (wifi enabled). (10.0.0.56 via dhcp lease)

Test that causes packet loss:

1. Turn off BB wifi.
2. Start copy of large files (4GB) from System B to an CIFS share on 
System A.
3. Start nethogs on system A.
4. Start tcpdump on the wifi router (interface br0 - wired 10.0.0.60 
connection)
5. Start wireshark on System A
6. tail system A /var/log/messages - watching for DHCP activity
7. When smb traffic load (incoming) exceeds 40,000KBPS (nethogs) - 
enable wifi on the blackberry.
8. Stop test after multiple DHCPDISCOVER/OFFER observed without REQUEST/ACK.

Results:

1. It seems that the problem occurs intermittently below 40,000KBPS, and 
consistently over that number as reported by nethogs. Lots of 
fluctuation, so figure that the 40k is approximate.
2. wireshark (system A) shows DHCPOFFER traffic outgoing.
3. tcpdump (wifi - wired incoming interface) does NOT show DHCPOFFER 
traffic when this problem occurs.
4. Both traces show arp activity during the DISCOVER/OFFER sequence.
5. There is no evidence of tx errors or packet drops, in any statistics 
I can find.

Thoughts:

I still think there's a race happening between the arp neighbor update 
and sky2. Might be higher up, but as I'm seeing the outgoing packets 
when sniffing eth0, can't be too much higher up. This problem seems to 
be exacerbated by the more recent patches, however I believe that this 
is a result of the higher throughput achievable with these patches. With 
the older set, I saw this problem less frequently, but found it much 
harder to get over the 40K RX number.

I am also seeing (as previously reported - but haven't sniffed yet) SMB 
ACK dropped packets, but only when traversing the wifi router. Not sure 
if this is related, but hey, you never know.

  reply	other threads:[~2010-01-16 18:35 UTC|newest]

Thread overview: 241+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-10 22:27 2.6.33-rc3-git3: Reported regressions from 2.6.32 Rafael J. Wysocki
2010-01-10 22:27 ` Rafael J. Wysocki
2010-01-10 22:27 ` [Bug #14791] Something has been broken in the network stack this week Rafael J. Wysocki
2010-01-10 22:27   ` Rafael J. Wysocki
2010-01-10 22:46   ` Ben Hutchings
2010-01-10 22:58     ` Rafael J. Wysocki
2010-01-10 22:58       ` Rafael J. Wysocki
2010-01-28 23:18   ` [PATCH net-2.6] cdc_ether: Partially revert "usbnet: Set link down initially ..." Ben Hutchings
2010-01-29  5:37     ` David Miller
2010-01-10 22:32 ` [Bug #14860] No DP-DVI output when laptop is docked Rafael J. Wysocki
2010-01-10 22:32   ` Rafael J. Wysocki
2010-01-12 16:14   ` Pär Andersson
2010-01-12 16:14     ` Pär Andersson
     [not found]     ` <87vdf7e1vz.fsf-5UnqSh4Icw/LoDKTGw+V6w@public.gmane.org>
2010-01-12 22:03       ` Rafael J. Wysocki
2010-01-12 22:03         ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #14899] reiserfs: inconsistent lock state Rafael J. Wysocki
2010-01-10 22:49   ` Frederic Weisbecker
2010-01-10 22:49     ` Frederic Weisbecker
2010-01-10 23:02     ` Rafael J. Wysocki
2010-01-10 23:02       ` Rafael J. Wysocki
2010-01-10 23:16     ` Alexander Beregalov
2010-01-10 23:16       ` Alexander Beregalov
2010-01-10 22:32 ` [Bug #14924] Weird hard hangs when rendering 'some' web-sites in Firefox Rafael J. Wysocki
2010-01-10 22:32   ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #14874] Ath5k regression with commit 8bf3d79bc401ca417ccf9fc076d3295d1a71dbf5 Rafael J. Wysocki
2010-01-11 15:05   ` Luis R. Rodriguez
2010-01-11 15:05     ` Luis R. Rodriguez
     [not found]     ` <43e72e891001110705w43524cc6pac1ff6c971926eaf-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-01-11 20:01       ` Rafael J. Wysocki
2010-01-11 20:01         ` Rafael J. Wysocki
     [not found]         ` <201001112101.36950.rjw-KKrjLPT3xs0@public.gmane.org>
2010-01-11 20:05           ` Luis R. Rodriguez
2010-01-11 20:05             ` Luis R. Rodriguez
2010-01-10 22:32 ` [Bug #14907] Commit "kbuild: fix bzImage build for x86" breaks build Rafael J. Wysocki
2010-01-11  1:36   ` Jonathan Nieder
2010-01-11  1:36     ` Jonathan Nieder
     [not found]     ` <20100111013606.GA7031-Zz+2AvWe3NP1iTQCbxR7ew@public.gmane.org>
2010-01-11 20:02       ` Rafael J. Wysocki
2010-01-11 20:02         ` Rafael J. Wysocki
2010-01-12  9:01         ` Oliver Hartkopp
2010-01-13 12:33       ` Michal Marek
2010-01-13 12:33         ` Michal Marek
     [not found]         ` <4B4DBD8B.6000002-AlSwsSmVLrQ@public.gmane.org>
2010-01-14 11:05           ` Michal Marek
2010-01-14 11:05             ` Michal Marek
     [not found]             ` <4B4EFA82.1090506-AlSwsSmVLrQ@public.gmane.org>
2010-01-14 20:35               ` Rafael J. Wysocki
2010-01-14 20:35                 ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #14792] Misdetection of the TV output Rafael J. Wysocki
2010-01-10 22:32   ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #14859] System timer firing too much without cause Rafael J. Wysocki
2010-01-10 22:32   ` Rafael J. Wysocki
2010-01-11  3:22   ` Shawn Starr
     [not found]     ` <201001102222.19700.shawn.starr-bJEeYj9oJeDQT0dZR+AlfA@public.gmane.org>
2010-01-11 19:59       ` Rafael J. Wysocki
2010-01-11  3:28   ` Shawn Starr
2010-01-10 22:32 ` [Bug #14925] sky2 panic under load Rafael J. Wysocki
2010-01-11  0:36   ` Berck E. Nash
2010-01-11 13:26     ` Jarek Poplawski
2010-01-11 19:32       ` Rafael J. Wysocki
2010-01-11 20:31         ` Jarek Poplawski
2010-01-11 20:50           ` Rafael J. Wysocki
2010-01-11 21:02           ` Berck E. Nash
2010-01-11 21:47             ` Jarek Poplawski
2010-01-11 14:03     ` Mike McCormack
2010-01-11 16:45       ` Stephen Hemminger
2010-01-11 22:07         ` Jarek Poplawski
2010-01-12  0:14           ` David Miller
2010-01-12  7:50             ` Jarek Poplawski
2010-01-12  8:08               ` David Miller
2010-01-12  8:56                 ` Jarek Poplawski
2010-01-12  9:42                   ` David Miller
2010-01-12 10:31                     ` Jarek Poplawski
2010-01-12 10:56                     ` David Miller
2010-01-12 11:04                       ` Jarek Poplawski
2010-01-12 15:39                       ` Stephen Hemminger
2010-01-12 16:15                       ` [PATCH] sky2: safer transmit ring cleaning Stephen Hemminger
2010-01-12 16:32                         ` Michael Breuer
2010-01-12 17:02                           ` Stephen Hemminger
2010-01-12 18:04                         ` Jarek Poplawski
2010-01-12 18:13                           ` Stephen Hemminger
2010-01-12 18:24                             ` Jarek Poplawski
2010-01-12 18:49                               ` [PATCH] sky2: safer transmit ring cleaning (v2) Stephen Hemminger
2010-01-12 19:16                                 ` Jarek Poplawski
2010-01-12 19:23                                   ` Stephen Hemminger
2010-01-12 19:50                                     ` Jarek Poplawski
2010-01-13  1:23                                       ` Stephen Hemminger
2010-01-12 19:34                                 ` Michael Breuer
2010-01-12 18:35                         ` [PATCH] sky2: safer transmit ring cleaning Michael Breuer
2010-01-12 18:42                           ` Michael Breuer
2010-01-12 20:31                             ` Michael Breuer
2010-01-13  4:10                               ` [PATCH] sky2: safer transmit ring cleaning (v3) Stephen Hemminger
2010-01-13  4:31                                 ` Michael Breuer
2010-01-13  7:35                                 ` Jarek Poplawski
2010-01-13 16:04                                 ` Michael Breuer
2010-01-14  3:41                                   ` [PATCH] sky2: safer transmit ring cleaning (v4) Stephen Hemminger
2010-01-14 10:14                                     ` Jarek Poplawski
2010-01-14 11:16                                       ` Jarek Poplawski
2010-01-14 11:20                                         ` David Miller
2010-01-14 11:26                                           ` Jarek Poplawski
2010-01-14 13:19                                             ` Mike McCormack
2010-01-14 15:43                                               ` Michael Breuer
2010-01-14 16:46                                               ` Michael Breuer
2010-01-14 17:51                                               ` Stephen Hemminger
2010-01-14 17:52                                       ` Stephen Hemminger
2010-01-14 23:51                                         ` Michael Breuer
2010-01-16 18:35                                           ` Michael Breuer [this message]
2010-01-14 15:46                                     ` Michael Breuer
2010-01-11 22:31         ` [Bug #14925] sky2 panic under load Jarek Poplawski
2010-01-10 22:32 ` [Bug #14934] kernel crash during boot Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #14937] WARNING: at kernel/lockdep.c:2830 Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #14948] EHCI resume sysfs duplicates Rafael J. Wysocki
2010-01-11  6:05   ` Borislav Petkov
2010-01-11  6:05     ` Borislav Petkov
     [not found]     ` <20100111060541.GA19865-f9CnO7I+Q6zU6FkGJEIX5A@public.gmane.org>
2010-01-11 20:06       ` Rafael J. Wysocki
2010-01-11 20:06         ` Rafael J. Wysocki
     [not found]         ` <201001112106.06787.rjw-KKrjLPT3xs0@public.gmane.org>
2010-01-11 22:41           ` Borislav Petkov
2010-01-11 22:41             ` Borislav Petkov
     [not found]             ` <20100111224159.GA9945-f9CnO7I+Q6zU6FkGJEIX5A@public.gmane.org>
2010-01-11 23:08               ` Rafael J. Wysocki
2010-01-11 23:08                 ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #14946] All kernels after 2.6.32-git10 show only 1 CPU Rafael J. Wysocki
2010-01-11  3:39   ` Sid Boyce
2010-01-11  3:39     ` Sid Boyce
2010-01-11 20:04     ` Rafael J. Wysocki
     [not found]     ` <4B4A9D8F.9030300-QgLWrMLu8clzjhtm8Ag3mw@public.gmane.org>
2010-01-15  1:24       ` HDA Intel Audio hang on boot Sid Boyce
2010-01-15  1:24         ` Sid Boyce
2010-01-15 16:01         ` Sid Boyce
     [not found]           ` <4B50915E.8000308-QgLWrMLu8clzjhtm8Ag3mw@public.gmane.org>
2010-01-16 16:44             ` Sid Boyce
2010-01-16 16:44               ` Sid Boyce
     [not found]         ` <4B4FC3B0.9070207-QgLWrMLu8clzjhtm8Ag3mw@public.gmane.org>
2010-01-25  1:48           ` Sid Boyce
2010-01-25  1:48             ` Sid Boyce
     [not found]             ` <4B5CF87A.20101-QgLWrMLu8clzjhtm8Ag3mw@public.gmane.org>
2010-01-25 21:39               ` Rafael J. Wysocki
2010-01-25 21:39                 ` Rafael J. Wysocki
     [not found]                 ` <201001252239.03017.rjw-KKrjLPT3xs0@public.gmane.org>
2010-01-25 21:54                   ` Takashi Iwai
2010-01-25 21:54                     ` Takashi Iwai
2010-01-25 21:55                     ` Takashi Iwai
     [not found]                       ` <s5h7hr5c0jn.wl%tiwai-l3A5Bk7waGM@public.gmane.org>
2010-01-26  0:59                         ` Sid Boyce
2010-01-26  0:59                           ` Sid Boyce
2010-01-26  6:40                           ` Takashi Iwai
     [not found]                             ` <s5htyu99xoc.wl%tiwai-l3A5Bk7waGM@public.gmane.org>
2010-01-26  6:58                               ` Takashi Iwai
2010-01-26  6:58                                 ` Takashi Iwai
     [not found]                                 ` <s5hr5pd9wsu.wl%tiwai-l3A5Bk7waGM@public.gmane.org>
2010-01-26 12:02                                   ` Sid Boyce
2010-01-26 12:02                                     ` Sid Boyce
2010-01-26 12:51                                     ` Rafael J. Wysocki
2010-01-26 13:18                                       ` Sid Boyce
     [not found]                                     ` <4B5ED9E4.60106-QgLWrMLu8clzjhtm8Ag3mw@public.gmane.org>
2010-01-26 12:55                                       ` Takashi Iwai
2010-01-26 12:55                                         ` Takashi Iwai
     [not found]                                         ` <s5h636puit8.wl%tiwai-l3A5Bk7waGM@public.gmane.org>
2010-01-26 13:44                                           ` Sid Boyce
2010-01-26 13:44                                             ` Sid Boyce
     [not found]                                             ` <4B5EF1B7.3090800-QgLWrMLu8clzjhtm8Ag3mw@public.gmane.org>
2010-01-26 13:48                                               ` Takashi Iwai
2010-01-26 13:48                                                 ` Takashi Iwai
2010-01-26 18:22                                               ` Rafael J. Wysocki
2010-01-26 18:22                                                 ` Rafael J. Wysocki
     [not found]                                                 ` <201001261922.35213.rjw-KKrjLPT3xs0@public.gmane.org>
2010-01-26 20:25                                                   ` Takashi Iwai
2010-01-26 20:25                                                     ` Takashi Iwai
     [not found]                                                     ` <s5hpr4w8vgi.wl%tiwai-l3A5Bk7waGM@public.gmane.org>
2010-01-26 20:56                                                       ` Sid Boyce
2010-01-26 20:56                                                         ` Sid Boyce
2010-01-26 20:58                                                   ` Sid Boyce
2010-01-26 20:58                                                     ` Sid Boyce
2010-01-27  0:56                                                     ` Rafael J. Wysocki
     [not found]                                                       ` <201001270156.46217.rjw-KKrjLPT3xs0@public.gmane.org>
2010-01-27  2:40                                                         ` Sid Boyce
2010-01-27  2:40                                                           ` Sid Boyce
2010-01-27  6:42                                                           ` Takashi Iwai
2010-01-27 17:17                                                             ` Sid Boyce
     [not found]                                                               ` <4B607510.6020204-QgLWrMLu8clzjhtm8Ag3mw@public.gmane.org>
2010-01-27 19:29                                                                 ` Takashi Iwai
2010-01-27 19:29                                                                   ` Takashi Iwai
2010-01-27 22:14                                                                   ` Sid Boyce
2010-01-10 22:32 ` [Bug #14944] 2.6.32.2 SATA link detect failed, 2.6.32.1 works fine Rafael J. Wysocki
2010-01-10 22:32   ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #14942] gkrellm no longer shows all the temperatures on thinkpad x60 Rafael J. Wysocki
2010-01-11  9:40   ` Henrique de Moraes Holschuh
     [not found]     ` <20100111094027.GB16080-ZGHd14iZgfaRjzvQDGKj+xxZW9W5cXbT@public.gmane.org>
2010-01-11 20:02       ` Rafael J. Wysocki
2010-01-11 20:02         ` Rafael J. Wysocki
2010-02-01 10:48       ` Pavel Machek
2010-02-01 10:48         ` Pavel Machek
     [not found]         ` <20100201104846.GB5809-jyMamyUUXNJG4ohzP4jBZS1Fcj925eT/@public.gmane.org>
2010-02-02 21:06           ` Rafael J. Wysocki
2010-02-02 21:06             ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #14957] Blank screen with KMS enabled Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #14954] warning from alloc_pages_nodemask on boot -- caused by commit 78f1699659963fff97975df44db6d5dbe7218e55 Rafael J. Wysocki
2010-01-10 22:32   ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #14949] drm_vm.c:drm_mmap: possible circular locking dependency detected Rafael J. Wysocki
2010-01-11  6:11   ` Borislav Petkov
2010-01-11  6:11     ` Borislav Petkov
     [not found]     ` <20100111061114.GB19865-f9CnO7I+Q6zU6FkGJEIX5A@public.gmane.org>
2010-01-11 20:06       ` Rafael J. Wysocki
2010-01-11 20:06         ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #14974] tg3 does not resume from hibernation properly on BCM5787M Rafael J. Wysocki
2010-01-10 22:32   ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #14950] tbench regression with 2.6.33-rc1 Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #15031] bug in fs/btrfs/ordered-data.c:672 Rafael J. Wysocki
2010-01-11  0:38   ` Carlos R. Mafra
2010-01-11  0:38     ` Carlos R. Mafra
2010-01-11 20:11     ` Rafael J. Wysocki
2010-01-11 20:11       ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #14976] No sound on snd_hda_codec_via in 2.6.33-rc2 Rafael J. Wysocki
2010-01-10 22:32   ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #15032] Oops in uart_resume_port() on resume Rafael J. Wysocki
2010-01-10 22:32   ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #15026] i915: Resume regression on MSI Wind U100 w/o KMS Rafael J. Wysocki
2010-01-10 22:32   ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #15036] soft lockup in dmesg after suspend/resume Rafael J. Wysocki
2010-01-10 22:32   ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #15033] drm: gem_object_free without struct_mutex Rafael J. Wysocki
2010-01-10 22:32   ` Rafael J. Wysocki
2010-01-11 23:15   ` Hugh Dickins
2010-01-11 23:15     ` Hugh Dickins
     [not found]     ` <alpine.LSU.2.00.1001112304480.6409-T/S/X05ZC3jbmfIwyoSfiQ@public.gmane.org>
2010-01-11 23:50       ` Rafael J. Wysocki
2010-01-11 23:50         ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #15037] BUG during shutdown - bisected to commit e2912009 Rafael J. Wysocki
2010-01-11 13:12   ` Marc Dionne
2010-01-11 13:12     ` Marc Dionne
     [not found]     ` <6041d2001001110512p58e84103n53cf3729b28a5313-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-01-11 20:10       ` Rafael J. Wysocki
2010-01-11 20:10         ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #15035] BUG: unable to handle kernel paging request in rs600_gart_set_page() Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #15034] volano ~30% regression Rafael J. Wysocki
2010-01-11  6:52   ` Mike Galbraith
2010-01-11  6:52     ` Mike Galbraith
2010-01-11 20:08     ` Rafael J. Wysocki
     [not found]       ` <201001112108.24858.rjw-KKrjLPT3xs0@public.gmane.org>
2010-01-12  2:28         ` Mike Galbraith
2010-01-12  2:28           ` Mike Galbraith
     [not found]           ` <1263263318.5905.3.camel-YqMYhexLQo1vAv1Ojkdn7Q@public.gmane.org>
2010-01-12 22:06             ` Rafael J. Wysocki
2010-01-12 22:06               ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #15043] Display goes off with i915.powersave=1 Rafael J. Wysocki
2010-01-10 22:32   ` Rafael J. Wysocki
2010-01-12 22:31   ` Soeren Sonnenburg
2010-01-12 22:31     ` Soeren Sonnenburg
2010-01-10 22:32 ` [Bug #15041] Pagemap endless read loop with LTP Rafael J. Wysocki
2010-01-13  3:04   ` Américo Wang
2010-01-13  3:04     ` Américo Wang
     [not found]     ` <2375c9f91001121904h2857760akbf2dd2c9f7441fc5-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-01-13 21:57       ` Rafael J. Wysocki
2010-01-13 21:57         ` Rafael J. Wysocki
2010-01-13 22:24         ` Matt Mackall
2010-01-13 22:24           ` Matt Mackall
2010-01-13 23:50         ` Andi Kleen
     [not found]           ` <20100113235010.GF24818-u0/ZJuX+froe6aEkudXLsA@public.gmane.org>
2010-01-14  0:15             ` Matt Mackall
2010-01-14  0:15               ` Matt Mackall
2010-01-14 20:38               ` Rafael J. Wysocki
2010-01-14 20:38                 ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #15038] drm/ksm: fbdev blanking regression Rafael J. Wysocki
2010-01-10 22:32   ` Rafael J. Wysocki
2010-01-10 22:32 ` [Bug #15039] leds_alix2: can't allocate I/O for GPIO Rafael J. Wysocki
2010-01-11 16:00 ` 2.6.33-rc3-git3: Reported regressions from 2.6.32 Luis R. Rodriguez
2010-01-11 16:00 ` Luis R. Rodriguez
2010-01-11 16:00   ` Luis R. Rodriguez
2010-01-11 21:47 ` Nick Bowler
2010-01-11 21:47 ` Nick Bowler
2010-01-11 22:10   ` Rafael J. Wysocki
2010-01-11 22:10   ` 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=4B5206DA.6050308@majjas.com \
    --to=mbreuer@majjas.com \
    --cc=davem@davemloft.net \
    --cc=flyboy@gmail.com \
    --cc=jarkao2@gmail.com \
    --cc=mikem@ring3k.org \
    --cc=netdev@vger.kernel.org \
    --cc=rjw@sisk.pl \
    --cc=shemminger@vyatta.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 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.