mbox

[GIT,PULL] ARM: mvebu: fixes-non-critical for v3.12 (last one)

Message ID 20130903122449.GF19598@titan.lakedaemon.net
State New
Headers show

Pull-request

git://git.infradead.org/linux-mvebu.git tags/fixes-non-3.12-3

Message

Jason Cooper Sept. 3, 2013, 12:24 p.m. UTC
Arnd, Olof, Kevin,

Here's the last mvebu/fixes-non-critical pull for v3.12, these came in
late and have been in -next for about a week.

thx,

Jason.


The following changes since commit 35faad2a1563b3d4dc983a82ac41033fe053870c:

  ARM: dts: Fix memory node in skeleton64.dtsi (2013-08-07 16:33:50 +0000)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/fixes-non-3.12-3

for you to fetch changes up to 4e611ae7ef492fd857f64827efda3eea09f75233:

  bus: mvebu: add missing of_node_put() to fix reference leak (2013-08-27 14:33:38 +0000)

----------------------------------------------------------------
mvebu fixes-non-critical for v3.12 (round 3)

 - mvebu
    - fix reference leaks by adding missing of_node_put()'s.

----------------------------------------------------------------
Jisheng Zhang (2):
      arm: mvebu: add missing of_node_put() to fix reference leak
      bus: mvebu: add missing of_node_put() to fix reference leak

 arch/arm/mach-mvebu/armada-370-xp.c     | 1 +
 arch/arm/mach-mvebu/coherency.c         | 8 +++++++-
 arch/arm/mach-mvebu/platsmp.c           | 1 +
 arch/arm/mach-mvebu/pmsu.c              | 1 +
 arch/arm/mach-mvebu/system-controller.c | 1 +
 drivers/bus/mvebu-mbus.c                | 6 +++++-
 6 files changed, 16 insertions(+), 2 deletions(-)

Comments

Olof Johansson Sept. 10, 2013, 12:46 a.m. UTC | #1
Hi,

On Tue, Sep 3, 2013 at 5:24 AM, Jason Cooper <jason@lakedaemon.net> wrote:
> Arnd, Olof, Kevin,
>
> Here's the last mvebu/fixes-non-critical pull for v3.12, these came in
> late and have been in -next for about a week.
>
> thx,
>
> Jason.
>
>
> The following changes since commit 35faad2a1563b3d4dc983a82ac41033fe053870c:
>
>   ARM: dts: Fix memory node in skeleton64.dtsi (2013-08-07 16:33:50 +0000)
>
> are available in the git repository at:
>
>   git://git.infradead.org/linux-mvebu.git tags/fixes-non-3.12-3
>
> for you to fetch changes up to 4e611ae7ef492fd857f64827efda3eea09f75233:
>
>   bus: mvebu: add missing of_node_put() to fix reference leak (2013-08-27 14:33:38 +0000)

These don't seem to apply cleanly, I'm guessing because of the
branches that we deferred to 3.13. If that's the case, then just fold
them in there where appropriate.


-Olof