Re: [PATCH] gitignore: Add MIPS vmlinux.32 to the list

2015-07-01 Thread Maciej W. Rozycki
On Mon, 15 Jun 2015, Michal Marek wrote:

> > > MIPS64 kernels builds will produce a vmlinux.32 kernel image for
> > > compatibility, ignore them.
> > 
> > Ralf, Michal, which one of you should take this patch?
> 
> I just applied it to kbuild.git#misc.

 I suggest adding vmlinux.64 for consistency as well.

  Maciej
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] gitignore: Add MIPS vmlinux.32 to the list

2015-07-01 Thread Maciej W. Rozycki
On Mon, 15 Jun 2015, Michal Marek wrote:

   MIPS64 kernels builds will produce a vmlinux.32 kernel image for
   compatibility, ignore them.
  
  Ralf, Michal, which one of you should take this patch?
 
 I just applied it to kbuild.git#misc.

 I suggest adding vmlinux.64 for consistency as well.

  Maciej
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] gitignore: Add MIPS vmlinux.32 to the list

2015-06-15 Thread Michal Marek
On Sat, Jun 13, 2015 at 11:37:33AM -0700, Florian Fainelli wrote:
> 2015-04-24 10:27 GMT-07:00 Florian Fainelli :
> > MIPS64 kernels builds will produce a vmlinux.32 kernel image for
> > compatibility, ignore them.
> 
> Ralf, Michal, which one of you should take this patch?

I just applied it to kbuild.git#misc.

Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] gitignore: Add MIPS vmlinux.32 to the list

2015-06-15 Thread Michal Marek
On Sat, Jun 13, 2015 at 11:37:33AM -0700, Florian Fainelli wrote:
 2015-04-24 10:27 GMT-07:00 Florian Fainelli f.faine...@gmail.com:
  MIPS64 kernels builds will produce a vmlinux.32 kernel image for
  compatibility, ignore them.
 
 Ralf, Michal, which one of you should take this patch?

I just applied it to kbuild.git#misc.

Michal
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] gitignore: Add MIPS vmlinux.32 to the list

2015-06-13 Thread Florian Fainelli
2015-04-24 10:27 GMT-07:00 Florian Fainelli :
> MIPS64 kernels builds will produce a vmlinux.32 kernel image for
> compatibility, ignore them.

Ralf, Michal, which one of you should take this patch?

>
> Signed-off-by: Florian Fainelli 
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index acb6afe6b7a3..6c7ca7a2d52e 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -43,6 +43,7 @@ Module.symvers
>  /TAGS
>  /linux
>  /vmlinux
> +/vmlinux.32
>  /vmlinux-gdb.py
>  /vmlinuz
>  /System.map
> --
> 2.1.0
>



-- 
Florian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] gitignore: Add MIPS vmlinux.32 to the list

2015-06-13 Thread Florian Fainelli
2015-04-24 10:27 GMT-07:00 Florian Fainelli f.faine...@gmail.com:
 MIPS64 kernels builds will produce a vmlinux.32 kernel image for
 compatibility, ignore them.

Ralf, Michal, which one of you should take this patch?


 Signed-off-by: Florian Fainelli f.faine...@gmail.com
 ---
  .gitignore | 1 +
  1 file changed, 1 insertion(+)

 diff --git a/.gitignore b/.gitignore
 index acb6afe6b7a3..6c7ca7a2d52e 100644
 --- a/.gitignore
 +++ b/.gitignore
 @@ -43,6 +43,7 @@ Module.symvers
  /TAGS
  /linux
  /vmlinux
 +/vmlinux.32
  /vmlinux-gdb.py
  /vmlinuz
  /System.map
 --
 2.1.0




-- 
Florian
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] gitignore: Add MIPS vmlinux.32 to the list

2015-04-24 Thread Florian Fainelli
MIPS64 kernels builds will produce a vmlinux.32 kernel image for
compatibility, ignore them.

Signed-off-by: Florian Fainelli 
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index acb6afe6b7a3..6c7ca7a2d52e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,6 +43,7 @@ Module.symvers
 /TAGS
 /linux
 /vmlinux
+/vmlinux.32
 /vmlinux-gdb.py
 /vmlinuz
 /System.map
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] gitignore: Add MIPS vmlinux.32 to the list

2015-04-24 Thread Florian Fainelli
MIPS64 kernels builds will produce a vmlinux.32 kernel image for
compatibility, ignore them.

Signed-off-by: Florian Fainelli f.faine...@gmail.com
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index acb6afe6b7a3..6c7ca7a2d52e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,6 +43,7 @@ Module.symvers
 /TAGS
 /linux
 /vmlinux
+/vmlinux.32
 /vmlinux-gdb.py
 /vmlinuz
 /System.map
-- 
2.1.0

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/