commit | 5bf490e6807bf56f49b5991b4be817407dd32656 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Sep 10 11:05:18 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 10 13:31:10 2020 -0700 |
tree | bbe6a558708ae9d9550f4b2ebba2b02c1c9f5713 | |
parent | 83896b0bd8223ac33bcc609bcc82a57a587002ff [diff] |
s390/qeth: delay draining the TX buffers Wait until the QDIO data connection is severed. Otherwise the device might still be processing the buffers, and end up accessing skb data that we already freed. Fixes: 8b5026bc1693 ("s390/qeth: fix qdio teardown after early init error") Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>