login
Header Space

 
 

Mailing list archives

Search results

Found 198694 matching messages (0.267 seconds). Page 1 of 50.

Re: [BUG KERNEL 2.6.20-rc1] ftp: get or put stops during file-transfer

> > 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

Re: [PATCH 4/8] KVM: Implement a few system configuration msrs

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

Re: replace "memset(...,0,PAGE_SIZE)" calls with "clear_page()"?

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

Re: replace "memset(...,0,PAGE_SIZE)" calls with "clear_page()"?

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

Re: [PATCH] net/core/flow.c: compare data with memcmp

From: "Daniel_Marjamäki" Date: Mon, 1 Jan 2007 08:47:48 +0100 > So you mean that in this particular case it's faster with a handcoded > comparison than memcmp? Because both key1 and key2 are located at > word-aligned

linux-kernel - David Miller - Jan 1 2007 - 04:49

Re: [PATCH] Open Firmware device tree virtual filesystem

From: Segher Boessenkool Date: Mon, 1 Jan 2007 04:33:13 +0100 > >>> All we've done is created a trivial implementation for exporting > >>> the device tree to userland that isn't burdened by the powerpc > >>> and sparc

linux-kernel - David Miller - Jan 1 2007 - 04:57

Re: [PATCH] Open Firmware device tree virtual filesystem

From: David Kahn Date: Sun, 31 Dec 2006 19:37:52 -0800 > IMHO, the directory entries in the filesystem > should be in the form "node-name@unit-address" (eg: /pci@1f,0, > "pci" is the node name, "@" is the separator character defined

linux-kernel - David Miller - Jan 1 2007 - 04:54

Re: Happy New Year (and v2.6.20-rc3 released)

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

Re: replace "memset(...,0,PAGE_SIZE)" calls with "clear_page()"?

> 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

Re: replace "memset(...,0,PAGE_SIZE)" calls with "clear_page()"?

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

Re: Happy New Year (and v2.6.20-rc3 released)

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

Re: Happy New Year (and v2.6.20-rc3 released)

... : "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

Re: Freezer.h updated patch.

On Sun, Oct 22, Nigel Cunningham wrote: > +++ b/drivers/macintosh/via-pmu.c > -#include > +#include This change will lead to compile errors with -Wimplicit-function-declaration. What part of freezer.h is used

linux-kernel - Olaf Hering - Jan 1 2007 - 09:57

Re: Using _syscall3 to manipulate files in a driver

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

Re: [PATCH] Documentation: Explain a second alternative for multi-line macros.

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

Re: fuse, get_user_pages, flush_anon_page, aliasing caches and all that again

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

Re: [PATCH] Documentation: Explain a second alternative for multi-line macros.

... > } 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

Re: chaostables-0.2 & 2.6.19.1

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

Re: fuse, get_user_pages, flush_anon_page, aliasing caches and all that again

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

Re: chaostables-0.2 & 2.6.19.1

> >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

speck-geostationary