* Linux Kernel MD5 sums and some question
@ 2005-10-27 6:56 Chaitanya Hazarey
2005-10-27 7:01 ` Lee Revell
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Chaitanya Hazarey @ 2005-10-27 6:56 UTC (permalink / raw)
To: linux-kernel
Hi all,
Lately I had some problems compiling the kernel source on my machine.
I guess nothing serious, but one thing came to my notice. I was
looking for the MD5 sums for the linux kenerl and found none. The Pgp
signatures are fine , but there seems no way to check the package.
The next question I would like to ask is that, how to I go
incrementally from linux kernel version 2.6.12.6 to 2.6.13 as no
patches seem to be provided for it.
Thanks,
Best Regards,
Chaitanya V.H.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux Kernel MD5 sums and some question
2005-10-27 6:56 Linux Kernel MD5 sums and some question Chaitanya Hazarey
@ 2005-10-27 7:01 ` Lee Revell
2005-10-27 7:06 ` Paolo Ornati
2005-10-27 11:23 ` Jesper Juhl
2 siblings, 0 replies; 5+ messages in thread
From: Lee Revell @ 2005-10-27 7:01 UTC (permalink / raw)
To: Chaitanya Hazarey; +Cc: linux-kernel
On Thu, 2005-10-27 at 12:26 +0530, Chaitanya Hazarey wrote:
> Hi all,
>
> Lately I had some problems compiling the kernel source on my machine.
> I guess nothing serious, but one thing came to my notice. I was
> looking for the MD5 sums for the linux kenerl and found none. The Pgp
> signatures are fine , but there seems no way to check the package.
>
> The next question I would like to ask is that, how to I go
> incrementally from linux kernel version 2.6.12.6 to 2.6.13 as no
> patches seem to be provided for it.
Revert the 2.6.12 -> 2.6.12.6 patch then apply the 2.6.13 patch to your
2.6.12 tree.
Lee
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux Kernel MD5 sums and some question
2005-10-27 6:56 Linux Kernel MD5 sums and some question Chaitanya Hazarey
2005-10-27 7:01 ` Lee Revell
@ 2005-10-27 7:06 ` Paolo Ornati
2005-10-27 11:23 ` Jesper Juhl
2 siblings, 0 replies; 5+ messages in thread
From: Paolo Ornati @ 2005-10-27 7:06 UTC (permalink / raw)
To: Chaitanya Hazarey; +Cc: linux-kernel
On Thu, 27 Oct 2005 12:26:16 +0530
Chaitanya Hazarey <c.v.hazarey@gmail.com> wrote:
> The next question I would like to ask is that, how to I go
> incrementally from linux kernel version 2.6.12.6 to 2.6.13 as no
> patches seem to be provided for it.
patch-2.6.13 applies to 2.6.12, so you should revert 2.6.12.6 (patch
-R) and then apply patch-2.6.13.
This is a tool to automate the process:
http://www.selenic.com/ketchup/wiki/
--
Paolo Ornati
Linux 2.6.14-rc5-gd475f3f4 on x86_64
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux Kernel MD5 sums and some question
2005-10-27 6:56 Linux Kernel MD5 sums and some question Chaitanya Hazarey
2005-10-27 7:01 ` Lee Revell
2005-10-27 7:06 ` Paolo Ornati
@ 2005-10-27 11:23 ` Jesper Juhl
2005-10-27 15:09 ` Jon Masters
2 siblings, 1 reply; 5+ messages in thread
From: Jesper Juhl @ 2005-10-27 11:23 UTC (permalink / raw)
To: Chaitanya Hazarey; +Cc: linux-kernel
On 10/27/05, Chaitanya Hazarey <c.v.hazarey@gmail.com> wrote:
> Hi all,
>
> Lately I had some problems compiling the kernel source on my machine.
> I guess nothing serious, but one thing came to my notice. I was
> looking for the MD5 sums for the linux kenerl and found none. The Pgp
> signatures are fine , but there seems no way to check the package.
>
Yes, there is a way to check the files; verify the pgp signature. If
the file has been modified the signature won't validate.
> The next question I would like to ask is that, how to I go
> incrementally from linux kernel version 2.6.12.6 to 2.6.13 as no
> patches seem to be provided for it.
>
http://sosdg.org/~coywolf/lxr/source/Documentation/applying-patches.txt
--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux Kernel MD5 sums and some question
2005-10-27 11:23 ` Jesper Juhl
@ 2005-10-27 15:09 ` Jon Masters
0 siblings, 0 replies; 5+ messages in thread
From: Jon Masters @ 2005-10-27 15:09 UTC (permalink / raw)
To: Jesper Juhl; +Cc: Chaitanya Hazarey, linux-kernel
On 10/27/05, Jesper Juhl <jesper.juhl@gmail.com> wrote:
> On 10/27/05, Chaitanya Hazarey <c.v.hazarey@gmail.com> wrote:
> > Lately I had some problems compiling the kernel source on my machine.
> > I guess nothing serious, but one thing came to my notice. I was
> > looking for the MD5 sums for the linux kenerl and found none. The Pgp
> > signatures are fine , but there seems no way to check the package.
> Yes, there is a way to check the files; verify the pgp signature. If
> the file has been modified the signature won't validate.
But having signed MD5 sums would be a solution.
That way people can check a). Did they download the kernel properly?
b). Was it genuine? in two distinct steps. Others will think that's a
*really* bad idea :-)
Jon.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-10-27 15:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-27 6:56 Linux Kernel MD5 sums and some question Chaitanya Hazarey
2005-10-27 7:01 ` Lee Revell
2005-10-27 7:06 ` Paolo Ornati
2005-10-27 11:23 ` Jesper Juhl
2005-10-27 15:09 ` Jon Masters
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox