From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751201AbdBDP5h (ORCPT ); Sat, 4 Feb 2017 10:57:37 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44268 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750851AbdBDP5g (ORCPT ); Sat, 4 Feb 2017 10:57:36 -0500 Date: Sat, 4 Feb 2017 16:57:39 +0100 From: Greg KH To: kys@microsoft.com 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 Message-ID: <20170204155739.GA8811@kroah.com> References: <1486223183-8862-1-git-send-email-kys@exchange.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1486223183-8862-1-git-send-email-kys@exchange.microsoft.com> 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 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? thanks, greg k-h