summaryrefslogtreecommitdiffstats
path: root/xlators/mount
diff options
context:
space:
mode:
authorN Balachandran <nbalacha@redhat.com>2017-05-29 15:21:39 +0530
committerJeff Darcy <jeff@pl.atyp.us>2017-05-30 15:51:46 +0000
commit6b6162f7ff93bccef0e615cb490e881168827e1d (patch)
tree0b2eba88d1c7737c0ef1e6e78b7fcd2157bf4207 /xlators/mount
parentec86167d09bcbb763e31b73fb3d688efaa5444d7 (diff)
perf/ioc: Fix race causing crash when accessing freed page
ioc_inode_wakeup does not lock the ioc_inode for the duration of the operation, leaving a window where ioc_prune could find a NULL waitq and hence free the page which ioc_inode_wakeup later tries to access. Thanks to Mohit for the analysis. credit: moagrawa@redhat.com Change-Id: I54b064857e2694826d0c03b23f8014e3984a3330 BUG: 1456385 Signed-off-by: N Balachandran <nbalacha@redhat.com> Reviewed-on: https://review.gluster.org/17410 Reviewed-by: Raghavendra G <rgowdapp@redhat.com> Tested-by: Raghavendra G <rgowdapp@redhat.com> Smoke: Gluster Build System <jenkins@build.gluster.org> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Jeff Darcy <jeff@pl.atyp.us>
Diffstat (limited to 'xlators/mount')
0 files changed, 0 insertions, 0 deletions