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=-5.8 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 0C132C433F5 for ; Fri, 3 Sep 2021 20:33:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E4163610A2 for ; Fri, 3 Sep 2021 20:33:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350528AbhICUeX (ORCPT ); Fri, 3 Sep 2021 16:34:23 -0400 Received: from mail.skyhub.de ([5.9.137.197]:36248 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236047AbhICUeW (ORCPT ); Fri, 3 Sep 2021 16:34:22 -0400 Received: from zn.tnic (p200300ec2f0d5800d6a7aa80667574a9.dip0.t-ipconnect.de [IPv6:2003:ec:2f0d:5800:d6a7:aa80:6675:74a9]) (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 A9BAB1EC05D1; Fri, 3 Sep 2021 22:33:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1630701200; 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=MAzqKX6VtyCSndmZDNFL0QMi196VzCUfmu+JJoWFdbw=; b=qNaW6q+V7k91JL9JauzWHVNzWW7iJ3zAdxB2Ppu90Bk/biE9mqv/LvFP5m28U1EAH3GwgL hS4Wq4g6QaSJB/GFxx8T10heAENvfC3UF0Z1mtivAUXtvOro5ydb91h8mUxRuMs4idmHpq zBy0Vc0inieQN/Gywh/3xwIedXObLqA= Date: Fri, 3 Sep 2021 22:33:55 +0200 From: Borislav Petkov To: "Kuppuswamy, Sathyanarayanan" Cc: Thomas Gleixner , Ingo Molnar , x86@kernel.org, Paolo Bonzini , Juergen Gross , Deep Shah , VMware Inc , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , Peter H Anvin , Dave Hansen , Tony Luck , Dan Williams , Andi Kleen , Kirill Shutemov , Sean Christopherson , Kuppuswamy Sathyanarayanan , linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 01/11] x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT Message-ID: References: <20210903172812.1097643-1-sathyanarayanan.kuppuswamy@linux.intel.com> <20210903172812.1097643-2-sathyanarayanan.kuppuswamy@linux.intel.com> <256d0f5b-3a6d-0912-2edc-44b4a0889c73@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <256d0f5b-3a6d-0912-2edc-44b4a0889c73@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 03, 2021 at 12:03:56PM -0700, Kuppuswamy, Sathyanarayanan wrote: > Is this new convention? No, not new: git grep -E "^#\s+define" *.h > #ifdefs used in this file does not follow this format. That's why we fix them so that they do. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette