lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 7 Oct 2011 13:01:54 +0100
From:	Alan Cox <alan@...rguk.ukuu.org.uk>
To:	"Satish Burnwal (sburnwal)" <sburnwal@...co.com>
Cc:	<linux-kernel@...r.kernel.org>
Subject: Re: Kernel: low stack detected by irq handler

On Fri, 7 Oct 2011 17:11:05 +0530
"Satish Burnwal (sburnwal)" <sburnwal@...co.com> wrote:

> Hello experts,
> I have recently moved from kernel 2.6.18-128 to 2.6.18-194. I have my
> own kernel module also (click). With the new 2.6.18-194 version of
> kernel, I am getting this error:
> 
> Kernel: low stack detected by irq handler

You are using too much stack basically and the kernel is catching this.
The call trace should let you work out which path through your code is
the problem.

You've got an IRQ in the middle so it may well be its the combination of
too much stack being used by the main code paths and an IRQ at just the
wrong moment causing further high stack usage in the IRQ path that tips
it over the edge.


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ