-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numerious errors and NULL pointer references in 0.6.4 #3335
Comments
Yes the manipulation of |
nedbass
added a commit
to nedbass/zfs
that referenced
this issue
Apr 23, 2015
The function spa_add_feature_stats() manipulates the shared nvlist spa->spa_feat_stats in an unsafe concurrent manner. Add a mutex to protect the list. Issue openzfs#3335 Signed-off-by: Ned Bass <bass6@llnl.gov>
kernelOfTruth
pushed a commit
to kernelOfTruth/zfs
that referenced
this issue
Apr 23, 2015
The function spa_add_feature_stats() manipulates the shared nvlist spa->spa_feat_stats in an unsafe concurrent manner. Add a mutex to protect the list. Issue openzfs#3335 Signed-off-by: Ned Bass <bass6@llnl.gov>
@seletskiy if you have the ability and time to test this patch please do so. Thanks |
adding related pull-request: #3339 |
@nedbass: looks like issue is not reproducing using your patch. Thanks! |
@seletskiy thanks for independently verifying the patch. |
nedbass
added a commit
that referenced
this issue
Jun 24, 2015
The function spa_add_feature_stats() manipulates the shared nvlist spa->spa_feat_stats in an unsafe concurrent manner. Add a mutex to protect the list. Signed-off-by: Ned Bass <bass6@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #3335
MorpheusTeam
pushed a commit
to Xyratex/lustre-stable
that referenced
this issue
Aug 10, 2015
Updates ZFS and SPL to latest maintence version. Includes the following: Bug Fixes: * Fix panic due to corrupt nvlist when running utilities (openzfs/zfs#3335) * Fix hard lockup due to infinite loop in zfs_zget() (openzfs/zfs#3349) * Fix panic on unmount due to iput taskq (openzfs/zfs#3281) * Improve metadata shrinker performance on pre-3.1 kernels (openzfs/zfs#3501) * Linux 4.1 compat: use read_iter() / write_iter() * Linux 3.12 compat: NUMA-aware per-superblock shrinker * Fix spurious hung task watchdog stack traces (openzfs/zfs#3402) * Fix module loading in zfs import systemd service (openzfs/zfs#3440) * Fix intermittent libzfs_init() failure to open /dev/zfs (openzfs/zfs#2556) Signed-off-by: Nathaniel Clark <nathaniel.l.clark@intel.com> Change-Id: I053087317ff9e5bedc1671bb46062e96bfe6f074 Reviewed-on: http://review.whamcloud.com/15481 Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com> Tested-by: Jenkins Reviewed-by: Isaac Huang <he.huang@intel.com> Tested-by: Maloo <hpdd-maloo@intel.com> Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ZFS 0.6.4
Some
zfs get
commands stuck in uninterruptable sleep:The text was updated successfully, but these errors were encountered: