From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757845AbcEDLR4 (ORCPT ); Wed, 4 May 2016 07:17:56 -0400 Received: from mail-wm0-f48.google.com ([74.125.82.48]:36818 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757628AbcEDLRx (ORCPT ); Wed, 4 May 2016 07:17:53 -0400 From: Matt Fleming To: Tony Luck , Fenghua Yu Cc: Bjorn Helgaas , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, Matt Fleming Subject: [PATCH 0/5] ia64: Fix compiler warnings Date: Wed, 4 May 2016 12:17:45 +0100 Message-Id: <1462360670-27993-1-git-send-email-matt@codeblueprint.co.uk> X-Mailer: git-send-email 2.7.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I routinely build ia64 kernels when merging EFI patches and for a while now I've seen a bunch of warnings from GCC. These patches silence those warnings, with the first patch fixing an actual bug but the rest just making GCC happier. NOTE: None of these patches have been runtime tested. Matt Fleming (5): ia64/PCI: Fix incorrect PCI resource end address ia64/PCI: Remove unused 'addr' and fix build warning ia64: Reduce stack usage by iterating over nodemask ia64/traps: Silence GCC warning about uninitialised variable ia64/unaligned: Silence another GCC warning about an uninitialised variable arch/ia64/kernel/traps.c | 1 + arch/ia64/kernel/unaligned.c | 1 + arch/ia64/sn/kernel/io_acpi_init.c | 1 - arch/ia64/sn/kernel/io_init.c | 4 ++-- arch/ia64/sn/kernel/sn2/sn2_smp.c | 35 +++++++++++++++++++++++------------ 5 files changed, 27 insertions(+), 15 deletions(-) -- 2.7.3