aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/dp83848.c
diff options
context:
space:
mode:
authorCong Wang <xiyou.wangcong@gmail.com>2018-06-07 13:39:49 -0700
committerDavid S. Miller <davem@davemloft.net>2018-06-10 12:25:53 -0700
commit6d8c50dcb029872b298eea68cc6209c866fd3e14 (patch)
tree4da75b8a914be8ad9bb1f8d81d0450ee8a4eb5b0 /drivers/net/phy/dp83848.c
parentnet: bridge: Fix locking in br_fdb_find_port() (diff)
downloadlinux-dev-6d8c50dcb029872b298eea68cc6209c866fd3e14.tar.xz
linux-dev-6d8c50dcb029872b298eea68cc6209c866fd3e14.zip
socket: close race condition between sock_close() and sockfs_setattr()
fchownat() doesn't even hold refcnt of fd until it figures out fd is really needed (otherwise is ignored) and releases it after it resolves the path. This means sock_close() could race with sockfs_setattr(), which leads to a NULL pointer dereference since typically we set sock->sk to NULL in ->release(). As pointed out by Al, this is unique to sockfs. So we can fix this in socket layer by acquiring inode_lock in sock_close() and checking against NULL in sockfs_setattr(). sock_release() is called in many places, only the sock_close() path matters here. And fortunately, this should not affect normal sock_close() as it is only called when the last fd refcnt is gone. It only affects sock_close() with a parallel sockfs_setattr() in progress, which is not common. Fixes: 86741ec25462 ("net: core: Add a UID field to struct sock.") Reported-by: shankarapailoor <shankarapailoor@gmail.com> Cc: Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp> Cc: Lorenzo Colitti <lorenzo@google.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/dp83848.c')
0 files changed, 0 insertions, 0 deletions