public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: Fix .gitignore for boot/compressed folder
@ 2010-02-25 15:55 Sergio Aguirre
  2010-03-12 17:51 ` Aguirre, Sergio
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sergio Aguirre @ 2010-02-25 15:55 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: linux-omap, Albin Tonnerre, Russell King, Sergio Aguirre

This should complements changes done in:

  commit e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c
  Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
  Date:   Fri Jan 8 14:42:43 2010 -0800

      arm: add support for LZO-compressed kernels

It missed to do the respective changes in '.gitignore' file.

Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
---
 arch/arm/boot/compressed/.gitignore |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boot/compressed/.gitignore b/arch/arm/boot/compressed/.gitignore
index ab204db..bb984af 100644
--- a/arch/arm/boot/compressed/.gitignore
+++ b/arch/arm/boot/compressed/.gitignore
@@ -1,3 +1,5 @@
 font.c
-piggy.gz
+piggy.gzip
+piggy.lzo
+lib1funcs.S
 vmlinux.lds
-- 
1.6.3.3


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

* RE: [PATCH] arm: Fix .gitignore for boot/compressed folder
  2010-02-25 15:55 [PATCH] arm: Fix .gitignore for boot/compressed folder Sergio Aguirre
@ 2010-03-12 17:51 ` Aguirre, Sergio
  2010-04-27 21:14 ` Aguirre, Sergio
  2010-05-02 12:20 ` Uwe Kleine-König
  2 siblings, 0 replies; 7+ messages in thread
From: Aguirre, Sergio @ 2010-03-12 17:51 UTC (permalink / raw)
  To: Aguirre, Sergio, linux-arm-kernel@lists.infradead.org
  Cc: linux-omap@vger.kernel.org, Albin Tonnerre, Russell King

From: Aguirre, Sergio
Sent: Thursday, February 25, 2010 9:56 AM
> This should complements changes done in:
> 
>   commit e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c
>   Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
>   Date:   Fri Jan 8 14:42:43 2010 -0800
> 
>       arm: add support for LZO-compressed kernels
> 
> It missed to do the respective changes in '.gitignore' file.

Hi,

I did not receive any reply about this patch so far.

- Is it acceptable?
- Should I resend it somewhere else?

Regards,
Sergio

> 
> Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
> ---
>  arch/arm/boot/compressed/.gitignore |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boot/compressed/.gitignore
> b/arch/arm/boot/compressed/.gitignore
> index ab204db..bb984af 100644
> --- a/arch/arm/boot/compressed/.gitignore
> +++ b/arch/arm/boot/compressed/.gitignore
> @@ -1,3 +1,5 @@
>  font.c
> -piggy.gz
> +piggy.gzip
> +piggy.lzo
> +lib1funcs.S
>  vmlinux.lds
> --
> 1.6.3.3


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

* RE: [PATCH] arm: Fix .gitignore for boot/compressed folder
  2010-02-25 15:55 [PATCH] arm: Fix .gitignore for boot/compressed folder Sergio Aguirre
  2010-03-12 17:51 ` Aguirre, Sergio
@ 2010-04-27 21:14 ` Aguirre, Sergio
  2010-05-02 12:20 ` Uwe Kleine-König
  2 siblings, 0 replies; 7+ messages in thread
From: Aguirre, Sergio @ 2010-04-27 21:14 UTC (permalink / raw)
  To: Aguirre, Sergio, linux-arm-kernel@lists.infradead.org
  Cc: linux-omap@vger.kernel.org, Albin Tonnerre, Russell King

Hi,

> -----Original Message-----
> From: Aguirre, Sergio
> Sent: Thursday, February 25, 2010 9:56 AM
> To: linux-arm-kernel@lists.infradead.org
> Cc: linux-omap@vger.kernel.org; Albin Tonnerre; Russell King; Aguirre,
> Sergio
> Subject: [PATCH] arm: Fix .gitignore for boot/compressed folder
> 
> This should complements changes done in:
> 
>   commit e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c
>   Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
>   Date:   Fri Jan 8 14:42:43 2010 -0800
> 
>       arm: add support for LZO-compressed kernels
> 
> It missed to do the respective changes in '.gitignore' file.

Any comments on this patch?

I see no feedback, and still a dirty index everytime I build...

Regards,
Sergio

> 
> Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
> ---
>  arch/arm/boot/compressed/.gitignore |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boot/compressed/.gitignore
> b/arch/arm/boot/compressed/.gitignore
> index ab204db..bb984af 100644
> --- a/arch/arm/boot/compressed/.gitignore
> +++ b/arch/arm/boot/compressed/.gitignore
> @@ -1,3 +1,5 @@
>  font.c
> -piggy.gz
> +piggy.gzip
> +piggy.lzo
> +lib1funcs.S
>  vmlinux.lds
> --
> 1.6.3.3


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

* Re: [PATCH] arm: Fix .gitignore for boot/compressed folder
  2010-02-25 15:55 [PATCH] arm: Fix .gitignore for boot/compressed folder Sergio Aguirre
  2010-03-12 17:51 ` Aguirre, Sergio
  2010-04-27 21:14 ` Aguirre, Sergio
@ 2010-05-02 12:20 ` Uwe Kleine-König
  2010-05-03 15:24   ` Aguirre, Sergio
  2 siblings, 1 reply; 7+ messages in thread
From: Uwe Kleine-König @ 2010-05-02 12:20 UTC (permalink / raw)
  To: Sergio Aguirre; +Cc: linux-arm-kernel, linux-omap, Albin Tonnerre, Russell King

On Thu, Feb 25, 2010 at 09:55:45AM -0600, Sergio Aguirre wrote:
> This should complements changes done in:
I think this should read "complement" only, that is, no 's' at the end.
Other than that,

Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> 
>   commit e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c
>   Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
>   Date:   Fri Jan 8 14:42:43 2010 -0800
> 
>       arm: add support for LZO-compressed kernels
> 
> It missed to do the respective changes in '.gitignore' file.
> 
> Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
> ---
>  arch/arm/boot/compressed/.gitignore |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boot/compressed/.gitignore b/arch/arm/boot/compressed/.gitignore
> index ab204db..bb984af 100644
> --- a/arch/arm/boot/compressed/.gitignore
> +++ b/arch/arm/boot/compressed/.gitignore
> @@ -1,3 +1,5 @@
>  font.c
> -piggy.gz
> +piggy.gzip
> +piggy.lzo
> +lib1funcs.S
>  vmlinux.lds
> -- 
> 1.6.3.3
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* RE: [PATCH] arm: Fix .gitignore for boot/compressed folder
  2010-05-02 12:20 ` Uwe Kleine-König
@ 2010-05-03 15:24   ` Aguirre, Sergio
  2010-05-03 18:43     ` Uwe Kleine-König
  0 siblings, 1 reply; 7+ messages in thread
From: Aguirre, Sergio @ 2010-05-03 15:24 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
	Albin Tonnerre, Russell King

[-- Attachment #1: Type: text/plain, Size: 719 bytes --]



From: Uwe Kleine-König [mailto:u.kleine-koenig@pengutronix.de]
Sent: Sunday, May 02, 2010 7:21 AM
> On Thu, Feb 25, 2010 at 09:55:45AM -0600, Sergio Aguirre wrote:
> > This should complements changes done in:
> I think this should read "complement" only, that is, no 's' at the end.
> Other than that,

Oops, typo fixed. Thanks for noticing that!

Also... I added arch/arm/boot/compressed/vmlinux to the list, since when I
build for my OMAP3 board, it shows in the dirty index.

Is it acceptable to add that aswell? If yes, then attached patch contains
your ACK + vmlinux added to the list.

> 
> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Thanks!

Regards,
Sergio

<snip>

[-- Attachment #2: 0001-arm-Fix-.gitignore-for-boot-compressed-folder.patch --]
[-- Type: application/octet-stream, Size: 1131 bytes --]

From 54e75b58a489d2e2e10121bafbe9fbf61a6f79db Mon Sep 17 00:00:00 2001
From: Sergio Aguirre <saaguirre@ti.com>
Date: Thu, 25 Feb 2010 09:49:51 -0600
Subject: [PATCH] arm: Fix .gitignore for boot/compressed folder
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

This should complement changes done in:

  commit e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c
  Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
  Date:   Fri Jan 8 14:42:43 2010 -0800

      arm: add support for LZO-compressed kernels

It missed to do the respective changes in '.gitignore' file.

Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 arch/arm/boot/compressed/.gitignore |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boot/compressed/.gitignore b/arch/arm/boot/compressed/.gitignore
index ab204db..3e728a6 100644
--- a/arch/arm/boot/compressed/.gitignore
+++ b/arch/arm/boot/compressed/.gitignore
@@ -1,3 +1,6 @@
 font.c
-piggy.gz
+piggy.gzip
+piggy.lzo
+lib1funcs.S
 vmlinux.lds
+vmlinux
-- 
1.6.3.3


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

* Re: [PATCH] arm: Fix .gitignore for boot/compressed folder
  2010-05-03 15:24   ` Aguirre, Sergio
@ 2010-05-03 18:43     ` Uwe Kleine-König
  2010-05-03 19:01       ` Aguirre, Sergio
  0 siblings, 1 reply; 7+ messages in thread
From: Uwe Kleine-König @ 2010-05-03 18:43 UTC (permalink / raw)
  To: Aguirre, Sergio
  Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
	Albin Tonnerre, Russell King

On Mon, May 03, 2010 at 10:24:07AM -0500, Aguirre, Sergio wrote:
> 
> 
> From: Uwe Kleine-König [mailto:u.kleine-koenig@pengutronix.de]
> Sent: Sunday, May 02, 2010 7:21 AM
> > On Thu, Feb 25, 2010 at 09:55:45AM -0600, Sergio Aguirre wrote:
> > > This should complements changes done in:
> > I think this should read "complement" only, that is, no 's' at the end.
> > Other than that,
> 
> Oops, typo fixed. Thanks for noticing that!
No problem.

> Also... I added arch/arm/boot/compressed/vmlinux to the list, since when I
> build for my OMAP3 board, it shows in the dirty index.
> 
> Is it acceptable to add that aswell? If yes, then attached patch contains
> your ACK + vmlinux added to the list.
This is OK, but IMHO you should note it in the commit log.  (And I think
most people prefer inline patches over attached ones.)

Best regards
Uwe


-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* RE: [PATCH] arm: Fix .gitignore for boot/compressed folder
  2010-05-03 18:43     ` Uwe Kleine-König
@ 2010-05-03 19:01       ` Aguirre, Sergio
  0 siblings, 0 replies; 7+ messages in thread
From: Aguirre, Sergio @ 2010-05-03 19:01 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
	Albin Tonnerre, Russell King



> -----Original Message-----
From: Uwe Kleine-König [mailto:u.kleine-koenig@pengutronix.de]
Sent: Monday, May 03, 2010 1:44 PM
> On Mon, May 03, 2010 at 10:24:07AM -0500, Aguirre, Sergio wrote:
> >
> >
> > From: Uwe Kleine-König [mailto:u.kleine-koenig@pengutronix.de]
> > Sent: Sunday, May 02, 2010 7:21 AM
> > > On Thu, Feb 25, 2010 at 09:55:45AM -0600, Sergio Aguirre wrote:
> > > > This should complements changes done in:
> > > I think this should read "complement" only, that is, no 's' at the
> end.
> > > Other than that,
> >
> > Oops, typo fixed. Thanks for noticing that!
> No problem.
> 
> > Also... I added arch/arm/boot/compressed/vmlinux to the list, since when
> I
> > build for my OMAP3 board, it shows in the dirty index.
> >
> > Is it acceptable to add that aswell? If yes, then attached patch
> contains
> > your ACK + vmlinux added to the list.
> This is OK, but IMHO you should note it in the commit log.  (And I think
> most people prefer inline patches over attached ones.)

Ok, sure. Will resend inlined patch w/commit description changed.

Thanks again.

Regards,
Sergio

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2010-05-03 19:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-25 15:55 [PATCH] arm: Fix .gitignore for boot/compressed folder Sergio Aguirre
2010-03-12 17:51 ` Aguirre, Sergio
2010-04-27 21:14 ` Aguirre, Sergio
2010-05-02 12:20 ` Uwe Kleine-König
2010-05-03 15:24   ` Aguirre, Sergio
2010-05-03 18:43     ` Uwe Kleine-König
2010-05-03 19:01       ` Aguirre, Sergio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox