From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33A3DC43461 for ; Tue, 8 Sep 2020 17:14:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DC7842087D for ; Tue, 8 Sep 2020 17:14:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599585257; bh=hiNc6Jr88Dp19fA53E/nYZ98JbArJFXcjHY1ehM9yJI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fP7kScsT2M6p3O3ZEkU0FMMRAFSaaZZd8w3Q/5PvLLLwxGTAVIuPKhsV6Kql5JHBJ /efej41D+Js/JxbTWwZFU5G6WkNiS3B5CHTRmWgSdIHFy+4VPrpqJWwCz77rZMiTlU +ODxJUw5vjKafhQG3NUU5UO/06dKUbaehx1fqhbU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731825AbgIHROL (ORCPT ); Tue, 8 Sep 2020 13:14:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:58968 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731219AbgIHQTK (ORCPT ); Tue, 8 Sep 2020 12:19:10 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 7111220678; Tue, 8 Sep 2020 15:55:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599580539; bh=hiNc6Jr88Dp19fA53E/nYZ98JbArJFXcjHY1ehM9yJI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nytM0uMbsgOIHOaN9LofQE0fbgOl62Ij9Fd8kXZK1BzPwn/LVUio0clmpqsxgFZH7 qtpfZ7LXS5aoTwbQQKOfT39TSyDwADdKw6MUKNalooNVIdOKdkxVWbaUvoS2BVKzeA M/xivSIHmLMljtCj6NIbDqxI2DmoNel12WS2TA2Q= Date: Tue, 8 Sep 2020 17:40:45 +0200 From: Greg KH To: Mike Travis Cc: Thomas Gleixner , Ingo Molnar , Borislav Petkov , x86@kernel.org, Steve Wahl , Dave Hansen , Andy Lutomirski , Peter Zijlstra , Arnd Bergmann , Greg Kroah-Hartman , Dimitri Sivanich , "H. Peter Anvin" , Russ Anderson , Darren Hart , Andy Shevchenko , Alexandre Chartre , Jian Cai , Vitaly Kuznetsov , linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org Subject: Re: [PATCH 00/12] x86/platform/uv: Updates for UV5 Message-ID: <20200908154045.GA4169902@kroah.com> References: <20200907185430.363197758@hpe.com> <20200908152014.GB4114051@kroah.com> <03de6a71-5fc1-98f5-3886-536c72b2761d@hpe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <03de6a71-5fc1-98f5-3886-536c72b2761d@hpe.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 08, 2020 at 08:28:16AM -0700, Mike Travis wrote: > > > On 9/8/2020 8:20 AM, Greg KH wrote: > > On Mon, Sep 07, 2020 at 01:54:30PM -0500, Mike Travis wrote: > > > Subject: [PATCH 00/12] x86/platform/uv: Updates for UV5 > > > > > > Add changes needed for new UV5 UV architecture. Chief among the changes > > > are 52 bits of physical memory address and 57 bits of virtual address space. > > > > > > 0001 Remove UV BAU TLB Shootdown Handler > > > - removes BAU TLB code being replaced by BAU APIC driver > > > > > > 0002 Remove SCIR built in driver > > > - removes System Controller (monitoring) code > > > > > > 0003 Update UV kernel modules > > > - update loadable UV kernel modules prior to a clash of symbols > > > (is_uv) produced by auto-generated UV5 uv_mmrs.h file > > > > > > 0004 Update UV MMRs for UV5 > > > - update uv_mmrs.h file and fix resultant compiler errors > > > > > > 0005 Add UV5 direct references > > > - add references to UV5 specific values > > > > > > 0006 Decode and Use Arch Type in UVsystab > > > - add UV ArchType field to UVsystab to remove dependency on OEM_ID > > > > > > 0007 Update MMIOH references > > > - display MMIOH mapping for each MMIOH region > > > > > > 0008 Adjust GAM MMR references > > > - update GAM mapping for MMR accesses > > > > > > 0009 Update UV GRU references > > > - update GRU mapping to include UV5 > > > > > > 0010 Update Node Present Counting > > > - UV5 changes method of counting nodes present > > > > > > 0011 Update UV5 TSC Checking > > > - update TSC sync check of BIOS sync status > > > > > > 0012 Update for UV5 NMI MMR changes > > > - update NMI handler > > > > > > > No diffstat? Did you use 'git format-patch' cover letter for this? > > I didn't. If I could figure out how to convert quilt patches into git > commits I might be able to do that? (And I didn't know that diffstats were > needed on the into?) Ah, didn't realize you were using quilt, nevermind. It's just a built-in feature of git, it makes your life easier than this :) thanks, greg k-h