summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJohn Keeping <john@metanate.com>2017-09-20 13:56:06 -0500
committerBjorn Helgaas <bhelgaas@google.com>2017-09-20 13:56:06 -0500
commit749aaf3372b8b56b8743c3e27700d64c8bd06921 (patch)
tree11434013812a24f21ab8df0b6c071879c8d8d739 /tools/perf/scripts/python
parent19a8d6b7604df85402deecae01d7861cb1d40c89 (diff)
downloadkernel-749aaf3372b8b56b8743c3e27700d64c8bd06921.tar.gz
PCI: endpoint: Use correct "end of test" interrupt
pci_epf_test_raise_irq() reads the interrupt to use for the response from reg->command, but this has been cleared at the beginning of the command handler so the value is always zero at this point. Instead, extract the interrupt index before handling the command and then pass the requested interrupt into pci_epf_test_raise_irq(). This allows us to remove the specific code to extract the interrupt for COMMAND_RAISE_MSI_IRQ since it is now handled in common code. Fixes: 3ecf3232c54c ("PCI: endpoint: Do not reset *command* inadvertently") Signed-off-by: John Keeping <john@metanate.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
fef8ef9fb81d338761430003726cd256e28d34'>docs: Note that sphinx 1.7 will be required soonJonathan Corbet 2020-12-03docs: admin-guide: add a features listMauro Carvalho Chehab 2020-11-03Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linuxLinus Torvalds 2020-10-30docs: add ABI documentation to the admin-guide bookMauro Carvalho Chehab 2020-10-28sphinx: conf.py: properly handle Sphinx 4.0Mauro Carvalho Chehab 2020-10-15docs: conf.py: change the Sphinx 3.x+ textMauro Carvalho Chehab 2020-10-15docs: conf.py: fix c:function support with Sphinx 3.xMauro Carvalho Chehab 2020-09-04Make the docs build "work" with Sphinx 3.xJonathan Corbet 2020-06-08Replace HTTP links with HTTPS ones: documentationAlexander A. Klimov 2020-04-20docs: LaTeX/PDF: drop list of documentsMauro Carvalho Chehab 2020-03-20docs: conf.py: avoid thousands of duplicate label warning on SphinxMauro Carvalho Chehab 2020-03-19docs: fix reference to core-api/namespaces.rstJonathan Corbet 2019-10-02doc-rst: Programmatically render MAINTAINERS into ReSTKees Cook 2019-07-17docs: conf.py: only use CJK if the font is availableMauro Carvalho Chehab 2019-07-17docs: conf.py: add CJK package needed by translationsMauro Carvalho Chehab 2019-07-17docs: pdf: add all Documentation/*/index.rst to PDF outputMauro Carvalho Chehab 2019-06-30Disable Sphinx SmartyPants in HTML outputStephen Kitt 2019-06-26Docs: An initial automarkup extension for sphinxJonathan Corbet 2019-05-24docs: Fix conf.py for Sphinx 2.0Jonathan Corbet 2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds 2018-10-07docs: improve readability for people with poorer eyesightDarrick J. Wong 2018-10-05docs: promote the ext4 data structures book to top levelDarrick J. Wong 2018-10-05docs: move ext4 administrative docs to admin-guide/Darrick J. Wong 2018-10-02docs: generate a separate ext4 pdf file from the documentationDarrick J. Wong 2018-07-29ext4: import inode data fork chapter from wiki pageDarrick J. Wong