Re: [PATCH] module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree

2011-10-26 Thread Mathieu Desnoyers
* Rusty Russell (ru...@rustcorp.com.au) wrote: On Tue, 25 Oct 2011 16:17:24 -0400, Dave Jones da...@redhat.com wrote: commit 7816c45bf13255157c00fb8aca86cb64d825e878 Author: Roland Vossen rvos...@broadcom.com Date: Thu Apr 7 11:20:58 2011 +0200 modules: Enabled dynamic debugging

Bug#640391: Possible fix ark3116

2011-10-26 Thread Bart Hartgers
2011/10/25 ael law_ence@ntlworld.com: On Tue, Oct 25, 2011 at 08:40:09PM +0200, Bart Hartgers wrote: I think I got it. The ark seems sensitive to a specific combination of setting the termios and enabling interrupts/submitting the interrupt urb. The old driver does not suffer because it

Processing of nfs-utils_1.2.2-4squeeze1_i386.changes

2011-10-26 Thread Debian FTP Masters
nfs-utils_1.2.2-4squeeze1_i386.changes uploaded successfully to localhost along with the files: nfs-utils_1.2.2-4squeeze1.dsc nfs-utils_1.2.2-4squeeze1.debian.tar.bz2 nfs-kernel-server_1.2.2-4squeeze1_i386.deb nfs-common_1.2.2-4squeeze1_i386.deb Greetings, Your Debian queue

Bug#636306: mount.nfs: page allocation failure. order:4, mode:0xc0d0

2011-10-26 Thread Berni Elbourn
On 24/10/11 16:24, Anders Boström wrote: Hi! We have got this problem on a NFS-server running Debian stable amd64. The server has 8Gbyte memory and at times quite high load, but mostly NFSv3. However, I can't experiment with the patch, this server is too important and it is hard to schedule

Bug#645308: tg3 broken for NetXtreme 5714S in squeeze 6.0.3 installer

2011-10-26 Thread Ben Hutchings
On Tue, 2011-10-25 at 17:20 -0700, Matt Carlson wrote: On Mon, Oct 24, 2011 at 04:47:54PM -0700, Ben Hutchings wrote: On Mon, 2011-10-24 at 14:24 -0700, Matt Carlson wrote: On Fri, Oct 21, 2011 at 05:19:39AM -0700, Ben Hutchings wrote: On Fri, 2011-10-21 at 11:08 +0200, Marc Haber wrote:

Bug#640391: Possible fix ark3116

2011-10-26 Thread ael
On Wed, Oct 26, 2011 at 09:09:47AM +0200, Bart Hartgers wrote: 2011/10/25 ael law_ence@ntlworld.com: On Tue, Oct 25, 2011 at 08:40:09PM +0200, Bart Hartgers wrote: I think I got it. The ark seems sensitive to a specific combination of setting the termios and enabling

Bug#640391: [bart.hartg...@gmail.com: [PATCH] ark3116 initialisation fix]

2011-10-26 Thread Bart Hartgers
Hi, I just sent the message patch below to linux-usb. Groeten, Bart - Forwarded message from Bart Hartgers bart.hartg...@gmail.com - Date: Wed, 26 Oct 2011 13:29:42 +0200 From: Bart Hartgers bart.hartg...@gmail.com To: linux-...@vger.kernel.org, GregKH gre...@suse.de Cc: ael

Re: [PATCH] module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree

2011-10-26 Thread Nick Bowler
On 2011-10-25 22:54 +0200, Greg KH wrote: On Tue, Oct 25, 2011 at 04:17:24PM -0400, Dave Jones wrote: On Tue, Oct 25, 2011 at 10:04:55PM +0200, Greg Kroah-Hartman wrote: On Tue, Oct 25, 2011 at 12:51:42PM -0400, Nick Bowler wrote: This is not the case: lockdep works fine with staging

Re: Re: e1000e update for Debian 6.0 'squeeze'

2011-10-26 Thread Ordini GameHosting.it
Dear all, I've installed debian 6.0.3 on an Intel DH67BL motherboard, but it seems to have some problem (packet loss 10%). I have replaced e1000e.ko with the one I use for other box running the same motherboard, and it works. Regards Saverio -- To UNSUBSCRIBE, email to

Re: [PATCH] module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree

2011-10-26 Thread Rusty Russell
On Wed, 26 Oct 2011 09:08:34 -0400, Nick Bowler nbow...@elliptictech.com wrote: On 2011-10-25 22:54 +0200, Greg KH wrote: On Tue, Oct 25, 2011 at 04:17:24PM -0400, Dave Jones wrote: On Tue, Oct 25, 2011 at 10:04:55PM +0200, Greg Kroah-Hartman wrote: On Tue, Oct 25, 2011 at 12:51:42PM

Re: [PATCH] module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree

2011-10-26 Thread Dave Jones
On Thu, Oct 27, 2011 at 11:41:37AM +1030, Rusty Russell wrote: I think we need a taint_string() function, and instead of lockdep disabling itself it should note the taint string in its reports. Similarly for anything else (oops already does this). you mean like print_tainted() ?