]> git.baikalelectronics.ru Git - kernel.git/commit
net/smc: dynamic allocation of CLC proposal buffer
authorUrsula Braun <ubraun@linux.ibm.com>
Thu, 10 Sep 2020 16:48:22 +0000 (18:48 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Sep 2020 22:24:26 +0000 (15:24 -0700)
commitd764e9a4a03d744cd68dc769152b909c1e8c513a
tree7c344a7f487353c84948b55f11bfe0ca65036308
parentab11964d5e3bc71263df551b8a6cfd3687585077
net/smc: dynamic allocation of CLC proposal buffer

Reduce stack size for smc_listen_work() and smc_clc_send_proposal()
by dynamic allocation of the CLC buffer to be received or sent.

Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/af_smc.c
net/smc/smc_clc.c
net/smc/smc_clc.h