Found 1527 matching messages (0.039 seconds). Page 1 of 50.
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
... 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
... 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
...
linux-netdev - TAKANO Ryousei - Oct 9 2007 - 02:28
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
... 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
... > 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
... 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
... 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 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) 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) 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
... 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
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
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
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
...
linux-netdev - TAKANO Ryousei - Oct 7 2007 - 01:51
From: David Miller
linux-netdev - TAKANO Ryousei - Oct 7 2007 - 04:42
... 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
On Wed, 31 Oct 2007 20:35:09 -0700
Matt Helsley
linux-kernel - Andrew Morton - Nov 1 2007 - 15:25