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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B3602C47088 for ; Thu, 1 Dec 2022 01:36:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Mime-Version:References:In-Reply-To: Date:Cc:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=lxnfa16a/a3heXU3r/NGNvI4ci461ACzp2qA0EBrl8M=; b=TwSF6wd10ngYbl ANYzGh1+/ySMgSnVQ/5Z3aHztohA3XGWg/1P7yPfeaqMvTO0ZCLBDO1GkwsDMzEdyD+IXBE10i5UV zazE8/GUcwZjOSDbPpM7wCdRKSdc6LP1kfWJEPzxsBHim3up9qpA9G9zPLQdI1U7ngL5sQ/zZvVE7 Qin+ryM4TrPBNPfk6FkTVvOBSKEaDyGr3KmZEcWnmlb7Rg8L4ve7iOSrq+BwaOEyv7cL/5IQST2LI CZOV8nMMANFciAaRiknAnjYuqLsxAjRXHGELsuaBB4D0ZU8IzSFcmKZ+KRZyWPx9VMqVe5RzlGG2G Y7VqRIFm55AujM+HO8lw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p0YTf-003naT-BA; Thu, 01 Dec 2022 01:35:03 +0000 Received: from mga11.intel.com ([192.55.52.93]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1p0YTT-003nVw-QW; Thu, 01 Dec 2022 01:34:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669858491; x=1701394491; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=YopNAk0o4R/Gm+eGMQdhkQKi75mYgT2RAg4YlRHu29c=; b=bpOijAC9/nN+0QvL8R9oSxAj3J0jCxQfrlRlqh2OPCAkRn/Bw/TpgyHp YyAxBuyMA6nvbKgsiNfuhfSReS2wFSAktO7kled0IayUPFiejOx4x//BO XXtfopSO5z581B0dQzbKaV91xtOp9qiBRcZyrPvGqmDAXiwiaG+zM0EjX 12+A2jmHFc1lmoBqXClZ0fL2DQ2S/Lvb/rpvGmXmhoedHnqjXKkbtCtMM xLtOASCxIALXp0N5Q3nAyXRxC97SrEfL5dTw7BGKKHgJ2KArX1ygd5NNs y493+4wh7b1IP9V1nDtS4EcTamQhuGi0nM8L8tkvCRu1bSFIZi3gHTYtc g==; X-IronPort-AV: E=McAfee;i="6500,9779,10547"; a="313186492" X-IronPort-AV: E=Sophos;i="5.96,207,1665471600"; d="scan'208";a="313186492" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2022 17:34:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10547"; a="707875700" X-IronPort-AV: E=Sophos;i="5.96,207,1665471600"; d="scan'208";a="707875700" Received: from sqa-gate.sh.intel.com (HELO robert-ivt.tsp.org) ([10.239.48.212]) by fmsmga008.fm.intel.com with ESMTP; 30 Nov 2022 17:34:38 -0800 Message-ID: Subject: Re: [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules From: Robert Hoo To: Sean Christopherson Cc: Paolo Bonzini , Marc Zyngier , Huacai Chen , Aleksandar Markovic , Anup Patel , Paul Walmsley , Palmer Dabbelt , Albert Ou , Christian Borntraeger , Janosch Frank , Claudio Imbrenda , Matthew Rosato , Eric Farman , Vitaly Kuznetsov , James Morse , Alexandru Elisei , Suzuki K Poulose , Oliver Upton , Atish Patra , David Hildenbrand , kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, kvmarm@lists.cs.columbia.edu, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, kvm-riscv@lists.infradead.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, Isaku Yamahata , Fabiano Rosas , Michael Ellerman , Chao Gao , Thomas Gleixner , Yuan Yao Date: Thu, 01 Dec 2022 09:34:37 +0800 In-Reply-To: References: <20221102231911.3107438-1-seanjc@google.com> <20221102231911.3107438-33-seanjc@google.com> X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221130_173451_920739_B102C24B X-CRM114-Status: GOOD ( 14.46 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 2022-11-30 at 23:02 +0000, Sean Christopherson wrote: > On Thu, Nov 10, 2022, Sean Christopherson wrote: > > On Thu, Nov 10, 2022, Robert Hoo wrote: > > > After this patch set, still find some printk()s left in > > > arch/x86/kvm/*, > > > consider clean all of them up? > > > > Hmm, yeah, I suppose at this point it makes sense to tack on a > > patch to clean > > them up. > > Actually, I'm going to pass on this for now. The series is already > too big. I'll > add this to my todo list for the future. That's all right, thanks for update. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel