Re: [PATCH v5 3/5] x86/e820: Tag e820_entry with crypto capabilities

From: Dave Hansen
Date: Fri Jan 14 2022 - 13:17:59 EST


On 1/13/22 1:30 PM, Martin Fernandez wrote:
> +/*
> + * Update crypto capabilities in a range
> + */
> +static u64 __init __e820__range_update_crypto(struct e820_table *table,
> + u64 start, u64 size,
> + enum e820_crypto_capabilities crypto_capable)

This looks like an almost pure copy-and-paste of a 70-line function.
That's not the end of the world, but it does seem like a place where
refactoring is in order.

The rest of this series looks pretty straightforward, but this part in
particular is the most worrying.