From: Alex Williamson <alex.williamson@redhat.com>
To: Sinan Kaya <okaya@kernel.org>
Cc: linux-pci@vger.kernel.org
Subject: Re: [PATCH v4 0/6] PCI: Add reset type parameter to PCI reset functions
Date: Wed, 19 Sep 2018 13:02:12 -0600 [thread overview]
Message-ID: <20180919130212.22005fd4@t450s.home> (raw)
In-Reply-To: <20180919163037.13497-1-okaya@kernel.org>
On Wed, 19 Sep 2018 16:30:31 +0000
Sinan Kaya <okaya@kernel.org> wrote:
> We want more control over what kind of reset PCI core can apply. Have the
> application explicitly requested allowed reset types.
>
> differences from v3:
> - set default return value to -EINVAL in __pci_reset_function_locked()
>
> Sinan Kaya (6):
> PCI: Expose reset_type to users of __pci_reset_function_locked()
> PCI: Expose reset_type to users of pci_reset_function()
> PCI: Expose reset_type to users of pci_reset_function_locked()
> PCI: Expose reset type to users of pci_try_reset_function()
> PCI: Expose reset type to users of pci_probe_reset_function()
> PCI: Expose reset type to users of pci_reset_bus()
>
> drivers/hid/intel-ish-hid/ipc/ipc.c | 2 +-
> drivers/misc/genwqe/card_base.c | 2 +-
> .../net/ethernet/cavium/liquidio/lio_main.c | 2 +-
> .../net/ethernet/qlogic/qlcnic/qlcnic_ctx.c | 2 +-
> drivers/net/ethernet/sfc/mcdi.c | 2 +-
> drivers/pci/pci-sysfs.c | 2 +-
> drivers/pci/pci.c | 134 ++++++++++++------
> drivers/pci/pci.h | 2 +-
> drivers/pci/probe.c | 2 +-
> drivers/vfio/pci/vfio_pci.c | 13 +-
> drivers/vfio/pci/vfio_pci_config.c | 4 +-
> drivers/xen/xen-pciback/pci_stub.c | 6 +-
> include/linux/pci.h | 21 ++-
> 13 files changed, 128 insertions(+), 66 deletions(-)
>
Ack'd 4 & 6, for the remainder,
Reviewed-by: Alex Williamson <alex.williamson@redhat.com>
prev parent reply other threads:[~2018-09-20 0:41 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-19 16:30 [PATCH v4 0/6] PCI: Add reset type parameter to PCI reset functions Sinan Kaya
2018-09-19 16:30 ` [PATCH v4 1/6] PCI: Expose reset_type to users of __pci_reset_function_locked() Sinan Kaya
2018-09-25 20:45 ` Bjorn Helgaas
2018-09-25 21:07 ` Sinan Kaya
2018-09-25 21:58 ` Bjorn Helgaas
2018-09-19 16:30 ` [PATCH v4 2/6] PCI: Expose reset_type to users of pci_reset_function() Sinan Kaya
2018-09-25 20:46 ` Bjorn Helgaas
2018-09-25 20:52 ` Sinan Kaya
2018-09-25 21:59 ` Bjorn Helgaas
2018-09-19 16:30 ` [PATCH v4 3/6] PCI: Expose reset_type to users of pci_reset_function_locked() Sinan Kaya
2018-09-19 16:30 ` [PATCH v4 4/6] PCI: Expose reset type to users of pci_try_reset_function() Sinan Kaya
2018-09-19 19:00 ` Alex Williamson
2018-09-19 16:30 ` [PATCH v4 5/6] PCI: Expose reset type to users of pci_probe_reset_function() Sinan Kaya
2018-09-19 16:30 ` [PATCH v4 6/6] PCI: Expose reset type to users of pci_reset_bus() Sinan Kaya
2018-09-19 19:00 ` Alex Williamson
2018-09-25 20:54 ` Bjorn Helgaas
2018-09-25 21:15 ` Sinan Kaya
2018-09-25 21:56 ` Bjorn Helgaas
2018-09-25 22:18 ` Sinan Kaya
2018-09-19 19:02 ` Alex Williamson [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=20180919130212.22005fd4@t450s.home \
--to=alex.williamson@redhat.com \
--cc=linux-pci@vger.kernel.org \
--cc=okaya@kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).