From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: virtio-dev-return-7263-cohuck=redhat.com@lists.oasis-open.org Sender: List-Post: List-Help: List-Unsubscribe: List-Subscribe: Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 5A4C2985E38 for ; Thu, 7 May 2020 11:34:55 +0000 (UTC) Date: Thu, 7 May 2020 07:34:45 -0400 From: "Michael S. Tsirkin" 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 In-Reply-To: <441bfb92-ecfa-f54e-3661-b219ea166e55@redhat.com> Subject: [virtio-dev] Re: [PATCH v3 07/15] mm/memory_hotplug: Introduce offline_and_remove_memory() Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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 List-ID: 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. > >=20 > > As the cover states, latest linux-next. To be precise > >=20 > > commit 6b43f715b6379433e8eb30aa9bcc99bd6a585f77 (tag: next-20200507, > > next/master) > > Author: Stephen Rothwell > > Date: Thu May 7 18:11:31 2020 +1000 > >=20 > > Add linux-next specific files for 20200507 > >=20 >=20 > The patches seem to apply cleanly on top of >=20 > commit a811c1fa0a02c062555b54651065899437bacdbe (linus/master) > Merge: b9388959ba50 16f8036086a9 > Author: Linus Torvalds > Date: Wed May 6 20:53:22 2020 -0700 >=20 > 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. >=20 > I can resend based on that, after giving it a short test. >=20 > --=20 > Thanks, >=20 > David / dhildenb --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH v3 07/15] mm/memory_hotplug: Introduce offline_and_remove_memory() Date: Thu, 7 May 2020 07:34:45 -0400 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 Return-path: Content-Disposition: inline In-Reply-To: <441bfb92-ecfa-f54e-3661-b219ea166e55@redhat.com> Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: virtualization@lists.linuxfoundation.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