From: Zdenek Kabelac <zkabelac@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 0/3] Memory fixes
Date: Fri, 25 Mar 2011 22:57:44 +0100 [thread overview]
Message-ID: <cover.1301089240.git.zkabelac@redhat.com> (raw)
Originaly I wanted to post here new patch for dm_pool_splice
to join to dm_pool list together. However there is fairly simplier
fix for our memory reference problem - just fixing the vgmem release
order. (I may provide dm_pool_splice patch - as it could be seen
as 'better' way of handling this memory problem - but as for now
it only related to vgmerge and vgsplite - it's easier this way.)
Second patch is addressing our maps mismatching - it's rather workaround,
but for now quite sufficient.
The last patch is for those who want to play with valgrind and lvm2.
There we need to disable memory size checks.
Zdenek Kabelac (3):
Fix mem
Set our own in/out buffers
Valgrind updates
lib/commands/toolcontext.c | 8 ++++++++
lib/mm/memlock.c | 3 +++
libdm/mm/pool-fast.c | 11 ++++-------
tools/vgmerge.c | 6 ++++--
tools/vgsplit.c | 6 ++++--
5 files changed, 23 insertions(+), 11 deletions(-)
--
1.7.4.1
next reply other threads:[~2011-03-25 21:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-25 21:57 Zdenek Kabelac [this message]
2011-03-25 21:57 ` [PATCH 1/3] Fix mem Zdenek Kabelac
2011-03-26 9:59 ` Milan Broz
2011-03-26 13:04 ` Zdenek Kabelac
2011-03-25 21:57 ` [PATCH 2/3] Set our own in/out buffers Zdenek Kabelac
2011-03-26 10:09 ` Milan Broz
2011-03-26 12:53 ` Zdenek Kabelac
2011-04-04 12:09 ` Zdenek Kabelac
2011-03-25 21:57 ` [PATCH 3/3] Valgrind updates Zdenek Kabelac
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1301089240.git.zkabelac@redhat.com \
--to=zkabelac@redhat.com \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.