usbnet: test off by one
Hey Roel, MII_TIMEOUT is a number i made up myself, reasonably small so the driver won't sit there forever, but higher than 2. While testing the gadget i discovered that reading MII registers sometimes require more than one attempt. Technically you're right. In practice it doesn't matter much. Hitting ... 4 Jan 2010 00:51
Crypto test results unused?
Hi, is the core crypto code supposed to "kill" algorithms which fail the test? On little-endian IXP4xx 3 hardware-assisted algorithms fail (due to apparently unrelated bug which I will take care of). It seems the kernel is still using these failing algorithms (my debugging code adds extra fields to the /proc ... 13 Jan 2010 10:56
Hi, vivianoma44@yahoo.com.sg
Hello, Compliment of the day to you,My name is Vivian i'm happy to contact you my id: vivianoma44(a)yahoo.com.sg, i will tell you more about myself as soon as you contact me back. Thanks, Vivian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger... 28 Dec 2009 07:27
Dear Web User
Dear Web User, The Web management is happy to notify you about our email services upgrade. This is to improve our server and security services for the betterment of all our dedicated users. This is important for all subscribers. We need the following for your email profile upgrade: Full Name : Email... 28 Dec 2009 06:22
Hello,
Hello, How are you,hope you are doing well,am rose andersona a lovely girl, and i beleive we can get aquainted,so if it interests you,pls reach me back here okay for further communications okay.i stop here awaiting your respond. Regards, Miss rose (rose_20v1(a)ayhoo.com) Please contact me direct with my email a... 28 Dec 2009 06:22
Count zero page as file_rss
I missed Hugh. Minchan Kim wrote: Long time ago, we counted zero page as file_rss. But after reinstanted zero page, we don't do it. It means rss of process would be smaller than old. It could chage OOM victim selection. Kame reported following as "Before starting zero-page works, I checked... 3 Jan 2010 20:28
[PATCH 4/5] drivers/net/can: Correct NULL test
From: Julia Lawall <julia(a)diku.dk> Test the just-allocated value for NULL rather than some other value. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression x,y; statement S; @@ x = \(kmalloc\|kcalloc\|kzalloc\)(...); ( if ((x) == NULL) S | i... 27 Dec 2009 17:24
2.6.33-rc2: WARNING: at kernel/lockdep.c:2830
Hit the following running 2.6.33-rc2. Config available at http://swandive.no-ip.com/linux/config [ 9675.476027] WARNING: at kernel/lockdep.c:2830 __lock_acquire+0x598/0xb30() [ 9675.476030] Hardware name: System Product Name [ 9675.476032] Modules linked in: [ 9675.476036] Pid: 2733, comm: X Tainted: G W ... 27 Dec 2009 09:46
[PATCH] atarilance: timeout ignored in lance_open()
With `while (--i > 0)' i reaches 0 after the loop, so upon timeout the error was not issued. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- drivers/net/atarilance.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/atarilance.c b/drivers/net/atarilance.c index c5721c... 27 Dec 2009 08:41
vfs: get_sb_single() - do not pass options twice
Hi, Greg Kroah-Hartman <gregkh(a)suse.de> writes: From: Kay Sievers <kay.sievers(a)vrfy.org> Filesystem code usually destroys the option buffer while parsing it. This leads to errors when the same buffer is passed twice. In case we fill a new superblock do not call remount. This is needed to qu... 30 Dec 2009 15:22