Re: [dm-devel] 'multipath add path' returns ok but the path is missing in the topology

2020-04-22 Thread Martin Wilck
Hello Gioh, On Wed, 2020-04-22 at 10:40 +0200, Gioh Kim wrote: > Hi, > > I would like to report a bug. > I am using network storage via SRP/SRPT over Infiniband. > When a new sd device is created by SRP, I execute 'multipathd add > path > sdX' command and then a new map device is created automati

Re: [dm-devel] dm-crypt: support using encrypted keys

2020-04-22 Thread Dmitry Baryshkov
вт, 21 апр. 2020 г. в 21:27, Mike Snitzer : > > On Mon, Apr 20 2020 at 9:46P -0400, > Dmitry Baryshkov wrote: > > > From: Dmitry Baryshkov > > > > Allow one to use encrypted in addition to user and login key types for > > device encryption. > > > > Signed-off-by: Dmitry Baryshkov > > I fixed up

[dm-devel] 'multipath add path' returns ok but the path is missing in the topology

2020-04-22 Thread Gioh Kim
Hi, I would like to report a bug. I am using network storage via SRP/SRPT over Infiniband. When a new sd device is created by SRP, I execute 'multipathd add path sdX' command and then a new map device is created automatically. I used to use the kernel 4.14 version and had no problem. But after up

Re: [dm-devel] 'multipath add path' returns ok but the path is missing in the topology

2020-04-22 Thread Martin Wilck
On Wed, 2020-04-22 at 16:00 +0200, Gioh Kim wrote: > > One question. > Is it possible for multipathd to generate an event for removing a > map? > I am looking into the source code, ev_add_path and some functions > related to add a path, > but it looks like it does not generate any event. I guess

Re: [dm-devel] [RFC PATCH v3 05/12] fs: add security blob and hooks for block_device

2020-04-22 Thread James Morris
On Wed, 15 Apr 2020, deven.de...@linux.microsoft.com wrote: > From: Deven Bowers > > Add a security blob and associated allocation, deallocation and set hooks > for a block_device structure. > > Signed-off-by: Deven Bowers Is there any feedback from block or LSM folk on the addition of a secu

Re: [dm-devel] dm-crypt: support using encrypted keys

2020-04-22 Thread Milan Broz
On 21/04/2020 20:27, Mike Snitzer wrote: > On Mon, Apr 20 2020 at 9:46P -0400, > Dmitry Baryshkov wrote: > >> From: Dmitry Baryshkov >> >> Allow one to use encrypted in addition to user and login key types for >> device encryption. >> >> Signed-off-by: Dmitry Baryshkov > > I fixed up some iss

[dm-devel] [dm:for-next 27/28] drivers/md/dm-crypt.c:2281: undefined reference to `key_type_encrypted'

2020-04-22 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git for-next head: 2d56364c7c7ba64576c37a16c8af98f66b4bb16b commit: 5cacab0334b940164ad6aac39712f4d3b06076bc [27/28] dm crypt: support using encrypted keys config: i386-randconfig-e001-20200421 (attached as .config)

Re: [dm-devel] [dm:for-next 27/28] drivers/md/dm-crypt.c:2281: undefined reference to `key_type_encrypted'

2020-04-22 Thread Mike Snitzer
I fixed this ~3 minutes after pushing.. amazing how quick the kbuild test robot is! But thanks, Mike On Wed, Apr 22 2020 at 5:21pm -0400, kbuild test robot wrote: > tree: > https://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git > for-next > head: 2d56364c7c7ba64576

Re: [dm-devel] dm-crypt: support using encrypted keys

2020-04-22 Thread Mike Snitzer
On Wed, Apr 22 2020 at 12:47pm -0400, Milan Broz wrote: > On 21/04/2020 20:27, Mike Snitzer wrote: > > On Mon, Apr 20 2020 at 9:46P -0400, > > Dmitry Baryshkov wrote: > > > >> From: Dmitry Baryshkov > >> > >> Allow one to use encrypted in addition to user and login key types for > >> device e

Re: [dm-devel] dm-crypt: support using encrypted keys

2020-04-22 Thread Milan Broz
On 22/04/2020 23:40, Mike Snitzer wrote: > On Wed, Apr 22 2020 at 12:47pm -0400, > Milan Broz wrote: > >> On 21/04/2020 20:27, Mike Snitzer wrote: >>> On Mon, Apr 20 2020 at 9:46P -0400, >>> Dmitry Baryshkov wrote: >>> From: Dmitry Baryshkov Allow one to use encrypted in additio