public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Bjorn Helgaas <bhelgaas@google.com>
Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>,
	e1000-devel@lists.sourceforge.net, linux-pci@vger.kernel.org,
	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/7] pci/e1000e: return runtime-pm back to work
Date: Tue, 12 Feb 2013 21:27:03 +0100	[thread overview]
Message-ID: <3456892.TimRCtDbda@vostro.rjw.lan> (raw)
In-Reply-To: <CAErSpo7G-31WjR8S6iR9KRyRVxaW5NrNupxhbRAemCASY2fSRA@mail.gmail.com>

On Monday, February 11, 2013 05:43:50 PM Bjorn Helgaas wrote:
> On Mon, Feb 11, 2013 at 5:34 PM, Bjorn Helgaas <bhelgaas@google.com> wrote:
> > On Mon, Feb 4, 2013 at 1:23 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> >> On Monday, February 04, 2013 03:55:47 PM Konstantin Khlebnikov wrote:
> >>> This patchset contains some fixes for e1000e diver (broken since v2.6.35)
> >>> and some related fixes and useful debug for PCI code.
> >>>
> >>> All together this fixes my regression report for v3.8-rc1:
> >>> https://lkml.org/lkml/2013/1/1/25
> >>>
> >>> patchset was seriously reworked since v1:
> >>> http://lkml.org/lkml/2013/1/18/147
> >>>
> >>> ---
> >>>
> >>> Konstantin Khlebnikov (6):
> >>>       e1000e: fix pci-device enable-counter balance
> >>>       PCI: don't touch enable_cnt in pci_device_shutdown()
> >>>       PCI: catch enable-counter underflows
> >>>       e1000e: fix runtime power management transitions
> >>>       PCI/PM: warn about incomplete actions in ->runtime_suspend() callback
> >>>       e1000e: fix accessing to suspended device
> >>>
> >>> Rafael J. Wysocki (1):
> >>>       PCI/PM: clear state_saved during suspend
> >>>
> >>>
> >>>  drivers/net/ethernet/intel/e1000e/ethtool.c |   13 ++++
> >>>  drivers/net/ethernet/intel/e1000e/netdev.c  |   82 +++++++--------------------
> >>>  drivers/pci/pci-driver.c                    |   21 +++++--
> >>>  drivers/pci/pci.c                           |    3 +
> >>>  4 files changed, 53 insertions(+), 66 deletions(-)
> >>
> >> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> >>
> >> for all patches except for [6/7].
> >
> > I added Rafael's acks and applied patches
> >   [2/7] PCI: don't touch enable_cnt in pci_device_shutdown()
> >   [3/7] PCI: catch enable-counter underflows
> > to my pci/konstantin-runtime-pm branch for v3.9.
> 
> Oops, I missed
>   [4/7] PCI/PM: Clear state_saved during suspend
> 
> I applied that one, too.

Thanks!


-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

      reply	other threads:[~2013-02-12 20:20 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-04 11:55 [PATCH v2 0/7] pci/e1000e: return runtime-pm back to work Konstantin Khlebnikov
2013-02-04 11:55 ` [PATCH v2 1/7] e1000e: fix pci-device enable-counter balance Konstantin Khlebnikov
2013-02-04 11:55 ` [PATCH v2 2/7] PCI: don't touch enable_cnt in pci_device_shutdown() Konstantin Khlebnikov
2013-02-04 22:20   ` Khalid Aziz
2013-02-04 23:13     ` Bjorn Helgaas
2013-02-05 15:28       ` Khalid Aziz
2013-02-05 19:22         ` Bjorn Helgaas
2013-02-06  0:21           ` Khalid Aziz
2013-02-04 11:56 ` [PATCH v2 3/7] PCI: catch enable-counter underflows Konstantin Khlebnikov
2013-02-04 11:56 ` [PATCH v2 4/7] PCI/PM: clear state_saved during suspend Konstantin Khlebnikov
2013-02-04 11:56 ` [PATCH v2 5/7] e1000e: fix runtime power management transitions Konstantin Khlebnikov
2013-02-04 11:56 ` [PATCH v2 6/7] PCI/PM: warn about incomplete actions in ->runtime_suspend() callback Konstantin Khlebnikov
2013-02-04 20:22   ` Rafael J. Wysocki
2013-02-04 20:57     ` Konstantin Khlebnikov
2013-02-04 11:56 ` [PATCH v2 7/7] e1000e: fix accessing to suspended device Konstantin Khlebnikov
2013-02-04 20:23 ` [PATCH v2 0/7] pci/e1000e: return runtime-pm back to work Rafael J. Wysocki
2013-02-12  0:34   ` Bjorn Helgaas
2013-02-12  0:43     ` Bjorn Helgaas
2013-02-12 20:27       ` Rafael J. Wysocki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3456892.TimRCtDbda@vostro.rjw.lan \
    --to=rjw@sisk.pl \
    --cc=bhelgaas@google.com \
    --cc=e1000-devel@lists.sourceforge.net \
    --cc=khlebnikov@openvz.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=rafael.j.wysocki@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox