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 904D4C678D5 for ; Tue, 7 Mar 2023 19:28:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231216AbjCGT2v (ORCPT ); Tue, 7 Mar 2023 14:28:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40570 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230491AbjCGT2N (ORCPT ); Tue, 7 Mar 2023 14:28:13 -0500 Received: from mail-yb1-xb2a.google.com (mail-yb1-xb2a.google.com [IPv6:2607:f8b0:4864:20::b2a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 921D5D5A40 for ; Tue, 7 Mar 2023 11:14:15 -0800 (PST) Received: by mail-yb1-xb2a.google.com with SMTP id v13so12510794ybu.0 for ; Tue, 07 Mar 2023 11:14:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; t=1678216453; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=WiDH7FJkKPaJyC+pV4xCyIR+9zxms7G24HbfyQXYfQU=; b=Rj+V5qCx4H6DSLiXNF7NIxmJYyNgSATd6yjgszkMyFK8UBJIMCjq30dEyZLMBttN9t Y5/8uoD7cZCMD+/hXU9EIK6u0esASjwDCscjr1v2CDHykgR3uE3wp0G2C1RYNbfIP5uu OfDWqS7N9qGf+LvtczJWOBCWEour5Gx62oHut1BxRPdNzBTu1TgJKRKrLo8VtFWYh3Qx tMM8xlIJJliFfuRz6kXenX+AASKmr6jEZ2biIuDQFo3cm3rL8MWIfX9wd/Sp7D3wNNXh LaKO0OQgWY6TYJlDGHWlx5pORyUPxkN2fp4RxmDnE9HGt4Dt0rCWNddGWf/vqPuwSCC4 afYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678216453; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=WiDH7FJkKPaJyC+pV4xCyIR+9zxms7G24HbfyQXYfQU=; b=pR/kD2mPliGb3gbIIVFx+VFw8zZea4T3KEL+mTkA48rU5W0lDTXvH6vPRUgtNKqOLV kjoQOZXMNeXBJw4UMPNsJKz7X5QQ6Hcfj55lmnfuhwBCKRgzKrnIcQrKmeglC+6GpjIL w3Qbj5Z9Xrv6w3jcYQEBUuPorOKpOwaIwO48Tb+UwiZruOJ6sAl7lRQgEhKUpA7UG6m+ Yd6hR0JnWDKX3OLrbuqv9oV9Y3Xs3L5R7P3Vi6hyvya/l3gD7rDDBSiJ7jk9hFBRBNAV scLhQjulMTg/8D+epQoo89nBCRL+QjrSHwVwPTiW2NmG+z9P2rw6S4xFOaw5epHHS0OX tuOg== X-Gm-Message-State: AO0yUKXrLMT4t9Ix1NmxrgxoTMgwHPclxitYmrbnnd6D+AX3h8opKqYD fgUNJpisglJ1ZCu1VsCMr/AhF8cwbWDmO2DuQEgAnQ== X-Google-Smtp-Source: AK7set96UY/Tcty5owJ/5XoxfcKCevFzPi32g6qI1hX5ei+Cn/Zb8QJMcFiunAwkvNdeaCMbW+7hGPa0I23wFrmveJ0= X-Received: by 2002:a05:6902:c3:b0:9f1:6c48:f95f with SMTP id i3-20020a05690200c300b009f16c48f95fmr7499398ybs.5.1678216453133; Tue, 07 Mar 2023 11:14:13 -0800 (PST) MIME-Version: 1.0 References: <20230306224127.1689967-4-vipinsh@google.com> <202303071940.sFeQ4FpU-lkp@intel.com> In-Reply-To: <202303071940.sFeQ4FpU-lkp@intel.com> From: Vipin Sharma Date: Tue, 7 Mar 2023 11:13:37 -0800 Message-ID: Subject: Re: [Patch v4 03/18] KVM: x86/mmu: Track count of pages in KVM MMU page caches globally To: kernel test robot Cc: seanjc@google.com, pbonzini@redhat.com, bgardon@google.com, dmatlack@google.com, oe-kbuild-all@lists.linux.dev, jmattson@google.com, mizhang@google.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 7, 2023 at 3:33=E2=80=AFAM kernel test robot wr= ote: > > Hi Vipin, > > Thank you for the patch! Perhaps something to improve: > > [auto build test WARNING on kvm/queue] > [also build test WARNING on kvmarm/next linus/master v6.3-rc1 next-202303= 07] > [cannot apply to mst-vhost/linux-next kvm/linux-next] > [If your patch is applied to the wrong git tree, kindly drop us a note. > And when submitting patch, we suggest to use '--base' as documented in > https://git-scm.com/docs/git-format-patch#_base_tree_information] > > All warnings (new ones prefixed by >>): > > >> arch/x86/kvm/mmu/mmu.c:676: warning: This comment starts with '/**', b= ut isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst > vim +676 arch/x86/kvm/mmu/mmu.c > > 674 > 675 /** > > 676 * Caller should hold mutex lock corresponding to cache, if avail= able. > 677 */ I will fix it in the next version.