linux-kernel mailing list

FromSubjectsort iconDate
Dmitri Vorobiev
[PATCH 1/1 v2] Fix typos in Documentation/filesystems/seq_fi...
A couple of typos crept into the newly added document about the seq_file interface. This patch corrects those typos and simultaneously deletes unnecessary trailing spaces. Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com> --- Documentation/filesystems/seq_file.txt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/filesystems/seq_file.txt b/Documentation/filesystems/seq_file.txt index cc6cdb9..7fb8e6d 100644 --- a/Documentation/filesystem...
Apr 13, 7:06 pm 2008
Michael Trimarchi
[PATCH] atmel_serial remove duplicated macro definition
After commit 39d4c922b596633da86878b1a5cc881785b8e5fa (atmel_serial: fix uart/console concurrent access) the UART_GET_TCR macro got redefined. This patch removes the duplicated definition. Michael =0A=0A=0A Inviato da Yahoo! Mail. =0ALa casella di posta intelligente.= =0Ahttp://it.docs.yahoo.com/mail/overview/index.html
Apr 13, 6:51 pm 2008
Dmitri Vorobiev
9p: a couple of cleanup patches
Hello, An error spotted by sparse inspired me for a quick code review of the 9p driver, which resulted in a couple of nitpicking patches that follow. The patches were build-tested both for a modularized driver and when the latter was included into the kernel proper. Please consider. Thanks, Dmitri Vorobiev --
Apr 13, 6:43 pm 2008
Dmitri Vorobiev
[PATCH 2/2] 9p: remove redundant variable initialization in ...
There is no need to explicitly initialize the global variable p9_debug_level by assigning zero value to it. Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com> --- net/9p/mod.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/9p/mod.c b/net/9p/mod.c index c285aab..d3c5329 100644 --- a/net/9p/mod.c +++ b/net/9p/mod.c @@ -33,7 +33,7 @@ #include <linux/list.h> #ifdef CONFIG_NET_9P_DEBUG -unsigned int p9_debug_level = 0; /* feature-rific glob...
Apr 13, 6:43 pm 2008
Dmitri Vorobiev
[PATCH 1/2] 9p: four functions can become static
The following functions can become static: p9_client_rpc() p9_fd_rpc() p9_conn_rpcnb() p9_conn_cancel() Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com> --- net/9p/client.c | 2 +- net/9p/trans_fd.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/9p/client.c b/net/9p/client.c index 84e087e..0a20095 100644 --- a/net/9p/client.c +++ b/net/9p/client.c @@ -117,7 +117,7 @@ static void parse_opts(char *options, struct p9_client *clnt) *...
Apr 13, 6:43 pm 2008
Davide Libenzi
[patch] F_GETPATH for linux
I was working on some bsd/linux compatibility code, and I noticed that we do not have F_GETPATH. I know we can readlink /proc/PID/fd/FD (that is what I'm doing now, under #ifdef), but I gave a patch a shot anyway. Here it is, building but untested ... - Davide --- fs/fcntl.c | 27 +++++++++++++++++++++++++++ fs/proc/base.c | 26 +------------------------- include/asm-generic/fcntl.h | 1 + include/linux/fs.h | 1 + 4 files changed, 30 i...
Apr 13, 6:00 pm 2008
David Erickson
Kernel module unable to find an exported symbol
Hi everyone, I have two kernel modules I am developing, both use the call_rcu exported function. The core module finds it no problem, installs, and uses it. The second module however when I try to insmod it complains: Unknown symbol call_rcu I have verified that it is exported via /proc/kallsyms: c04348c8 T call_rcu I am at a loss as to how to proceed, can anyone shed some light on how this could be happening? Or how to diagnose and debug the problem? Thanks, David ps please CC me on a...
Apr 13, 5:18 pm 2008
Dmitri Vorobiev
Re: Kernel module unable to find an exported symbol
It is very much possible that adding the following line to the source code of your module will help: MODULE_LICENSE("GPL"); HTH, --
Apr 13, 5:52 pm 2008
David Erickson
Re: Kernel module unable to find an exported symbol
On Sun, Apr 13, 2008 at 2:52 PM, Dmitri Vorobiev That did the trick, thank you Dmitri! -David
Apr 13, 5:58 pm 2008
Alexia Death
Problem: non-SDHC 2GB SD cards are unreadable
Hello. Ive come across a very annoying problem with these cards and the fat filesystem driver. I recently bought 2 2GB Silicon Power SD cards for my camera(they were the smallest available in the store and had reasonable price). Camera was quite happy with them but I ran unexpectedly into trouble when trying to put the images to my Linux PC. It failed to read the cards and seemed to assume that my 2GB cards are actually 4GB O_o. I put one card back in to the camera and it was fine. I pu...
Apr 13, 4:26 pm 2008
Alan Cox
Re: Problem: non-SDHC 2GB SD cards are unreadable
Mounting it with -o loop ought to work around this if the problem is purely media block size. That is probably the right answer anyway but the solution ought to be managed more elegantly for the user. Alan --
Apr 13, 4:42 pm 2008
Alexia Death
Re: Problem: non-SDHC 2GB SD cards are unreadable
It seems the issue is a bit more complicated. Tried it with -o loop. It did mount but the contents was binary garbage... Strangely different binary garbage at each mount... -- Best, Alexia --
Apr 13, 5:32 pm 2008
Henrique de Moraes H...
Input: rename SW_RADIO to SW_RFKILL_ALL
The SW_RADIO code for EV_SW events has a name that is not descriptive enough of its intended function, and could induce someone to think KEY_RADIO is its EV_KEY counterpart, which is false. Rename it to SW_RFKILL_ALL, and document what this event is for. The SW_RFKILL_ALL event is meant to be used by rfkill master switches. It is not bound to a particular radio switch type, and usually applies to all types. It is semantically tied to master rfkill switches that enable or disable every radio in ...
Apr 13, 4:12 pm 2008
Pekka Paalanen
[BUG/PATCH] x86 mmiotrace: dynamically disable non-boot CPUs
From 9d00d006631650e8ba9131356c544a5ae79f873e Mon Sep 17 00:00:00 2001 From: Pekka Paalanen <pq@iki.fi> Date: Sat, 12 Apr 2008 00:18:57 +0300 Subject: [PATCH] x86 mmiotrace: dynamically disable non-boot CPUs Mmiotrace is not reliable with multiple CPUs and may miss events. Drop to single CPU when mmiotrace is activated. Signed-off-by: Pekka Paalanen <pq@iki.fi> --- When I tested this patch on Intel Core 2 Duo, enter_uniprocessor() triggered the following kernel bug: Linux versi...
Apr 13, 4:05 pm 2008
Pekka Paalanen
[PATCH] mmiotrace: add user documentation
From 498b7856a5096797c76cefd15f27785bfc1392ce Mon Sep 17 00:00:00 2001 From: Pekka Paalanen <pq@iki.fi> Date: Sat, 12 Apr 2008 23:38:12 +0300 Subject: [PATCH] mmiotrace: add user documentation Signed-off-by: Pekka Paalanen <pq@iki.fi> --- Documentation/tracers/mmiotrace.txt | 153 +++++++++++++++++++++++++++++++++++ arch/x86/Kconfig.debug | 8 +- 2 files changed, 156 insertions(+), 5 deletions(-) create mode 100644 Documentation/tracers/mmiotrace.txt diff --git a...
Apr 13, 3:48 pm 2008
Rafael J. Wysocki
2.6.25-rc9: Reported regressions from 2.6.24
This message contains a list of some regressions from 2.6.24, for which there are no fixes in the mainline I know of. If any of them have been fixed already, please let me know. If you know of any other unresolved regressions from 2.6.24, please let me know either and I'll add them to the list. Also, please let me know if any of the entries below are invalid. Each entry from the list will be sent additionally in an automatic reply to this message with CCs to the people involved in reporting and...
Apr 13, 2:53 pm 2008
Patrick McHardy
Re: 2.6.25-rc9: Reported regressions from 2.6.24
This looks like another network-namespace regression. icmp_send() does: net = rt->u.dst.dev->nd_net; The bridge netfilter code attaches a fake dst_entry to the skb which has dev == NULL when passing it to IPv4 netfilter. Pavel, do you have a better ideas for fixing this than instantiating a dst_entry in br_netfilter.c for every device (or at least for every namespace)? --
Apr 13, 3:45 pm 2008
Patrick McHardy
Re: 2.6.25-rc9: Reported regressions from 2.6.24
[CC list trimmed slightly] The description of the problem was not entirely correct, the bridge-netfilter dst_entry does have a proper device pointer, it points to a dummy net_device structure however that doesn't have a namespace associated with it. This blows up in __ip_route_output_key. --
Apr 13, 4:06 pm 2008
Patrick McHardy
Re: 2.6.25-rc9: Reported regressions from 2.6.24
For now I suggest this fix. Andy, could you please test whether it fixes the problem?
Apr 13, 4:18 pm 2008
Rafael J. Wysocki
[Bug #10320] rt2x00 does not associate or give scan results
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10320 Subject : rt2x00 does not associate or give scan results Submitter : Marcus Better <marcus@better.se> Date : 2008-03-25 06:04 (20 days old) --
Apr 13, 2:56 pm 2008
Rafael J. Wysocki
[Bug #10366] 2.6.25-rc7: warn_on_slowpath triggered
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10366 Subject : 2.6.25-rc7: warn_on_slowpath triggered Submitter : Bob Tracy <rct@frus.com> Date : 2008-03-29 17:29 (16 days old) References : http://lkml.org/lkml/2008/3/29/125 Handled-By : Björn Steinbrink <B.St...
Apr 13, 2:56 pm 2008
Bob Tracy
Re: [Bug #10366] 2.6.25-rc7: warn_on_slowpath triggered
Patch verified to work on -rc8 and -rc9. Did not test on -rc7. -- ------------------------------------------------------------------------ Bob Tracy | "I was a beta tester for dirt. They never did rct@frus.com | get all the bugs out." - Steve McGrew on /. ------------------------------------------------------------------------ --
Apr 13, 4:15 pm 2008
Björn
Re: [Bug #10366] 2.6.25-rc7: warn_on_slowpath triggered
Ingo, you have that patch in your tree, are you going to push that to Linus any time soon (ie. before 2.6.25)? Thanks, Björn --
Apr 13, 3:48 pm 2008
Rafael J. Wysocki
[Bug #10365] usb-storage, error reading the last 8 sectors, ...
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10365 Subject : usb-storage, error reading the last 8 sectors, regression in 2.6.25-rc7 Submitter : Sergey Dolgov <solkaa@gmail.com> Date : 2008-03-30 11:49 (15 days old) References : http://lkml.org/lkml/2008/3/30/11 ...
Apr 13, 2:56 pm 2008
Rafael J. Wysocki
[Bug #10391] 2.6.25-rc7/8: Another resume regression
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10391 Subject : 2.6.25-rc7/8: Another resume regression Submitter : Mark Lord <lkml@rtr.ca> Date : 2008-04-03 15:06 (11 days old) References : http://lkml.org/lkml/2008/4/3/283 --
Apr 13, 2:56 pm 2008
Rafael J. Wysocki
[Bug #10412] BUG: scheduling while atomic: kmail/32546/0x000...
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10412 Subject : BUG: scheduling while atomic: kmail/32546/0x00000003 Submitter : Plamen Petrov <pvp-lsts@fs.ru.acad.bg> Date : 2008-04-07 02:33 (7 days old) --
Apr 13, 2:56 pm 2008
Rafael J. Wysocki
[Bug #10428] [rc8] Regression: key repeats and skips in musi...
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10428 Subject : [rc8] Regression: key repeats and skips in music during compilation Submitter : Frans Pop <elendil@planet.nl> Date : 2008-04-04 12:22 (10 days old) References : http://lkml.org/lkml/2008/4/4/83 Handled...
Apr 13, 2:56 pm 2008
Frans Pop
Re: [Bug #10428] [rc8] Regression: key repeats and skips in ...
Yes. Still being investigated (mostly by private mails). Change that caused the regression after -rc5 has been located (see bugzilla), --
Apr 13, 6:51 pm 2008
Rafael J. Wysocki
[Bug #10450] sh64: add missing #include <asm/fpu.h>'s
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10450 Subject : sh64: add missing #include <asm/fpu.h>'s Submitter : Adrian Bunk <bunk@kernel.org> Date : 2008-04-13 11:23 (1 days old) References : http://lkml.org/lkml/2008/4/13/171 Handled-By : Adrian...
Apr 13, 2:56 pm 2008
Adrian Bunk
Re: [Bug #10450] sh64: add missing #include <asm/fpu....
cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed --
Apr 13, 3:52 pm 2008
Rafael J. Wysocki
[Bug #10421] Filesystem failing without any warning or etc
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10421 Subject : Filesystem failing without any warning or etc Submitter : Denys Fedoryshchenko <nuclearcat@nuclearcat.com> Date : 2008-04-07 23:11 (7 days old) --
Apr 13, 2:56 pm 2008
Rafael J. Wysocki
[Bug #10449] mm/slab.c boot crash in -git, "kernel BUG at mm...
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10449 Subject : mm/slab.c boot crash in -git, "kernel BUG at mm/slab.c:2103!" Submitter : Ingo Molnar <mingo@elte.hu> Date : 2008-04-11 03:42 (3 days old) References : [ message continues ]
" title="http://www.ussg.iu.edu/hypermail/linux/kernel/0804...">http://www.ussg.iu.edu/hypermail/linux/kernel/0804...
Apr 13, 2:56 pm 2008
Rafael J. Wysocki
[Bug #10434] 2.6.25-rc8: FTP transfer errors
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10434 Subject : 2.6.25-rc8: FTP transfer errors Submitter : Mark Lord <lkml@rtr.ca> Date : 2008-04-09 00:56 (5 days old) References : http://lkml.org/lkml/2008/4/9/4 Handled-By : Jeff Garzik <jeff@garzik.org> ...
Apr 13, 2:56 pm 2008
David Miller
Re: [Bug #10434] 2.6.25-rc8: FTP transfer errors
From: "Rafael J. Wysocki" <rjw@sisk.pl> This patch is in Linus's tree and thus the bug is fixed.
Apr 13, 3:48 pm 2008
Rafael J. Wysocki
Re: [Bug #10434] 2.6.25-rc8: FTP transfer errors
Hm, "git whatchanged net/ipv4/inet_timewait_sock.c" returns commit 7951f0b03a63d657c72c7d54d306ef3357e7e604 Author: Daniel Lezcano <dlezcano@fr.ibm.com> Date: Thu Apr 10 20:53:10 2008 -0700 [NETNS][IPV6] tcp - assign the netns for timewait sockets as the most recent commit changing that file ... It doesn't look like the patch has been merged yet. Thanks, Rafael --
Apr 13, 4:02 pm 2008
David Miller
Re: [Bug #10434] 2.6.25-rc8: FTP transfer errors
From: "Rafael J. Wysocki" <rjw@sisk.pl> That's exactly the fix, what are you talking about? --
Apr 13, 4:30 pm 2008
Rafael J. Wysocki
Re: [Bug #10434] 2.6.25-rc8: FTP transfer errors
You're right, sorry (I was confused by the fact that Yoshifuji sent the message with it). Entry closed. Thanks, Rafael --
Apr 13, 4:40 pm 2008
Rafael J. Wysocki
[Bug #10153] (regression) kernel/timeconst.h bugs with HZ=128
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10153 Subject : (regression) kernel/timeconst.h bugs with HZ=128 Submitter : David Brownell <david-b@pacbell.net> Date : 2008-02-26 19:32 (48 days old) References : http://lkml.org/lkml/2008/2/26/294 Handled-By : H. P...
Apr 13, 2:56 pm 2008
Rafael J. Wysocki
[Bug #10377] Kernel usually freezes during boot when AC is u...
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10377 Subject : Kernel usually freezes during boot when AC is unplugged - unless CPU_IDLE=n - Asus A6JC Submitter : Roman Jarosz <kedgedev@centrum.cz> Date : 2008-04-01 16:23 (13 days old) --
Apr 13, 2:56 pm 2008
Rafael J. Wysocki
[Bug #10156] KVM & Qemu crashed with infinite recurs...
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10156 Subject : KVM & Qemu crashed with infinite recursive kernel loop in the guest Submitter : Zdenek Kabelac <zdenek.kabelac@gmail.com> Date : 2008-02-28 11:25 (46 days old) References : [ message continues ]
" title="http://lkml.org/lkml/...">http://lkml.org/lkml/...
Apr 13, 2:56 pm 2008
Rafael J. Wysocki
[Bug #10427] e1000e broke e1000
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10427 Subject : e1000e broke e1000 Submitter : Ingo Molnar <mingo@elte.hu> Date : 2008-04-08 20:39 (6 days old) References : http://lkml.org/lkml/2008/4/8/256 Patch : [ message continues ]
" title="http://bugzilla.kernel.org/attachment.cgi?id=1570...">http://bugzilla.kernel.org/attachment.cgi?id=1570...
Apr 13, 2:56 pm 2008
Rafael J. Wysocki
[Bug #10133] INFO: possible circular locking in the resume
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10133 Subject : INFO: possible circular locking in the resume Submitter : Zdenek Kabelac <zdenek.kabelac@gmail.com> Date : 2008-02-27 (47 days old) References : http://lkml.org/lkml/2008/2/26/479 Handled-By : Gautham ...
Apr 13, 2:56 pm 2008
Rafael J. Wysocki
[Bug #10393] ext4 compile error on m68k
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10393 Subject : ext4 compile error on m68k Submitter : Adrian Bunk <bunk@kernel.org> Date : 2008-04-05 03:30 (9 days old) References : http://lkml.org/lkml/2008/4/5/19 http://lkml.org/lkml/2008/4/9/13 --
Apr 13, 2:56 pm 2008
Adrian Bunk
Re: [Bug #10393] ext4 compile error on m68k
cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed --
Apr 13, 3:52 pm 2008
Rafael J. Wysocki
[Bug #10369] The never ending BEEEEP/__smp_call_function_mas...
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10369 Subject : The never ending BEEEEP/__smp_call_function_mask with 2.6.25-rc7 Submitter : Chr <chunkeey@web.de> Date : 2008-03-30 21:09 (15 days old) References : http://lkml.org/lkml/2008/3/30/87 Handled-By : Thom...
Apr 13, 2:56 pm 2008
Thomas Gleixner
Re: [Bug #10369] The never ending BEEEEP/__smp_call_function...
The problem still persists and I have no clue at all what's the root cause. The symptom is a stuck local apic timer interrupt as we have seen it on those AMD X2 systems with C1E enabled. This box does not advertise C1E, but the behaviour is the same. Christian, it would be great if you could bisect the git tree so we get an idea which patch is exposing this problem. My feeling is that the problem itself is there with 2.6.24 as well but not exposed. That's just a gut feeling and I could be wrong a...
Apr 13, 4:02 pm 2008
Chr
Re: [Bug #10369] The never ending BEEEEP/__smp_call_function...
Ok! The biggest problem however is: I can only run bisects on weekends. :-( And even then: it takes up to 2 hours until the timer gets stuck... and the system freezes... But, on the other hand... does ANYBODY know a way how I can see if the apictimer drifts/(getting slower and slower)? Regards, Chr. --
Apr 13, 4:37 pm 2008
Rafael J. Wysocki
[Bug #10344] [2.6.25-rc6] possible regression: X server dying
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10344 Subject : [2.6.25-rc6] possible regression: X server dying Submitter : Tilman Schmidt <tilman@imap.cc> Date : 2008-03-24 23:38 (21 days old) References : http://lkml.org/lkml/2008/3/24/260 Handled-By : Dave Airl...
Apr 13, 2:56 pm 2008
Rafael J. Wysocki
[Bug #10319] MacBookPro1,1: on resume (from console) s2ram -...
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.24. Please verify if it still should be listed. Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10319 Subject : MacBookPro1,1: on resume (from console) s2ram -f -p does not anymore give me my display back Submitter : Soeren Sonnenburg <kernel@nn7.de> Date : 2008-03-25 04:44 (20 days old) References : [ message continues ]
" title="http://lkml....">http://lkml....
Apr 13, 2:56 pm 2008
Soeren Sonnenburg Apr 13, 5:03 pm 2008
previous daytodaynext day
April 12, 2008April 13, 2008April 14, 2008