linux/net/smc
Greg Kroah-Hartman e8dee217ec Revert "net/smc: fix a NULL pointer dereference"
[ Upstream commit 5369ead83f5aff223b6418c99cb1fe9a8f007363 ]

This reverts commit e183d4e414.

Because of recent interactions with developers from @umn.edu, all
commits from them have been recently re-reviewed to ensure if they were
correct or not.

Upon review, this commit was found to be incorrect for the reasons
below, so it must be reverted.  It will be fixed up "correctly" in a
later kernel change.

The original commit causes a memory leak and does not properly fix the
issue it claims to fix.  I will send a follow-on patch to resolve this
properly.

Cc: Kangjie Lu <kjlu@umn.edu>
Cc: Ursula Braun <ubraun@linux.ibm.com>
Cc: David S. Miller <davem@davemloft.net>
Link: https://lore.kernel.org/r/20210503115736.2104747-17-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-06-03 08:59:08 +02:00
..
Kconfig
Makefile
af_smc.c smc: disallow TCP_ULP in smc_setsockopt() 2021-05-19 10:08:28 +02:00
smc.h
smc_cdc.c
smc_cdc.h
smc_clc.c net/smc: no peer ID in CLC decline for SMCD 2020-03-05 16:43:47 +01:00
smc_clc.h
smc_close.c
smc_close.h
smc_core.c net/smc: fix valid DMBE buffer sizes 2020-10-29 09:57:23 +01:00
smc_core.h
smc_diag.c net/smc: Prevent kernel-infoleak in __smc_diag_dump() 2020-09-03 11:26:40 +02:00
smc_ib.c net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid() 2020-11-24 13:28:58 +01:00
smc_ib.h
smc_ism.c Revert "net/smc: fix a NULL pointer dereference" 2021-06-03 08:59:08 +02:00
smc_ism.h
smc_llc.c
smc_llc.h
smc_netns.h
smc_pnet.c net/smc: fix ethernet interface refcounting 2019-11-06 17:44:32 -08:00
smc_pnet.h
smc_rx.c net/smc: receive pending data after RCV_SHUTDOWN 2019-10-10 19:08:41 -07:00
smc_rx.h
smc_tx.c net/smc: make sure EPOLLOUT is raised 2019-08-20 12:25:14 -07:00
smc_tx.h
smc_wr.c
smc_wr.h