Message ID | 20190107172805.GA8462@jordon-HP-15-Notebook-PC (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arch/arm/mm: Remove duplicate header | expand |
On Mon, Jan 7, 2019 at 10:54 PM Souptick Joarder <jrdr.linux@gmail.com> wrote: > > Remove duplicate headers which are included twice. > > Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Any comment on this patch ? > --- > arch/arm/mm/mmu.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c > index f5cc1cc..dde3032 100644 > --- a/arch/arm/mm/mmu.c > +++ b/arch/arm/mm/mmu.c > @@ -23,7 +23,6 @@ > #include <asm/sections.h> > #include <asm/cachetype.h> > #include <asm/fixmap.h> > -#include <asm/sections.h> > #include <asm/setup.h> > #include <asm/smp_plat.h> > #include <asm/tlb.h> > @@ -36,7 +35,6 @@ > #include <asm/mach/arch.h> > #include <asm/mach/map.h> > #include <asm/mach/pci.h> > -#include <asm/fixmap.h> > > #include "fault.h" > #include "mm.h" > -- > 1.9.1 >
On Thu, Jan 17, 2019 at 04:53:44PM +0530, Souptick Joarder wrote: > On Mon, Jan 7, 2019 at 10:54 PM Souptick Joarder <jrdr.linux@gmail.com> wrote: > > > > Remove duplicate headers which are included twice. > > > > Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Acked-by: Mike Rapoport <rppt@linux.ibm.com> > Any comment on this patch ? > > > --- > > arch/arm/mm/mmu.c | 2 -- > > 1 file changed, 2 deletions(-) > > > > diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c > > index f5cc1cc..dde3032 100644 > > --- a/arch/arm/mm/mmu.c > > +++ b/arch/arm/mm/mmu.c > > @@ -23,7 +23,6 @@ > > #include <asm/sections.h> > > #include <asm/cachetype.h> > > #include <asm/fixmap.h> > > -#include <asm/sections.h> > > #include <asm/setup.h> > > #include <asm/smp_plat.h> > > #include <asm/tlb.h> > > @@ -36,7 +35,6 @@ > > #include <asm/mach/arch.h> > > #include <asm/mach/map.h> > > #include <asm/mach/pci.h> > > -#include <asm/fixmap.h> > > > > #include "fault.h" > > #include "mm.h" > > -- > > 1.9.1 > > >
On Thu, Jan 17, 2019 at 4:58 PM Mike Rapoport <rppt@linux.ibm.com> wrote: > > On Thu, Jan 17, 2019 at 04:53:44PM +0530, Souptick Joarder wrote: > > On Mon, Jan 7, 2019 at 10:54 PM Souptick Joarder <jrdr.linux@gmail.com> wrote: > > > > > > Remove duplicate headers which are included twice. > > > > > > Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> > > Acked-by: Mike Rapoport <rppt@linux.ibm.com> > > > Any comment on this patch ? If no further comment, can we get this patch in queue for 5.1 ? > > > > > --- > > > arch/arm/mm/mmu.c | 2 -- > > > 1 file changed, 2 deletions(-) > > > > > > diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c > > > index f5cc1cc..dde3032 100644 > > > --- a/arch/arm/mm/mmu.c > > > +++ b/arch/arm/mm/mmu.c > > > @@ -23,7 +23,6 @@ > > > #include <asm/sections.h> > > > #include <asm/cachetype.h> > > > #include <asm/fixmap.h> > > > -#include <asm/sections.h> > > > #include <asm/setup.h> > > > #include <asm/smp_plat.h> > > > #include <asm/tlb.h> > > > @@ -36,7 +35,6 @@ > > > #include <asm/mach/arch.h> > > > #include <asm/mach/map.h> > > > #include <asm/mach/pci.h> > > > -#include <asm/fixmap.h> > > > > > > #include "fault.h" > > > #include "mm.h" > > > -- > > > 1.9.1 > > > > > > > -- > Sincerely yours, > Mike. >
Hi Souptick, On 1/31/19 5:54 AM, Souptick Joarder wrote: > On Thu, Jan 17, 2019 at 4:58 PM Mike Rapoport <rppt@linux.ibm.com> wrote: >> >> On Thu, Jan 17, 2019 at 04:53:44PM +0530, Souptick Joarder wrote: >>> On Mon, Jan 7, 2019 at 10:54 PM Souptick Joarder <jrdr.linux@gmail.com> wrote: >>>> >>>> Remove duplicate headers which are included twice. >>>> >>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> >> >> Acked-by: Mike Rapoport <rppt@linux.ibm.com> >> >>> Any comment on this patch ? > > If no further comment, can we get this patch in queue for 5.1 ? I'd be nice to use proper tags in subject line. I'd suggest [PATCH] ARM: mm: Remove duplicate header but you can get some inspiration form git log --oneline --no-merges arch/arm/mm/ In case you want to route it via ARM tree you need to drop it into Russell's patch system [1]. [1] https://www.armlinux.org.uk/developer/patches/ Cheers Vladimir
On Thu, Jan 31, 2019 at 6:28 PM Vladimir Murzin <vladimir.murzin@arm.com> wrote: > > Hi Souptick, > > On 1/31/19 5:54 AM, Souptick Joarder wrote: > > On Thu, Jan 17, 2019 at 4:58 PM Mike Rapoport <rppt@linux.ibm.com> wrote: > >> > >> On Thu, Jan 17, 2019 at 04:53:44PM +0530, Souptick Joarder wrote: > >>> On Mon, Jan 7, 2019 at 10:54 PM Souptick Joarder <jrdr.linux@gmail.com> wrote: > >>>> > >>>> Remove duplicate headers which are included twice. > >>>> > >>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> > >> > >> Acked-by: Mike Rapoport <rppt@linux.ibm.com> > >> > >>> Any comment on this patch ? > > > > If no further comment, can we get this patch in queue for 5.1 ? > > I'd be nice to use proper tags in subject > line. I'd suggest > > [PATCH] ARM: mm: Remove duplicate header > > but you can get some inspiration form > > git log --oneline --no-merges arch/arm/mm/ > > In case you want to route it via ARM tree you need to drop it into > Russell's patch system [1]. How to drop it to Russell's patch system other than posting it to mailing list ? I don't know. > > [1] https://www.armlinux.org.uk/developer/patches/ > > Cheers > Vladimir
On 2/1/19 12:32 PM, Souptick Joarder wrote: > On Thu, Jan 31, 2019 at 6:28 PM Vladimir Murzin <vladimir.murzin@arm.com> wrote: >> >> Hi Souptick, >> >> On 1/31/19 5:54 AM, Souptick Joarder wrote: >>> On Thu, Jan 17, 2019 at 4:58 PM Mike Rapoport <rppt@linux.ibm.com> wrote: >>>> >>>> On Thu, Jan 17, 2019 at 04:53:44PM +0530, Souptick Joarder wrote: >>>>> On Mon, Jan 7, 2019 at 10:54 PM Souptick Joarder <jrdr.linux@gmail.com> wrote: >>>>>> >>>>>> Remove duplicate headers which are included twice. >>>>>> >>>>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> >>>> >>>> Acked-by: Mike Rapoport <rppt@linux.ibm.com> >>>> >>>>> Any comment on this patch ? >>> >>> If no further comment, can we get this patch in queue for 5.1 ? >> >> I'd be nice to use proper tags in subject >> line. I'd suggest >> >> [PATCH] ARM: mm: Remove duplicate header >> >> but you can get some inspiration form >> >> git log --oneline --no-merges arch/arm/mm/ >> >> In case you want to route it via ARM tree you need to drop it into >> Russell's patch system [1]. > > How to drop it to Russell's patch system other than posting it to > mailing list ? I don't know. https://www.armlinux.org.uk/developer/patches/info.php Vladimir >> >> [1] https://www.armlinux.org.uk/developer/patches/ >> >> Cheers >> Vladimir >
On Fri, Feb 1, 2019 at 6:06 PM Vladimir Murzin <vladimir.murzin@arm.com> wrote: > > On 2/1/19 12:32 PM, Souptick Joarder wrote: > > On Thu, Jan 31, 2019 at 6:28 PM Vladimir Murzin <vladimir.murzin@arm.com> wrote: > >> > >> Hi Souptick, > >> > >> On 1/31/19 5:54 AM, Souptick Joarder wrote: > >>> On Thu, Jan 17, 2019 at 4:58 PM Mike Rapoport <rppt@linux.ibm.com> wrote: > >>>> > >>>> On Thu, Jan 17, 2019 at 04:53:44PM +0530, Souptick Joarder wrote: > >>>>> On Mon, Jan 7, 2019 at 10:54 PM Souptick Joarder <jrdr.linux@gmail.com> wrote: > >>>>>> > >>>>>> Remove duplicate headers which are included twice. > >>>>>> > >>>>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> > >>>> > >>>> Acked-by: Mike Rapoport <rppt@linux.ibm.com> > >>>> > >>>>> Any comment on this patch ? > >>> > >>> If no further comment, can we get this patch in queue for 5.1 ? > >> > >> I'd be nice to use proper tags in subject > >> line. I'd suggest > >> > >> [PATCH] ARM: mm: Remove duplicate header > >> > >> but you can get some inspiration form > >> > >> git log --oneline --no-merges arch/arm/mm/ > >> > >> In case you want to route it via ARM tree you need to drop it into > >> Russell's patch system [1]. > > > > How to drop it to Russell's patch system other than posting it to > > mailing list ? I don't know. > > https://www.armlinux.org.uk/developer/patches/info.php This link is not reachable. > > Vladimir > > >> > >> [1] https://www.armlinux.org.uk/developer/patches/ > >> > >> Cheers > >> Vladimir > > >
On 2/1/19 12:41 PM, Souptick Joarder wrote: > On Fri, Feb 1, 2019 at 6:06 PM Vladimir Murzin <vladimir.murzin@arm.com> wrote: >> >> On 2/1/19 12:32 PM, Souptick Joarder wrote: >>> On Thu, Jan 31, 2019 at 6:28 PM Vladimir Murzin <vladimir.murzin@arm.com> wrote: >>>> >>>> Hi Souptick, >>>> >>>> On 1/31/19 5:54 AM, Souptick Joarder wrote: >>>>> On Thu, Jan 17, 2019 at 4:58 PM Mike Rapoport <rppt@linux.ibm.com> wrote: >>>>>> >>>>>> On Thu, Jan 17, 2019 at 04:53:44PM +0530, Souptick Joarder wrote: >>>>>>> On Mon, Jan 7, 2019 at 10:54 PM Souptick Joarder <jrdr.linux@gmail.com> wrote: >>>>>>>> >>>>>>>> Remove duplicate headers which are included twice. >>>>>>>> >>>>>>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> >>>>>> >>>>>> Acked-by: Mike Rapoport <rppt@linux.ibm.com> >>>>>> >>>>>>> Any comment on this patch ? >>>>> >>>>> If no further comment, can we get this patch in queue for 5.1 ? >>>> >>>> I'd be nice to use proper tags in subject >>>> line. I'd suggest >>>> >>>> [PATCH] ARM: mm: Remove duplicate header >>>> >>>> but you can get some inspiration form >>>> >>>> git log --oneline --no-merges arch/arm/mm/ >>>> >>>> In case you want to route it via ARM tree you need to drop it into >>>> Russell's patch system [1]. >>> >>> How to drop it to Russell's patch system other than posting it to >>> mailing list ? I don't know. >> >> https://www.armlinux.org.uk/developer/patches/info.php > > This link is not reachable. > Bad luck :( Vladimir >> >> Vladimir >> >>>> >>>> [1] https://www.armlinux.org.uk/developer/patches/ >>>> >>>> Cheers >>>> Vladimir >>> >> >
On Fri, Feb 01, 2019 at 06:11:21PM +0530, Souptick Joarder wrote: > On Fri, Feb 1, 2019 at 6:06 PM Vladimir Murzin <vladimir.murzin@arm.com> wrote: > > > > On 2/1/19 12:32 PM, Souptick Joarder wrote: > > > On Thu, Jan 31, 2019 at 6:28 PM Vladimir Murzin <vladimir.murzin@arm.com> wrote: > > >> > > >> Hi Souptick, > > >> > > >> On 1/31/19 5:54 AM, Souptick Joarder wrote: > > >>> On Thu, Jan 17, 2019 at 4:58 PM Mike Rapoport <rppt@linux.ibm.com> wrote: > > >>>> > > >>>> On Thu, Jan 17, 2019 at 04:53:44PM +0530, Souptick Joarder wrote: > > >>>>> On Mon, Jan 7, 2019 at 10:54 PM Souptick Joarder <jrdr.linux@gmail.com> wrote: > > >>>>>> > > >>>>>> Remove duplicate headers which are included twice. > > >>>>>> > > >>>>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> > > >>>> > > >>>> Acked-by: Mike Rapoport <rppt@linux.ibm.com> > > >>>> > > >>>>> Any comment on this patch ? > > >>> > > >>> If no further comment, can we get this patch in queue for 5.1 ? > > >> > > >> I'd be nice to use proper tags in subject > > >> line. I'd suggest > > >> > > >> [PATCH] ARM: mm: Remove duplicate header > > >> > > >> but you can get some inspiration form > > >> > > >> git log --oneline --no-merges arch/arm/mm/ > > >> > > >> In case you want to route it via ARM tree you need to drop it into > > >> Russell's patch system [1]. > > > > > > How to drop it to Russell's patch system other than posting it to > > > mailing list ? I don't know. > > > > https://www.armlinux.org.uk/developer/patches/info.php > > This link is not reachable. In what way? The site is certainly getting hits over ipv4 and ipv6.
On Fri, Feb 01, 2019 at 03:15:11PM +0000, Russell King - ARM Linux admin wrote: > On Fri, Feb 01, 2019 at 06:11:21PM +0530, Souptick Joarder wrote: > > On Fri, Feb 1, 2019 at 6:06 PM Vladimir Murzin <vladimir.murzin@arm.com> wrote: > > > > > > On 2/1/19 12:32 PM, Souptick Joarder wrote: > > > > On Thu, Jan 31, 2019 at 6:28 PM Vladimir Murzin <vladimir.murzin@arm.com> wrote: > > > >> > > > >> Hi Souptick, > > > >> > > > >> On 1/31/19 5:54 AM, Souptick Joarder wrote: > > > >>> On Thu, Jan 17, 2019 at 4:58 PM Mike Rapoport <rppt@linux.ibm.com> wrote: > > > >>>> > > > >>>> On Thu, Jan 17, 2019 at 04:53:44PM +0530, Souptick Joarder wrote: > > > >>>>> On Mon, Jan 7, 2019 at 10:54 PM Souptick Joarder <jrdr.linux@gmail.com> wrote: > > > >>>>>> > > > >>>>>> Remove duplicate headers which are included twice. > > > >>>>>> > > > >>>>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> > > > >>>> > > > >>>> Acked-by: Mike Rapoport <rppt@linux.ibm.com> > > > >>>> > > > >>>>> Any comment on this patch ? > > > >>> > > > >>> If no further comment, can we get this patch in queue for 5.1 ? > > > >> > > > >> I'd be nice to use proper tags in subject > > > >> line. I'd suggest > > > >> > > > >> [PATCH] ARM: mm: Remove duplicate header > > > >> > > > >> but you can get some inspiration form > > > >> > > > >> git log --oneline --no-merges arch/arm/mm/ > > > >> > > > >> In case you want to route it via ARM tree you need to drop it into > > > >> Russell's patch system [1]. > > > > > > > > How to drop it to Russell's patch system other than posting it to > > > > mailing list ? I don't know. > > > > > > https://www.armlinux.org.uk/developer/patches/info.php > > > > This link is not reachable. > > In what way? The site is certainly getting hits over ipv4 and ipv6. Ah, I see - the site is accessible over IPv6 using port 80 only, but port 443 is blocked. Problem is, I can't test IPv6 from "outside", so I rely on people *reporting* when things stop working.
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index f5cc1cc..dde3032 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c @@ -23,7 +23,6 @@ #include <asm/sections.h> #include <asm/cachetype.h> #include <asm/fixmap.h> -#include <asm/sections.h> #include <asm/setup.h> #include <asm/smp_plat.h> #include <asm/tlb.h> @@ -36,7 +35,6 @@ #include <asm/mach/arch.h> #include <asm/mach/map.h> #include <asm/mach/pci.h> -#include <asm/fixmap.h> #include "fault.h" #include "mm.h"
Remove duplicate headers which are included twice. Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> --- arch/arm/mm/mmu.c | 2 -- 1 file changed, 2 deletions(-)