Ian Campbell wrote:
On Tue, 2008-02-05 at 17:09 -0800, Randy Dunlap wrote:
On Fri, 01 Feb 2008 09:02:48 + Ian Campbell wrote:
+ THE IMAGE CHECKSUM
+
+The CRC-32 is calculated over the entire file using an initial
+remainder of 0x. The checksum is appended to the file
Run-on
On Tue, 2008-02-05 at 17:09 -0800, Randy Dunlap wrote:
> On Fri, 01 Feb 2008 09:02:48 + Ian Campbell wrote:
> >
> > + THE IMAGE CHECKSUM
> > +
> > +The CRC-32 is calculated over the entire file using an initial
> > +remainder of 0x. The checksum is appended to the file
>
> Run-
On Fri, 01 Feb 2008 09:02:48 + Ian Campbell wrote:
> ---
> >From 1c614383dc9cb0c7791ebab386dc012db336b28c Mon Sep 17 00:00:00 2001
> From: Ian Campbell <[EMAIL PROTECTED]>
> Date: Fri, 1 Feb 2008 09:01:22 +0000
> Subject: [PATCH] x86: add a crc32 checksum to the kerne
* Ian Campbell <[EMAIL PROTECTED]> wrote:
> > * Please don't use "unsigned long" to represent a 32-bit number.
>
> Fixed.
thanks, applied.
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info a
On Thu, 2008-01-31 at 17:16 -0800, H. Peter Anvin wrote:
> David Newall wrote:
> > Isn't a crc32 calculation already defined? Yes; in lib/crc32.c. One is
> > surely enough.
>
> As long as it can be included in user-space code we should use that one.
I don't think it can. There is a main functi
hecksums to zero.
> * Please don't use "unsigned long" to represent a 32-bit number.
Fixed.
---
>From 1c614383dc9cb0c7791ebab386dc012db336b28c Mon Sep 17 00:00:00 2001
From: Ian Campbell <[EMAIL PROTECTED]>
Date: Fri, 1 Feb 2008 09:01:22 +
Subject: [PATCH] x86
H. Peter Anvin wrote:
> David Newall wrote:
>> Isn't a crc32 calculation already defined? Yes; in lib/crc32.c. One is
>> surely enough.
>
> As long as it can be included in user-space code we should use that one.
You're right. I misread the patch. I thought the calculation was being
added to
David Newall wrote:
Isn't a crc32 calculation already defined? Yes; in lib/crc32.c. One is
surely enough.
As long as it can be included in user-space code we should use that one.
-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message
Isn't a crc32 calculation already defined? Yes; in lib/crc32.c. One is
surely enough.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
H. Peter Anvin wrote:
Hm. I have some minor concerns about this:
* The classical length field is only available in multiples of 16 (I
realize your patches change that to some degree, but I'd hate to make
the guarantee that the image payload is the last thing in the image --
it loses flexibi
Ian Campbell wrote:
Signed-off-by: Ian Campbell <[EMAIL PROTECTED]>
Cc: Thomas Gleixner <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Cc: H. Peter Anvin <[EMAIL PROTECTED]>
---
Documentation/i386/boot.txt |5 +++
arch/x86/boot/tools/build.c | 78 ++
Signed-off-by: Ian Campbell <[EMAIL PROTECTED]>
Cc: Thomas Gleixner <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Cc: H. Peter Anvin <[EMAIL PROTECTED]>
---
Documentation/i386/boot.txt |5 +++
arch/x86/boot/tools/build.c | 78 +++
2 files cha
12 matches
Mail list logo