All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch/arm/xen: Remove duplicate header
@ 2019-01-07 17:37 Souptick Joarder
  0 siblings, 0 replies; 8+ 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


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] arch/arm/xen: Remove duplicate header
  2019-01-28 21:17       ` [Xen-devel] " Boris Ostrovsky
@ 2019-01-28 22:40         ` Stefano Stabellini
  0 siblings, 0 replies; 8+ 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: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] arch/arm/xen: Remove duplicate header
  2019-01-28  8:29     ` Oleksandr Andrushchenko
@ 2019-01-28 21:17       ` Boris Ostrovsky
  2019-01-28 21:17       ` [Xen-devel] " Boris Ostrovsky
  1 sibling, 0 replies; 8+ 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>
>>>>
>


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] arch/arm/xen: Remove duplicate header
  2019-01-28  6:34   ` Souptick Joarder
  2019-01-28  8:29     ` Oleksandr Andrushchenko
@ 2019-01-28  8:29     ` Oleksandr Andrushchenko
  1 sibling, 0 replies; 8+ 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>
>>>


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [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  6:34   ` Souptick Joarder
  1 sibling, 0 replies; 8+ 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>
> >
>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] arch/arm/xen: Remove duplicate header
  2019-01-07 17:37 ` Souptick Joarder
  (?)
  (?)
@ 2019-01-14 10:38 ` Oleksandr Andrushchenko
  -1 siblings, 0 replies; 8+ 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>
>   


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] arch/arm/xen: Remove duplicate header
@ 2019-01-07 17:37 ` Souptick Joarder
  0 siblings, 0 replies; 8+ messages in thread
From: Souptick Joarder @ 2019-01-07 17:37 UTC (permalink / raw)
  To: sstabellini, linux
  Cc: xen-devel, linux-arm-kernel, linux-kernel, brajeswar.linux,
	sabyasachi.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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] arch/arm/xen: Remove duplicate header
@ 2019-01-07 17:37 ` Souptick Joarder
  0 siblings, 0 replies; 8+ 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] 8+ messages in thread

end of thread, other threads:[~2019-01-28 22:40 UTC | newest]

Thread overview: 8+ 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
  -- strict thread matches above, loose matches on Subject: below --
2019-01-07 17:37 Souptick Joarder
2019-01-07 17:37 ` 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 21:17       ` [Xen-devel] " Boris Ostrovsky
2019-01-28 22:40         ` Stefano Stabellini
2019-01-28  8:29     ` Oleksandr Andrushchenko
2019-01-28  6:34   ` Souptick Joarder
2019-01-14 10:38 ` Oleksandr Andrushchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.