linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCHSET 00/18] open-osd: OSD Initiator library for Linux
       [not found] ` <491073BB.4000900@panasas.com>
@ 2008-11-04 19:19   ` Andrew Morton
  2008-11-05 13:56     ` Boaz Harrosh
  2008-11-09 14:58     ` Boaz Harrosh
  0 siblings, 2 replies; 6+ messages in thread
From: Andrew Morton @ 2008-11-04 19:19 UTC (permalink / raw)
  To: Boaz Harrosh
  Cc: James.Bottomley, michaelc, fujita.tomonori, jeff, osd-dev,
	linux-scsi, Sami.Iren, pw, linux-kernel, linux-next

On Tue, 04 Nov 2008 18:09:31 +0200
Boaz Harrosh <bharrosh@panasas.com> wrote:

> 
> Please consider for inclusion, an in-kernel OSD initiator
> library. Its main users are planned to be various OSD based file
> systems and the pNFS-Objects Layout Driver. (To be submitted soon)
>  
> To try out and run the library please visit
> http://open-osd.org and follow the instructions there.
> 
> The submitted patchset is also available via git at:
>    git://git.open-osd.org/linux-open-osd.git osd
>    http://git.open-osd.org/gitweb.cgi?p=linux-open-osd.git;a=shortlog;h=osd
> 
> Or a compact out-of-tree repository that includes sources 
> and some extras:
>    git://git.open-osd.org/open-osd.git master
>    http://git.open-osd.org/gitweb.cgi?p=open-osd.git;a=summary
> 
> ...
>
> We would like this to sit in -mm tree for a while to make sure it is compilable
> on all platform.

The best way to do that is to include your git tree in linux-next.  If
this code has a probably-will-be-merged-in-2.6.29 status then please
prepare a branch for Stephen to include in the linux-next lineup.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCHSET 00/18] open-osd: OSD Initiator library for Linux
  2008-11-04 19:19   ` [PATCHSET 00/18] open-osd: OSD Initiator library for Linux Andrew Morton
@ 2008-11-05 13:56     ` Boaz Harrosh
  2008-11-09 14:58     ` Boaz Harrosh
  1 sibling, 0 replies; 6+ messages in thread
From: Boaz Harrosh @ 2008-11-05 13:56 UTC (permalink / raw)
  To: Andrew Morton
  Cc: James.Bottomley, michaelc, fujita.tomonori, jeff, osd-dev,
	linux-scsi, Sami.Iren, pw, linux-kernel, linux-next

Andrew Morton wrote:
> On Tue, 04 Nov 2008 18:09:31 +0200
> Boaz Harrosh <bharrosh@panasas.com> wrote:
> 
>> Please consider for inclusion, an in-kernel OSD initiator
>> library. Its main users are planned to be various OSD based file
>> systems and the pNFS-Objects Layout Driver. (To be submitted soon)
>>  
>> To try out and run the library please visit
>> http://open-osd.org and follow the instructions there.
>>
>> The submitted patchset is also available via git at:
>>    git://git.open-osd.org/linux-open-osd.git osd
>>    http://git.open-osd.org/gitweb.cgi?p=linux-open-osd.git;a=shortlog;h=osd
>>
>> Or a compact out-of-tree repository that includes sources 
>> and some extras:
>>    git://git.open-osd.org/open-osd.git master
>>    http://git.open-osd.org/gitweb.cgi?p=open-osd.git;a=summary
>>
>> ...
>>
>> We would like this to sit in -mm tree for a while to make sure it is compilable
>> on all platform.
> 
> The best way to do that is to include your git tree in linux-next.  If
> this code has a probably-will-be-merged-in-2.6.29 status then please
> prepare a branch for Stephen to include in the linux-next lineup.
> 

Thanks Andrew
I was thinking this code would eventually go into Linux-next threw
James tree. But thought if there was a way for some exposure, so to
give James some confidence in the code before he commits to it. But
this way it could be perfect, thanks.

Stephen Hi
I have just that branch ready it is:
git://git.open-osd.org/linux-open-osd.git osd
Note the "osd" branch. Do I need to call it something special like
"linux-next"? (Give me 24 hours to fix all current comments)

Also one more question. This tree is based on latest scsi-misc-2.6.git,
Because it is destined to go threw James tree at the end. Do I need
to prepare a special tree based on Linus-latest?

Thanks in advance
Boaz

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCHSET 00/18] open-osd: OSD Initiator library for Linux
  2008-11-04 19:19   ` [PATCHSET 00/18] open-osd: OSD Initiator library for Linux Andrew Morton
  2008-11-05 13:56     ` Boaz Harrosh
@ 2008-11-09 14:58     ` Boaz Harrosh
  2008-11-09 23:26       ` Stephen Rothwell
  1 sibling, 1 reply; 6+ messages in thread
From: Boaz Harrosh @ 2008-11-09 14:58 UTC (permalink / raw)
  To: Andrew Morton, James.Bottomley, linux-next, Stephen Rothwell,
	Sam Ravnborg
  Cc: michaelc, fujita.tomonori, jeff, osd-dev, linux-scsi, Sami.Iren,
	Pete Wyckoff, linux-kernel

Andrew Morton wrote:
> On Tue, 04 Nov 2008 18:09:31 +0200
> Boaz Harrosh <bharrosh@panasas.com> wrote:
> 
>> Please consider for inclusion, an in-kernel OSD initiator
>> library. Its main users are planned to be various OSD based file
>> systems and the pNFS-Objects Layout Driver. (To be submitted soon)
>>  
>> To try out and run the library please visit
>> http://open-osd.org and follow the instructions there.
>>
>> The submitted patchset is also available via git at:
>>    git://git.open-osd.org/linux-open-osd.git osd
>>    http://git.open-osd.org/gitweb.cgi?p=linux-open-osd.git;a=shortlog;h=osd
>>
>> Or a compact out-of-tree repository that includes sources 
>> and some extras:
>>    git://git.open-osd.org/open-osd.git master
>>    http://git.open-osd.org/gitweb.cgi?p=open-osd.git;a=summary
>>
>> ...
>>
>> We would like this to sit in -mm tree for a while to make sure it is compilable
>> on all platform.
> 
> The best way to do that is to include your git tree in linux-next.  If
> this code has a probably-will-be-merged-in-2.6.29 status then please
> prepare a branch for Stephen to include in the linux-next lineup.
> 

Hi Stephen and James

I have prepared a branch for linux-next based on today's Linus tree
It is here:
    git://git.open-osd.org/linux-open-osd.git linux-next
This is if it's OK with James, as these bits are his responsibility.
They need only sit in linux-next for a couple of weeks to get some wider
compilation exposure. Other then that they are totally new code and
are safe. Eventually they should be included into Linux-next through
scsi-misc-2.6.

I have only posted "ver 2" updates to a couple of patches that had
comments by people but more patches changed. Mainly:
- rename of scsi_dev => scsi_device
- missing static keyword
- Kbuild fixes and comments by Sam Ravnborg
- small typos found on the way

The new patchset can be reviewed at:
    git://git.open-osd.org/linux-open-osd.git linux-next
    http://git.open-osd.org/gitweb.cgi?p=linux-open-osd.git;a=shortlog;h=linux-next

or Based on current scsi-misc-2.6:
    git://git.open-osd.org/linux-open-osd.git osd
    http://git.open-osd.org/gitweb.cgi?p=linux-open-osd.git;a=shortlog;h=osd

I did not want to spam the mailing-list with somewhat same patches.
I will post them, if any one needs me to.

Thanks everyone for your help
Boaz

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCHSET 00/18] open-osd: OSD Initiator library for Linux
  2008-11-09 14:58     ` Boaz Harrosh
@ 2008-11-09 23:26       ` Stephen Rothwell
  2008-11-10 12:52         ` Boaz Harrosh
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2008-11-09 23:26 UTC (permalink / raw)
  To: Boaz Harrosh
  Cc: Andrew Morton, James.Bottomley, linux-next, Sam Ravnborg,
	michaelc, fujita.tomonori, jeff, osd-dev, linux-scsi, Sami.Iren,
	Pete Wyckoff, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1069 bytes --]

Hi Boaz,

On Sun, 09 Nov 2008 16:58:59 +0200 Boaz Harrosh <bharrosh@panasas.com> wrote:
>
> I have prepared a branch for linux-next based on today's Linus tree
> It is here:
>     git://git.open-osd.org/linux-open-osd.git linux-next
> This is if it's OK with James, as these bits are his responsibility.
> They need only sit in linux-next for a couple of weeks to get some wider
> compilation exposure. Other then that they are totally new code and
> are safe. Eventually they should be included into Linux-next through
> scsi-misc-2.6.

I have added that tree to linux-next for today.

What I say to everyone:  commits in that branch must have been posted
somewhere appropriate, reviewed, unit tested and destined for the next
merge window.  Also, note that my (new) practise is to temporarily drop a
tree if it causes non-trivial conflicts (especially with Linus' tree), so
don't be too upset if you get a message from me to that effect.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCHSET 00/18] open-osd: OSD Initiator library for Linux
  2008-11-09 23:26       ` Stephen Rothwell
@ 2008-11-10 12:52         ` Boaz Harrosh
  2008-11-10 13:04           ` Stephen Rothwell
  0 siblings, 1 reply; 6+ messages in thread
From: Boaz Harrosh @ 2008-11-10 12:52 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Andrew Morton, James.Bottomley, linux-next, Sam Ravnborg,
	michaelc, fujita.tomonori, jeff, osd-dev, linux-scsi, Sami.Iren,
	Pete Wyckoff, linux-kernel

Stephen Rothwell wrote:
> Hi Boaz,
> 
> On Sun, 09 Nov 2008 16:58:59 +0200 Boaz Harrosh <bharrosh@panasas.com> wrote:
>> I have prepared a branch for linux-next based on today's Linus tree
>> It is here:
>>     git://git.open-osd.org/linux-open-osd.git linux-next
>> This is if it's OK with James, as these bits are his responsibility.
>> They need only sit in linux-next for a couple of weeks to get some wider
>> compilation exposure. Other then that they are totally new code and
>> are safe. Eventually they should be included into Linux-next through
>> scsi-misc-2.6.
> 
> I have added that tree to linux-next for today.
> 
> What I say to everyone:  commits in that branch must have been posted
> somewhere appropriate, reviewed, unit tested and destined for the next
> merge window.  Also, note that my (new) practise is to temporarily drop a
> tree if it causes non-trivial conflicts (especially with Linus' tree), so
> don't be too upset if you get a message from me to that effect.
> 

Thank you Stephen, very much

This has proven itself already. I found some warnings on some ARCHs
concerning printk of u64 types. I have made a sweep and fixed all these
places and others.
(same place: git://git.open-osd.org/linux-open-osd.git linux-next)

If you could keep it for the next round it could be grate. So I can make
sure I got rid of all the warnings.

Thanks again
Boaz

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCHSET 00/18] open-osd: OSD Initiator library for Linux
  2008-11-10 12:52         ` Boaz Harrosh
@ 2008-11-10 13:04           ` Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2008-11-10 13:04 UTC (permalink / raw)
  To: Boaz Harrosh
  Cc: Andrew Morton, James.Bottomley, linux-next, Sam Ravnborg,
	michaelc, fujita.tomonori, jeff, osd-dev, linux-scsi, Sami.Iren,
	Pete Wyckoff, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 757 bytes --]

Hi Boaz,

On Mon, 10 Nov 2008 14:52:21 +0200 Boaz Harrosh <bharrosh@panasas.com> wrote:
>
> This has proven itself already. I found some warnings on some ARCHs
> concerning printk of u64 types. I have made a sweep and fixed all these
> places and others.

Good.  That's partly what -next is for (to find the arch dependent
problems).

> If you could keep it for the next round it could be grate. So I can make
> sure I got rid of all the warnings.

Normally trees stay in linux-next until they are no longer needed
(usually at least until they have been integrated into Linus' tree) and I
automatically refetch the trees each day.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-11-10 13:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <48876009.8010701@panasas.com>
     [not found] ` <491073BB.4000900@panasas.com>
2008-11-04 19:19   ` [PATCHSET 00/18] open-osd: OSD Initiator library for Linux Andrew Morton
2008-11-05 13:56     ` Boaz Harrosh
2008-11-09 14:58     ` Boaz Harrosh
2008-11-09 23:26       ` Stephen Rothwell
2008-11-10 12:52         ` Boaz Harrosh
2008-11-10 13:04           ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).