Skip to content

Instantly share code, notes, and snippets.

@libbkmz
Created July 19, 2024 11:41
Show Gist options
  • Save libbkmz/ebb2a443d5fedf25b3cfa63bcf7c774b to your computer and use it in GitHub Desktop.
Save libbkmz/ebb2a443d5fedf25b3cfa63bcf7c774b to your computer and use it in GitHub Desktop.
kernel panic on pinebook a64 on version: Linux version 6.3.0-rc6+
[ 3.028798] thermal_sys: Failed to find 'trips' node
[ 3.033806] thermal_sys: Failed to find trip points for thermal-sensor id=1
[ 3.040793] sun8i-thermal: probe of 1c25000.thermal-sensor failed with error -22
[ 3.059963] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz
[ 3.066109] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP803 found
[ 3.072902] Unable to handle kernel paging request at virtual address e8cb07af2deeb2ab
[ 3.080832] Mem abort info:
[ 3.083622] ESR = 0x0000000096000004
[ 3.087383] EC = 0x25: DABT (current EL), IL = 32 bits
[ 3.092698] SET = 0, FnV = 0
[ 3.095755] EA = 0, S1PTW = 0
[ 3.098900] FSC = 0x04: level 0 translation fault
[ 3.103778] Data abort info:
[ 3.106661] ISV = 0, ISS = 0x00000004
[ 3.110497] CM = 0, WnR = 0
[ 3.113470] [e8cb07af2deeb2ab] address between user and kernel address ranges
[ 3.120606] Internal error: Oops: 0000000096000004 [#1] SMP
[ 3.126175] Modules linked in:
[ 3.129233] CPU: 1 PID: 9 Comm: kworker/u8:0 Not tainted 6.3.0-rc6+ #6
[ 3.135755] Hardware name: Pinebook (DT)
[ 3.139674] Workqueue: events_unbound deferred_probe_work_func
[ 3.145521] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 3.152477] pc : __kmem_cache_alloc_node+0x20c/0x318
[ 3.157444] lr : __kmem_cache_alloc_node+0x2ec/0x318
[ 3.162406] sp : ffff80000b14b380
[ 3.165715] x29: ffff80000b14b3a0 x28: 00000000000041ed x27: ffff80000abaf000
[ 3.172853] x26: 0000000000000dc3 x25: 0000000000000003 x24: 00000000ffffffff
[ 3.179989] x23: 00000000ffffffff x22: e8cb07af2deeb26b x21: 0000000000000000
[ 3.187124] x20: 0000000000000cc0 x19: ffff000003401200 x18: ffffffffffffffff
[ 3.194260] x17: 00000000c6344323 x16: 00000000c72f0c85 x15: ffff80000b14b3e0
[ 3.201396] x14: ffff000009f49503 x13: ffff000009f49500 x12: 0000000000000000
[ 3.208532] x11: 0000000000000001 x10: 0000000000000400 x9 : ffff80000839819c
[ 3.215668] x8 : 0101010101010101 x7 : 7f7f7f7f7f7f7f7f x6 : fefefefefefefeff
[ 3.222804] x5 : ffff000003684000 x4 : ffff00007db787f0 x3 : a85ef3a62dee4d94
[ 3.229940] x2 : 0000000000000040 x1 : 0000000000000cc0 x0 : abb2ee2daf07cbe8
[ 3.237076] Call trace:
[ 3.239520] __kmem_cache_alloc_node+0x20c/0x318
[ 3.244137] __kmalloc_node_track_caller+0x5c/0x1c8
[ 3.249020] kstrdup+0x54/0xa0
[ 3.252082] kstrdup_const+0x48/0x60
[ 3.255661] __kernfs_new_node+0x60/0x248
[ 3.259672] kernfs_create_dir_ns+0x64/0xe0
[ 3.263855] sysfs_create_dir_ns+0x7c/0x128
[ 3.268041] kobject_add_internal+0xd8/0x3a8
[ 3.272319] kobject_add+0xa0/0x110
[ 3.275812] __irq_alloc_descs+0x1c8/0x2f8
[ 3.279913] regmap_add_irq_chip_fwnode+0x598/0xb80
[ 3.284793] regmap_add_irq_chip+0x5c/0x80
[ 3.288890] axp20x_device_probe+0x50/0x198
[ 3.293078] axp20x_rsb_probe+0x94/0xd8
[ 3.296918] sunxi_rsb_device_probe+0x74/0x98
[ 3.301277] really_probe+0x190/0x3d8
[ 3.304943] __driver_probe_device+0x84/0x198
[ 3.309301] driver_probe_device+0x44/0x120
[ 3.313487] __device_attach_driver+0xc4/0x168
[ 3.317924] bus_for_each_drv+0x90/0xf8
[ 3.321762] __device_attach+0xa8/0x1c8
[ 3.325601] device_initial_probe+0x1c/0x30
[ 3.329787] bus_probe_device+0xb4/0xc0
[ 3.333625] device_add+0x648/0x850
[ 3.337115] device_register+0x28/0x40
[ 3.340864] sunxi_rsb_probe+0x5d8/0x6f8
[ 3.344788] platform_probe+0x70/0xd8
[ 3.348450] really_probe+0x190/0x3d8
[ 3.352115] __driver_probe_device+0x84/0x198
[ 3.356474] driver_probe_device+0x44/0x120
[ 3.360659] __device_attach_driver+0xc4/0x168
[ 3.365105] bus_for_each_drv+0x90/0xf8
[ 3.368942] __device_attach+0xa8/0x1c8
[ 3.372781] device_initial_probe+0x1c/0x30
[ 3.376967] bus_probe_device+0xb4/0xc0
[ 3.380805] deferred_probe_work_func+0xbc/0x118
[ 3.385424] process_one_work+0x1e8/0x468
[ 3.389437] worker_thread+0x228/0x4c8
[ 3.393187] kthread+0xdc/0xe8
[ 3.396244] ret_from_fork+0x10/0x20
[ 3.399829] Code: b9402a62 f9405e63 8b0202c0 dac00c00 (f8626adc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment