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 0DEB6C678D4 for ; Tue, 7 Mar 2023 18:45:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232972AbjCGSpU (ORCPT ); Tue, 7 Mar 2023 13:45:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34174 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233239AbjCGSo5 (ORCPT ); Tue, 7 Mar 2023 13:44:57 -0500 Received: from mail-yw1-x1131.google.com (mail-yw1-x1131.google.com [IPv6:2607:f8b0:4864:20::1131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A8C6B7D93 for ; Tue, 7 Mar 2023 10:34:42 -0800 (PST) Received: by mail-yw1-x1131.google.com with SMTP id 00721157ae682-536af432ee5so261980517b3.0 for ; Tue, 07 Mar 2023 10:34:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; t=1678214027; 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=Rg2FISR77Z7dgYeTdMLcyV3dESYMixBuhmAXOtI+uHw=; b=ExV7ViaAOBBXagiF6/J53uxuxaIwHEcwF5g/XVpP9XoqxRDQ6E1/gmBJpbDRuHPYZy kWe+wtbbDBXmH/ZMx7FMA9AIvnEjUEJ2DmGVN2RV0Ar8Q4xYFPRqDniMV/xS2gQsSbfZ pB98Cl9efiRPtwR/5hhBFwaW7JP3uO2e1YW5liY7vcBiTAxfw1lBgsHO+SYlIb44r9tB jIxot7ADoeNW3MhBoi2W68kKi2EOtljlgOeMGJCe4xLIF5uGhjC4RKnxkUYMXhYhxs6U msaE//EIqh4sIcduBJtKEzVdEhwW2iQF8NCR9moBZh85MyHdXB0wmnYeN3AXp0EDB7vD gKiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678214027; 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=Rg2FISR77Z7dgYeTdMLcyV3dESYMixBuhmAXOtI+uHw=; b=i8QYPnOzU3ykI/osc2zGY7r+g553/oEqSSo4/chcCyR0B1zVSpmaThvnsDNbSFsT10 szBjcQyn/lGowgaIXscw4hQMn/RLDWVkluWU1IecGsEU8vNrD/0RGGqrRoeNL2SEjxlK rTgMpkziuo0GWRvXlnl/TAqRTgQKtfUot8trB6oeD77SKYNKacx8HxekOSn8Crjj/EBb n9j1CY5G3sqEL2gcDbkwuhKacDN0wGM9tpfrTZR7fUtdq1WeZxXjJD3FxxMb9Jofpblb +B2K8vF4Mkl69rdSYPvT/yCMVwvHr4AVdgz2pWCL1CKhFMSyhluv+oeU5bfbSpUPOgBz iyOQ== X-Gm-Message-State: AO0yUKVua5aR1iCdL27Oik4ZPkdB2c9dypasHdO3sYkkMWVI0cTRJn/x gASjJlOdXqRpOxHFZqNCeKChKbEjirx2n6POHrcURg== X-Google-Smtp-Source: AK7set8v/uO7SvLxcBQMO7klpqz2+Jh5VDILCPS9ZgAf7NT3tVdyWdmzg3vupTnULvL3B7bzKmDyr5c9tuAkFeSW7lI= X-Received: by 2002:a81:a786:0:b0:52e:b74b:1b93 with SMTP id e128-20020a81a786000000b0052eb74b1b93mr10061145ywh.0.1678214026899; Tue, 07 Mar 2023 10:33:46 -0800 (PST) MIME-Version: 1.0 References: <20230306224127.1689967-1-vipinsh@google.com> In-Reply-To: From: Vipin Sharma Date: Tue, 7 Mar 2023 10:33:10 -0800 Message-ID: Subject: Re: [Patch v4 00/18] NUMA aware page table allocation To: Mingwei Zhang Cc: seanjc@google.com, pbonzini@redhat.com, bgardon@google.com, dmatlack@google.com, jmattson@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 10:19=E2=80=AFAM Mingwei Zhang = wrote: > > On Mon, Mar 06, 2023, Vipin Sharma wrote: > > v4: > > - Removed module parameter for enabling NUMA aware page table. > > Could you have a space before the dash? I think the mutt mistakenly > treats it as a 'diff' where you removes a line. From next version I will add a space before dash. > > -- > > 2.40.0.rc0.216.gc4246ad0f0-goog > > > > May I know your base? It seems I cannot apply the series to kvm/master > or kvm/queue without manual manipulation. My patch series is on the latest kvm/queue branch which is currently on commit 45dd9bc75d9a ("KVM: SVM: hyper-v: placate modpost section mismatch error") What manual manipulation do you have to do to apply this series?