[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug in kernel 2.4.3?



First the good news:
Linux fozzie 2.2.17 #1 Mon May 21 14:37:59 EST 2018 alpha unknown

I tried compiling the 2.4.3 kernel with the tlb and numa-2 patches.
But there is definitely something wrong with
include/linux/kernel.h, it has:

#define PADDING 22 + sizeof(short) - 3 * sizeof(long) - sizeof(int)
       char _f[PADDING];               /* Padding: libc5 uses this.. */

22 + 2 - (3 * 8 ) - 4 = 22 + 2 - 24 - 4 = -4

I'm going to try to remove the padding and see if that works, it may
be ok due to the comment. (I hope so anyway).

  - Craig
-- 
Craig Small VK2XLZ  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.eye-net.com.au/        <csmall@eye-net.com.au>
MIEEE <csmall@ieee.org>                 Debian developer <csmall@debian.org>



Reply to: