Found 198694 matching messages (0.267 seconds). Page 1 of 50.
> > Can you reproduce it with other ftp client and/or server? I tried the proftpd-1.3.0a-1.fc6(kernel version is 2.6.19). The ftp stop problem does not happen. Therefore, this problem is reproduced when client's kernel-version is 2.6.20-rc1 or
linux-kernel - Komuro - Jan 1 2007 - 13:18
Ingo Oeser wrote: > Hi, > > On Thursday, 28. December 2006 11:11, Avi Kivity wrote: > >> Index: linux-2.6/drivers/kvm/svm.c >> =================================================================== >> --- linux-2.6.orig/drivers/kvm/svm.c >> +++
linux-kernel - Avi Kivity - Jan 1 2007 - 04:20
On Mon, 1 Jan 2007, Folkert van Heusden wrote: > > > regarding alignment that don't allow clear_page() to be used > > > copy_page() in the memcpy() case), but it's going to need a lot of > > Maybe these optimalisations should be in the coding style
linux-kernel - Robert P. J. Day - Jan 1 2007 - 04:33
On Mon, Jan 01, 2007 at 02:59:32AM +0100, Folkert van Heusden wrote: > > > regarding alignment that don't allow clear_page() to be used > > > copy_page() in the memcpy() case), but it's going to need a lot of > > Maybe these optimalisations should be
linux-kernel - Paul Mundt - Jan 1 2007 - 04:42
From: "Daniel_Marjamäki"
linux-kernel - David Miller - Jan 1 2007 - 04:49
From: Segher Boessenkool
linux-kernel - David Miller - Jan 1 2007 - 04:57
From: David Kahn
linux-kernel - David Miller - Jan 1 2007 - 04:54
On Monday 01 January 2007 10:45, you wrote: | Cyrill V. Gorcnov wrote: | > On Monday 01 January 2007 04:19, you wrote: | > | | > | In order to not get in trouble with MADR ("Mothers Against Drunk | > | Releases") I decided to cut the 2.6.20
linux-kernel - Cyrill V. Gorcnov - Jan 1 2007 - 05:41
> Given the above, some basic suggestions for page-based memory management: > > (a) If you need to allocate or free a single page, use the single page > version of the routine/macro, rather than calling the multi-page > version with an
linux-kernel - Arjan van de Ven - Jan 1 2007 - 06:14
On Mon, 1 Jan 2007, Arjan van de Ven wrote: > > Given the above, some basic suggestions for page-based memory management: > > > > (a) If you need to allocate or free a single page, use the single page > > version of the routine/macro, rather
linux-kernel - Robert P. J. Day - Jan 1 2007 - 06:27
On Monday 01 January 2007 02:19, Linus Torvalds wrote: > In order to not get in trouble with MADR ("Mothers Against Drunk > Releases") I decided to cut the 2.6.20-rc3 release early rather than wait > for midnight, because it's bound to be new years
linux-kernel - Arkadiusz Miskiewicz - Jan 1 2007 - 07:29
... : "is there a new kernel release for me to try?" > > Right? Right ! And this one is still broken in -rc3: Subject : kernel panics on boot (libata-sff) References : http://lkml.org/lkml/2006/12/3/99 http://lkml.org/lkml/2006/12/14/ ...
linux-kernel - Alessandro Suardi - Jan 1 2007 - 09:28
On Sun, Oct 22, Nigel Cunningham wrote:
> +++ b/drivers/macintosh/via-pmu.c
> -#include
linux-kernel - Olaf Hering - Jan 1 2007 - 09:57
On Sun, Dec 31, 2006 at 12:13:52PM -0500, Jon Smirl wrote: > What is the simplest way to get open/close/read/write working under > 2.6.20-rc2? I know this is horrible and shouldn't be done, I just want > to get the driver working long enough to see if
linux-kernel - bert hubert - Jan 1 2007 - 10:20
On Sun, Dec 31, 2006 at 02:32:25PM -0500, Robert P. J. Day wrote: > + (a) Enclose those statements in a do - while block: > + > + #define macrofun(a, b, c) \ > + do { \ > + if (a == 5) \ > + do_this(b, c); \ > + } while (0) nitpick,
linux-kernel - Christoph Hellwig - Jan 1 2007 - 10:20
On Sat, 2006-12-30 at 10:26 -0800, Linus Torvalds wrote: > > On Sat, 30 Dec 2006, Russell King wrote: > > > > And here's the flush_anon_page() part. This looks fine to me (if you need my ack). > > Add flush_anon_page() for ARM, to avoid data
linux-kernel - James Bottomley - Jan 1 2007 - 10:35
... > } while (0) the former is the way it's presented in CodingStyle currently, it wasn't my personal opinion on the subject. i was just reproducing what was already there. > > + (b) Use the gcc extension that a compound statement enclosed in > > ...
linux-kernel - Robert P. J. Day - Jan 1 2007 - 10:25
On Jan 1 2007 15:38, Folkert van Heusden wrote: >Hi, > >I'm trying to compile chaostables v0.2 on a system with kernel 2.6.19.1 >and c-compiler 3.4.6: > >root@muur:/usr/src/chaostables-0.2/kernel# make all >make -C /lib/modules/2.6.19.1/build M=$
linux-kernel - Jan Engelhardt - Jan 1 2007 - 10:44
On Thu, 2006-12-21 at 16:57 +0000, Russell King wrote: > I'm not entirely convinced that it can be replaced. What if the page > is in the page cache and is shared with other processes? That quite > clearly falls under flush_dcache_page()'s remit.
linux-kernel - James Bottomley - Jan 1 2007 - 11:04
> >I'm trying to compile chaostables v0.2 on a system with kernel 2.6.19.1 > >and c-compiler 3.4.6: > >root@muur:/usr/src/chaostables-0.2/kernel# make all > >make -C /lib/modules/2.6.19.1/build M=$PWD modules; > >make[1]: Entering directory `/usr/src/
linux-kernel - Folkert van Heusden - Jan 1 2007 - 11:15