Re: [PATCH] Kbuild: use normal compression settings for tar*-pkg

2012-09-27 Thread Michal Marek
On 11.9.2012 02:46, Fengguang Wu wrote: > On Sat, Sep 08, 2012 at 12:47:59PM -0700, Andi Kleen wrote: >> From: Andi Kleen >> >> For large kernel configurations (like a distribution kernel) >> targz-pkg takes a quite long time to just do the compression. >> I clocked it at 15+mins for a SUSE kernel

Re: [PATCH] Kbuild: use normal compression settings for tar*-pkg

2012-09-12 Thread Andi Kleen
> Maybe add new default compression options or rename actual ones to -hc- > (high compression) if users dont like it much? Doesn't sound useful to me. The normal ones are good enough. -Andi -- a...@linux.intel.com -- Speaking for myself only. -- To unsubscribe from this list: send the line "uns

Re: [PATCH] Kbuild: use normal compression settings for tar*-pkg

2012-09-12 Thread Zdenek Kaspar
On 09/08/2012 09:47 PM, Andi Kleen wrote: > From: Andi Kleen > > For large kernel configurations (like a distribution kernel) > targz-pkg takes a quite long time to just do the compression. > I clocked it at 15+mins for a SUSE kernel like config on a fast > system. And tarxz and bzip2 are even s

Re: [PATCH] Kbuild: use normal compression settings for tar*-pkg

2012-09-10 Thread Fengguang Wu
On Tue, Sep 11, 2012 at 05:01:09AM +0200, Andi Kleen wrote: > > > > -c should be kept because it means --stdout and --keep > > It seems to work without it. Yeah I see: it's used in the pipe anyway: tar cf - . $opts | ${compress} > "${tarball}${file_ext}" Thanks, Fengguang -- To unsubs

Re: [PATCH] Kbuild: use normal compression settings for tar*-pkg

2012-09-10 Thread Andi Kleen
> > -c should be kept because it means --stdout and --keep It seems to work without it. -Andi -- a...@linux.intel.com -- Speaking for myself only. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo inf

Re: [PATCH] Kbuild: use normal compression settings for tar*-pkg

2012-09-10 Thread Fengguang Wu
On Sat, Sep 08, 2012 at 12:47:59PM -0700, Andi Kleen wrote: > From: Andi Kleen > > For large kernel configurations (like a distribution kernel) > targz-pkg takes a quite long time to just do the compression. > I clocked it at 15+mins for a SUSE kernel like config on a fast > system. And tarxz an

[PATCH] Kbuild: use normal compression settings for tar*-pkg

2012-09-08 Thread Andi Kleen
From: Andi Kleen For large kernel configurations (like a distribution kernel) targz-pkg takes a quite long time to just do the compression. I clocked it at 15+mins for a SUSE kernel like config on a fast system. And tarxz and bzip2 are even slower. The main reason is that the script that is doi