lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAL_JsqLGTxEqS6Ki+UVpOJq9MDPnLVtfSy7fYQRdYuZJkoYxtw@mail.gmail.com>
Date:   Thu, 18 Aug 2016 20:12:28 -0500
From:   Rob Herring <robherring2@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
        Frank Rowand <frowand.list@...il.com>,
        Mark Rutland <mark.rutland@....com>
Subject: DeviceTree fixes for 4.8

Hi Linus,

Please pull for 4.8. Details below.

Rob


The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
tags/devicetree-fixes-for-4.8

for you to fetch changes up to 34276bb062b8449b3b0a208c9b848a1a27920075:

  of: fix reference counting in of_graph_get_endpoint_by_regs
(2016-08-15 11:15:05 -0500)

----------------------------------------------------------------
DeviceTree fixes for 4.8:

- Couple of DT node ref counting fixes

- Fix __unflatten_device_tree for PPC PCI hotplug case

- Rework marking irq controllers as OF_POPULATED in cases where real
driver is used.

- Disable of_platform_default_populate_init on PPC. The change in
initcall order causes problems which need to be sorted out later.

----------------------------------------------------------------
Gavin Shan (1):
      drivers/of: Validate device node in __unflatten_device_tree()

Kevin Hao (1):
      of/platform: disable the of_platform_default_populate_init() for
all the ppc boards

Lucas Stach (1):
      of: fix reference counting in of_graph_get_endpoint_by_regs

Markus Elfring (1):
      of: Delete an unnecessary check before the function call "of_node_put"

Philipp Zabel (2):
      of/irq: Mark interrupt controllers as populated before initialisation
      ARM: imx6: mark GPC node as not populated after irq init to
probe pm domain driver

 arch/arm/mach-imx/gpc.c |  6 ++++++
 drivers/of/base.c       | 14 +++-----------
 drivers/of/fdt.c        |  2 +-
 drivers/of/irq.c        |  5 +++--
 drivers/of/platform.c   |  2 ++
 5 files changed, 15 insertions(+), 14 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ