Re: [RFC PATCH v2 5/6] tpm: add SNP SVSM vTPM driver
From: Jason Gunthorpe
Date: Fri Feb 28 2025 - 19:28:30 EST
On Fri, Feb 28, 2025 at 06:07:19PM +0100, Stefano Garzarella wrote:
> +/*
> + * tpm_svsm_remove() lives in .exit.text. For drivers registered via
> + * module_platform_driver_probe() this is ok because they cannot get unbound
> + * at runtime. So mark the driver struct with __refdata to prevent modpost
> + * triggering a section mismatch warning.
> + */
??? Is that really true? I didn't know that
I thought you could unbind anything using /sys/../unbind?
Jason