2009-10-27 01:29:51

by Steven Rostedt

[permalink] [raw]
Subject: What ever happened to: [PATCH] MIPS: add support for gzip/bzip2/lzma compressed kernel images

Hi,

I'm playing with ftrace on MIPS thanks to Lemote for supplying me a
machine. And I noticed that, although Wu's repo gives me a nice vmlinuz
to install, the default kernels do not.

Wu wrote a nice patch that adds this feature, and I see that he posted
it a few months back:

http://www.linux-mips.org/archives/linux-mips/2009-08/msg00056.html

I do not see it in the mainline nor in Ralf's repo on kernel.org. I'm
hoping that it did not get lost and forgotten. What ever happened to it?

Thanks,

-- Steve


2009-10-27 01:37:54

by wu zhangjin

[permalink] [raw]
Subject: Re: What ever happened to: [PATCH] MIPS: add support for gzip/bzip2/lzma compressed kernel images

Hello,

On Mon, 2009-10-26 at 21:29 -0400, Steven Rostedt wrote:
> Hi,
>
> I'm playing with ftrace on MIPS thanks to Lemote for supplying me a
> machine. And I noticed that, although Wu's repo gives me a nice vmlinuz
> to install, the default kernels do not.
>
> Wu wrote a nice patch that adds this feature, and I see that he posted
> it a few months back:
>
> http://www.linux-mips.org/archives/linux-mips/2009-08/msg00056.html
>
> I do not see it in the mainline nor in Ralf's repo on kernel.org. I'm
> hoping that it did not get lost and forgotten. What ever happened to it?

Ralf have added this to his -queue git repo:

http://www.linux-mips.org/git?p=linux-queue.git;a=commit;h=9d20b1ddf20c3ead5e381a1d06471c33d7f3cb6d

Thanks :-)
Wu Zhangjin

2009-10-27 02:05:07

by Steven Rostedt

[permalink] [raw]
Subject: Re: What ever happened to: [PATCH] MIPS: add support for gzip/bzip2/lzma compressed kernel images

On Tue, 2009-10-27 at 09:37 +0800, Wu Zhangjin wrote:

> Ralf have added this to his -queue git repo:
>
> http://www.linux-mips.org/git?p=linux-queue.git;a=commit;h=9d20b1ddf20c3ead5e381a1d06471c33d7f3cb6d

Ah, I was looking at Ralf's kernel.org repo.

Ralf,

Which is the main repo? The one Wu shows above?

Thanks,

-- Steve

2009-10-27 02:12:49

by Ralf Baechle

[permalink] [raw]
Subject: Re: What ever happened to: [PATCH] MIPS: add support for gzip/bzip2/lzma compressed kernel images

On Mon, Oct 26, 2009 at 09:47:13PM -0400, Steven Rostedt wrote:
> From: Steven Rostedt <[email protected]>
> Date: Mon, 26 Oct 2009 21:47:13 -0400
> To: [email protected]
> Cc: LKML <[email protected]>, [email protected],
> [email protected], [email protected],
> linux-mips <[email protected]>
> Subject: Re: What ever happened to: [PATCH] MIPS: add support for
> gzip/bzip2/lzma compressed kernel images
> Content-Type: text/plain
>
> On Tue, 2009-10-27 at 09:37 +0800, Wu Zhangjin wrote:
>
> > Ralf have added this to his -queue git repo:
> >
> > http://www.linux-mips.org/git?p=linux-queue.git;a=commit;h=9d20b1ddf20c3ead5e381a1d06471c33d7f3cb6d
>
> Ah, I was looking at Ralf's kernel.org repo.
>
> Ralf,
>
> Which is the main repo? The one Wu shows above?

Wu's URL is the linux-queue repo which contains the stuff that will go
into the next -rc0 MIPS kernel. This -queue repo is not replicated to
kernel.org.

The main repo is

http://www.linux-mips.org/git?p=linux.git;a=summary

which I'm replicating to kernel.org.

Ralf