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

Note9 has 12 D state processes. #37

Open
etbe opened this issue Mar 20, 2024 · 1 comment
Open

Note9 has 12 D state processes. #37

etbe opened this issue Mar 20, 2024 · 1 comment

Comments

@etbe
Copy link

etbe commented Mar 20, 2024

My note9 has kernel threads [simpleinteracti]*9, [tee_irq_bh], [tee_scheduler], and [exynos_hpgov] in D state after a fresh install of Droidian.

This happens immediately after a reboot when USB is not connected. So the rndis0 issue is not causing this.

I also have the stylus not working with a mouse cursor permanently on screen, is "simpleinteracti" something related to the stylus?

Below is the output of ps, the PID numbers suggest that it didn't happen immediately on boot but after 2000 processes had been used in the system startup.

root@SM-N960F:~# ps aux|grep D
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2050 0.0 0.0 0 0 ? D Mar19 0:00 [simpleinteracti]
root 2052 0.0 0.0 0 0 ? D Mar19 0:00 [simpleinteracti]
root 2054 0.0 0.0 0 0 ? D Mar19 0:00 [simpleinteracti]
root 2056 0.0 0.0 0 0 ? D Mar19 0:00 [simpleinteracti]
root 2058 0.0 0.0 0 0 ? D Mar19 0:00 [simpleinteracti]
root 2060 0.0 0.0 0 0 ? D Mar19 0:00 [simpleinteracti]
root 2062 0.0 0.0 0 0 ? D Mar19 0:00 [simpleinteracti]
root 2064 0.0 0.0 0 0 ? D Mar19 0:00 [simpleinteracti]
root 2066 0.0 0.0 0 0 ? D Mar19 0:00 [simpleinteracti]
root 2181 0.0 0.0 0 0 ? D Mar19 0:00 [tee_irq_bh]
root 2182 0.0 0.0 0 0 ? D Mar19 0:00 [tee_scheduler]
root 4850 0.0 0.0 0 0 ? D< Mar19 0:00 [exynos_hpgov]

Below is the first kernel panic shown in the output of "journalctl -b".

Mar 20 23:32:10 SM-N960F kernel: ------------[ cut here ]------------
Mar 20 23:32:10 SM-N960F kernel: WARNING: CPU: 0 PID: 1 at /buildd/sources/include/linux/kref.h:51 kobject_get+0x7c/0x90
Mar 20 23:32:10 SM-N960F kernel: Modules linked in:
Mar 20 23:32:10 SM-N960F kernel: CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.218-samsung-crownlte #1
Mar 20 23:32:10 SM-N960F kernel: Hardware name: Samsung Crown rev0.6 board based on EXYNOS9810 (DT)
Mar 20 23:32:10 SM-N960F kernel: Call trace:
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] dump_backtrace+0x0/0x2c8
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] show_stack+0x14/0x1c
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] dump_stack+0xdc/0x120
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] __warn+0xb0/0x154
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] report_bug+0x148/0x194
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] bug_handler+0x2c/0xac
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] brk_handler+0x84/0x14c
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] do_debug_exception+0xb0/0x138
Mar 20 23:32:10 SM-N960F kernel: Exception stack(0xffffffc8f5afbb50 to 0xffffffc8f5afbc80)
Mar 20 23:32:10 SM-N960F kernel: bb40: 0000000000000008 0000000000000003
Mar 20 23:32:10 SM-N960F kernel: bb60: 0000000000000008 0000000000000000 001d150c11f5536f 6e1eff646c606dfe
Mar 20 23:32:10 SM-N960F kernel: bb80: ffffff800a1ce000 0000000000000001 0000000000000000 0000000000000000
Mar 20 23:32:10 SM-N960F kernel: bba0: 0000000080000000 0000000000000042 0000000000000081 ffffff800921774f
Mar 20 23:32:10 SM-N960F kernel: bbc0: ffffff80085fefa0 000000000000003f 00000000000000e4 ffffffc8fcb4bfc0
Mar 20 23:32:10 SM-N960F kernel: bbe0: ffffffc8fcb4b8f0 ffffffc8fcb4bf68 ffffffc8f5af0000 0000000000000000
Mar 20 23:32:10 SM-N960F kernel: bc00: ffffff80099b1a70 00000000000001a2 ffffff80099b1998 0000000000000000
Mar 20 23:32:10 SM-N960F kernel: bc20: 0000000000000000 ffffffc8f5afbc80 ffffff8008d5c2ac ffffffc8f5afbc70
Mar 20 23:32:10 SM-N960F kernel: bc40: ffffff80085f6cfc 00000000604000c5 ffffffc8fca7ba28 ffffffc8f431d400
Mar 20 23:32:10 SM-N960F kernel: bc60: ffffffffffffffff ffffff8008d5c2ac ffffffc8fcb4bf68 ffffffc8fcb4b8f0
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] el1_dbg+0x18/0xa4
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] of_node_get+0x1c/0x2c
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] of_get_next_child+0x4c/0x84
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] of_platform_default_populate_init+0xa8/0xec
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] do_one_initcall+0xfc/0x1b8
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] kernel_init_freeable+0x2e4/0x55c
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] kernel_init+0x10/0x200
Mar 20 23:32:10 SM-N960F kernel: [< (ptrval)>] ret_from_fork+0x10/0x20
Mar 20 23:32:10 SM-N960F kernel: ---[ end trace d51b3f513532b36f ]---

@FakeShell
Copy link
Member

simpleinteracti is samsungs simple interactive devfreq governor

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

No branches or pull requests

2 participants