Message ID | 20240730115838.3507302-1-quic_mdalam@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | Add Additional algo mode for inline encryption | expand |
On Tue, 30 Jul 2024, Md Sadre Alam wrote: > This series of patches add additional modes for inline encryption > > This series of patches depends on [1] Add inline encryption support for dm-crypt > > [1]: https://lore.kernel.org/all/b45d3b40-2587-04dc-9601-a9251dacf806@opensource.wdc.com/T/#ma01f08a941107217c93680fa25e96e8d406df790 > > These patches tested on IPQ9574 with eMMC ICE for raw partition > encryption/decryption. Hi I discussed it with Milan Broz <gmazyland@gmail.com> and we concluded that there is no need to bloat dm-crypt with this logic. We believe that you should create your own target (like "dm-inline-crypt"), it would work like a linear target and it will attach encryption requests to the bios that it processes. Mikulas
This is not related to emulation, but was. upstream linux development Kamal On Wed, Jul 31, 2024 at 8:50 AM Mikulas Patocka <mpatocka@redhat.com> wrote: > > > > On Tue, 30 Jul 2024, Md Sadre Alam wrote: > > > This series of patches add additional modes for inline encryption > > > > This series of patches depends on [1] Add inline encryption support for dm-crypt > > > > [1]: https://lore.kernel.org/all/b45d3b40-2587-04dc-9601-a9251dacf806@opensource.wdc.com/T/#ma01f08a941107217c93680fa25e96e8d406df790 > > > > These patches tested on IPQ9574 with eMMC ICE for raw partition > > encryption/decryption. > > Hi > > I discussed it with Milan Broz <gmazyland@gmail.com> and we concluded that > there is no need to bloat dm-crypt with this logic. > > We believe that you should create your own target (like > "dm-inline-crypt"), it would work like a linear target and it will attach > encryption requests to the bios that it processes. > > Mikulas > >
On 7/31/2024 6:18 PM, Mikulas Patocka wrote: > > > On Tue, 30 Jul 2024, Md Sadre Alam wrote: > >> This series of patches add additional modes for inline encryption >> >> This series of patches depends on [1] Add inline encryption support for dm-crypt >> >> [1]: https://lore.kernel.org/all/b45d3b40-2587-04dc-9601-a9251dacf806@opensource.wdc.com/T/#ma01f08a941107217c93680fa25e96e8d406df790 >> >> These patches tested on IPQ9574 with eMMC ICE for raw partition >> encryption/decryption. > > Hi > > I discussed it with Milan Broz <gmazyland@gmail.com> and we concluded that > there is no need to bloat dm-crypt with this logic. > > We believe that you should create your own target (like > "dm-inline-crypt"), it would work like a linear target and it will attach > encryption requests to the bios that it processes. > Thanks for reviewing. Will create new target driver "dm-inline-crypt". > Mikulas >