Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751842AbaGFJiV (ORCPT ); Sun, 6 Jul 2014 05:38:21 -0400 Received: from mail-ig0-f171.google.com ([209.85.213.171]:33875 "EHLO mail-ig0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751513AbaGFJiT (ORCPT ); Sun, 6 Jul 2014 05:38:19 -0400 MIME-Version: 1.0 From: Grant Likely Date: Sun, 6 Jul 2014 10:37:58 +0100 X-Google-Sender-Auth: AY9dnV-fvSTdlQoLScr-W3kKgsk Message-ID: Subject: [GIT PULL] bug fix for devicetree memory parsing To: Linus Torvalds , Rob Herring , Laura Abbott , "devicetree@vger.kernel.org" , Linux Kernel Mailing List Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Can you pull this bug fix into your tree please? Thanks, g. The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee: Linux 3.16-rc2 (2014-06-21 19:02:54 -1000) are available in the git repository at: git://git.secretlab.ca/git/linux tags/dt-for-linus for you to fetch changes up to a67a6ed15513541579d38bcbd127e7be170710e5: of: Check for phys_addr_t overflows in early_init_dt_add_memory_arch (2014-06-26 17:28:28 +0100) ---------------------------------------------------------------- Devicetree bugfixe for v3.16 Important bug fix for parsing 64-bit addresses on 32-bit platforms. Without this patch the kernel will try to use memory ranges that cannot be reached. ---------------------------------------------------------------- Laura Abbott (1): of: Check for phys_addr_t overflows in early_init_dt_add_memory_arch drivers/of/fdt.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/