mbox series

[GIT,PULL] Qualcomm Driver Fixes for 4.17-rc7

Message ID 1527220509-23245-1-git-send-email-andy.gross@linaro.org
State New
Headers show
Series [GIT,PULL] Qualcomm Driver Fixes for 4.17-rc7 | expand

Pull-request

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

Message

Andy Gross May 25, 2018, 3:55 a.m. UTC
The following changes since commit 771c577c23bac90597c685971d7297ea00f99d11:

  Linux 4.17-rc6 (2018-05-20 15:31:38 -0700)

are available in the git repository at:

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

for you to fetch changes up to 5ec3444c8346c922316f4effafa8afc17defda0e:

  firmware: qcom: scm: Fix crash in qcom_scm_call_atomic1() (2018-05-24 22:36:45 -0500)

----------------------------------------------------------------
Qualcomm Fixes for 4.17-rc7

* Fix crash in qcom_scm_call_atomic1()

----------------------------------------------------------------
Niklas Cassel (1):
      firmware: qcom: scm: Fix crash in qcom_scm_call_atomic1()

 drivers/firmware/qcom_scm-32.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Olof Johansson May 25, 2018, 10:01 p.m. UTC | #1
On Thu, May 24, 2018 at 10:55:09PM -0500, Andy Gross wrote:
> The following changes since commit 771c577c23bac90597c685971d7297ea00f99d11:
> 
>   Linux 4.17-rc6 (2018-05-20 15:31:38 -0700)

This is a newer -rc than I had for fixes, so I had to move forward. Feel
free to use as old an rc as you can on these branches too.

> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-fixes-for-4.17-rc7
> 
> for you to fetch changes up to 5ec3444c8346c922316f4effafa8afc17defda0e:
> 
>   firmware: qcom: scm: Fix crash in qcom_scm_call_atomic1() (2018-05-24 22:36:45 -0500)


Merged, thanks!


-Olof
Andy Gross May 25, 2018, 10:42 p.m. UTC | #2
On Fri, May 25, 2018 at 03:01:24PM -0700, Olof Johansson wrote:
> On Thu, May 24, 2018 at 10:55:09PM -0500, Andy Gross wrote:
> > The following changes since commit 771c577c23bac90597c685971d7297ea00f99d11:
> > 
> >   Linux 4.17-rc6 (2018-05-20 15:31:38 -0700)
> 
> This is a newer -rc than I had for fixes, so I had to move forward. Feel
> free to use as old an rc as you can on these branches too.

Oops.  I should have just used -rc1.  Sorry for that.

Andy