linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Christoph Hellwig <hch@lst.de>,
	Jonathan Cameron <jic23@jic23.retrosnub.co.uk>
Cc: Lars-Peter Clausen <lars@metafoo.de>,
	Daniel Baluta <daniel.baluta@intel.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Joel Becker <jlbec@evilplan.org>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
	linux-fsdevel@vger.kernel.org, Hartmut Knaack <knaack.h@gmx.de>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	"octavian.purdila@intel.com" <octavian.purdila@intel.com>,
	Paul Bolle <pebolle@tiscali.nl>,
	patrick.porlan@intel.com, Adriana Reus <adriana.reus@intel.com>,
	constantin.musca@intel.com, marten@intuitiveaerial.com,
	Cristina Georgiana Opriceana <cristina.opriceana@gmail.com>,
	Peter Meerwald <pmeerw@pmeerw.net>,
	viro@zeniv.linux.org.uk, Greg KH <gregkh@linuxfoundation.org>
Subject: Re: [PATCH v10 1/5] configfs: Allow dynamic group creation
Date: Sun, 8 Nov 2015 15:30:03 +0000	[thread overview]
Message-ID: <563F6A7B.8000507@kernel.org> (raw)
In-Reply-To: <20151107130947.GA23086@lst.de>

On 07/11/15 13:09, Christoph Hellwig wrote:
> On Fri, Nov 06, 2015 at 05:38:53PM +0000, Jonathan Cameron wrote:
>> Yup. I'd have no objection to a direct request to Linus to take this as a one off. 
> 
> I'd appreciate if you could give it a try.
Unfortunately this would fall out of scope for me to send.  The bit we care
about is definitely a file system code change in configfs.  Whilst
the first user will probably be IIO, I can't justify to Linus why 
it is necessary to put this in place ASAP rather than via normal paths
(which in my case is via Greg)

If Joel was active I'd suggest it should come from him if we want to try
this, as he isn't (as a side note, we should probably update the MAINTAINERS
entry to mark it as unmaintained I guess), who ends up being maintainer of
last resort for file systems?
<quick git log browse later>

I'd say you need to make a case to Al Viro or Andrew Morton.

> 
>> Or we can do an immutable branch and pull it into all relevant subtrees so all
>> users can hit mainline all in 4.5 without waiting for a cycle. That tends to work well for bits like this.
> 
> That would be the second best option.
I can do this easily enough and it's probably my preferred option.  

Jonathan
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


  reply	other threads:[~2015-11-08 15:30 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23 15:33 [PATCH v10 0/5] Add initial configfs support for IIO Daniel Baluta
2015-10-23 15:33 ` [PATCH v10 1/5] configfs: Allow dynamic group creation Daniel Baluta
2015-11-06  7:50   ` Christoph Hellwig
2015-11-06  8:48     ` Daniel Baluta
2015-11-06  9:31       ` Lars-Peter Clausen
     [not found]         ` <A334FE9C-F187-4304-AA98-6A40347AF731@jic23.retrosnub.co.uk>
2015-11-07 13:09           ` Christoph Hellwig
2015-11-08 15:30             ` Jonathan Cameron [this message]
2015-11-10  6:51   ` Christoph Hellwig
2015-11-10 21:12     ` Andrew Morton
2015-11-11  6:43       ` Jonathan Cameron
2015-11-15 10:39         ` Jonathan Cameron
2015-11-17 23:47           ` Andrew Morton
2015-11-18  7:33             ` Jonathan Cameron
2015-11-29 17:27               ` Jonathan Cameron
2015-12-02 18:32                 ` Jonathan Cameron
2015-11-11 23:08       ` Joel Becker
2015-10-23 15:33 ` [PATCH v10 2/5] iio: core: Introduce IIO configfs support Daniel Baluta
2015-10-24  9:11   ` Matt Ranostay
2015-10-23 15:33 ` [PATCH v10 3/5] iio: core: Introduce IIO software triggers Daniel Baluta
2015-10-23 16:38   ` [PATCH] iio: core: fix ptr_ret.cocci warnings kbuild test robot
2015-10-23 16:38   ` [PATCH v10 3/5] iio: core: Introduce IIO software triggers kbuild test robot
2015-10-23 15:33 ` [PATCH v10 4/5] iio: trigger: Introduce IIO hrtimer based trigger Daniel Baluta
2015-10-23 15:33 ` [PATCH v10 5/5] iio: Documentation: Add IIO configfs documentation Daniel Baluta
2015-10-27  8:35   ` Crt Mori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=563F6A7B.8000507@kernel.org \
    --to=jic23@kernel.org \
    --cc=adriana.reus@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=constantin.musca@intel.com \
    --cc=cristina.opriceana@gmail.com \
    --cc=daniel.baluta@intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hch@lst.de \
    --cc=jic23@jic23.retrosnub.co.uk \
    --cc=jlbec@evilplan.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marten@intuitiveaerial.com \
    --cc=octavian.purdila@intel.com \
    --cc=patrick.porlan@intel.com \
    --cc=pebolle@tiscali.nl \
    --cc=pmeerw@pmeerw.net \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).