xen: branch for v7.0-rc6
-----BEGIN PGP SIGNATURE----- iJEEABYKADkWIQRTLbB6QfY48x44uB6AXGG7T9hjvgUCackzVhsUgAAAAAAEAA5t YW51MiwyLjUrMS4xMiwyLDIACgkQgFxhu0/YY75+AAEA54Z8n7PQ4NCdd3NxtfZY vopaMNY5NbBzMpzZpPo/uNkA/R/zfRogLx9pLiBh4LgJIzNe3nSK7NUsKBZVXxo6 jcEL =8HbQ -----END PGP SIGNATURE----- Merge tag 'for-linus-7.0a-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip Pull xen fix from Juergen Gross: "A single fix for a very rare bug introduced in rc5" * tag 'for-linus-7.0a-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: xen/privcmd: unregister xenstore notifier on module exit
This commit is contained in:
commit
b8a3bc8567
|
|
@ -1765,6 +1765,9 @@ err_privcmdbuf:
|
|||
|
||||
static void __exit privcmd_exit(void)
|
||||
{
|
||||
if (!xen_initial_domain())
|
||||
unregister_xenstore_notifier(&xenstore_notifier);
|
||||
|
||||
privcmd_ioeventfd_exit();
|
||||
privcmd_irqfd_exit();
|
||||
misc_deregister(&privcmd_dev);
|
||||
|
|
|
|||
Loading…
Reference in New Issue