Re: [dm-devel] dm-crypt: Fix error with too large bios

2016-08-29 Thread Mikulas Patocka
On Mon, 29 Aug 2016, Mike Snitzer wrote: > On Sat, Aug 27 2016 at 11:09am -0400, > Mikulas Patocka wrote: > > > > > > > On Fri, 26 Aug 2016, Mike Snitzer wrote: > > > > > On Thu, Aug 25 2016 at 4:13pm -0400, > > > Jens Axboe wrote: > > > > > > > On 08/25/2016 12:34 PM, Mikulas Patocka wr

Re: [dm-devel] dm-crypt: Fix error with too large bios

2016-08-29 Thread Mikulas Patocka
On Mon, 29 Aug 2016, Ming Lei wrote: > On Sat, Aug 27, 2016 at 11:09 PM, Mikulas Patocka wrote: > > > > > > On Fri, 26 Aug 2016, Mike Snitzer wrote: > > > >> On Thu, Aug 25 2016 at 4:13pm -0400, > >> Jens Axboe wrote: > >> > >> > On 08/25/2016 12:34 PM, Mikulas Patocka wrote: > >> > > > >> >

Re: [dm-devel] dm-crypt: Fix error with too large bios

2016-08-29 Thread Mike Snitzer
On Sat, Aug 27 2016 at 11:09am -0400, Mikulas Patocka wrote: > > > On Fri, 26 Aug 2016, Mike Snitzer wrote: > > > On Thu, Aug 25 2016 at 4:13pm -0400, > > Jens Axboe wrote: > > > > > On 08/25/2016 12:34 PM, Mikulas Patocka wrote: > > > > > > > >Device mapper can't split the bio in generic_m

Re: [dm-devel] [PATCH] multipathd: Suppress uninteresting data race reports

2016-08-29 Thread Christophe Varoqui
I would merge that too, sure. On Mon, Aug 29, 2016 at 5:51 PM, Bart Van Assche wrote: > On 08/29/2016 12:19 AM, Christophe Varoqui wrote: > >> I think it would be fair to detect the valgrind headers presence in the >> Makefile and ifdef the include (else define dummy ANNOTATE_* macros). >> >> Wo

Re: [dm-devel] [PATCH] multipathd: Suppress uninteresting data race reports

2016-08-29 Thread Bart Van Assche
On 08/29/2016 12:19 AM, Christophe Varoqui wrote: I think it would be fair to detect the valgrind headers presence in the Makefile and ifdef the include (else define dummy ANNOTATE_* macros). Would you care to prepare that ? Hello Christophe, How about adding a copy of the valgrind.h and helg

[dm-devel] [PATCH] kpartx: partitions of mapped devices cannot be created in redhat OS

2016-08-29 Thread tang . junhui
From: "tang.junhui" Environment variables such as DM_TABLE_STATE are used in kpartx.rules which exported by "dmsetup export" in previous udev rules in SuSE OS, however, there is no such command "dmsetup export" in redhat OS, so these environment variables are not initialized and partitions can

[dm-devel] [PATCH] kpartx: partitions of mapped devices cannot be created in redhat OS

2016-08-29 Thread tang . junhui
From: "tang.junhui" Environment variables such as DM_TABLE_STATE are used in kpartx.rules which exported by "dmsetup export" in previous udev rules in SuSE OS, however, there is no such command "dmsetup export" in redhat OS, so these environment variables are not initialized and partitions ca

Re: [dm-devel] [PATCH] multipath-tools: request to update man pages/TEMPLATE if "device subsection" keywords are changed

2016-08-29 Thread Xose Vazquez Perez
On 08/29/2016 09:25 AM, Christophe Varoqui wrote: > Merged. There are six pending patches: https://patchwork.kernel.org/project/dm-devel/list/?submitter=3680 -- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel

[dm-devel] [PATCH v06] uapi dm-log-userspace.h: use __u32, __s32, __u64 and __s64 from linux/types.h

2016-08-29 Thread Mikko Rapeli
Fixes userspace compilation errors like: linux/dm-log-userspace.h:416:2: error: unknown type name ‘uint64_t’ Signed-off-by: Mikko Rapeli Cc: Bart Van Assche --- include/uapi/linux/dm-log-userspace.h | 53 ++- 1 file changed, 27 insertions(+), 26 deletions(-) di

Re: [dm-devel] [PATCH] multipathd: Change four threads from detached into joinable

2016-08-29 Thread Christophe Varoqui
Merged. Thanks. On Fri, Aug 19, 2016 at 12:44 AM, Bart Van Assche < bart.vanass...@sandisk.com> wrote: > Change the CLI listener, checker loop, uevent dispatcher and > uevent listener threads from detached into joinable threads. > This change is needed because calling pthread_join() is only > all

Re: [dm-devel] dm-crypt: Fix error with too large bios

2016-08-29 Thread Ming Lei
On Sat, Aug 27, 2016 at 11:09 PM, Mikulas Patocka wrote: > > > On Fri, 26 Aug 2016, Mike Snitzer wrote: > >> On Thu, Aug 25 2016 at 4:13pm -0400, >> Jens Axboe wrote: >> >> > On 08/25/2016 12:34 PM, Mikulas Patocka wrote: >> > > >> > >Device mapper can't split the bio in generic_make_request - i

Re: [dm-devel] [PATCH] multipath-tools: request to update man pages/TEMPLATE if "device subsection" keywords are changed

2016-08-29 Thread Christophe Varoqui
Merged. Thanks. On Mon, Aug 29, 2016 at 12:41 AM, Xose Vazquez Perez wrote: > and s/keywork/keyword > > Cc: Christophe Varoqui > Cc: device-mapper development > Signed-off-by: Xose Vazquez Perez > --- > libmultipath/dict.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > di

Re: [dm-devel] [PATCH] multipath-tools: Makefiles housekeeping

2016-08-29 Thread Christophe Varoqui
Merged. Thanks. On Mon, Aug 29, 2016 at 12:10 AM, Xose Vazquez Perez wrote: > replace mandir with man8dir and put KRNL variables in place. > > Cc: Christophe Varoqui > Cc: device-mapper development > Signed-off-by: Xose Vazquez Perez > --- > Makefile | 5 ++--- > Makefile.inc

Re: [dm-devel] [PATCH] libmultipath, multipathd: Rework SIGPIPE handling

2016-08-29 Thread Christophe Varoqui
Merged. Thanks. On Tue, Aug 16, 2016 at 10:08 PM, Bart Van Assche < bart.vanass...@sandisk.com> wrote: > The behavior we want is as follows: > * If stdout or stderr is closed then SIGPIPE causes termination. > * Sending data to a socket that has been closed by the receiver > does not cause mult

Re: [dm-devel] [PATCH] multipathd: Suppress uninteresting data race reports

2016-08-29 Thread Christophe Varoqui
Hi, I think it would be fair to detect the valgrind headers presence in the Makefile and ifdef the include (else define dummy ANNOTATE_* macros). Would you care to prepare that ? Thanks. On Tue, Aug 16, 2016 at 10:00 PM, Bart Van Assche < bart.vanass...@sandisk.com> wrote: > The global variab

Re: [dm-devel] [PATCH] Makefile.inc: Remove -fexceptions from CFLAGS

2016-08-29 Thread Christophe Varoqui
Merged. Thanks. On Tue, Aug 16, 2016 at 9:56 PM, Bart Van Assche wrote: > No code in the multipath-tools project calls a C++ function that > generates an exception. Hence remove -fexceptions. From the gcc > manual: > > -fexceptions > > Enable exception handling. Generates extra code needed to