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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 906FEC38A2A for ; Thu, 7 May 2020 11:35:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 706EA208CA for ; Thu, 7 May 2020 11:35:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="b9sh/ViF" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726555AbgEGLez (ORCPT ); Thu, 7 May 2020 07:34:55 -0400 Received: from us-smtp-1.mimecast.com ([205.139.110.61]:34628 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725903AbgEGLez (ORCPT ); Thu, 7 May 2020 07:34:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588851293; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=eqvOBlgVIEs8Gtl6xmPaDqDCYhUqYo/jU6Ly/l67Miw=; b=b9sh/ViF78+Ie46oAG+ViNrAHkq3LfepixJ868NikyxEJx9prhfy5G/jL61eqAmY8lHOnS zWUmG/eWAgKOpoR6p/gCJkXuVRpew/J9P0uokIO+yEy5FYfXxWuF1b2cEtv5ZsbmqULaaE bIvkFLcK8Q1Z8dpaBJGllST9SuLTvas= Received: from mail-wr1-f69.google.com (mail-wr1-f69.google.com [209.85.221.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-120-o46UBxiyP_GJtU05eAgDAg-1; Thu, 07 May 2020 07:34:52 -0400 X-MC-Unique: o46UBxiyP_GJtU05eAgDAg-1 Received: by mail-wr1-f69.google.com with SMTP id j16so3234646wrw.20 for ; Thu, 07 May 2020 04:34:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=eqvOBlgVIEs8Gtl6xmPaDqDCYhUqYo/jU6Ly/l67Miw=; b=lBlvvVvCyOLuzsCdCTXNE3X+CF7dvd6Ko6iTFZNGzu67pn7DFZSx5XN5dmeTKGDtKB +G+Qv+CKTIwPLaFjAuvDOSGNFnqVPiCbYrEw9+TgTFmxzgWoNgy4+nlWLkEe8BzUIYFO JOYW0J1kbk2NoR8l34QS1B6qvztWZH8Fu+ErAmZEzL9z6uPZ2jdCIUnahqL+5bnxSXFl LqKlMDfsKooss1CLkjMqKLUTAsuAkCuRdqKvEpEduykL1fHZJyAB4yhrq3/0w+n49P4U aUvI1ChV8/ff+sDjMZlBnY63x0xkIYvOdDorZ4Sg1lTUIOmkke2NlMYRwFPp0UllxXvT okWQ== X-Gm-Message-State: AGi0PuayfKcMrVfdD6X7szXLIHLGW71CTbpfrwh8C1w6frQJ1emp22Mj G1KqgYpr5NxJtlJBLzvpJBYc8gePnFiEeFqLOZUPJCsZQAjO+ptmeQAmZc4V5bP0o7eO5AHey4K /lg+Fjr6ZFqdn X-Received: by 2002:a1c:e910:: with SMTP id q16mr396236wmc.158.1588851290757; Thu, 07 May 2020 04:34:50 -0700 (PDT) X-Google-Smtp-Source: APiQypIEJon7vaENbs1OmaRUfHXUhggPEYtcAd12YfpgMWFk8LZpYJx8EDfrRw7rVSkow6cjB/BCLg== X-Received: by 2002:a1c:e910:: with SMTP id q16mr396213wmc.158.1588851290530; Thu, 07 May 2020 04:34:50 -0700 (PDT) Received: from redhat.com (bzq-109-66-7-121.red.bezeqint.net. [109.66.7.121]) by smtp.gmail.com with ESMTPSA id k4sm3182951wmf.41.2020.05.07.04.34.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 May 2020 04:34:49 -0700 (PDT) Date: Thu, 7 May 2020 07:34:45 -0400 From: "Michael S. Tsirkin" To: David Hildenbrand Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, virtio-dev@lists.oasis-open.org, virtualization@lists.linux-foundation.org, kvm@vger.kernel.org, Michal Hocko , Andrew Morton , Michal Hocko , Pankaj Gupta , Oscar Salvador , Pavel Tatashin , Wei Yang , Dan Williams , Qian Cai Subject: Re: [PATCH v3 07/15] mm/memory_hotplug: Introduce offline_and_remove_memory() Message-ID: <20200507073408-mutt-send-email-mst@kernel.org> References: <20200507103119.11219-1-david@redhat.com> <20200507103119.11219-8-david@redhat.com> <20200507064558-mutt-send-email-mst@kernel.org> <441bfb92-ecfa-f54e-3661-b219ea166e55@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <441bfb92-ecfa-f54e-3661-b219ea166e55@redhat.com> Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Thu, May 07, 2020 at 01:33:23PM +0200, David Hildenbrand wrote: > >> I get: > >> > >> error: sha1 information is lacking or useless (mm/memory_hotplug.c). > >> error: could not build fake ancestor > >> > >> which version is this against? Pls post patches on top of some tag > >> in Linus' tree if possible. > > > > As the cover states, latest linux-next. To be precise > > > > commit 6b43f715b6379433e8eb30aa9bcc99bd6a585f77 (tag: next-20200507, > > next/master) > > Author: Stephen Rothwell > > Date: Thu May 7 18:11:31 2020 +1000 > > > > Add linux-next specific files for 20200507 > > > > The patches seem to apply cleanly on top of > > commit a811c1fa0a02c062555b54651065899437bacdbe (linus/master) > Merge: b9388959ba50 16f8036086a9 > Author: Linus Torvalds > Date: Wed May 6 20:53:22 2020 -0700 > > Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Because you have the relevant hashes in your git tree not pruned yet. Do a new clone and they won't apply. > > I can resend based on that, after giving it a short test. > > -- > Thanks, > > David / dhildenb