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 3E18DC004D4 for ; Thu, 19 Jan 2023 20:57:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229907AbjASU5S (ORCPT ); Thu, 19 Jan 2023 15:57:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49050 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230219AbjASUzk (ORCPT ); Thu, 19 Jan 2023 15:55:40 -0500 Received: from mail-pj1-x102b.google.com (mail-pj1-x102b.google.com [IPv6:2607:f8b0:4864:20::102b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 624FA93D5 for ; Thu, 19 Jan 2023 12:53:55 -0800 (PST) Received: by mail-pj1-x102b.google.com with SMTP id z1-20020a17090a66c100b00226f05b9595so2981926pjl.0 for ; Thu, 19 Jan 2023 12:53:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=2KcT1B8s7M/PNmZVbAhx+44siier/Z0Bi5IFTKZqhSo=; b=XAgJvIe5jiyVPT35+zzdOGbh0bAX75igSobjxQPQb3V2VEnDZbbJ4ZSiqmCnTUTORj iE3wGITERXtoEphfvXQN1afG7rdUqM6qPyC8k0mWW5OLWp7VxMWogiEmqzAcm4w7KUKP 9URdCyHqDcmDv7cfQtHYBtj05bTcu6j7G3aeiE2aO8rGE/REg3X55SaIQDec+QXis4xh BJpzH3l0PQbAaAfoSnfE8sXJSCdbdRovRCmZnUQa5mdUxHSRgu399zysJZIYVuLcq8xE WNviQbgq00pQkJgFzX4ezG5ak7/hMHJ8Nr3WpI5167O+HmqBBz10A4Nrc+T3glWR8iZg 0jAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=2KcT1B8s7M/PNmZVbAhx+44siier/Z0Bi5IFTKZqhSo=; b=n1fF3skAexnwHVlY6h9Tj6PyrNsR2upb0hfeSEVgeX/K0zAwEc6DWndzJvj7VPtSaB SNmuDdRzOhTZQq4odFL3hObTMC1mFqaHXULHtJbR5OW901e25rRFeS1I2Z9iCoEtLBdh rx7xJhyoO3MR56RKT7hjtJ/j46BLVx0fCcubXYKi+Q16NDL+dZvsHuAEMVWUQxoMX8wg oze2aaGE/hsA1oHVr2i2JIPF03bCsn72kZ8gzmpmc4L6Ts2Jq1Ka/GvaPYkmqes8455w aTcrP+PwNhaZpYbKWBAIPTohyuqM7UPfZq/OxAarB79FnNKDTl1aVO8fCjvHkjS6wCgq kMmQ== X-Gm-Message-State: AFqh2kqyV4G5UDdVxxuDPXBRqi/+v2NEen9QlDsIl1ztKFWFZsCt+q0m MXMzJafB6scKWsEMIIfByPUnlQ== X-Google-Smtp-Source: AMrXdXsvOKIW9T+xlMXLE2cFVBinBZzTPgRdQQsdFv6UMtL6T21qjfDkZACMu1CYoW/BXimgIfCTFw== X-Received: by 2002:a17:902:f312:b0:194:d5ff:3ae3 with SMTP id c18-20020a170902f31200b00194d5ff3ae3mr54586ple.2.1674161634760; Thu, 19 Jan 2023 12:53:54 -0800 (PST) Received: from google.com (7.104.168.34.bc.googleusercontent.com. [34.168.104.7]) by smtp.gmail.com with ESMTPSA id m4-20020a170902768400b001948720f6bdsm9641853pll.98.2023.01.19.12.53.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Jan 2023 12:53:54 -0800 (PST) Date: Thu, 19 Jan 2023 20:53:50 +0000 From: Sean Christopherson To: Ben Gardon Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Paolo Bonzini , Peter Xu , David Matlack , Vipin Sharma Subject: Re: [RFC 1/2] selftests: KVM: Move dirty logging functions to memstress.(c|h) Message-ID: References: <20230119200553.3922206-1-bgardon@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 19, 2023, Ben Gardon wrote: > Woops! Heh, and top posting too. Me thinks you had too long of a break ;-) > I did not mean to tag this RFC. Sorry about that. I will include a cover > letter in the future and can resend these with one if preferred. Eh, no need, damage done. I was just confused. > On Thu, Jan 19, 2023 at 12:39 PM Sean Christopherson wrote: > > > > Please provide cover letters for multi-patch series, regardless of how trivial > > the series is. > > > > This series especially needs a cover explaining why it's tagged "RFC".