Re: [dm-devel] [PATCH 23/23] multipath-tools: mpath-tools.supp: file with valgrind suppressions

2020-09-25 Thread Martin Wilck
On Thu, 2020-09-24 at 15:58 -0500, Benjamin Marzinski wrote: > On Thu, Sep 24, 2020 at 03:40:54PM +0200, mwi...@suse.com wrote: > > From: Martin Wilck > > > > Git complains about the extra blank line at the end of the file I'm sorry. At least this one will be easy to fix :-) Martin --

Re: [dm-devel] [PATCH 23/23] multipath-tools: mpath-tools.supp: file with valgrind suppressions

2020-09-24 Thread Benjamin Marzinski
On Thu, Sep 24, 2020 at 03:40:54PM +0200, mwi...@suse.com wrote: > From: Martin Wilck > Git complains about the extra blank line at the end of the file third-party/valgrind/mpath-tools.supp:33: new blank line at EOF. -Ben > These leaks are caused by other libraries (libsystemd, glibc, >

[dm-devel] [PATCH 23/23] multipath-tools: mpath-tools.supp: file with valgrind suppressions

2020-09-24 Thread mwilck
From: Martin Wilck These leaks are caused by other libraries (libsystemd, glibc, libgcrypt) and should be ignored when debugging with valgrind Usage example: valgrind --suppressions=mpath-tools.supp \ --leak-check=full --show-leak-kinds=all $COMMAND Signed-off-by: Martin Wilck ---