You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears when `device_initcall()` is used to invoke
`pci_cma_keyring_init()`, there exists a race between
pci_cma_keyring_init() and pci_cma_init(). Running through QEMU
pci_cma_init() is always called first and thus eventually leads to a
NULL ptr dereference as spdm_create() is called before pci_cma_keyring
is initialized.
This fix ammends that.
Signed-off-by: Wilfred Mallawa <[email protected]>
0 commit comments