summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorKarsten Graul <kgraul@linux.ibm.com>2020-10-23 20:48:30 +0200
committerJakub Kicinski <kuba@kernel.org>2020-10-26 16:29:14 -0700
commit1dc0d1cf6f3d910ce3fffa83c5ae40c564e12373 (patch)
tree58c726b97f71fcd2ab0d794025eba0a6b7b117f1 /tools/perf/scripts/python/event_analyzing_sample.py
parent96d6fded958d971a3695009e0ed43aca6c598283 (diff)
downloadkernel-1dc0d1cf6f3d910ce3fffa83c5ae40c564e12373.tar.gz
s390/ism: fix incorrect system EID
The system EID that is defined by the ISM driver is not correct. Using an incorrect system EID allows to communicate with remote Linux systems that use the same incorrect system EID, but when it comes to interoperability with other operating systems then the system EIDs do never match which prevents SMC-Dv2 communication. Using the correct system EID fixes this problem. Fixes: 201091ebb2a1 ("net/smc: introduce System Enterprise ID (SEID)") Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
iback?h=linux-6.6.y&id=02ef871ecac290919ea0c783d05da7eedeffc10e'>xen/pciback: Fix conf_space read/write overlap check.Andrey Grodzovsky 2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2016-03-21xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker 2016-02-15xen/pciback: Save the number of MSI-X entries to be copied later.Konrad Rzeszutek Wilk 2016-02-15xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORYKonrad Rzeszutek Wilk 2015-12-18xen-pciback: fix up cleanup path when alloc failsDoug Goldstein 2015-12-18xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk 2015-12-18xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X)...Konrad Rzeszutek Wilk 2015-12-18xen/pciback: Do not install an IRQ handler for MSI interrupts.Konrad Rzeszutek Wilk 2015-12-18xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS...Konrad Rzeszutek Wilk 2015-12-18xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI...Konrad Rzeszutek Wilk 2015-12-18xen/pciback: Save xen_pci_op commands before processing itKonrad Rzeszutek Wilk 2015-04-29xen-pciback: Add name prefix to global 'permissive' variableBen Hutchings 2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu 2015-03-16xen-pciback: also support disabling of bus-mastering and memory-write-invalidateJan Beulich 2015-03-16xen/pciback: Don't print scary messages when unsupported by hypervisor.Konrad Rzeszutek Wilk