Re: [PATCH v4 0/2] use confidential computing provisioned secrets for disk decryption

2022-02-27 Thread Dov Murik
On 26/02/2022 10:04, Heinrich Schuchardt wrote: > On 2/7/22 16:29, James Bottomley wrote: >> From: James Bottomley >> >> v4: Update to new password passing API and fold in review comments >> original patch 1 (which contained a password passing API) is >> removed and patch 2 is updated

Re: [PATCH v4 0/2] use confidential computing provisioned secrets for disk decryption

2022-02-26 Thread Heinrich Schuchardt
On 2/7/22 16:29, James Bottomley wrote: From: James Bottomley v4: Update to new password passing API and fold in review comments original patch 1 (which contained a password passing API) is removed and patch 2 is updated and patch 3 largely unchanged. v3: make password getter specify

[PATCH v4 0/2] use confidential computing provisioned secrets for disk decryption

2022-02-07 Thread James Bottomley
From: James Bottomley v4: Update to new password passing API and fold in review comments original patch 1 (which contained a password passing API) is removed and patch 2 is updated and patch 3 largely unchanged. v3: make password getter specify prompt requirement. Update for TDX: Ma