Hi, On Wed, Sep 23, 2020 at 11:22 AM Ard Biesheuvel <ardb@xxxxxxxxxx> wrote: > > Currently, the XOR module performs its boot time benchmark at core > initcall time when it is built-in, to ensure that the RAID code can > make use of it when it is built-in as well. > > Let's defer this to a later stage during the boot, to avoid impacting > the overall boot time of the system. Instead, just pick an arbitrary > implementation from the list, and use that as the preliminary default. > > Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx> > --- > crypto/xor.c | 29 +++++++++++++++++++- > 1 file changed, 28 insertions(+), 1 deletion(-) Seems like it'll work to me. Thanks! Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx> -Doug