linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Ignore compressed kernel build products
@ 2016-12-08 18:54 Florian Fainelli
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2016-12-08 18:54 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Florian Fainelli, Russell King, Masahiro Yamada,
	moderated list:ARM PORT, open list

When we select a kernel compression scheme, we will end-up with e.g:
piggy.xzkern under arch/arm/boot/compressed/, let's ignore these files.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 arch/arm/boot/compressed/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/compressed/.gitignore b/arch/arm/boot/compressed/.gitignore
index 86b2f5d28240..06686768610f 100644
--- a/arch/arm/boot/compressed/.gitignore
+++ b/arch/arm/boot/compressed/.gitignore
@@ -4,6 +4,7 @@ font.c
 lib1funcs.S
 hyp-stub.S
 piggy_data
+piggy.*
 vmlinux
 vmlinux.lds
 
-- 
2.9.3

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

* Re: [PATCH] ARM: Ignore compressed kernel build products
  2017-01-24  1:11   ` Masahiro Yamada
@ 2017-01-24  1:13     ` Florian Fainelli
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2017-01-24  1:13 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-arm-kernel, Russell King, open list

On 01/23/2017 05:11 PM, Masahiro Yamada wrote:
> 2017-01-24 9:51 GMT+09:00 Florian Fainelli <f.fainelli@gmail.com>:
>> On 12/08/2016 10:54 AM, Florian Fainelli wrote:
>>> When we select a kernel compression scheme, we will end-up with e.g:
>>> piggy.xzkern under arch/arm/boot/compressed/, let's ignore these files.
>>>
>>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
>>
>> I took the liberty to submit this patch as 8645/1 since it is a trivial
>> change. Thanks!
> 
> 
> Are you reverting 53f67545c21c756d7959fb86af30899c4b43141c ?
> Why do you need this?

OK, missed that one. Seems like I was switching between different
branches of in the same source tree, so they had a different version of
.gitignore as well.

Russell please drop this from your patch tracker, sorry about that.

Thanks
-- 
Florian

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

* Re: [PATCH] ARM: Ignore compressed kernel build products
  2017-01-24  0:51 ` Florian Fainelli
@ 2017-01-24  1:11   ` Masahiro Yamada
  2017-01-24  1:13     ` Florian Fainelli
  0 siblings, 1 reply; 5+ messages in thread
From: Masahiro Yamada @ 2017-01-24  1:11 UTC (permalink / raw)
  To: Florian Fainelli; +Cc: linux-arm-kernel, Russell King, open list

2017-01-24 9:51 GMT+09:00 Florian Fainelli <f.fainelli@gmail.com>:
> On 12/08/2016 10:54 AM, Florian Fainelli wrote:
>> When we select a kernel compression scheme, we will end-up with e.g:
>> piggy.xzkern under arch/arm/boot/compressed/, let's ignore these files.
>>
>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
>
> I took the liberty to submit this patch as 8645/1 since it is a trivial
> change. Thanks!


Are you reverting 53f67545c21c756d7959fb86af30899c4b43141c ?
Why do you need this?


-- 
Best Regards
Masahiro Yamada

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

* Re: [PATCH] ARM: Ignore compressed kernel build products
  2016-12-08 18:54 Florian Fainelli
@ 2017-01-24  0:51 ` Florian Fainelli
  2017-01-24  1:11   ` Masahiro Yamada
  0 siblings, 1 reply; 5+ messages in thread
From: Florian Fainelli @ 2017-01-24  0:51 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Russell King, Masahiro Yamada, open list

On 12/08/2016 10:54 AM, Florian Fainelli wrote:
> When we select a kernel compression scheme, we will end-up with e.g:
> piggy.xzkern under arch/arm/boot/compressed/, let's ignore these files.
> 
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

I took the liberty to submit this patch as 8645/1 since it is a trivial
change. Thanks!
-- 
Florian

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

* [PATCH] ARM: Ignore compressed kernel build products
@ 2016-12-08 18:54 Florian Fainelli
  2017-01-24  0:51 ` Florian Fainelli
  0 siblings, 1 reply; 5+ messages in thread
From: Florian Fainelli @ 2016-12-08 18:54 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Florian Fainelli, Russell King, Masahiro Yamada, open list

When we select a kernel compression scheme, we will end-up with e.g:
piggy.xzkern under arch/arm/boot/compressed/, let's ignore these files.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 arch/arm/boot/compressed/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/compressed/.gitignore b/arch/arm/boot/compressed/.gitignore
index 86b2f5d28240..06686768610f 100644
--- a/arch/arm/boot/compressed/.gitignore
+++ b/arch/arm/boot/compressed/.gitignore
@@ -4,6 +4,7 @@ font.c
 lib1funcs.S
 hyp-stub.S
 piggy_data
+piggy.*
 vmlinux
 vmlinux.lds
 
-- 
2.9.3

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

end of thread, other threads:[~2017-01-24  1:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-08 18:54 [PATCH] ARM: Ignore compressed kernel build products Florian Fainelli
2016-12-08 18:54 Florian Fainelli
2017-01-24  0:51 ` Florian Fainelli
2017-01-24  1:11   ` Masahiro Yamada
2017-01-24  1:13     ` Florian Fainelli

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).