Re: [dm-devel] [PATCH] This patch filled the host WWNN. when using the command of multipathd to list the isscsi paths informartion, the host WWNN of paths informartion is not exist. like this: multipa

2018-09-26 Thread Martin Wilck
Hi Sunao, Thanks for your patch. Next time, please keep the subject line at a readable length, and provide a full description of the problem, and the proposed solution, in the message body. On Tue, 2018-09-18 at 09:09 +, Sunao (A) wrote: > this patch solved this problem and filled the host WW

Re: [dm-devel] [PATCH 2/2] init: add support to directly boot to a mapped device

2018-09-26 Thread Randy Dunlap
On 9/25/18 10:00 PM, Helen Koike wrote: > From: Will Drewry > > Add a dm= kernel parameter modeled after the md= parameter from > do_mounts_md. It allows for device-mapper targets to be configured at > boot time for use early in the boot process (as the root device or > otherwise). > > Signed-of

Re: [dm-devel] [bug report] dm verity: add support for forward error correction

2018-09-26 Thread Dan Carpenter
On Tue, Sep 25, 2018 at 09:03:40AM -0700, Sami Tolvanen wrote: > On Tue, Sep 25, 2018 at 5:07 AM Dan Carpenter > wrote: > > The patch a739ff3f543a: "dm verity: add support for forward error > > correction" from Dec 3, 2015, leads to the following static checker > > warning: > > Has something cha

Re: [dm-devel] [PATCH v8 7/9] crypto: qat: Remove VLA usage

2018-09-26 Thread Ard Biesheuvel
On Wed, 26 Sep 2018 at 10:54, Arnd Bergmann wrote: > > On Wed, Sep 26, 2018 at 10:44 AM Ard Biesheuvel > wrote: > > > > On Tue, 25 Sep 2018 at 18:12, Arnd Bergmann wrote: > > > > > > On Tue, Aug 7, 2018 at 11:18 PM Kees Cook wrote: > > > > > > > > In the quest to remove all stack VLA usage from

Re: [dm-devel] [PATCH v8 7/9] crypto: qat: Remove VLA usage

2018-09-26 Thread Arnd Bergmann
On Wed, Sep 26, 2018 at 10:44 AM Ard Biesheuvel wrote: > > On Tue, 25 Sep 2018 at 18:12, Arnd Bergmann wrote: > > > > On Tue, Aug 7, 2018 at 11:18 PM Kees Cook wrote: > > > > > > In the quest to remove all stack VLA usage from the kernel[1], this uses > > > the new upper bound for the stack buff

Re: [dm-devel] [PATCH v8 7/9] crypto: qat: Remove VLA usage

2018-09-26 Thread Ard Biesheuvel
On Tue, 25 Sep 2018 at 18:12, Arnd Bergmann wrote: > > On Tue, Aug 7, 2018 at 11:18 PM Kees Cook wrote: > > > > In the quest to remove all stack VLA usage from the kernel[1], this uses > > the new upper bound for the stack buffer. Also adds a sanity check. > > > > [1] > > https://lkml.kernel.org

Re: [dm-devel] [PATCH 0/2] boot to a mapped device

2018-09-26 Thread Richard Weinberger
Helen, On Wed, Sep 26, 2018 at 7:01 AM Helen Koike wrote: > > This series is reviving an old patchwork. > Booting from a mapped device requires an initramfs. This series is > allows for device-mapper targets to be configured at boot time for > use early in the boot process (as the root device or