mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-04 09:18:36 +03:00
Few more files filtered from memory locking
Code located in these files should not be used in critical section.
This commit is contained in:
parent
197b5e6dc7
commit
a66bff47f1
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.85 -
|
Version 2.02.85 -
|
||||||
===================================
|
===================================
|
||||||
|
Extend the set of memory regions, that are not locked to memory.
|
||||||
Enhance usability with the valgrind memcheck tool.
|
Enhance usability with the valgrind memcheck tool.
|
||||||
Support regular quit of the lvm_thread_fn function in clvmd.
|
Support regular quit of the lvm_thread_fn function in clvmd.
|
||||||
Fix reading of unallocated memory in lvm1 format import function.
|
Fix reading of unallocated memory in lvm1 format import function.
|
||||||
|
@ -89,9 +89,11 @@ static const char * const _ignore_maps[] = {
|
|||||||
/* default blacklist for maps */
|
/* default blacklist for maps */
|
||||||
static const char * const _blacklist_maps[] = {
|
static const char * const _blacklist_maps[] = {
|
||||||
"locale/locale-archive",
|
"locale/locale-archive",
|
||||||
|
"/LC_MESSAGES/",
|
||||||
"gconv/gconv-modules.cache",
|
"gconv/gconv-modules.cache",
|
||||||
"/libreadline.so.", /* not using readline during mlock */
|
"/libreadline.so.", /* not using readline during mlock */
|
||||||
"/libncurses.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 */
|
"/libdl-", /* not using dlopen,dlsym during mlock */
|
||||||
/* "/libdevmapper-event.so" */
|
/* "/libdevmapper-event.so" */
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user