summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW_DM
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-03-02 22:57:25 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-03-02 22:57:25 +0000
commit0438b15353df72b1deef1b2d8d4c6e2dc676bd4a (patch)
treeb8802c32f4b61e7c73bdd023d84a8f09903bbcbb /WHATS_NEW_DM
parent8d2c7d28cccd0e724e53a590c0aa0d82f10c5e38 (diff)
downloadlvm2-0438b15353df72b1deef1b2d8d4c6e2dc676bd4a.tar.gz
lvm2-0438b15353df72b1deef1b2d8d4c6e2dc676bd4a.tar.xz
lvm2-0438b15353df72b1deef1b2d8d4c6e2dc676bd4a.zip
List _thread_registry missed mutex
Operation on _thread_registry needs to be covered by mutex. Cosmetic move a die code after free for valgind short leak list.
Diffstat (limited to 'WHATS_NEW_DM')
-rw-r--r--WHATS_NEW_DM2
1 files changed, 2 insertions, 0 deletions
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index f8e7e7bd..e003dac8 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,8 +1,10 @@
Version 1.02.73 -
====================================
+ Test _thread_registry list with holding mutex in dmeventd.
Added dm_tree_node_set_callback() for preload and deactivation hooks.
Drop unsupported TRIM message for thin pool.
Improve logging for fifo startup in dmeventd.
+ Better detection of missing dmeventd fifo connection (1.02.71).
Add few pointer validation in dmsetup.
Support dm_task_get_driver_version() query without version string.
Log failure of pthread_join when cleaning unused threads in dmeventd.