From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751193AbcGNKUf (ORCPT ); Thu, 14 Jul 2016 06:20:35 -0400 Received: from mga09.intel.com ([134.134.136.24]:23407 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751063AbcGNKU2 (ORCPT ); Thu, 14 Jul 2016 06:20:28 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,361,1464678000"; d="scan'208";a="1021504439" From: Alexander Shishkin To: Greg KH Cc: linux-kernel@vger.kernel.org, laurent.fert@intel.com, yann.fouassier@intel.com Subject: Re: [git pull] stm class/intel_th: Updates for char-misc-linus In-Reply-To: <20160714030331.GD27261@kroah.com> References: <87shvtra6e.fsf@ashishki-desk.ger.corp.intel.com> <20160714030331.GD27261@kroah.com> User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Thu, 14 Jul 2016 13:20:25 +0300 Message-ID: <87k2goplli.fsf@ashishki-desk.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greg KH writes: > On Fri, Jul 01, 2016 at 12:15:37PM +0300, Alexander Shishkin wrote: >> Hi Greg, >> >> These are fixes I have queued for the v4.7. Please consider pulling into >> char-misc-linus. >> >> The following changes since commit 60cef77f9ba419fec6c41bc4e3fecb9bf426f664: >> >> intel_th: pci: Add Kaby Lake PCH-H support (2016-06-30 15:39:15 +0300) >> >> are available in the git repository at: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git tags/stm-fixes-for-greg-20160630 > > It's too late for 4.7, can you resend these with stable@ tags so it gets > into a 4.7-stable release? Done. The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b: Linux 4.7-rc2 (2016-06-05 14:31:26 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git tags/stm-for-greg-20160714 for you to fetch changes up to 7a1a47ce35821b40f5b2ce46379ba14393bc3873: intel_th: pci: Add Kaby Lake PCH-H support (2016-07-14 13:16:56 +0300) ---------------------------------------------------------------- intel_th: Fixes -stable These are: * a fix for a modprobe time deadlock * a new PCI ID for Kaby Lake PCH-H ---------------------------------------------------------------- Alexander Shishkin (2): intel_th: Fix a deadlock in modprobing intel_th: pci: Add Kaby Lake PCH-H support drivers/hwtracing/intel_th/core.c | 35 ++++++++++++++++++++++++++++++++++- drivers/hwtracing/intel_th/intel_th.h | 3 +++ drivers/hwtracing/intel_th/pci.c | 5 +++++ 3 files changed, 42 insertions(+), 1 deletion(-) Thanks, -- Alex