OSDN Git Service

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)
commit6bb14e48ee8d8ec23d191fd91de33f09da1ecce4
tree7c344a7f487353c84948b55f11bfe0ca65036308
parent5ac54d8768da973d761fef8aa1be9f00001107c0
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