* [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
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
* [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: linux-arm-kernel
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
* [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: linux-arm-kernel
Hi,
> -----Original Message-----
> From: Aguirre, Sergio
> Sent: Thursday, February 25, 2010 9:56 AM
> To: linux-arm-kernel at lists.infradead.org
> Cc: linux-omap at 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
* [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: linux-arm-kernel
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 at 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/ |
^ permalink raw reply [flat|nested] 7+ messages in thread
* [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: linux-arm-kernel
From: Uwe Kleine-K?nig [mailto:u.kleine-koenig at 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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-arm-Fix-.gitignore-for-boot-compressed-folder.patch
Type: application/octet-stream
Size: 1131 bytes
Desc: 0001-arm-Fix-.gitignore-for-boot-compressed-folder.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100503/32e4e4da/attachment.obj>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [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: linux-arm-kernel
On Mon, May 03, 2010 at 10:24:07AM -0500, Aguirre, Sergio wrote:
>
>
> From: Uwe Kleine-K?nig [mailto:u.kleine-koenig at 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/ |
^ permalink raw reply [flat|nested] 7+ messages in thread
* [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: linux-arm-kernel
> -----Original Message-----
From: Uwe Kleine-K?nig [mailto:u.kleine-koenig at 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 at 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
^ 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;
as well as URLs for NNTP newsgroup(s).