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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 04 Oct 2009 23:54:48 -0500
From:	Jayson King <jaysonk@...global.net>
To:	kernel@...ivas.org, LKML <linux-kernel@...r.kernel.org>
Subject: SOLVED [Was: backporting BFS to 2.6.27]

Jayson King wrote:
> The kernel compiles, but it panics:
> 
> Kernel alive
> Kernel really alive
> PANIC: early exception 0e rip 10:ffffffff810ad10b error 0 cr2 18.
> 
> There's no stack trace but that address is in __kmalloc.

I enabled earlyprintk=vga in boot options and got a stack trace, which 
pointed to a kmalloc call in sched_init. It turns out that this is a 
no-no in 2.6.27 as page_alloc is not set up. Replacing the call with 
alloc_bootmem instead allows the kernel to boot.

I will wrap up a new patch and post it in a bit.

Jayson

--
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