From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755403AbcK2TOe (ORCPT ); Tue, 29 Nov 2016 14:14:34 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:35538 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752594AbcK2TOZ (ORCPT ); Tue, 29 Nov 2016 14:14:25 -0500 Date: Tue, 29 Nov 2016 20:14:35 +0100 From: Greg Kroah-Hartman To: Tomas Winkler Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org, Alexander Usyskin Subject: Re: [char-msic 1/3] mei: me: disable driver on SPT SPS firmware Message-ID: <20161129191435.GA29438@kroah.com> References: <1480423486-32307-1-git-send-email-tomas.winkler@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1480423486-32307-1-git-send-email-tomas.winkler@intel.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 29, 2016 at 02:44:44PM +0200, Tomas Winkler wrote: > commit 8c57cac1457f3125a5d13dc03635c0708c61bff0 upstream > > Sunrise Point PCH with SPS Firmware doesn't expose working > MEI interface, we need to quirk it out. > The SPS Firmware is identifiable only on the first PCI function > of the device. > > Cc: #4.4 > Signed-off-by: Tomas Winkler > Signed-off-by: Greg Kroah-Hartman > --- > drivers/misc/mei/hw-me.c | 10 ++++++++-- > drivers/misc/mei/pci-me.c | 4 ++-- > 2 files changed, 10 insertions(+), 4 deletions(-) I don't understand what this is for, it's already in the 4.8-stable tree. And there you said it only needed to go to 4.6 and newer, yet you are saying 4.4 here? What am I supposed to do? confused, greg k-h