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.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 D82BEC41604 for ; Tue, 6 Oct 2020 13:11:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4DCAE2078E for ; Tue, 6 Oct 2020 13:11:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alien8.de header.i=@alien8.de header.b="ApENEiGQ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726362AbgJFNLF (ORCPT ); Tue, 6 Oct 2020 09:11:05 -0400 Received: from mail.skyhub.de ([5.9.137.197]:59742 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725902AbgJFNLE (ORCPT ); Tue, 6 Oct 2020 09:11:04 -0400 Received: from zn.tnic (p200300ec2f0d6300a8f8264196af23e2.dip0.t-ipconnect.de [IPv6:2003:ec:2f0d:6300:a8f8:2641:96af:23e2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 61D5C1EC032C; Tue, 6 Oct 2020 15:11:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1601989863; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=clROgJ61P5a49kXfjwMkQ6QsqWJQYwRU0nWrYA+gEvU=; b=ApENEiGQkupNE3emSm8NnJUXsbnv4CzTQZmeC4mshXnUqJR++jE/KM1NyqJoAaPFbpFcUI CvG2/LNseLYToiBnMZ4Lb1qvbKwBUKGR6d/JiqQ0DU66ueINh0+Dk5AnbWWl/B3tixZxh3 NoeShd1fYvgJ+cS+/a5ETdYKFMg3//g= Date: Tue, 6 Oct 2020 15:10:54 +0200 From: Borislav Petkov To: Mike Travis Cc: Thomas Gleixner , Ingo Molnar , x86@kernel.org, Steve Wahl , Dave Hansen , Andy Lutomirski , Peter Zijlstra , Dimitri Sivanich , Arnd Bergmann , Greg Kroah-Hartman , "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 v4 03/13] x86/platform/uv: Adjust references in UV kernel modules Message-ID: <20201006131054.GD27700@zn.tnic> References: <20201005203929.148656-1-mike.travis@hpe.com> <20201005203929.148656-4-mike.travis@hpe.com> <20201005211611.GK21151@zn.tnic> <7598f508-6c4a-f1df-f83f-2f68bc99578f@hpe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <7598f508-6c4a-f1df-f83f-2f68bc99578f@hpe.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 05, 2020 at 02:32:38PM -0700, Mike Travis wrote: > Yes, there was the MACRO is_uv() that conflicted with the automated > "generate uv_mmrs.h" PERL script that also uses it that I changed. I see > now maybe just getting rid of the entire thing in this file might have been > better? If you need to change only this patch then sure, you can send me an updated one as a reply to this message. If more changes are needed, you can always do that cleanup later - up to you. Thx. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette