mbox series

[GIT,PULL] Integrator fixes for v5.0+

Message ID CACRpkdb22-JT3GeJeqcOdXYJa9MyGMhujHxX-RgZOk7kbEkejw@mail.gmail.com (mailing list archive)
State Mainlined, archived
Commit 21face6f0d4d033d949d5517f307a15f76a9d9f2
Headers show
Series [GIT,PULL] Integrator fixes for v5.0+ | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git

Message

Linus Walleij Jan. 11, 2019, 3:07 p.m. UTC
Hi ARM SoC maintainers,

these are some overdue fixes for the Integrator.

It's your choice whether to queue for fixes or defer to v5.1, there are
not many users out there, at the same time it is nice if the code is
in shape.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/integrator-fixes-armsoc

for you to fetch changes up to 21face6f0d4d033d949d5517f307a15f76a9d9f2:

  ARM: integrator: impd1: use struct_size() in devm_kzalloc()
(2019-01-11 13:33:00 +0100)

----------------------------------------------------------------
Fixes for the Integrator:
- Handle failed allocations in the IM/PC bus attachment.
- Use struct_size() for allocation.

----------------------------------------------------------------
Gustavo A. R. Silva (1):
      ARM: integrator: impd1: use struct_size() in devm_kzalloc()

Nicholas Mc Guire (1):
      gpio: pl061: handle failed allocations

 arch/arm/mach-integrator/impd1.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Comments

Olof Johansson Jan. 13, 2019, 6:03 a.m. UTC | #1
On Fri, Jan 11, 2019 at 04:07:21PM +0100, Linus Walleij wrote:
> Hi ARM SoC maintainers,
> 
> these are some overdue fixes for the Integrator.
> 
> It's your choice whether to queue for fixes or defer to v5.1, there are
> not many users out there, at the same time it is nice if the code is
> in shape.
> 
> Please pull it in!
> 
> Yours,
> Linus Walleij
> 
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
> 
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
> tags/integrator-fixes-armsoc
> 
> for you to fetch changes up to 21face6f0d4d033d949d5517f307a15f76a9d9f2:
> 
>   ARM: integrator: impd1: use struct_size() in devm_kzalloc()
> (2019-01-11 13:33:00 +0100)
> 
> ----------------------------------------------------------------
> Fixes for the Integrator:
> - Handle failed allocations in the IM/PC bus attachment.
> - Use struct_size() for allocation.

Merged, thanks!


-Olof