From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757463AbcG0RlH (ORCPT ); Wed, 27 Jul 2016 13:41:07 -0400 Received: from relay1.sgi.com ([192.48.180.66]:38472 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757160AbcG0RlD (ORCPT ); Wed, 27 Jul 2016 13:41:03 -0400 X-Greylist: delayed 449 seconds by postgrey-1.27 at vger.kernel.org; Wed, 27 Jul 2016 13:41:02 EDT Message-Id: <20160727173331.230927085@asylum.americas.sgi.com> User-Agent: quilt/0.46-1 Date: Wed, 27 Jul 2016 12:33:31 -0500 From: Mike Travis To: Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner , Andrew Morton , Dimitri Sivanich Cc: Russ Anderson , John Estabrook , Andrew Banman , Nathan Zimmer , x86@kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: [PATCH 0/4] x86/platform/UV: SGI UV4 Kernel Fixes Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A few problems have been found as the UV4 BIOS and hardware is being developed and tested. These patches fix those problems. Patch1: uv4_fix_gam_range_lookup_table - Fixes a problem with building the UV4 GAM range table Patch2: uv4_fix_bios_init_error - Fixes a panic associated with the UV4 system table Patch3: uv4_remove_uvsystab_pxm - Fixes a problem with incorrect data from UV4 BIOS Patch4: uv4_disable_is_uv_system - Fixes a panic using the RHEL7 kdump kernel --