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:	Sat, 11 Jun 2016 11:06:04 -0500
From:	Rob Herring <robherring2@...il.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Frank Rowand <frowand.list@...il.com>,
	Mark Rutland <mark.rutland@....com>,
	"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Devicetree fixes for 4.7

Hi Linus,

Please pull DT fixes for 4.7. Details below.

Rob

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -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.7

for you to fetch changes up to 06dfeef88573cf032e5c27e37f80ff5237b3318a:

  drivers: of: add definition of
early_init_dt_alloc_reserved_memory_arch (2016-06-09 14:38:22 -0500)

----------------------------------------------------------------
DeviceTree fixes for 4.7-rc:

- Fix unflatten_dt_nodes when dad parameter is set.

- Add vendor prefixes for TechNexion and UniWest

- Documentation fix for Marvell BT

- OF IRQ kerneldoc fixes

- Restrict CMA alignment adjustments to non dma-coherent

- Couple of warning fixes in reserved-memory code

- DT maintainers updates

----------------------------------------------------------------
Ben Dooks (1):
      drivers: of: add definition of early_init_dt_alloc_reserved_memory_arch

Fabio Estevam (1):
      dt-bindings: Add vendor prefix for TechNexion

Gavin Shan (1):
      drivers/of: Fix depth for sub-tree blob in unflatten_dt_nodes()

Jaewon (1):
      drivers: of: of_reserved_mem: fixup the CMA alignment not to
affect dma-coherent

Joshua Clayton (1):
      of: add vendor prefix for UniWest

Kuninori Morimoto (1):
      of: add missing const for of_parse_phandle_with_args() in !CONFIG_OF

Rob Herring (1):
      MAINTAINERS: DeviceTree maintainer updates

Robin Murphy (1):
      drivers: of: Fix of_pci.h header guard

Sergei Shtylyov (1):
      of: irq: fix of_irq_get[_byname]() kernel-doc

Stephen Rothwell (1):
      of: silence warnings due to max() usage

Wei-Ning Huang (1):
      dt: bindings: fix documentation for MARVELL's bt-sd8xxx wireless device

 .../devicetree/bindings/net/marvell-bt-sd8xxx.txt     |  8 ++++----
 Documentation/devicetree/bindings/vendor-prefixes.txt |  2 ++
 MAINTAINERS                                           |  7 ++-----
 drivers/of/fdt.c                                      | 15 +++++++++++++--
 drivers/of/irq.c                                      | 19 ++++++++++---------
 drivers/of/of_reserved_mem.c                          | 11 +++++++++--
 include/linux/of.h                                    |  2 +-
 include/linux/of_pci.h                                |  2 +-
 include/linux/of_reserved_mem.h                       |  7 +++++++
 9 files changed, 49 insertions(+), 24 deletions(-)

Powered by blists - more mailing lists