From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753233AbdBJP5p (ORCPT ); Fri, 10 Feb 2017 10:57:45 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:39654 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752674AbdBJP5m (ORCPT ); Fri, 10 Feb 2017 10:57:42 -0500 Date: Fri, 10 Feb 2017 15:39:46 +0100 From: Greg KH To: KY Srinivasan Cc: "olaf@aepfle.de" , "jasowang@redhat.com" , "linux-kernel@vger.kernel.org" , "apw@canonical.com" , "devel@linuxdriverproject.org" , "leann.ogasawara@canonical.com" Subject: Re: [PATCH 1/1] Drivers: hv: Fix the bug in generating the guest ID Message-ID: <20170210143946.GA10648@kroah.com> References: <1486223183-8862-1-git-send-email-kys@exchange.microsoft.com> <20170204155739.GA8811@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 04, 2017 at 04:24:40PM +0000, KY Srinivasan wrote: > > > > -----Original Message----- > > From: Greg KH [mailto:gregkh@linuxfoundation.org] > > Sent: Saturday, February 4, 2017 7:58 AM > > To: KY Srinivasan > > Cc: linux-kernel@vger.kernel.org; devel@linuxdriverproject.org; > > olaf@aepfle.de; apw@canonical.com; vkuznets@redhat.com; > > jasowang@redhat.com; leann.ogasawara@canonical.com > > Subject: Re: [PATCH 1/1] Drivers: hv: Fix the bug in generating the guest ID > > > > On Sat, Feb 04, 2017 at 08:46:23AM -0700, kys@exchange.microsoft.com > > wrote: > > > From: K. Y. Srinivasan > > > > > > Fix the bug in the generation of the guest ID. Without this fix > > > the host side telemetry code is broken. > > > > > > Signed-off-by: K. Y. Srinivasan > > > > If it's broken, does that mean this should go to the stable kernels? > > What commit caused the breakage? > > Commit 352c9624242d5836ad8a960826183011367871a4 introduced the bug. > The stable kernels are fine. Next time please put that in the patch area. thanks, greg k-h