* Can you add the binfmt_misc tree to linux-next?
@ 2016-06-27 16:16 James Bottomley
2016-06-27 23:29 ` Stephen Rothwell
[not found] ` <1467044198.2264.19.camel-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
0 siblings, 2 replies; 6+ messages in thread
From: James Bottomley @ 2016-06-27 16:16 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, linux-fsdevel, Linux Containers
Since I'd effectively become binfmt_misc maintainer when these patches
get merged on the last person to touch it owns it principle, it makes
sense to begin now more formally. The tree is at
git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_misc.git for-next
It currently contains four patches adding the container emulation
infrastructure from the persistent-handlers branch.
Thanks,
James
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Can you add the binfmt_misc tree to linux-next?
2016-06-27 16:16 Can you add the binfmt_misc tree to linux-next? James Bottomley
@ 2016-06-27 23:29 ` Stephen Rothwell
[not found] ` <20160628092914.7ab1b37e-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2016-06-27 23:57 ` James Bottomley
[not found] ` <1467044198.2264.19.camel-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
1 sibling, 2 replies; 6+ messages in thread
From: Stephen Rothwell @ 2016-06-27 23:29 UTC (permalink / raw)
To: James Bottomley; +Cc: linux-next, linux-fsdevel, Linux Containers
Hi James,
On Mon, 27 Jun 2016 09:16:38 -0700 James Bottomley <James.Bottomley@HansenPartnership.com> wrote:
>
> Since I'd effectively become binfmt_misc maintainer when these patches
> get merged on the last person to touch it owns it principle, it makes
> sense to begin now more formally. The tree is at
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_misc.git for-next
>
> It currently contains four patches adding the container emulation
> infrastructure from the persistent-handlers branch.
Added from today. I only found 3 patches, though:
4af75df6a410 binfmt_misc: add F option description to documentation
948b701a607f binfmt_misc: add persistent opened binary handler for containers
9a08c352d053 fs: add filp_clone_open API
Thanks for adding your subsystem tree as a participant of linux-next. As
you may know, this is not a judgement of your code. The purpose of
linux-next is for integration testing and to lower the impact of
conflicts between subsystems in the next merge window.
You will need to ensure that the patches/commits in your tree/series have
been:
* submitted under GPL v2 (or later) and include the Contributor's
Signed-off-by,
* posted to the relevant mailing list,
* reviewed by you (or another maintainer of your subsystem tree),
* successfully unit tested, and
* destined for the current or next Linux merge window.
Basically, this should be just what you would send to Linus (or ask him
to fetch). It is allowed to be rebased if you deem it necessary.
--
Cheers,
Stephen Rothwell
sfr@canb.auug.org.au
^ permalink raw reply [flat|nested] 6+ messages in thread[parent not found: <20160628092914.7ab1b37e-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>]
* Re: Can you add the binfmt_misc tree to linux-next?
[not found] ` <20160628092914.7ab1b37e-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
@ 2016-06-27 23:57 ` James Bottomley
0 siblings, 0 replies; 6+ messages in thread
From: James Bottomley @ 2016-06-27 23:57 UTC (permalink / raw)
To: Stephen Rothwell
Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA, Linux Containers,
linux-next-u79uwXL29TY76Z2rM5mHXA
On Tue, 2016-06-28 at 09:29 +1000, Stephen Rothwell wrote:
> Hi James,
>
> On Mon, 27 Jun 2016 09:16:38 -0700 James Bottomley <
> James.Bottomley-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org> wrote:
> >
> > Since I'd effectively become binfmt_misc maintainer when these
> > patches get merged on the last person to touch it owns it
> > principle, it makes sense to begin now more formally. The tree is
> > at
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_misc.git
> > for-next
> >
> > It currently contains four patches adding the container emulation
> > infrastructure from the persistent-handlers branch.
>
> Added from today. I only found 3 patches, though:
>
> 4af75df6a410 binfmt_misc: add F option description to documentation
> 948b701a607f binfmt_misc: add persistent opened binary handler for
> containers
> 9a08c352d053 fs: add filp_clone_open API
Yes, that's right, sorry, I can't count.
> Thanks for adding your subsystem tree as a participant of linux-next.
> As you may know, this is not a judgement of your code. The purpose
> of linux-next is for integration testing and to lower the impact of
> conflicts between subsystems in the next merge window.
>
> You will need to ensure that the patches/commits in your tree/series
> have
> been:
> * submitted under GPL v2 (or later) and include the
> Contributor's Signed-off-by,
> * posted to the relevant mailing list,
> * reviewed by you (or another maintainer of your subsystem
> tree),
> * successfully unit tested, and
> * destined for the current or next Linux merge window.
>
> Basically, this should be just what you would send to Linus (or ask
> him to fetch). It is allowed to be rebased if you deem it necessary.
Thanks,
James
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Can you add the binfmt_misc tree to linux-next?
2016-06-27 23:29 ` Stephen Rothwell
[not found] ` <20160628092914.7ab1b37e-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
@ 2016-06-27 23:57 ` James Bottomley
1 sibling, 0 replies; 6+ messages in thread
From: James Bottomley @ 2016-06-27 23:57 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-fsdevel, Linux Containers, linux-next
On Tue, 2016-06-28 at 09:29 +1000, Stephen Rothwell wrote:
> Hi James,
>
> On Mon, 27 Jun 2016 09:16:38 -0700 James Bottomley <
> James.Bottomley@HansenPartnership.com> wrote:
> >
> > Since I'd effectively become binfmt_misc maintainer when these
> > patches get merged on the last person to touch it owns it
> > principle, it makes sense to begin now more formally. The tree is
> > at
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_misc.git
> > for-next
> >
> > It currently contains four patches adding the container emulation
> > infrastructure from the persistent-handlers branch.
>
> Added from today. I only found 3 patches, though:
>
> 4af75df6a410 binfmt_misc: add F option description to documentation
> 948b701a607f binfmt_misc: add persistent opened binary handler for
> containers
> 9a08c352d053 fs: add filp_clone_open API
Yes, that's right, sorry, I can't count.
> Thanks for adding your subsystem tree as a participant of linux-next.
> As you may know, this is not a judgement of your code. The purpose
> of linux-next is for integration testing and to lower the impact of
> conflicts between subsystems in the next merge window.
>
> You will need to ensure that the patches/commits in your tree/series
> have
> been:
> * submitted under GPL v2 (or later) and include the
> Contributor's Signed-off-by,
> * posted to the relevant mailing list,
> * reviewed by you (or another maintainer of your subsystem
> tree),
> * successfully unit tested, and
> * destined for the current or next Linux merge window.
>
> Basically, this should be just what you would send to Linus (or ask
> him to fetch). It is allowed to be rebased if you deem it necessary.
Thanks,
James
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <1467044198.2264.19.camel-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>]
* Re: Can you add the binfmt_misc tree to linux-next?
[not found] ` <1467044198.2264.19.camel-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
@ 2016-06-27 23:29 ` Stephen Rothwell
0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2016-06-27 23:29 UTC (permalink / raw)
To: James Bottomley
Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA, Linux Containers,
linux-next-u79uwXL29TY76Z2rM5mHXA
Hi James,
On Mon, 27 Jun 2016 09:16:38 -0700 James Bottomley <James.Bottomley-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org> wrote:
>
> Since I'd effectively become binfmt_misc maintainer when these patches
> get merged on the last person to touch it owns it principle, it makes
> sense to begin now more formally. The tree is at
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_misc.git for-next
>
> It currently contains four patches adding the container emulation
> infrastructure from the persistent-handlers branch.
Added from today. I only found 3 patches, though:
4af75df6a410 binfmt_misc: add F option description to documentation
948b701a607f binfmt_misc: add persistent opened binary handler for containers
9a08c352d053 fs: add filp_clone_open API
Thanks for adding your subsystem tree as a participant of linux-next. As
you may know, this is not a judgement of your code. The purpose of
linux-next is for integration testing and to lower the impact of
conflicts between subsystems in the next merge window.
You will need to ensure that the patches/commits in your tree/series have
been:
* submitted under GPL v2 (or later) and include the Contributor's
Signed-off-by,
* posted to the relevant mailing list,
* reviewed by you (or another maintainer of your subsystem tree),
* successfully unit tested, and
* destined for the current or next Linux merge window.
Basically, this should be just what you would send to Linus (or ask him
to fetch). It is allowed to be rebased if you deem it necessary.
--
Cheers,
Stephen Rothwell
sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org
^ permalink raw reply [flat|nested] 6+ messages in thread
* Can you add the binfmt_misc tree to linux-next?
@ 2016-06-27 16:16 James Bottomley
0 siblings, 0 replies; 6+ messages in thread
From: James Bottomley @ 2016-06-27 16:16 UTC (permalink / raw)
To: Stephen Rothwell
Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA, Linux Containers,
linux-next-u79uwXL29TY76Z2rM5mHXA
Since I'd effectively become binfmt_misc maintainer when these patches
get merged on the last person to touch it owns it principle, it makes
sense to begin now more formally. The tree is at
git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_misc.git for-next
It currently contains four patches adding the container emulation
infrastructure from the persistent-handlers branch.
Thanks,
James
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-06-27 23:57 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-27 16:16 Can you add the binfmt_misc tree to linux-next? James Bottomley
2016-06-27 23:29 ` Stephen Rothwell
[not found] ` <20160628092914.7ab1b37e-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2016-06-27 23:57 ` James Bottomley
2016-06-27 23:57 ` James Bottomley
[not found] ` <1467044198.2264.19.camel-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
2016-06-27 23:29 ` Stephen Rothwell
-- strict thread matches above, loose matches on Subject: below --
2016-06-27 16:16 James Bottomley
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.