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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4475C433F5 for ; Wed, 27 Apr 2022 11:37:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232851AbiD0LlC (ORCPT ); Wed, 27 Apr 2022 07:41:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232855AbiD0LlB (ORCPT ); Wed, 27 Apr 2022 07:41:01 -0400 Received: from mail.skyhub.de (mail.skyhub.de [5.9.137.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6759741635; Wed, 27 Apr 2022 04:37:50 -0700 (PDT) Received: from zn.tnic (p5de8eeb4.dip0.t-ipconnect.de [93.232.238.180]) (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 E0F0A1EC04F9; Wed, 27 Apr 2022 13:37:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1651059465; 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=1fVJWQta5i4UbygG37TRGkW+2cfnzRwz9q+gHhnuUTY=; b=p+LNdQEMNifB7YsATeBFDQ+UR+1pEbHv/mPGJL/Jqc29oWfE0oJwMlcoBgQWwMtl7p13vE VSV9sLwNR+sMxejGKaXiJUir/uvE+23UHGyEQX1LWcEz109Pe29hGLEcNCei5kfTxOhxYC tJk7UBgAhOzVnNzXioI9wMoaxnrD4Hg= Date: Wed, 27 Apr 2022 13:37:45 +0200 From: Borislav Petkov To: Sandipan Das Cc: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, x86@kernel.org, peterz@infradead.org, dave.hansen@linux.intel.com, acme@kernel.org, mark.rutland@arm.com, alexander.shishkin@linux.intel.com, namhyung@kernel.org, jolsa@kernel.org, tglx@linutronix.de, mingo@redhat.com, pbonzini@redhat.com, jmattson@google.com, like.xu.linux@gmail.com, eranian@google.com, puwen@hygon.cn, ananth.narayan@amd.com, ravi.bangoria@amd.com, santosh.shukla@amd.com Subject: Re: [PATCH v4 0/7] perf/x86/amd/core: Add AMD PerfMonV2 support Message-ID: 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-perf-users@vger.kernel.org On Wed, Apr 27, 2022 at 05:01:42PM +0530, Sandipan Das wrote: > Sandipan Das (7): > x86/cpufeatures: Add PerfMonV2 feature bit > x86/msr: Add PerfCntrGlobal* registers > perf/x86/amd/core: Detect PerfMonV2 support > perf/x86/amd/core: Detect available counters > perf/x86/amd/core: Add PerfMonV2 counter control > perf/x86/amd/core: Add PerfMonV2 overflow handling > kvm: x86/cpuid: Fix CPUID leaf 0xA > > arch/x86/events/amd/core.c | 227 +++++++++++++++++++++++++++-- > arch/x86/include/asm/cpufeatures.h | 2 +- > arch/x86/include/asm/msr-index.h | 5 + > arch/x86/include/asm/perf_event.h | 17 +++ > arch/x86/kernel/cpu/scattered.c | 1 + > arch/x86/kvm/cpuid.c | 5 + > 6 files changed, 240 insertions(+), 17 deletions(-) From: Documentation/process/submitting-patches.rst Don't get discouraged - or impatient ------------------------------------ After you have submitted your change, be patient and wait. Reviewers are busy people and may not get to your patch right away. Once upon a time, patches used to disappear into the void without comment, but the development process works more smoothly than that now. You should receive comments within a week or so; if that does not happen, make sure that you have sent your patches to the right place. Wait for a minimum of ^^^^^^^^^^^^^^^^^^^^^ one week before resubmitting or pinging reviewers - possibly longer during ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ busy times like merge windows. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette