Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1300673 > unrolled thread

Re: a configfs update for 4.5, and the configfs tree question

Started byChristoph Hellwig <hch@lst.de>
First post2016-01-04 13:00 +0100
Last post2016-01-05 05:10 +0100
Articles 4 — 4 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: a configfs update for 4.5, and the configfs tree question Christoph Hellwig <hch@lst.de> - 2016-01-04 13:00 +0100
    Re: a configfs update for 4.5, and the configfs tree question Fengguang Wu <fengguang.wu@intel.com> - 2016-01-04 13:40 +0100
    Re: a configfs update for 4.5, and the configfs tree question Stephen Rothwell <sfr@canb.auug.org.au> - 2016-01-04 21:50 +0100
    Re: a configfs update for 4.5, and the configfs tree question Joel Becker <jlbec@evilplan.org> - 2016-01-05 05:10 +0100

#1300673 — Re: a configfs update for 4.5, and the configfs tree question

FromChristoph Hellwig <hch@lst.de>
Date2016-01-04 13:00 +0100
SubjectRe: a configfs update for 4.5, and the configfs tree question
Message-ID<qNbXQ-2ZX-37@gated-at.bofh.it>
On Tue, Dec 29, 2015 at 03:05:30PM -0800, Joel Becker wrote:
> 
> Hoi,
> 
> I'm well aware that I've caught some reviews and missed some others.  I
> support funneling through hch's tree here.

Thanks.  I've created a separate repo for configfs:

	git://git.infradead.org/users/hch/configfs.git

gitweb:

	http://git.infradead.org/users/hch/configfs.git

this has the binary attribute patch with the most important
review fixes, and the patch attached below to add myself as co-maintainer
and update the git repo in MAINTAINERS.  I'd like a signoff from you
for that second one and then move it to for-next.

Fengguang, can you give this tree the full buildbot treatment?

Stephen, can you add

	git://git.infradead.org/users/hch/configfs.git for-next

to for-next?  It's currently emptry but will contain the two commits
from the pending branch as soon as I get the signoff from Joel.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1300717

FromFengguang Wu <fengguang.wu@intel.com>
Date2016-01-04 13:40 +0100
Message-ID<qNcAy-3to-9@gated-at.bofh.it>
In reply to#1300673
On Mon, Jan 04, 2016 at 12:51:01PM +0100, Christoph Hellwig wrote:
> On Tue, Dec 29, 2015 at 03:05:30PM -0800, Joel Becker wrote:
> > 
> > Hoi,
> > 
> > I'm well aware that I've caught some reviews and missed some others.  I
> > support funneling through hch's tree here.
> 
> Thanks.  I've created a separate repo for configfs:
> 
> 	git://git.infradead.org/users/hch/configfs.git

[snip]

> Fengguang, can you give this tree the full buildbot treatment?

OK, done.

Thanks,
Fengguang
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1301074

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-01-04 21:50 +0100
Message-ID<qNkeL-8sV-15@gated-at.bofh.it>
In reply to#1300673
Hi Christoph,

On Mon, 4 Jan 2016 12:51:01 +0100 Christoph Hellwig <hch@lst.de> wrote:
>
> Stephen, can you add
> 
> 	git://git.infradead.org/users/hch/configfs.git for-next
> 
> to for-next?  It's currently emptry but will contain the two commits
> from the pending branch as soon as I get the signoff from Joel.

Added from today.

Thanks for adding your subsystem tree as a participant of linux-next.  As
you may know, this is not a judgment 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1301267

FromJoel Becker <jlbec@evilplan.org>
Date2016-01-05 05:10 +0100
Message-ID<qNr6x-4XA-1@gated-at.bofh.it>
In reply to#1300673
On Mon, Jan 04, 2016 at 12:51:01PM +0100, Christoph Hellwig wrote:
> On Tue, Dec 29, 2015 at 03:05:30PM -0800, Joel Becker wrote:
> > 
> > Hoi,
> > 
> > I'm well aware that I've caught some reviews and missed some others.  I
> > support funneling through hch's tree here.
> 
> Thanks.  I've created a separate repo for configfs:
> 
> 	git://git.infradead.org/users/hch/configfs.git
> 
> gitweb:
> 
> 	http://git.infradead.org/users/hch/configfs.git
> 
> this has the binary attribute patch with the most important
> review fixes, and the patch attached below to add myself as co-maintainer
> and update the git repo in MAINTAINERS.  I'd like a signoff from you
> for that second one and then move it to for-next.

commit 4170b875784c85790388952200ee1432cdb70793
Signed-off-by: Joel Becker <jlbec@evilplan.org>

-- 

"What no boss of a programmer can ever understand is that a programmer
 is working when he's staring out of the window"
	- With apologies to Burton Rascoe

			http://www.jlbec.org/
			jlbec@evilplan.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web