]> sourceware.org Git - lvm2.git/commitdiff
Few more files filtered from memory locking
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 30 Mar 2011 13:06:13 +0000 (13:06 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 30 Mar 2011 13:06:13 +0000 (13:06 +0000)
Code located in these files should not be used in critical section.

WHATS_NEW
lib/mm/memlock.c

index f118a621515332350f293ed7f0a2328c4899f14e..366fd86ffc5ec817731d07f2ebaa4b36d3ee493a 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.85 - 
 ===================================
+  Extend the set of memory regions, that are not locked to memory.
   Enhance usability with the valgrind memcheck tool.
   Support regular quit of the lvm_thread_fn function in clvmd.
   Fix reading of unallocated memory in lvm1 format import function.
index 1dd0172dc109e602723970ef2fce46deccf84274..1fb2d03c08623f96825420606386a2e0f23f3c7f 100644 (file)
@@ -89,9 +89,11 @@ static const char * const _ignore_maps[] = {
 /* default blacklist for maps */
 static const char * const _blacklist_maps[] = {
     "locale/locale-archive",
+    "/LC_MESSAGES/",
     "gconv/gconv-modules.cache",
     "/libreadline.so.",        /* not using readline during mlock */
     "/libncurses.so.", /* not using readline during mlock */
+    "/libtinfo.so.",   /* not using readline during mlock */
     "/libdl-",         /* not using dlopen,dlsym during mlock */
     /* "/libdevmapper-event.so" */
 };
This page took 0.04404 seconds and 5 git commands to generate.