* [PATCH] arch/arm/xen: Remove duplicate header
@ 2019-01-07 17:37 Souptick Joarder
2019-01-14 10:38 ` [Xen-devel] " Oleksandr Andrushchenko
0 siblings, 1 reply; 6+ messages in thread
From: Souptick Joarder @ 2019-01-07 17:37 UTC (permalink / raw)
To: sstabellini, linux
Cc: xen-devel, sabyasachi.linux, linux-kernel, linux-arm-kernel,
brajeswar.linux
Remove duplicate header which is included twice.
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
---
arch/arm/xen/mm.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
index cb44aa2..e1d44b9 100644
--- a/arch/arm/xen/mm.c
+++ b/arch/arm/xen/mm.c
@@ -7,7 +7,6 @@
#include <linux/of_address.h>
#include <linux/slab.h>
#include <linux/types.h>
-#include <linux/dma-mapping.h>
#include <linux/vmalloc.h>
#include <linux/swiotlb.h>
--
1.9.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Xen-devel] [PATCH] arch/arm/xen: Remove duplicate header
2019-01-07 17:37 [PATCH] arch/arm/xen: Remove duplicate header Souptick Joarder
@ 2019-01-14 10:38 ` Oleksandr Andrushchenko
2019-01-28 6:34 ` Souptick Joarder
0 siblings, 1 reply; 6+ messages in thread
From: Oleksandr Andrushchenko @ 2019-01-14 10:38 UTC (permalink / raw)
To: Souptick Joarder, sstabellini, linux
Cc: xen-devel, brajeswar.linux, linux-kernel, linux-arm-kernel,
sabyasachi.linux
On 1/7/19 7:37 PM, Souptick Joarder wrote:
> Remove duplicate header which is included twice.
>
> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
> ---
> arch/arm/xen/mm.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
> index cb44aa2..e1d44b9 100644
> --- a/arch/arm/xen/mm.c
> +++ b/arch/arm/xen/mm.c
> @@ -7,7 +7,6 @@
> #include <linux/of_address.h>
> #include <linux/slab.h>
> #include <linux/types.h>
> -#include <linux/dma-mapping.h>
> #include <linux/vmalloc.h>
> #include <linux/swiotlb.h>
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xen-devel] [PATCH] arch/arm/xen: Remove duplicate header
2019-01-14 10:38 ` [Xen-devel] " Oleksandr Andrushchenko
@ 2019-01-28 6:34 ` Souptick Joarder
2019-01-28 8:29 ` Oleksandr Andrushchenko
0 siblings, 1 reply; 6+ messages in thread
From: Souptick Joarder @ 2019-01-28 6:34 UTC (permalink / raw)
To: Oleksandr Andrushchenko
Cc: sstabellini, Sabyasachi Gupta, Russell King - ARM Linux,
linux-kernel, Brajeswar Ghosh, xen-devel, linux-arm-kernel
On Mon, Jan 14, 2019 at 4:08 PM Oleksandr Andrushchenko
<andr2000@gmail.com> wrote:
>
> On 1/7/19 7:37 PM, Souptick Joarder wrote:
> > Remove duplicate header which is included twice.
> >
> > Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Can we get this patch in queue for 5.1 ?
> > ---
> > arch/arm/xen/mm.c | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
> > index cb44aa2..e1d44b9 100644
> > --- a/arch/arm/xen/mm.c
> > +++ b/arch/arm/xen/mm.c
> > @@ -7,7 +7,6 @@
> > #include <linux/of_address.h>
> > #include <linux/slab.h>
> > #include <linux/types.h>
> > -#include <linux/dma-mapping.h>
> > #include <linux/vmalloc.h>
> > #include <linux/swiotlb.h>
> >
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xen-devel] [PATCH] arch/arm/xen: Remove duplicate header
2019-01-28 6:34 ` Souptick Joarder
@ 2019-01-28 8:29 ` Oleksandr Andrushchenko
2019-01-28 21:17 ` Boris Ostrovsky
0 siblings, 1 reply; 6+ messages in thread
From: Oleksandr Andrushchenko @ 2019-01-28 8:29 UTC (permalink / raw)
To: Souptick Joarder
Cc: Juergen Gross, sstabellini, Sabyasachi Gupta,
Russell King - ARM Linux, linux-kernel, Brajeswar Ghosh,
xen-devel, Boris Ostrovsky, linux-arm-kernel
+Boris and Juergen who can also help getting it in
On 1/28/19 8:34 AM, Souptick Joarder wrote:
> On Mon, Jan 14, 2019 at 4:08 PM Oleksandr Andrushchenko
> <andr2000@gmail.com> wrote:
>> On 1/7/19 7:37 PM, Souptick Joarder wrote:
>>> Remove duplicate header which is included twice.
>>>
>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
>> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
> Can we get this patch in queue for 5.1 ?
>>> ---
>>> arch/arm/xen/mm.c | 1 -
>>> 1 file changed, 1 deletion(-)
>>>
>>> diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
>>> index cb44aa2..e1d44b9 100644
>>> --- a/arch/arm/xen/mm.c
>>> +++ b/arch/arm/xen/mm.c
>>> @@ -7,7 +7,6 @@
>>> #include <linux/of_address.h>
>>> #include <linux/slab.h>
>>> #include <linux/types.h>
>>> -#include <linux/dma-mapping.h>
>>> #include <linux/vmalloc.h>
>>> #include <linux/swiotlb.h>
>>>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xen-devel] [PATCH] arch/arm/xen: Remove duplicate header
2019-01-28 8:29 ` Oleksandr Andrushchenko
@ 2019-01-28 21:17 ` Boris Ostrovsky
2019-01-28 22:40 ` Stefano Stabellini
0 siblings, 1 reply; 6+ messages in thread
From: Boris Ostrovsky @ 2019-01-28 21:17 UTC (permalink / raw)
To: Oleksandr Andrushchenko, Souptick Joarder
Cc: Juergen Gross, sstabellini, Sabyasachi Gupta,
Russell King - ARM Linux, linux-kernel, Brajeswar Ghosh,
xen-devel, linux-arm-kernel
On 1/28/19 3:29 AM, Oleksandr Andrushchenko wrote:
> +Boris and Juergen who can also help getting it in
I can put this in but I'd like to have Stefano's ack, this being ARM.
-boris
>
> On 1/28/19 8:34 AM, Souptick Joarder wrote:
>> On Mon, Jan 14, 2019 at 4:08 PM Oleksandr Andrushchenko
>> <andr2000@gmail.com> wrote:
>>> On 1/7/19 7:37 PM, Souptick Joarder wrote:
>>>> Remove duplicate header which is included twice.
>>>>
>>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
>>> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
>> Can we get this patch in queue for 5.1 ?
>>>> ---
>>>> arch/arm/xen/mm.c | 1 -
>>>> 1 file changed, 1 deletion(-)
>>>>
>>>> diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
>>>> index cb44aa2..e1d44b9 100644
>>>> --- a/arch/arm/xen/mm.c
>>>> +++ b/arch/arm/xen/mm.c
>>>> @@ -7,7 +7,6 @@
>>>> #include <linux/of_address.h>
>>>> #include <linux/slab.h>
>>>> #include <linux/types.h>
>>>> -#include <linux/dma-mapping.h>
>>>> #include <linux/vmalloc.h>
>>>> #include <linux/swiotlb.h>
>>>>
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xen-devel] [PATCH] arch/arm/xen: Remove duplicate header
2019-01-28 21:17 ` Boris Ostrovsky
@ 2019-01-28 22:40 ` Stefano Stabellini
0 siblings, 0 replies; 6+ messages in thread
From: Stefano Stabellini @ 2019-01-28 22:40 UTC (permalink / raw)
To: Boris Ostrovsky
Cc: Juergen Gross, sstabellini, Sabyasachi Gupta,
Oleksandr Andrushchenko, Russell King - ARM Linux, linux-kernel,
Souptick Joarder, Brajeswar Ghosh, xen-devel, linux-arm-kernel
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1338 bytes --]
On Mon, 28 Jan 2019, Boris Ostrovsky wrote:
> On 1/28/19 3:29 AM, Oleksandr Andrushchenko wrote:
> > +Boris and Juergen who can also help getting it in
>
> I can put this in but I'd like to have Stefano's ack, this being ARM.
The patch is OK. Sorry for not replying earlier, this thread fell off my
radar somehow.
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
> >
> > On 1/28/19 8:34 AM, Souptick Joarder wrote:
> >> On Mon, Jan 14, 2019 at 4:08 PM Oleksandr Andrushchenko
> >> <andr2000@gmail.com> wrote:
> >>> On 1/7/19 7:37 PM, Souptick Joarder wrote:
> >>>> Remove duplicate header which is included twice.
> >>>>
> >>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> >>> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
> >> Can we get this patch in queue for 5.1 ?
> >>>> ---
> >>>> arch/arm/xen/mm.c | 1 -
> >>>> 1 file changed, 1 deletion(-)
> >>>>
> >>>> diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
> >>>> index cb44aa2..e1d44b9 100644
> >>>> --- a/arch/arm/xen/mm.c
> >>>> +++ b/arch/arm/xen/mm.c
> >>>> @@ -7,7 +7,6 @@
> >>>> #include <linux/of_address.h>
> >>>> #include <linux/slab.h>
> >>>> #include <linux/types.h>
> >>>> -#include <linux/dma-mapping.h>
> >>>> #include <linux/vmalloc.h>
> >>>> #include <linux/swiotlb.h>
> >>>>
> >
>
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-01-28 22:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-07 17:37 [PATCH] arch/arm/xen: Remove duplicate header Souptick Joarder
2019-01-14 10:38 ` [Xen-devel] " Oleksandr Andrushchenko
2019-01-28 6:34 ` Souptick Joarder
2019-01-28 8:29 ` Oleksandr Andrushchenko
2019-01-28 21:17 ` Boris Ostrovsky
2019-01-28 22:40 ` Stefano Stabellini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).