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:
parent
5ef6ca00b9
commit
d5697b29ee
@ -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.
|
||||||
|
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user