Re: [f2fs-dev] [PATCH v12 04/12] block: Make blk-integrity preclude hardware inline encryption

2020-05-13 Thread Eric Biggers
On Thu, Apr 30, 2020 at 11:59:51AM +, Satya Tangirala wrote: > Whenever a device supports blk-integrity, make the kernel pretend that > the device doesn't support inline encryption (essentially by setting the > keyslot manager in the request queue to NULL). > > There's no hardware currently

Re: [f2fs-dev] [PATCH v12 04/12] block: Make blk-integrity preclude hardware inline encryption

2020-05-13 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig ___ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

[f2fs-dev] [PATCH v12 04/12] block: Make blk-integrity preclude hardware inline encryption

2020-04-30 Thread Satya Tangirala via Linux-f2fs-devel
Whenever a device supports blk-integrity, make the kernel pretend that the device doesn't support inline encryption (essentially by setting the keyslot manager in the request queue to NULL). There's no hardware currently that supports both integrity and inline encryption. However, it seems