Re: Fwd: same problem with 2.6.24-rc2

From: Randy Dunlap
Date: Thu Nov 08 2007 - 02:07:28 EST



[adding linux-kernel again]

werner wrote:
The compilation is ready. By any reason that list as suggested by you wasn't generated.
However, the 3 compiling/linking lists what my kernel-build-script normally generates,
were. They are annexed here. It's the same , after booting the kernel crashs imediately
with EIP error. And the building process reclaims a missing Makefile.o in /<source-dir>/arch/x86.


OK, first show us (that is, the mailing list "linux-kernel@xxxxxxxxxxxxxxx", not
just me) what your "kernel-build-script" looks like.

The beginning of the log files that you sent to me (at end of this email)
is very suspicious looking. It looks like you are not using the expect kernel
build procedures.

The crash problem (snippet below) is a fault in xor_sse_2() in the function
that tries to choose the best (fastest) xor method. I would expect other
people to be having a similar problem. I don't suspect that it's related to
the build problem (Makefile.o), but we need to have you building kernels
correctly before we try to find out why they break when you boot them.


=================================================================================
On 7/Nov/2007 22:06 Randy Dunlap wrote ..
On Wed, 07 Nov 2007 21:32:43 -0300 (GFT) werner wrote:

On 7/Nov/2007 20:10 werner wrote ..
With 2.6.23-rc2 is the same problem: it crashed at the beginning: EIP 060
c03fdea4
EFLAGS 00010212 EIP is at xor_sse_2+0x34/0x200
Again during the compilation was reclaimed that <source-dir>/arch/x86/Makefile.o
cannot be found and were certain dependencies on it not made, such a file isn't
present in the source code (present are, f.ex. Makefile_32 , Makefile_64 ),
nor
was generated automaticaly during compilation, I think this is incorrect and
the
reason for the problems
Hi,

Please provide the complete build log (with V=1 if possible) for the
missing Makefile.o problem.

E.g.:

make V=1 all >build.log 2>&1

Make sure that build.log contains the error message and then send
the complete build.log file to us at linux-kernel@xxxxxxxxxxxxxxx .


wl
werner@xxxxxxxxxxxxx
=============================================================================
On 7/Nov/2007 16:14 Andrew Morton wrote ..
On Wed, 07 Nov 2007 15:55:12 -0300 (GFT) "werner" <werner@xxxxxxxxxxxxx>
wrote:
I really don't know what's happening. I don't understand nothing about
the
kernel
error reporting system. Because of this, always when there is a problem,
I
report
it via e-mail to linux-kernel@xxxxxxxxxxxxxxx . I don't know what people
there
do with my messages.


It went like this:

1: you sent an email to linux-kernel

2: I sent a reply to you and linux-kernel

3: you sent a reply to me, but NOT linux-kernel!

In other words, you did "reply", not "reply to all", thus you removed three
thousand people from the discussion. One of those people is the person who
created the bug which you're hitting, and that person no longer knows
what's happening.


So please go back and resend all those emails, and retain ALL Cc:'s. Don't
just send them only to me. Keep all indivisuals and all mailing lists on
the email Cc: list.



gcc -m32 -m elf_i386 /usr/src/linux-2.6.24-rc2-i486-1mn/arch/x86/Makefile.o -o /usr/src/linux-2.6.24-rc2-i486-1mn/arch/x86/Makefile
gcc: /usr/src/linux-2.6.24-rc2-i486-1mn/arch/x86/Makefile.o: No such file or directory
gcc: no input files
make: [/usr/src/linux-2.6.24-rc2-i486-1mn/arch/x86/Makefile] Error 1 (ignored)



--
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/