public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [git pull] stm class/intel_th: Updates for char-misc-linus
@ 2016-07-01  9:15 Alexander Shishkin
  2016-07-14  3:03 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Shishkin @ 2016-07-01  9:15 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, laurent.fert, yann.fouassier, Alexander Shishkin

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

for you to fetch changes up to 60cef77f9ba419fec6c41bc4e3fecb9bf426f664:

  intel_th: pci: Add Kaby Lake PCH-H support (2016-06-30 15:39:15 +0300)

----------------------------------------------------------------
intel_th: Fixes for 4.7

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] stm class/intel_th: Updates for char-misc-linus
  2016-07-01  9:15 [git pull] stm class/intel_th: Updates for char-misc-linus Alexander Shishkin
@ 2016-07-14  3:03 ` Greg KH
  2016-07-14 10:20   ` Alexander Shishkin
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2016-07-14  3:03 UTC (permalink / raw)
  To: Alexander Shishkin
  Cc: linux-kernel, laurent.fert, yann.fouassier, Alexander Shishkin

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?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] stm class/intel_th: Updates for char-misc-linus
  2016-07-14  3:03 ` Greg KH
@ 2016-07-14 10:20   ` Alexander Shishkin
  2016-07-15  5:29     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Shishkin @ 2016-07-14 10:20 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, laurent.fert, yann.fouassier

Greg KH <gregkh@linuxfoundation.org> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] stm class/intel_th: Updates for char-misc-linus
  2016-07-14 10:20   ` Alexander Shishkin
@ 2016-07-15  5:29     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2016-07-15  5:29 UTC (permalink / raw)
  To: Alexander Shishkin; +Cc: linux-kernel, laurent.fert, yann.fouassier

On Thu, Jul 14, 2016 at 01:20:25PM +0300, Alexander Shishkin wrote:
> Greg KH <gregkh@linuxfoundation.org> 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

Pulled and pushed out.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-15  5:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-01  9:15 [git pull] stm class/intel_th: Updates for char-misc-linus Alexander Shishkin
2016-07-14  3:03 ` Greg KH
2016-07-14 10:20   ` Alexander Shishkin
2016-07-15  5:29     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox