1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

mm: skip mlocking [vectors]

Somehow forgotten:
https://www.redhat.com/archives/linux-lvm/2012-June/msg00019.html
Need for arm architecture support.
This commit is contained in:
Zdenek Kabelac 2012-11-20 09:58:53 +01:00
parent 5ef6ca00b9
commit d5697b29ee
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.99 - Version 2.02.99 -
=================================== ===================================
Skip mlocking [vectors] on arm architecture.
Support allocation of pool metadata with lvconvert command. Support allocation of pool metadata with lvconvert command.
Move common functionality for thin lvcreate and lvconvert to toollib. Move common functionality for thin lvcreate and lvconvert to toollib.
Mirrored log is now fixed before its mirror when double-fault occurs. Mirrored log is now fixed before its mirror when double-fault occurs.

View File

@ -84,6 +84,7 @@ static int _default_priority;
static const char * const _ignore_maps[] = { static const char * const _ignore_maps[] = {
"[vdso]", "[vdso]",
"[vsyscall]", "[vsyscall]",
"[vectors]",
}; };
/* default blacklist for maps */ /* default blacklist for maps */