Received: by 2002:a17:90a:9103:0:0:0:0 with SMTP id k3csp11804702pjo; Thu, 2 Jan 2020 14:34:37 -0800 (PST) X-Google-Smtp-Source: APXvYqzGgheptUOwcrilYAHKWwZotlhWx7juN9xRUZir+nErPPxFG2mR5r1icyJzpjNWL2T6sEGx X-Received: by 2002:aca:f20b:: with SMTP id q11mr2948939oih.78.1578004476796; Thu, 02 Jan 2020 14:34:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578004476; cv=none; d=google.com; s=arc-20160816; b=N0hUWRPKpWrJ4T4p2reePcyFtTb7Y6hrz9XtUqFi+Lcygv/auRwXzRrK1yNe3pV581 pHflq+n5EfMpvaKLtWwEYfJVJFhc12LNg8rhl0ChtcbrRXUPO+GApINlZiWljSAHpTNh xC3jXBz9Oqv3lF0hJqa2S8xSTGNGtM9tGi2htwxhMDEypYBg10sd259/kyl946I1SXbI E8dPlvX1wfkjsyTYuJgEKvnS3mwuYaH27GZ5AygqFRM5yipfDE1qIm8zJuSNrMU3PT6K MzUYlWfky0NO8ZuDiw1U8yky6Vs88Ayk6q4uB2ixAGGITKArR1EIQ7eibuf3Yye9ZCPi X48A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=l+v0UJsJh1WVSW2zBMo+Pe0en0fH8se+nDcpesp9v3A=; b=ztQNOZ/wUYqcOrXN9COBdC/hUytA6Q9249J/dgvRGdDx/k7MH216PQ1fT+8kvgowdv 2SfoRcPShlkZu4tPfLs/YqZB4wDRJMj6gQljnR4EirWarJO5JvOcZNwkGaD4ndLbdPUf /e3NfMP/jF4G/0cfcOer3yqKvOtQyeLHjqg1iqGNmPsaWLE8cXlkVPJEAOZF20q7XOKe XStU4CA+tHh1yO9sQBW9LBVfq12s49OHpgwX8wcuFtW5mTFFE4Nfke39Rvk6VBmukDzb DH49s1O835lZNF+5QnyZ/uckGhaUYhjldJTP8yWtJ9gUrx0DnpPZVJGf7d05uINYPxW3 /VRA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=OLT5+ZUN; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 17si12557235oix.22.2020.01.02.14.34.25; Thu, 02 Jan 2020 14:34:36 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=OLT5+ZUN; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730466AbgABWcw (ORCPT + 99 others); Thu, 2 Jan 2020 17:32:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:39508 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729861AbgABWcq (ORCPT ); Thu, 2 Jan 2020 17:32:46 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 04BDA22525; Thu, 2 Jan 2020 22:32:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578004366; bh=rcnVMJc/Ue+1kfjEu7lPDDS+WJmCoToHcrT1xM+JEOo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OLT5+ZUN6wynccRycYFu93YDVTeSkYceT6ia0rHzhtuB0V0ZjQ4/Gu3V6G6158YvJ K+8bMw6IAFdi8SepcNe8zz0c+hKt5PPoZtOIFtnKNRAbU4xEGq3Vqs4ALdrVaCdBkt Wi285vT8iN6rxDO5Rv/F3JEdD8r6cy5au8sfGNkw= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Masahiro Yamada , Rob Herring , Sasha Levin Subject: [PATCH 4.9 148/171] libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h Date: Thu, 2 Jan 2020 23:07:59 +0100 Message-Id: <20200102220607.606447479@linuxfoundation.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200102220546.960200039@linuxfoundation.org> References: <20200102220546.960200039@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Masahiro Yamada [ Upstream commit a8de1304b7df30e3a14f2a8b9709bb4ff31a0385 ] The DTC v1.5.1 added references to (U)INT32_MAX. This is no problem for user-space programs since defines (U)INT32_MAX along with (u)int32_t. For the kernel space, libfdt_env.h needs to be adjusted before we pull in the changes. In the kernel, we usually use s/u32 instead of (u)int32_t for the fixed-width types. Accordingly, we already have S/U32_MAX for their max values. So, we should not add (U)INT32_MAX to any more. Instead, add them to the in-kernel libfdt_env.h to compile the latest libfdt. Signed-off-by: Masahiro Yamada Signed-off-by: Rob Herring Signed-off-by: Sasha Levin --- arch/arm/boot/compressed/libfdt_env.h | 4 +++- arch/powerpc/boot/libfdt_env.h | 2 ++ include/linux/libfdt_env.h | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/compressed/libfdt_env.h b/arch/arm/boot/compressed/libfdt_env.h index 005bf4ff1b4c..f3ddd4f599e3 100644 --- a/arch/arm/boot/compressed/libfdt_env.h +++ b/arch/arm/boot/compressed/libfdt_env.h @@ -1,11 +1,13 @@ #ifndef _ARM_LIBFDT_ENV_H #define _ARM_LIBFDT_ENV_H +#include #include #include #include -#define INT_MAX ((int)(~0U>>1)) +#define INT32_MAX S32_MAX +#define UINT32_MAX U32_MAX typedef __be16 fdt16_t; typedef __be32 fdt32_t; diff --git a/arch/powerpc/boot/libfdt_env.h b/arch/powerpc/boot/libfdt_env.h index 0b3db6322c79..5f2cb1c53e15 100644 --- a/arch/powerpc/boot/libfdt_env.h +++ b/arch/powerpc/boot/libfdt_env.h @@ -5,6 +5,8 @@ #include #define INT_MAX ((int)(~0U>>1)) +#define UINT32_MAX ((u32)~0U) +#define INT32_MAX ((s32)(UINT32_MAX >> 1)) #include "of.h" diff --git a/include/linux/libfdt_env.h b/include/linux/libfdt_env.h index 8850e243c940..bd0a55821177 100644 --- a/include/linux/libfdt_env.h +++ b/include/linux/libfdt_env.h @@ -6,6 +6,9 @@ #include +#define INT32_MAX S32_MAX +#define UINT32_MAX U32_MAX + typedef __be16 fdt16_t; typedef __be32 fdt32_t; typedef __be64 fdt64_t; -- 2.20.1