You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been looking at the dmesg logs, looks to me like these are the culprits:
<4>[ 3.298214,1] ------------[ cut here ]------------
<4>[ 3.298232,1] WARNING: at /home/benjamin/android/cm12/kernel/motorola/surnia/mm/vmalloc.c:1579 __arm_iounmap+0x10/0x18()
<3>[ 3.298242,1] Trying to vfree() nonexistent vm area (6b6b6000)
<4>[ 3.298250,1] Modules linked in:
<4>[ 3.298293,1] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 3.10.49-gd2d8618-00004-g6cebe82 #1
<4>[ 3.298311,1] from
<4>[ 3.298327,1] from
<4>[ 3.298344,1] from
<4>[ 3.298361,1] from
<4>[ 3.298378,1] from
<4>[ 3.298394,1] from
<4>[ 3.298409,1] from
<4>[ 3.298423,1] from
<4>[ 3.298438,1] from
<4>[ 3.298454,1] from
<4>[ 3.298470,1] from
<4>[ 3.298484,1] from
<4>[ 3.298499,1] from
<4>[ 3.298515,1] from
<4>[ 3.298531,1] from
<4>[ 3.298541,1] ---[ end trace 66a6799cca4b37e4 ]---
And
<11>[ 95.386004,1] init: Warning! Service rmt_storage needs a SELinux domain defined; please fix!
They are suspicious.
I will take on some missing build properties.
The text was updated successfully, but these errors were encountered:
Actually, you're right. Now that I read them thoroughly I noticed they're warnings not errors. Dumb from me.
On Apr 8, 2015 12:24 AM, Legrand Benjamin [email protected] wrote:Yes we will have to fix them but we are already in permissive mode. Those are debug warnings.
Check the BOARD_KERNEL_CMDLINE there is the permissive entry.
Added by the following commithttps://github.com/skritchz/android_device_motorola_surnia/commit/43e21e6cb2c96811c4f43e6122a01dfdc01bbd58
—Reply to this email directly or view it on GitHub.
I have been looking at the dmesg logs, looks to me like these are the culprits:
<4>[ 3.298214,1] ------------[ cut here ]------------
<4>[ 3.298232,1] WARNING: at /home/benjamin/android/cm12/kernel/motorola/surnia/mm/vmalloc.c:1579 __arm_iounmap+0x10/0x18()
<3>[ 3.298242,1] Trying to vfree() nonexistent vm area (6b6b6000)
<4>[ 3.298250,1] Modules linked in:
<4>[ 3.298293,1] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 3.10.49-gd2d8618-00004-g6cebe82 #1
<4>[ 3.298311,1] from
<4>[ 3.298327,1] from
<4>[ 3.298344,1] from
<4>[ 3.298361,1] from
<4>[ 3.298378,1] from
<4>[ 3.298394,1] from
<4>[ 3.298409,1] from
<4>[ 3.298423,1] from
<4>[ 3.298438,1] from
<4>[ 3.298454,1] from
<4>[ 3.298470,1] from
<4>[ 3.298484,1] from
<4>[ 3.298499,1] from
<4>[ 3.298515,1] from
<4>[ 3.298531,1] from
<4>[ 3.298541,1] ---[ end trace 66a6799cca4b37e4 ]---
And
<11>[ 95.386004,1] init: Warning! Service rmt_storage needs a SELinux domain defined; please fix!
They are suspicious.
I will take on some missing build properties.
The text was updated successfully, but these errors were encountered: