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-5.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip

Pull xen fixes from Juergen Gross:
"Two very minor fixes: one remove of a #include for an unused header
and a fix of the xen ML address in MAINTAINERS"

* tag 'for-linus-5.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
MAINTAINERS: unify reference to xen-devel list
arch/arm/xen: Remove duplicate header

+1 -2
+1 -1
MAINTAINERS
··· 5186 5186 M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> 5187 5187 T: git git://anongit.freedesktop.org/drm/drm-misc 5188 5188 L: dri-devel@lists.freedesktop.org 5189 - L: xen-devel@lists.xen.org 5189 + L: xen-devel@lists.xenproject.org (moderated for non-subscribers) 5190 5190 S: Supported 5191 5191 F: drivers/gpu/drm/xen/ 5192 5192 F: Documentation/gpu/xen-front.rst
-1
arch/arm/xen/mm.c
··· 7 7 #include <linux/of_address.h> 8 8 #include <linux/slab.h> 9 9 #include <linux/types.h> 10 - #include <linux/dma-mapping.h> 11 10 #include <linux/vmalloc.h> 12 11 #include <linux/swiotlb.h> 13 12