When I turn of my netbook (atom, i386) I get a trace on a softirq problem.
Unfortunately I was not able to grab the text but I added an image of the trace anyway.
http://www.aoi-karin.net/grsec/
in cases of bactkrace reports, can you enable KALLSYMS so we get proper symbols? (it'd also resolve module addresses which is not possible to do by hand)specs wrote:http://www.aoi-karin.net/grsec/
$ grep KALLSYM netbook/config
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
yeah, you need to disable HIDESYM too.specs wrote:With the vanilla kernel setting KALLSYMS is enough for more information. Not with grsecurity it seems.