From: Greg KH <gregkh@linuxfoundation.org>
To: Christian Brauner <christian@brauner.io>
Cc: Wei Yongjun <weiyongjun1@huawei.com>,
devel@driverdev.osuosl.org, tkjos@android.com,
kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
arve@android.com, joel@joelfernandes.org, maco@android.com
Subject: Re: [PATCH -next] binderfs: fix error return code in binderfs_fill_super()
Date: Wed, 16 Jan 2019 06:53:04 +0000 [thread overview]
Message-ID: <20190116065304.GA26290@kroah.com> (raw)
In-Reply-To: <20190116062825.thzsb5edkihepgm4@brauner.io>
On Wed, Jan 16, 2019 at 07:28:26AM +0100, Christian Brauner wrote:
> On Wed, Jan 16, 2019 at 07:25:46AM +0100, Christian Brauner wrote:
> > On Wed, Jan 16, 2019 at 03:01:04AM +0000, Wei Yongjun wrote:
> > > Fix to return a negative error code -ENOMEM from the new_inode() and
> > > d_make_root() error handling cases instead of 0, as done elsewhere in
> > > this function.
> > >
> > > Fixes: 3ad20fe393b3 ("binder: implement binderfs")
>
> This Fixes tag is technically wrong since this codepath was introduced
> by a commit that is still sitting in Greg's char-misc-linus branch. Not
> sure how to handle that though. Might just leave it.
Use the git commit id of the patch in that branch, it is not going to
change as I do not rebase that branch.
thanks,
greg k-h
WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@linuxfoundation.org>
To: Christian Brauner <christian@brauner.io>
Cc: Wei Yongjun <weiyongjun1@huawei.com>,
devel@driverdev.osuosl.org, tkjos@android.com,
kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
arve@android.com, joel@joelfernandes.org, maco@android.com
Subject: Re: [PATCH -next] binderfs: fix error return code in binderfs_fill_super()
Date: Wed, 16 Jan 2019 07:53:04 +0100 [thread overview]
Message-ID: <20190116065304.GA26290@kroah.com> (raw)
In-Reply-To: <20190116062825.thzsb5edkihepgm4@brauner.io>
On Wed, Jan 16, 2019 at 07:28:26AM +0100, Christian Brauner wrote:
> On Wed, Jan 16, 2019 at 07:25:46AM +0100, Christian Brauner wrote:
> > On Wed, Jan 16, 2019 at 03:01:04AM +0000, Wei Yongjun wrote:
> > > Fix to return a negative error code -ENOMEM from the new_inode() and
> > > d_make_root() error handling cases instead of 0, as done elsewhere in
> > > this function.
> > >
> > > Fixes: 3ad20fe393b3 ("binder: implement binderfs")
>
> This Fixes tag is technically wrong since this codepath was introduced
> by a commit that is still sitting in Greg's char-misc-linus branch. Not
> sure how to handle that though. Might just leave it.
Use the git commit id of the patch in that branch, it is not going to
change as I do not rebase that branch.
thanks,
greg k-h
next prev parent reply other threads:[~2019-01-16 6:53 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-16 2:55 [PATCH -next] binderfs: fix error return code in binderfs_fill_super() Wei Yongjun
2019-01-16 3:01 ` Wei Yongjun
2019-01-16 6:25 ` Christian Brauner
2019-01-16 6:25 ` Christian Brauner
2019-01-16 6:28 ` Christian Brauner
2019-01-16 6:28 ` Christian Brauner
2019-01-16 6:53 ` Greg KH [this message]
2019-01-16 6:53 ` Greg KH
2019-01-16 8:54 ` Dan Carpenter
2019-01-16 8:54 ` Dan Carpenter
2019-01-16 8:34 ` [PATCH -next v2] " Wei Yongjun
2019-01-16 8:34 ` Wei Yongjun
2019-01-16 8:41 ` Christian Brauner
2019-01-16 8:41 ` Christian Brauner
2019-01-16 8:45 ` Christian Brauner
2019-01-16 8:45 ` Christian Brauner
2019-01-16 10:39 ` [PATCH v3] " Wei Yongjun
2019-01-16 10:39 ` Wei Yongjun
2019-01-16 10:34 ` weiyongjun (A)
2019-01-16 10:42 ` [PATCH v4] " Wei Yongjun
2019-01-16 10:42 ` Wei Yongjun
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=20190116065304.GA26290@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=arve@android.com \
--cc=christian@brauner.io \
--cc=devel@driverdev.osuosl.org \
--cc=joel@joelfernandes.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maco@android.com \
--cc=tkjos@android.com \
--cc=weiyongjun1@huawei.com \
/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 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.