public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Which patch fix the 8G memory problem on x64 platform?
@ 2006-11-27 10:02 Zhao Forrest
  2006-11-27 10:15 ` Andi Kleen
  0 siblings, 1 reply; 4+ messages in thread
From: Zhao Forrest @ 2006-11-27 10:02 UTC (permalink / raw)
  To: Andi Kleen; +Cc: discuss, linux-kernel

Hi Andi,

The kernel 2.6.18.3 runs very well on my x64 server with 2 CPU's and
8G memory; however kernel 2.6.16.32 kernel panic(Kernel panic - not
syncing: Attempted to kill init) under the stress test. After I use
mem=4000M for kernel 2.6.16.32, the kernel panic doesn't happen under
stress test.

This bug also happens with latest sles10 kernel(2.6.16.21-0.25-smp),
which is based on 2.6.16.21.

Do you know what patch fixed this bug between  2.6.16.32 and 2.6.18.3?
Then we could backport the patch to both 2.6.16.32 and sles10 kernel.

Thanks,
Forrest

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Which patch fix the 8G memory problem on x64 platform?
  2006-11-27 10:02 Which patch fix the 8G memory problem on x64 platform? Zhao Forrest
@ 2006-11-27 10:15 ` Andi Kleen
  2006-11-28  5:33   ` Zhao Forrest
  0 siblings, 1 reply; 4+ messages in thread
From: Andi Kleen @ 2006-11-27 10:15 UTC (permalink / raw)
  To: Zhao Forrest; +Cc: discuss, linux-kernel

On Monday 27 November 2006 11:02, Zhao Forrest wrote:
> Hi Andi,
> 
> The kernel 2.6.18.3 runs very well on my x64 server with 2 CPU's and
> 8G memory; however kernel 2.6.16.32 kernel panic(Kernel panic - not
> syncing: Attempted to kill init) under the stress test. After I use
> mem=4000M for kernel 2.6.16.32, the kernel panic doesn't happen under
> stress test.

I'm not aware of a "8G memory problem"

Best you write a full bug report and possibly git bisect it.

-Andi
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Which patch fix the 8G memory problem on x64 platform?
  2006-11-27 10:15 ` Andi Kleen
@ 2006-11-28  5:33   ` Zhao Forrest
  2006-11-28  9:45     ` Andi Kleen
  0 siblings, 1 reply; 4+ messages in thread
From: Zhao Forrest @ 2006-11-28  5:33 UTC (permalink / raw)
  To: Andi Kleen; +Cc: discuss, linux-kernel

On 11/27/06, Andi Kleen <ak@suse.de> wrote:
> On Monday 27 November 2006 11:02, Zhao Forrest wrote:
> > Hi Andi,
> >
> > The kernel 2.6.18.3 runs very well on my x64 server with 2 CPU's and
> > 8G memory; however kernel 2.6.16.32 kernel panic(Kernel panic - not
> > syncing: Attempted to kill init) under the stress test. After I use
> > mem=4000M for kernel 2.6.16.32, the kernel panic doesn't happen under
> > stress test.
>
> I'm not aware of a "8G memory problem"
>
> Best you write a full bug report and possibly git bisect it.
>

Hi Andy,

My bad. After the further testing, we found this bug is not related to
the volumn of physical memory. During the stress test, when the system
halt, there's only "Kernel panic - not
 syncing: Attempted to kill init" on the screen, no stack call trace
is printed out. Also we found the content in the address pointed by
rSP is all 0xff, so don't know how to debug it.
This bug is reproduced with kernel 2.6.16.32 on both IBM and SUN MP servers.

I first need to contact the author of test case if we could send the
test case to open source. The test case is called "crashme", and the
main idea of test case is:
A signal handler is set up so that in most cases the machine exception
generated by the illegal instructions, bad operands, etc in the procedure
made up of random data are caught; and another round of randomness may
be tried. Eventually a random instruction may corrupt the program or
the machine state in such a way that the program must halt. This is
a test of the robustness of the hardware/software for instruction
fault handling.

Now we are doing git-bisect, which will take some time......

Thanks,
Forrest

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Which patch fix the 8G memory problem on x64 platform?
  2006-11-28  5:33   ` Zhao Forrest
@ 2006-11-28  9:45     ` Andi Kleen
  0 siblings, 0 replies; 4+ messages in thread
From: Andi Kleen @ 2006-11-28  9:45 UTC (permalink / raw)
  To: Zhao Forrest; +Cc: discuss, linux-kernel


> I first need to contact the author of test case if we could send the
> test case to open source. The test case is called "crashme", 

Is that the classical crashme as found in LTP or an enhanced one?
Do you run it in a special way? Is the crash reproducible?

We normally run crashme regularly as part of LTP, Cerberus etc.
so at least any obvious bugs should in theory be caught. 

-Andi

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-11-28  9:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-27 10:02 Which patch fix the 8G memory problem on x64 platform? Zhao Forrest
2006-11-27 10:15 ` Andi Kleen
2006-11-28  5:33   ` Zhao Forrest
2006-11-28  9:45     ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox