From: John Hodge Date: Sun, 23 Jan 2011 13:34:53 +0000 (+0800) Subject: Kernel - So... should remember to initialise structures X-Git-Tag: rel0.07~22 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=9143c184873d0b55444dc1c1084f3e9f3f2614bf;hp=9143c184873d0b55444dc1c1084f3e9f3f2614bf;p=tpg%2Facess2.git Kernel - So... should remember to initialise structures - Forgot to clear the ret->Lock in IOCache_Create > Caused random locks if the lock protector was not 0 when malloc'd - Set up fractal mappings from boot > Exposed by trying to use Log_Debug before VMem was fully initialised ---