login
Header Space

 
 

Mailing list archives

Search results

Found 500 matching messages (0.131 seconds). Page 1 of 25.

Re: [patch 06/11] Text Edit Lock - Alternative code for x86 (update)

... /x86/kernel/alternative.c 2007-12-06 10:08:58.000000000 -0500 @@ ... seeing an inconsistent instruction while you patch. + * Warning: read_cr0 is modified by paravirt ... seeing an + * inconsistent instruction while you patch. + * The _early version does not use ...

linux-kernel - Mathieu Desnoyers - Dec 6 2007 - 11:17

Re: [patch 06/10] Linux Kernel Markers - Non optimized architectures

... /asm-i386/marker.h 2007-05-10 09:05:06.000000000 -0400 @@ -4,7 +4,7 @@ /* ... /include/asm-x86_64/marker.h 2007-05-10 09:06:02.000000000 -0400 @@ -1,13 +1 @@ -/* - ... /include/asm-xtensa/marker.h 2007-05-10 09:06:07.000000000 -0400 @@ -1,13 +1 @@ -/* - ...

linux-kernel - Mathieu Desnoyers - May 10 2007 - 09:11

Re: [patch 06/21] perfmon2 minimal: X86 generic hooks

... > > +++ o/arch/x86/Makefile 2008-06-02 18:54:41.000000000 +0200 > @@ ... . > +++ o/include/asm-x86/Kbuild 2008-06-02 18:54:41.000000000 +0200 > @@ ... .h And this bit should go in the patch that adds that file. > +++ o/arch/x86/Kconfig 2008-06-02 18:54 ...

linux-kernel - Stephen Rothwell - Jun 14 2008 - 21:25

Re: [patch 06/21] perfmon2 minimal: X86 generic hooks

Stephen, Ok, I will fold those chunks into the patch that adds the files, i.e., perfmon-x86.diff ... .h > > And this bit should go in the patch that adds that file. > >> +++ o/arch/x86/Kconfig 2008-06-02 18:54:41.000000000 +0200 >> @@ -1306 ...

linux-kernel - stephane eranian - Jun 16 2008 - 12:26

Re: [patch 06/24] hpfs: dont call notify_change

... the ctime modification is wrong? OK, commit the patch. Signed-off-by: Mikulas Patocka 06 11:04:29.000000000 +0200 > +++ linux-2.6/fs/hpfs/namei.c 2008-05-06 11:04:34.000000000 +0200 > @@ -426, ...

linux-kernel - Mikulas Patocka - May 7 2008 - 20:41

Re: [patch 06/24] hpfs: dont call notify_change

... the ctime modification is wrong? OK, commit the patch. Signed-off-by: Mikulas Patocka 06 11:04:29.000000000 +0200 > +++ linux-2.6/fs/hpfs/namei.c 2008-05-06 11:04:34.000000000 +0200 > @@ -426, ...

linux-fsdevel - Mikulas Patocka - May 7 2008 - 20:41

Re: [patch 06/15] MMC: Add platform data for S3C24XX MMC/SD driver

On Sat, Jun 14, 2008 at 06:22:20PM +0200, Pierre Ossman wrote: > On Fri, 06 Jun 2008 16:51:23 +0100 > Ben Dooks wrote: > > > This patch adds platform data support to the s3mci driver. This allows > ...

linux-kernel - Ben Dooks - Jun 17 2008 - 19:20

Re: [patch 06/11] syslets: core, documentation

On Wed, Feb 14, 2007 at 01:06:59PM -0800, Davide Libenzi wrote: > Bear with me Ben, and let' ... on x86, while on other platforms are probably unnecessary. Fwiw, there are patches floating around that did AIO via kernel threads for file descriptors that ...

linux-kernel - Benjamin LaHaise - Feb 14 2007 - 17:44

Re: [patch 06/11] syslets: core, documentation

On Wed, 14 Feb 2007, Benjamin LaHaise wrote: > On Wed, Feb 14, 2007 at 01:06:59PM -0800, Davide Libenzi wrote: > > Bear with me Ben, and let's follow this up :) If you are in the middle of > > an MMX copy operation, inside the syscall, you are: > > ...

linux-kernel - Davide Libenzi - Feb 14 2007 - 19:17

Re: [PATCH 06/44 take 2] [UBI] startup code

On Sat, Feb 17, 2007 at 06:54:54PM +0200, Artem Bityutskiy wrote: > +/* UBI headers must take 64 bytes. The below is a hacky way to ensure this */ > +static int __ubi_check_ec_hdr_size[(UBI_EC_HDR_SIZE == 64) - 1] > + __attribute__ ((__unused__)); > ...

linux-kernel - Christoph Hellwig - Feb 19 2007 - 06:59

Re: [PATCH 06/44 take 2] [UBI] startup code

... , Christoph Hellwig wrote: > On Sat, Feb 17, 2007 at 06:54:54PM +0200, Artem Bityutskiy wrote: > > +/* UBI ... all these forward declarations please? Could you please submit a CodingStyle patch that would contain a requirement to use the "higher-level ...

linux-kernel - Artem Bityutskiy - Feb 20 2007 - 09:00

Re: [PATCH 06/68] 0 -> NULL, for arch/frv

On Fri 27 Jul 2007 06:18, Yoann Padioleau pondered: > David Howells writes: > > > Yoann ... > if (!x) > > Yes I can. I can make another semantic patch later to do that > transformation. But some people may prefer (x == NULL) to ...

linux-kernel - Robin Getz - Jul 27 2007 - 21:38

Re: [PATCH 06/68] 0 -> NULL, for arch/frv

On Wed 1 Aug 2007 06:38, Richard Knutsson pondered: > If I understood Robin correctly, he suggested that checkpatch.pl would > tell to convert "x == NULL" to "!x", if that would be the preferred way. I guess I was asking - _if_ this is really ...

linux-kernel - Robin Getz - Aug 2 2007 - 10:58

Re: [patch 06/10] Text Edit Lock - kprobes architecture independent support

On Thu, Sep 06, 2007 at 04:01:30PM -0400, Mathieu Desnoyers wrote: > @@ -716,8 +720,9 @@ static int __kprobes pre_handler_kretpro > struct kretprobe_instance, uflist); > ri->rp = rp; > ri->task = current; > + kernel_text_lock ...

linux-kernel - Ananth N Mavinakayanahalli - Sep 7 2007 - 06:28

Re: [patch 06/10] Text Edit Lock - kprobes architecture independent support

* Ananth N Mavinakayanahalli (ananth@in.ibm.com) wrote: > On Thu, Sep 06, 2007 at 04:01:30PM -0400, Mathieu Desnoyers wrote: > > > > > @@ -716,8 +720,9 @@ static int __kprobes pre_handler_kretpro > > struct kretprobe_instance, uflist) ...

linux-kernel - Mathieu Desnoyers - Sep 7 2007 - 10:13

Re: [patch 06/23] SLUB: Extend slabinfo to support -D and -C options

On (06/11/07 17:11), Christoph Lameter didst pronounce: > -D lists caches that support defragmentation > > -C lists caches that use a ctor. > > Change field names for defrag_ratio and remote_node_defrag_ratio. > > Add determination of the ...

linux-kernel - Mel Gorman - Nov 8 2007 - 11:00

Re: [PATCH 06/16] udf: move calculating of nr_groups into helper function

On Thu 10-01-08 23:06:22, marcin.slusarz@gmail.com wrote: > Signed-off-by: Marcin Slusarz > CC: Ben Fennema > CC: Jan Kara > CC: Christoph Hellwig Acked- ...

linux-kernel - Jan Kara - Jan 10 2008 - 19:15

Re: [PATCH 06/19] dlm: align midcomms message buffer

... com> From: Fabio M. Di Nitto Date: Tue, 29 Jan 2008 06:35:20 +0100 Subject: [PATCH 1/1] dlm: align midcomms message buffer gcc does not guarantee that an auto buffer is 64bit aligned. ...

linux-kernel - Fabio M. Di Nitto - Jan 29 2008 - 01:38

Re: [PATCH 06/10] udf: truncate: create function for updating of Allocation Ext Descriptor

On Thu, Jan 31, 2008 at 06:08:58PM +0100, Jan Kara wrote: > On Wed 30-01-08 22:03:56, marcin.slusarz@gmail.com wrote: > > Signed-off-by: Marcin Slusarz > > Cc: Jan Kara > There are at least a few other places ...

linux-kernel - Marcin Slusarz - Jan 31 2008 - 14:18

RE: [patch 06/22 -v2] cris: Use generic show_mem()

... Friday, April 04, 2008 1:52 PM To: LKML Cc: Mikael Starvik Subject: [patch 06/22 -v2] cris: Use generic show_mem() Remove arch-specific show_mem() in favor of the generic version. This also removes ...

linux-kernel - Mikael Starvik - Apr 4 2008 - 09:07

speck-geostationary