Re: [PATCH v5 6/9] cryptodisk: Add infrastructure to pass data from cryptomount to cryptodisk modules

2021-12-20 Thread Daniel Kiper
On Thu, Dec 09, 2021 at 11:14:55AM -0600, Glenn Washburn wrote: > Previously, the cryptomount arguments were passed by global variable and > function call argument, neither of which are ideal. This change passes data > via a grub_cryptomount_args struct, which can be added to over time as >

[PATCH v5 6/9] cryptodisk: Add infrastructure to pass data from cryptomount to cryptodisk modules

2021-12-09 Thread Glenn Washburn
Previously, the cryptomount arguments were passed by global variable and function call argument, neither of which are ideal. This change passes data via a grub_cryptomount_args struct, which can be added to over time as opposed to continually adding arguments to the cryptodisk scan and