我如何理解内核哎呀错误代码?

时间:2020-05-24 10:27:33

标签: linux linux-kernel gcc10

我想用GCC10.1而不是以前使用的GCC7.5编译我的linux内核。

可悲的是,我相信内核无法在我的设备上完全启动

日志:https://del.dog/raw/amyttunuva

内核源:https://github.com/4u7157/kernel_common/tree/work

<4>[   29.583339]  [1:      eax-mixer: 1423] ------------[ cut here ]------------
<0>[   29.583350]  [1:      eax-mixer: 1423] Kernel BUG at ffffffc0003fd474 [verbose debug info unavailable]
<0>[   29.583358]  [1:      eax-mixer: 1423] Internal error: Oops - BUG: 96000061 [#1] PREEMPT SMP
<0>[   29.583369]  [1:      eax-mixer: 1423] exynos-snapshot: core register saved(CPU:1)
<0>[   29.583376]  [1:      eax-mixer: 1423] CPUMERRSR: 00000000190c0033, L2MERRSR: 000000001113ffb0
<0>[   29.583383]  [1:      eax-mixer: 1423] exynos-snapshot: context saved(CPU:1)
<6>[   29.583435]  [1:      eax-mixer: 1423] exynos-snapshot: item - log_kevents is disabled
<6>[   29.583452]  [1:      eax-mixer: 1423] TIF_FOREIGN_FPSTATE: 0, FP/SIMD depth 0, cpu: 0
<4>[   29.583462]  [1:      eax-mixer: 1423] CPU: 1 MPIDR: 80000001 PID: 1423 Comm: eax-mixer Tainted: G        W      3.18.140-00012-gdbe997b174c #1

我如何理解错误代码?

eax-mixer位于

sound/soc/samsung/eax-dma.c:299:                        kthread_run(eax_mixer_kthread, NULL, "eax-mixer");
sound/soc/samsung/eax-dma.c:845:                eax_mixer_kobj = kobject_create_and_add("eax-mixer", NULL);

谢谢!

0 个答案:

没有答案
相关问题