]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: limit trace to valid data of command request
authorJulian Wiedmann <jwi@linux.ibm.com>
Tue, 12 Feb 2019 17:33:20 +0000 (18:33 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Feb 2019 18:14:24 +0000 (13:14 -0500)
commitf0d2a43e5f7747bbc2df467b18e6a193b82fe3cb
treebd94c965965f2ee3666644b0bace999ef9aa0787
parent1bc1a06f4be3de70d7761bab191ad955de6d7909
s390/qeth: limit trace to valid data of command request

'len' specifies how much data we send to the HW, don't dump beyond this
boundary.
As of today this is no big concern - commands are built in full, zeroed
pages.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/qeth_core_main.c