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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 F2BA1C433DB for ; Thu, 7 Jan 2021 08:03:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BECA423138 for ; Thu, 7 Jan 2021 08:03:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726254AbhAGID6 (ORCPT ); Thu, 7 Jan 2021 03:03:58 -0500 Received: from mail.skyhub.de ([5.9.137.197]:40778 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726088AbhAGID6 (ORCPT ); Thu, 7 Jan 2021 03:03:58 -0500 Received: from zn.tnic (p200300ec2f0e340062d4c7d6e370d23d.dip0.t-ipconnect.de [IPv6:2003:ec:2f0e:3400:62d4:c7d6:e370:d23d]) (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 EF3C71EC04A6; Thu, 7 Jan 2021 09:03:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1610006596; 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=eh++UBFjyA0qQZ9PtbP+rTC8J3vRPWgH5i0rpNjICOQ=; b=S48lfb0NWfmw1PsK+xjBp6qZk4eTk2sINQxiXIyiZ5gvsBmmQWN2Qa3mVEszvuVUlL50WC o439ORINTzM/WsgpIeIXbWSLrrGYdvmoliFxy83fuaqRg/w4sboAJ05LcAoUgYsfB1ftSj mgkUAvQjt4YZInpqtOg25jdz76lena4= Date: Thu, 7 Jan 2021 09:03:17 +0100 From: Borislav Petkov To: Sunil Muthuswamy Cc: KY Srinivasan , Boqun Feng , Haiyang Zhang , Stephen Hemminger , Wei Liu , Thomas Gleixner , Ingo Molnar , "maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)" , "\"H. Peter Anvin\"" , Lorenzo Pieralisi , Rob Herring , Bjorn Helgaas , "linux-hyperv@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-pci@vger.kernel.org" Subject: Re: [PATCH] Hyper-V: pci: x64: Generalize irq/msi set-up and handling Message-ID: <20210107080317.GE14697@zn.tnic> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org On Thu, Jan 07, 2021 at 05:05:36AM +0000, Sunil Muthuswamy wrote: > Currently, operations related to irq/msi in Hyper-V vPCI are > x86-specific code. In order to support virtual PCI on Hyper-V for > other architectures, introduce generic interfaces to replace the > x86-specific ones. There are no functional changes in this patch. > > Signed-off-by: Sunil Muthuswamy > Signed-off-by: Boqun Feng (Microsoft) What is this SoB chain supposed to say? See: 11) Sign your work - the Developer's Certificate of Origin 12) When to use Acked-by:, Cc:, and Co-developed-by: 13) Using Reported-by:, Tested-by:, Reviewed-by:, Suggested-by: and Fixes: sections in https://www.kernel.org/doc/html/latest/process/submitting-patches.html -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette