mbox series

[net-next,0/3] net/smc: updates 2020-10-07

Message ID 20201007205743.83535-1-kgraul@linux.ibm.com (mailing list archive)
Headers show
Series net/smc: updates 2020-10-07 | expand

Message

Karsten Graul Oct. 7, 2020, 8:57 p.m. UTC
Please apply the following patch series for smc to netdev's net-next tree.

Patch 1 and 2 address warnings from static code checkers, and patch 3 handles
a case when all proposed ISM V2 devices fail to init and no V1 devices are
tried afterwards.

Karsten Graul (3):
  net/smc: consolidate unlocking in same function
  net/smc: cleanup buffer usage in smc_listen_work()
  net/smc: restore smcd_version when all ISM V2 devices failed to init

 net/smc/af_smc.c | 92 +++++++++++++++++++++++++-----------------------
 1 file changed, 48 insertions(+), 44 deletions(-)

Comments

Jakub Kicinski Oct. 10, 2020, 1:19 a.m. UTC | #1
On Wed,  7 Oct 2020 22:57:40 +0200 Karsten Graul wrote:
> Please apply the following patch series for smc to netdev's net-next tree.
> 
> Patch 1 and 2 address warnings from static code checkers, and patch 3 handles
> a case when all proposed ISM V2 devices fail to init and no V1 devices are
> tried afterwards.

Applied, thanks!

I'm inducing the last patch is a fix for code only in net-next.
It would still have been better to have a Fixes tag there to make
it clear that there is no need to backport.