From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752467AbdKIGRD (ORCPT ); Thu, 9 Nov 2017 01:17:03 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:52677 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751438AbdKIGRA (ORCPT ); Thu, 9 Nov 2017 01:17:00 -0500 X-Google-Smtp-Source: ABhQp+QrzYiqNxZQ7M8ueo8Mr7HM7aXUblxQ1kbIBgoNvvrck1VsMzpUj9ktKvpIYHNqMCeL0r8m8A== From: Luc Van Oostenryck To: "David S . Miller" Cc: Luc Van Oostenryck , Sam Ravnborg , sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/2] sparc: pass endianness info to sparse Date: Thu, 9 Nov 2017 07:16:50 +0100 Message-Id: <20171109061652.14948-1-luc.vanoostenryck@gmail.com> X-Mailer: git-send-email 2.14.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The goal of these two patches is to ass endianness and machine size info to sparse so that sparse can emit correct diagnostics even when the endianness or machine size doesn't correspond to sparse's defaults. Change since v1: - move sparse options common to sparc32 & sparc64 at the same place. Luc Van Oostenryck (2): sparc: use a common CHECKFLAGS entry for common flags sparc: pass endianness info to sparse arch/sparc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- To: David S. Miller CC: Sam Ravnborg CC: sparclinux@vger.kernel.org CC: linux-kernel@vger.kernel.org From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luc Van Oostenryck Date: Thu, 09 Nov 2017 06:16:50 +0000 Subject: [PATCH v2 0/2] sparc: pass endianness info to sparse Message-Id: <20171109061652.14948-1-luc.vanoostenryck@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "David S . Miller" Cc: Luc Van Oostenryck , Sam Ravnborg , sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org The goal of these two patches is to ass endianness and machine size info to sparse so that sparse can emit correct diagnostics even when the endianness or machine size doesn't correspond to sparse's defaults. Change since v1: - move sparse options common to sparc32 & sparc64 at the same place. Luc Van Oostenryck (2): sparc: use a common CHECKFLAGS entry for common flags sparc: pass endianness info to sparse arch/sparc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- To: David S. Miller CC: Sam Ravnborg CC: sparclinux@vger.kernel.org CC: linux-kernel@vger.kernel.org