Found 1382 matching messages (0.037 seconds). Page 1 of 50.
...
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
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
... Hi Kiyoshi, > > Kiyoshi Ueda wrote: > > This patch adds ->complete_io() hook for request stacking ... clone completion in the following appendix patches.) > > > [ .. ] > I would rather have rq-> ... the new version as a RFC in the near future. Thanks, ...
linux-kernel - Kiyoshi Ueda - Mar 3 2008 - 15:04
... Hi Kiyoshi, >> >> Kiyoshi Ueda wrote: >>> This patch adds ->complete_io() hook for request stacking ... clone completion in the following appendix patches.) >>> >> [ .. ] >> I would rather have rq-> ... the new version as a RFC in the near future. > Oh, ...
linux-kernel - Hannes Reinecke - Mar 4 2008 - 04:10
... > introduce the SMP alignment flag. The SMP flag was just an RFC. I think some people (like Christoph) were being confused about the ... SMP flag (eg. see the sites I added it to in patch #3). -- To unsubscribe from this list: send the line "unsubscribe ...
linux-kernel - Nick Piggin - Mar 4 2008 - 20:28
... > introduce the SMP alignment flag. The SMP flag was just an RFC. I think some people (like Christoph) were being confused about the ... SMP flag (eg. see the sites I added it to in patch #3). -- To unsubscribe from this list: send the line "unsubscribe ...
linux-netdev - Nick Piggin - Mar 4 2008 - 20:28
... nothing to do with alignment. > The SMP flag was just an RFC. I think some people (like Christoph) were > being confused about the ... SMP flag (eg. see the sites I added it to in patch #3). Hmmm. We could define a global constant for that? Determine ...
linux-kernel - Christoph Lameter - Mar 5 2008 - 16:56
... nothing to do with alignment. > The SMP flag was just an RFC. I think some people (like Christoph) were > being confused about the ... SMP flag (eg. see the sites I added it to in patch #3). Hmmm. We could define a global constant for that? Determine ...
linux-netdev - Christoph Lameter - Mar 5 2008 - 16:56
... on cacheline boundaries. > > The SMP flag was just an RFC. I think some people (like Christoph) were > > being confused ... SMP flag (eg. see the sites I added it to in patch #3). > > Hmmm. We could define a global constant for that? Determine it ...
linux-kernel - Nick Piggin - Mar 5 2008 - 22:49
... on cacheline boundaries. > > The SMP flag was just an RFC. I think some people (like Christoph) were > > being confused ... SMP flag (eg. see the sites I added it to in patch #3). > > Hmmm. We could define a global constant for that? Determine it ...
linux-netdev - Nick Piggin - Mar 5 2008 - 22:49
... : Thu, 24 Apr 2008 00:07:56 +0200 > > > The below is an RFC because for some reason it regresses kbuild by 5% on > > my ... is all rather embarassing - if you want a revert of the offending patches I can spin you one, and if this isn't solved quickly I' ...
linux-kernel - Peter Zijlstra - Apr 24 2008 - 02:47
... > 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
Hi, These patches are not exactly complete yet (haven't tested ... FIFO order is ruined. So RFC. --- The break_lock data structure and ... if (need_lockbreak(lock) || need_resched()) - return 1; - return 0; -} - -/* * Reevaluate whether the ...
linux-kernel - Nick Piggin - Jul 16 2007 - 00:59
... 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