Re: [PATCH net v2 0/2] Revert the 'socket_alloc' life cycle change

From: David Miller
Date: Tue May 05 2020 - 15:00:56 EST


From: David Miller <davem@xxxxxxxxxxxxx>
Date: Tue, 05 May 2020 11:48:25 -0700 (PDT)

> Series applied and queued up for -stable, thanks.

Nevermind, this doesn't even compile.

net/smc/af_smc.c: In function ʽsmc_switch_to_fallbackʼ:
net/smc/af_smc.c:473:19: error: ʽsmc->clcsock->wqʼ is a pointer; did you mean to use ʽ->ʼ?
473 | smc->clcsock->wq.fasync_list =
| ^
| ->
net/smc/af_smc.c:474:25: error: ʽsmc->sk.sk_socket->wqʼ is a pointer; did you mean to use ʽ->ʼ?
474 | smc->sk.sk_socket->wq.fasync_list;
| ^
| ->

So I had to revert these changes.

When you make a change of this magnitude and scope you must do an
allmodconfig build.

Thank you.