Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+3
+3
drivers/xen/privcmd.c
··· 1765 1765 1766 1766 static void __exit privcmd_exit(void) 1767 1767 { 1768 + if (!xen_initial_domain()) 1769 + unregister_xenstore_notifier(&xenstore_notifier); 1770 + 1768 1771 privcmd_ioeventfd_exit(); 1769 1772 privcmd_irqfd_exit(); 1770 1773 misc_deregister(&privcmd_dev);