]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Check if the xprt is connected before handling sysfs reads
authorAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 28 Oct 2021 19:17:41 +0000 (15:17 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 4 Nov 2021 23:43:29 +0000 (19:43 -0400)
commit17f09d3f619a7ad2d2b021b4e5246f08225b1b0f
treea4ac765bef9792517d085726aff4dc2093b29ec0
parent4330fe35b8213e92ff51907b4cb6323be943a9ad
SUNRPC: Check if the xprt is connected before handling sysfs reads

xprts don't immediately reconnect when changing the "dstaddr" property,
instead this gets handled the next time an operation uses the transport.
This could lead to NULL pointer dereferences when trying to read sysfs
files between the disconnect and reconnect operations. Fix this by
returning an error if the xprt is not connected.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/sysfs.c