login
Header Space

 
 

Mailing list archives

Search results

Found 1527 matching messages (0.039 seconds). Page 1 of 50.

[RFC PATCH 1/3] Unified trace buffer

RFC RFC RFC RFC RFC!!!! Now did I get your attention ... is a request for comment patch. This is probably very buggy. ... ring_buffer_unlock(buffer, flags); + + iter->next_cpu = -1; + + return iter; +} + +/** + * ring_buffer_finish - finish reading ...

linux-kernel - Steven Rostedt - Sep 24 2008 - 01:10

Re: [RFC PATCH 1/3] Unified trace buffer

... text document attachment (ring-buffer.patch) > RFC RFC RFC RFC RFC!!!! Plenty comments, ... + void *event); > + > +enum ring_buffer_iter_flags { > + RB_ITER_FL_SNAP = 1 << 0, > +}; > + > +struct ring_buffer_event * > +ring_buffer_consume(struct ...

linux-kernel - Peter Zijlstra - Sep 24 2008 - 11:03

Re: [RFC PATCH 1/3] Unified trace buffer

... attachment (ring-buffer.patch) > > RFC RFC RFC RFC RFC!!!! > > Plenty comments, ... void *event); > > + > > +enum ring_buffer_iter_flags { > > + RB_ITER_FL_SNAP = 1 << 0, > > +}; > > + > > +struct ring_buffer_event * > > +ring_buffer_consume(struct ...

linux-kernel - Steven Rostedt - Sep 24 2008 - 11:44

Re: [RFC][PATCH 1/2] TCP: fix lost retransmit detection

... > > Subject: Re: [RFC][PATCH 1/2] TCP: fix lost ... queue is as shown in Fig.1 (http://projects.gtrc.aist.go.jp/ ... P(7) are retransmitted, and P(1) to P(9) except P(7) ... has SACK(8,11) and SACK(1,3), these SACK blocks are sorted, ...

linux-netdev - TAKANO Ryousei - Oct 9 2007 - 02:28

[DCCP] [RFC] [Patch 1/1]: Deprecate dccp_so_feat interface

This patch regards the DCCP test tree and is with regard ... sockopt code: dccp_feat_register_sp() dccp_feat_register_nn() This patch keeps the old socket options ... DCCP_SOCKOPT_CHANGE_X - * @dccpsf_feat: feature number (from RFC 4340, 6.4 or related ...

linux-netdev - Gerrit Renker - Mar 21 2008 - 09:22

Re: [RFC PATCH 1/3] Unified trace buffer

... page. Yep, that is what the RFC patch did. > > > > And here I was ... > Ok, I did the math. 1<<27 seconds (assuming the low 32 ... Peter Zijlstra, I'm working on RFC-v2, which splits up the ring ... (2045 bytes of data since 1 byte is already taken for the ...

linux-kernel - Steven Rostedt - Sep 24 2008 - 13:49

Re: [RFC PATCH 1/3] Add ability to keep track of callers of symbol_(get|put)

... > Newsgroups: gmane.linux.kernel > Subject: Re: [RFC PATCH 1/3] Add ability to keep track of callers of ... I'll write a script which unwordwraps patches and then you'll all > ... me. I don't support twisted patches, but before they will be resent, ...

linux-kernel - Oleg Verych - Mar 11 2007 - 17:12

Re: [RFC+PATCH 1/1] Move SCM interoperability tools into scm/

... is the first in a series to categorize the source tree a little bit more > than it is currently. Given that you title it RFC, I guess it hasn't been discussed before. I personally don't see much benefit from the move/rename. The tree is not so large ...

git - Martin Langhoff - Jul 9 2006 - 17:26

[RFC][PATCH 1/2] file system auditing

... been split in two for RFC. [PATCH 1/2] The first ... ->d_inode; if (inode) { + audit_attach_watch(dentry, 1); dentry->d_inode =3D NULL; list_del_init ... target->d_lock); } =20 + audit_attach_watch(dentry, 1); + /* Move the dentry to the ...

linux-fsdevel - Timothy R. Chavez - Apr 5 2005 - 18:04

[RFC/PATCH 1/5] bdev: add execute in place support

[RFC/PATCH 1/5] bdev: add execute in place support This patch introduces a new block device operation called direct_access. It ... , and remain valid until release is called. This patch also implements this operation for our dcssblk device driver. ...

linux-fsdevel - Carsten Otte - May 11 2005 - 10:30

[RFC/PATCH 1/5] bdev: execute in place (V2)

[RFC/PATCH 1/5] bdev: execute in place (V2) This patch introduces a new block device operation called direct_access. It is ... address, and remain valid until release is called. This patch also implements this operation for our dcssblk device driver. ...

linux-fsdevel - Carsten Otte - May 18 2005 - 09:53

[RFC/PATCH 1/4] bdev: execute in place (3rd version)

[RFC/PATCH 1/4] bdev: execute in place (3rd version) This is the block device related part. The block ... -EINVAL; + pgoff = secnum / (PAGE_SIZE / 512); + if ((pgoff+1)*PAGE_SIZE-1 > dev_info->end - dev_info->start) + return -ERANGE; + *data = ( ...

linux-fsdevel - Carsten Otte - May 23 2005 - 13:30

Re: [RFC PATCH 1/8] share/private/slave a subtree

... the automatic 'bind dir dir') is much > more difficult. Ok. will make it -EINVAL. It was not clear in Al Viro's RFC what the behavior should be. > > > > Some notes (maybe outside the code) explaining the mechanism of the > > > propagations ...

linux-fsdevel - Ram - Jul 13 2005 - 21:27

[RFC][PATCH 1/5] get mount write in __dentry_open()

The first three patches here fix actual bugs. I think the last ... any future bugs to creep in. RFC for now. -- This is a ... the r/o bind mount patch set. We need to ensure ... -dave/fs/open.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 ...

linux-kernel - Dave Hansen - Sep 27 2007 - 14:52

[RFC][PATCH 1/8] get mount write in __dentry_open()

The first three patches here fix actual bugs. I think the last ... any future bugs to creep in. RFC for now. -- This is a ... the r/o bind mount patch set. We need to ensure ... -dave/fs/open.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 ...

linux-kernel - Dave Hansen - Sep 28 2007 - 14:13

[rfc][patch 1/3] x86_64: fence nontemproal stores

Hi, Here's a couple of patches to improve the memory barrier situation on x86. They probably aren't going ... until after the x86 merge, however I'm posting them here for RFC, and in case anybody wants to backport into stable trees. --- movnt* ...

linux-kernel - Nick Piggin - Oct 4 2007 - 01:21

Re: [RFC][PATCH 1/2] TCP: fix lost retransmit detection

... Subject: Re: [RFC][PATCH 1/2] TCP: fix lost ... > net/ipv4/tcp_input.c | 14 +++++++++++--- > > 1 files changed, 11 insertions(+), 3 deletions ... a more generic solution. Your recv_sack_cache patch seems valuable. I will continue ...

linux-netdev - TAKANO Ryousei - Oct 7 2007 - 01:51

Re: [RFC][PATCH 1/2] TCP: fix lost retransmit detection

From: David Miller Subject: Re: [RFC][PATCH 1/2] TCP: fix lost retransmit detection Date: Sat, 06 Oct 2007 23:17 ... already, but one part > (my RB-Tree SACK patches) are not integrated yet. Thanks, and I got ...

linux-netdev - TAKANO Ryousei - Oct 7 2007 - 04:42

[RFC][PATCH 1/3] [RFC][PATCH] Fix procfs task exe symlinks

... what an earlier posting of this patch proposed (see Changelog below). However my ... m not especially pleased with this patch. This novel will get much ... | 25 +++++++++++++++++++++++++ fs/proc/internal.h | 1 - fs/proc/task_mmu.c | 34 ...

linux-kernel - Matt Helsley - Oct 31 2007 - 23:35

Re: [RFC][PATCH 1/3] [RFC][PATCH] Fix procfs task exe symlinks

On Wed, 31 Oct 2007 20:35:09 -0700 Matt Helsley wrote: > +++ linux-2.6.23/include/linux/sched.h > @@ -430,10 +430,13 @@ struct mm_struct { > struct completion *core_startup_done, core_done; > > /* aio bits */ >

linux-kernel - Andrew Morton - Nov 1 2007 - 15:25

speck-geostationary