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=-17.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 27B57C43612 for ; Fri, 11 Jan 2019 14:47:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E55EF21848 for ; Fri, 11 Jan 2019 14:47:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547218076; bh=G9dmtG/SIaNaaazbFHrGp6KHhXVSFd+XRiyxcJNQcj0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=S6NlumulsrE37aotTwoy+bpxRLusBsA+F1AhqeVlK+GmwHnQec1KexwkNXxir9Ils Y56zlLCFE0XaWIDgL9YIu6CHLZAHC0bleE8JWZMK6+AMFRWSAVz1oQsk10PvZpWjcL LT7DcDH3EsHfmbkdwqASPMYwKnqTtIlejZZWtTT8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391504AbfAKOrn (ORCPT ); Fri, 11 Jan 2019 09:47:43 -0500 Received: from mail.kernel.org ([198.145.29.99]:38938 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732865AbfAKOrj (ORCPT ); Fri, 11 Jan 2019 09:47:39 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8AD682063F; Fri, 11 Jan 2019 14:47:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547218059; bh=G9dmtG/SIaNaaazbFHrGp6KHhXVSFd+XRiyxcJNQcj0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mhW2c1F99fhrMfSiyiwm9udnGEJqIskRnjeCpa4N+0t+9yuNlcZ0n3ZzYtpev6yoU TL7CIwmQCM6xqj8UewrdMj5m7JLXfiIVgX3oQZpsCf3CTKapuylWy/uncrCUJcyN64 a9GAWe/JrubxhSsW8h3lIwHF7MNYgKAeXaN40loo= Date: Fri, 11 Jan 2019 15:30:17 +0100 From: Greg KH To: Sasha Levin Cc: linux-kernel@microsoft.com, kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL v3] Hyper-V commits for 5.0 Message-ID: <20190111143017.GA6301@kroah.com> References: <20190110152432.75529214C6@mail.kernel.org> <20190111091552.GA16264@kroah.com> <20190111141012.GO166797@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190111141012.GO166797@sasha-vm> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 11, 2019 at 09:10:12AM -0500, Sasha Levin wrote: > On Fri, Jan 11, 2019 at 10:15:52AM +0100, Greg KH wrote: > > On Thu, Jan 10, 2019 at 10:24:31AM -0500, Sasha Levin wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA512 > > > > > > The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: > > > > > > Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) > > > > > > are available in the Git repository at: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed > > > > > > for you to fetch changes up to b5679cebf780c6f1c2451a73bf1842a4409840e7: > > > > > > vmbus: fix subchannel removal (2019-01-09 19:20:31 -0500) > > > > > > - ---------------------------------------------------------------- > > > Three bug fixes for different parts of the hyper-v code: > > > > > > - Fix for a lockup when changing NIC's MTU from Dexuan. > > > - Fix of use of uninitialized memory from Dexuan. > > > - Fix for memory corruption caused by ballooning from Vitaly. > > > > > > All 3 were tested internally. > > > > > > - ---------------------------------------------------------------- > > > > Did you really push out an updated tag? I still get the following text > > when doing a pull of this tag: > > > > ----------- > > hyperv-fixes-signed > > ----------- > > > > So it looks like nothing changed from your previous request. > > > > Note, when creating the signed tag, with 'git tag -s' you have to enter > > the text you want to show up in the tag into the editor at that time. > > Ugh, I haven't actually pushed it, so while the text appeared on > git-request-pull because it was in my local tag, you didn't see it > because the remote tag with the same name didn't have it. > > I've pushed it out and made sure the 'git pull' you'd do looks right. > Sorry! Ok, that worked, now pulled and pushed out, thanks. greg k-h