mbox series

[GIT,PULL] Qualcomm Fixes for 4.16

Message ID 1516572157-968-1-git-send-email-andy.gross@linaro.org
State New
Headers show
Series [GIT,PULL] Qualcomm Fixes for 4.16 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-fixes-for-4.16

Message

Andy Gross Jan. 21, 2018, 10:02 p.m. UTC
Arnd/Olof/Kevin,

Please take this fix for 4.16.  This applies on top of the current next
(next-20190119).

Thanks,

Andy

The following changes since commit 761914dd2975bc443024f0ec10a66a26b7186ec2:

  Add linux-next specific files for 20180119 (2018-01-19 17:51:17 +1100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-fixes-for-4.16

for you to fetch changes up to a218c67e4eb95287129b56c20a94b9ea0d8917e5:

  of: platform: fix OF node refcount leak (2018-01-21 15:01:34 -0600)

----------------------------------------------------------------
Qualcomm Fixes for 4.16

* Fix OF node refcount leak

----------------------------------------------------------------
Sudeep Holla (1):
      of: platform: fix OF node refcount leak

 drivers/of/platform.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Jan. 22, 2018, 11:33 a.m. UTC | #1
On Sun, Jan 21, 2018 at 11:02 PM, Andy Gross <andy.gross@linaro.org> wrote:
> Arnd/Olof/Kevin,
>
> Please take this fix for 4.16.  This applies on top of the current next
> (next-20190119).
>
> Thanks,
>
> Andy
>
> The following changes since commit 761914dd2975bc443024f0ec10a66a26b7186ec2:
>
>   Add linux-next specific files for 20180119 (2018-01-19 17:51:17 +1100)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-fixes-for-4.16

I assume you didn't actually mean to send a pull request based on top
of linux-next
but instead had a branch on top of the one you sent previously.

I cherry-picked the one commit you want into the next/drivers branch!

     Arnd
Andy Gross Jan. 22, 2018, 4:14 p.m. UTC | #2
On Mon, Jan 22, 2018 at 12:33:11PM +0100, Arnd Bergmann wrote:
> On Sun, Jan 21, 2018 at 11:02 PM, Andy Gross <andy.gross@linaro.org> wrote:
> > Arnd/Olof/Kevin,
> >
> > Please take this fix for 4.16.  This applies on top of the current next
> > (next-20190119).
> >
> > Thanks,
> >
> > Andy
> >
> > The following changes since commit 761914dd2975bc443024f0ec10a66a26b7186ec2:
> >
> >   Add linux-next specific files for 20180119 (2018-01-19 17:51:17 +1100)
> >
> > are available in the git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-fixes-for-4.16
> 
> I assume you didn't actually mean to send a pull request based on top
> of linux-next
> but instead had a branch on top of the one you sent previously.
> 
> I cherry-picked the one commit you want into the next/drivers branch!

Ack, not sure what I was thinking.  Glad you sorted it out.

Thanks for taking this in!

Andy