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]
Date:	Thu, 25 Sep 2014 14:18:12 +0100
From:	Grant Likely <grant.likely@...retlab.ca>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>
Subject: [GIT PULL] Devicetree bug fixes and documentation for v3.17

Hi Linus,

Please pull the following bugfix branch. Description below...

Thanks,
g.

The following changes since commit 2ce7598c9a453e0acd0e07be7be3f5eb39608ebd:

  Linux 3.17-rc4 (2014-09-07 16:09:43 -0700)

are available in the git repository at:

  git://git.secretlab.ca/git/linux tags/devicetree-for-linus

for you to fetch changes up to 9aacd602f0246f1b1f3c4684b2ab13d0772976f7:

  of/fdt: fix memory range check (2014-09-25 11:55:50 +0100)

----------------------------------------------------------------
Devicetree bug fixes and documentation for v3.17

Several bug fix commits for issues found in the v3.17 rc series. Most of
these are minor in that they aren't actively dangerous, but they have
been seen in the wild. The one important fix is 7dbe5849fb, "of: make
sure of_alias is initialized before accessing it", without which some
powerpc platforms will fail to find stdout for the console.

----------------------------------------------------------------
Brian Norris (1):
      of: correct of_console_check()'s return value

Gaurav Minocha (2):
      of: Disabling OF functions that use sysfs if CONFIG_SYSFS disabled
      of: Documentation regarding attaching OF Selftest testdata

Geert Uytterhoeven (1):
      of: Fix memory block alignment in early_init_dt_add_memory_arch()

Laurentiu Tudor (1):
      of: make sure of_alias is initialized before accessing it

Srinivas Kandagatla (1):
      of/fdt: fix memory range check

 Documentation/devicetree/of_selftest.txt | 211 +++++++++++++++++++++++++++++++
 drivers/of/base.c                        |  16 ++-
 drivers/of/dynamic.c                     |   3 +
 drivers/of/fdt.c                         |  14 +-
 4 files changed, 237 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/devicetree/of_selftest.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ