From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3261 invoked by alias); 30 Mar 2011 13:06:14 -0000 Received: (qmail 3243 invoked by uid 9737); 30 Mar 2011 13:06:14 -0000 Date: Wed, 30 Mar 2011 13:06:00 -0000 Message-ID: <20110330130614.3241.qmail@sourceware.org> From: zkabelac@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2 ./WHATS_NEW lib/mm/memlock.c Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00097.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: zkabelac@sourceware.org 2011-03-30 13:06:13 Modified files: . : WHATS_NEW lib/mm : memlock.c Log message: Few more files filtered from memory locking Code located in these files should not be used in critical section. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1965&r2=1.1966 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/mm/memlock.c.diff?cvsroot=lvm2&r1=1.38&r2=1.39 --- LVM2/WHATS_NEW 2011/03/30 12:43:32 1.1965 +++ LVM2/WHATS_NEW 2011/03/30 13:06:13 1.1966 @@ -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. --- LVM2/lib/mm/memlock.c 2011/03/30 12:43:32 1.38 +++ LVM2/lib/mm/memlock.c 2011/03/30 13:06:13 1.39 @@ -89,9 +89,11 @@ /* 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" */ };