Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel issues #2

Open
matteing opened this issue Apr 8, 2015 · 3 comments
Open

Kernel issues #2

matteing opened this issue Apr 8, 2015 · 3 comments
Labels

Comments

@matteing
Copy link
Collaborator

matteing commented Apr 8, 2015

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.

@matteing matteing added the bug label Apr 8, 2015
@matteing
Copy link
Collaborator Author

matteing commented Apr 8, 2015

We might want to disable SELinux in our first builds @scritch

@scritch007
Copy link
Contributor

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

@matteing
Copy link
Collaborator Author

matteing commented Apr 8, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants