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 E5705C63797 for ; Fri, 3 Feb 2023 22:11:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232932AbjBCWLy (ORCPT ); Fri, 3 Feb 2023 17:11:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234108AbjBCWLi (ORCPT ); Fri, 3 Feb 2023 17:11:38 -0500 Received: from mail-yb1-xb2e.google.com (mail-yb1-xb2e.google.com [IPv6:2607:f8b0:4864:20::b2e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BB4B9B3DFB for ; Fri, 3 Feb 2023 14:09:38 -0800 (PST) Received: by mail-yb1-xb2e.google.com with SMTP id g2so7989583ybk.8 for ; Fri, 03 Feb 2023 14:09:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=w6DST1msg//zK6dqyeoLsLRtE2+Zc6NidDMAyM3y9l4=; b=b7STVl52IVA9hkjASfhfcXCUlfa/SPSFSi9vp21EkIFJnD/dktb8krAwZczgf2oE59 Q4aGScOqwoNq6T99frVjRBWEhngy424X7jQ3nPPQFP/A3ri8C1D6xX06CY0Y5gBilCWT UPLbJtWci1TypWVcHBmh+AzKTuORzwWhNt8OqYmPYsQ7/GTXEs4xeDdr2QfQWGZjh1zn vp/syqO1Wq//OeM+JpwWxOef/mMWrzMDGNxK4zmYEsUdF7+HBlIFNxkCW/LHwkefJXOW 0k+hJtMN0uzn6/aN/ymW5mOONqS842ZhaZCCrQ3XVbc2oUlC/F4khqT4i3Fgz1WO+0ug N/cA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=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=w6DST1msg//zK6dqyeoLsLRtE2+Zc6NidDMAyM3y9l4=; b=K5P6UcDJbISCSAMBByGdDKFWP4K9HirWwrx8z75A9jV6r7grSPjGA4pZnStBhB79qs AWEvFbduni5hamergmGJcFPbGRcBCxAAVMiEf78+g6+piO4Z7M4puiti5eYUMbh1EDTa wdOGTf+kGGd8nc1zDawDUluKo8E737w7dFHkghAOyEu27gAQG0gXbrrzaChtQp0Dk0hH tG5mc5q/qP3sbyFTshsfKlMzBx7tYh/U24b6kyABgtINx3vwFroUpI8KmkhGc8jTyH3M VcqHjGphbeDKTQvrywYEKG1YM4j1vqHOcjwIR+v9j5ZZOpJsym/Q49kL6lfyt2VC60yy LHSA== X-Gm-Message-State: AO0yUKXM3E9IRPckNSZ+NXw5uPf+KEfSXKznN+Hka1rcIjSpxn62rMAF hBnqoFCiKJ2v9z2mfjfpe/sGlSHpf2kJkuQJubZhmA== X-Google-Smtp-Source: AK7set/dYbftPq3C5etClfX4WoO8g9dNllRTOgBQiziRssFh3DeIdQGLyRovOAPyjbGGuqBDH3ZJ05/Jr8WM2IjR0fA= X-Received: by 2002:a25:dd04:0:b0:80b:69f5:3966 with SMTP id u4-20020a25dd04000000b0080b69f53966mr1312029ybg.519.1675462142547; Fri, 03 Feb 2023 14:09:02 -0800 (PST) MIME-Version: 1.0 References: <20221212183720.4062037-1-vipinsh@google.com> <20221212183720.4062037-13-vipinsh@google.com> In-Reply-To: From: Vipin Sharma Date: Fri, 3 Feb 2023 14:08:26 -0800 Message-ID: Subject: Re: [Patch v4 12/13] KVM: selftests: Make vCPU exit reason test assertion common. To: Sean Christopherson Cc: pbonzini@redhat.com, vkuznets@redhat.com, dmatlack@google.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Marc Zyngier , James Morse , m Suzuki K Poulose , Oliver Upton , Zenghui Yu , Anup Patel , Atish Patra , Christian Borntraeger , Janosch Frank , Claudio Imbrenda , David Hildenbrand Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 2, 2023 at 10:59 AM Vipin Sharma wrote: > > On Thu, Feb 2, 2023 at 10:51 AM Sean Christopherson wrote: > > > > On Thu, Feb 02, 2023, Vipin Sharma wrote: > > > On Wed, Feb 1, 2023 at 3:24 PM Sean Christopherson wrote: > > > > I love the cleanup, but in the future, please don't squeeze KVM-wide changes in > > > > the middle of an otherwise arch-specific series unless it's absolutely necessary. > > > > I get why you added the macro before copy-pasting more code into a new test, but > > > > the unfortunate side effect is that complicates grabbing the entire series. > > > > > > > > > > Make sense. So what is preferable: > > > 1. Make the big cleanup identified during a series as the last patches > > > in that series? > > > 2. Have two series and big cleanups rebased on top of the initial series? > > > > > > Or, both 1 & 2 are acceptable depending on the cleanup? > > > > 3. Post the cleanup independently, but make a note so that maintainers know > > that there may be conflicts and/or missed cleanup opportunities. > > Small question: Will it be fine if I use the current kvm/queue head or do you prefer if I take one of your kvm-x86/linux branches?