linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
To: Marcel Apfelbaum <marcel@redhat.com>,
	Aleksandr Bezzubikov <zuban32s@gmail.com>,
	linux-pci@vger.kernel.org
Cc: bhelgaas@google.com, Michael Tsirkin <mst@redhat.com>,
	stable@vger.kernel.org
Subject: Re: [PATCH] pci: shpchp: set the bridge busmaster if MSI are enabled
Date: Tue, 1 Aug 2017 18:56:29 +0300	[thread overview]
Message-ID: <eb72f87e-3df3-cd30-b08a-72403587eaa7@gmail.com> (raw)
In-Reply-To: <b0c85887-38f1-337e-4cc4-d671a200ff7d@redhat.com>



On 19/07/2017 16:36, Marcel Apfelbaum wrote:
> On 18/07/2017 17:12, Aleksandr Bezzubikov wrote:
>> An MSI-based SHPC built in PCI bridges can configure hotplugged devices
>> only if they notify the bridge with MSI.
>> But they can't trigger interrupt without the bridge being busmaster,
>> that's why it should be enabled.
> 
> Hi Aleksandr,
> 
> Hot-plugging an empty bridge does require making it bus-master,
> otherwise we end up with an unusable pci brigde.
> 
>>
>> Signed-off-by: Aleksandr Bezzubikov <zuban32s@gmail.com>
>> ---
>>   drivers/pci/hotplug/shpchp_hpc.c | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/drivers/pci/hotplug/shpchp_hpc.c 
>> b/drivers/pci/hotplug/shpchp_hpc.c
>> index de0ea47..e5824c7 100644
>> --- a/drivers/pci/hotplug/shpchp_hpc.c
>> +++ b/drivers/pci/hotplug/shpchp_hpc.c
>> @@ -1062,6 +1062,8 @@ int shpc_init(struct controller *ctrl, struct 
>> pci_dev *pdev)
>>           if (rc) {
>>               ctrl_info(ctrl, "Can't get msi for the hotplug 
>> controller\n");
>>               ctrl_info(ctrl, "Use INTx for the hotplug controller\n");
>> +        } else {
>> +            pci_set_master(pdev);
>>           }
>>           rc = request_irq(ctrl->pci_dev->irq, shpc_isr, IRQF_SHARED,
>>
> 
> 
> I am not really familiar with the shpc code,
> but the change looks OK to me.
> 
> Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
> 

Hi,

Since is a fix:
Cc: stable@vger.kernel.org

Thanks,
Marcel

> Thanks,
> Marcel

  reply	other threads:[~2017-08-01 15:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-18 14:12 [PATCH] pci: shpchp: set the bridge busmaster if MSI are enabled Aleksandr Bezzubikov
2017-07-19 13:36 ` Marcel Apfelbaum
2017-08-01 15:56   ` Marcel Apfelbaum [this message]
2017-07-23 20:18 ` Alexander Bezzubikov
2017-07-24 14:56   ` Alex Williamson
2017-07-24 15:07     ` Alexander Bezzubikov
2017-08-01 15:57 ` Michael S. Tsirkin
2017-08-02 22:35 ` [PATCH] " Bjorn Helgaas
2017-08-02 22:48   ` Alexander Bezzubikov
2017-08-03 16:34     ` Bjorn Helgaas

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=eb72f87e-3df3-cd30-b08a-72403587eaa7@gmail.com \
    --to=marcel.apfelbaum@gmail.com \
    --cc=bhelgaas@google.com \
    --cc=linux-pci@vger.kernel.org \
    --cc=marcel@redhat.com \
    --cc=mst@redhat.com \
    --cc=stable@vger.kernel.org \
    --cc=zuban32s@gmail.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;
as well as URLs for NNTP newsgroup(s).