linux_dsm_epyc7002/net/rds
Andy Grover 571c02fa81 RDS: Workaround for in-use MRs on close causing crash
if a machine is shut down without closing sockets properly, and
freeing all MRs, then a BUG_ON will bring it down. This patch
changes these to WARN_ONs -- leaking MRs is not fatal (although
not ideal, and there is more work to do here for a proper fix.)

Signed-off-by: Andy Grover <andy.grover@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-03-16 21:16:56 -07:00
..
af_rds.c
bind.c
cong.c RDS: Fix congestion issues for loopback 2010-03-16 21:16:55 -07:00
connection.c
ib_cm.c
ib_rdma.c RDS: Workaround for in-use MRs on close causing crash 2010-03-16 21:16:56 -07:00
ib_recv.c RDS: Do not BUG() on error returned from ib_post_send 2010-03-16 21:16:53 -07:00
ib_ring.c
ib_send.c RDS: Fix congestion issues for loopback 2010-03-16 21:16:55 -07:00
ib_stats.c
ib_sysctl.c
ib.c
ib.h
info.c
info.h
iw_cm.c
iw_rdma.c
iw_recv.c RDS: Do not BUG() on error returned from ib_post_send 2010-03-16 21:16:53 -07:00
iw_ring.c
iw_send.c RDS: Do not BUG() on error returned from ib_post_send 2010-03-16 21:16:53 -07:00
iw_stats.c
iw_sysctl.c
iw.c
iw.h
Kconfig
loop.c RDS: Fix congestion issues for loopback 2010-03-16 21:16:55 -07:00
loop.h
Makefile
message.c
page.c
rdma_transport.c RDS: Do not BUG() on error returned from ib_post_send 2010-03-16 21:16:53 -07:00
rdma_transport.h
rdma.c
rdma.h
rds.h
recv.c
send.c RDS: Fix send locking issue 2010-03-16 21:16:55 -07:00
stats.c
sysctl.c
tcp_connect.c net/rds: remove uses of NIPQUAD, use %pI4 2010-02-03 20:16:48 -08:00
tcp_listen.c net/rds: remove uses of NIPQUAD, use %pI4 2010-02-03 20:16:48 -08:00
tcp_recv.c RDS: update copy_to_user state in tcp transport 2010-03-16 21:16:54 -07:00
tcp_send.c RDS/TCP: Wait to wake thread when write space available 2010-03-16 21:16:55 -07:00
tcp_stats.c
tcp.c
tcp.h
threads.c
transport.c