]> git.baikalelectronics.ru Git - kernel.git/commit
s390/ism: fix incorrect system EID
authorKarsten Graul <kgraul@linux.ibm.com>
Fri, 23 Oct 2020 18:48:30 +0000 (20:48 +0200)
committerJakub Kicinski <kuba@kernel.org>
Mon, 26 Oct 2020 23:29:14 +0000 (16:29 -0700)
commitde0d0a562e8424c35e9b2352f404b7daa378cf6f
tree58c726b97f71fcd2ab0d794025eba0a6b7b117f1
parent88356af5da24fe2dfa3a4587edd45a1b22ca41f0
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: ff4dc9aea0e0 ("net/smc: introduce System Enterprise ID (SEID)")
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/s390/net/ism_drv.c