Commit cc20bc0
power: rk817_charger: fix NULL pointer dereference in rk817_charger_evt_worker
Power supply is not registered, however calling power_supply_changed()
directly from rk817_charger_evt_worker(). This may cause kernel panic
with the following log:
[ 0.951781] Unable to handle kernel NULL pointer dereference at virtual address 0000040c
[ 0.952499] pgd = ffffff80092c5000
[ 0.952813] [0000040c] *pgd=000000007fffe003, *pud=000000007fffe003, *pmd=0000000000000000
[ 0.953582] Internal error: Oops: 96000005 [#1] SMP
[ 0.954020] Modules linked in:
[ 0.954322] CPU: 0 PID: 34 Comm: kworker/0:1 Not tainted 4.4.132 #36
[ 0.954881] Hardware name: Rockchip rk3326 evb linux board (DT)
[ 0.955427] Workqueue: events rk817_charger_evt_worker
[ 0.955899] task: ffffffc00029b600 task.stack: ffffffc07d124000
[ 0.956433] PC is at do_raw_spin_lock+0x20/0x164
[ 0.956856] LR is at _raw_spin_lock_irqsave+0x28/0x38
Change-Id: I49454ded72f6679a10df499511a4c7a40324dc85
Signed-off-by: shengfei Xu <xsf@rock-chips.com>1 parent aa6998b commit cc20bc0
1 file changed
Lines changed: 7 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | 330 | | |
361 | 331 | | |
362 | 332 | | |
| |||
1552 | 1522 | | |
1553 | 1523 | | |
1554 | 1524 | | |
1555 | | - | |
1556 | | - | |
| 1525 | + | |
1557 | 1526 | | |
1558 | 1527 | | |
1559 | 1528 | | |
| |||
1580 | 1549 | | |
1581 | 1550 | | |
1582 | 1551 | | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
1583 | 1558 | | |
1584 | 1559 | | |
1585 | 1560 | | |
| |||
1591 | 1566 | | |
1592 | 1567 | | |
1593 | 1568 | | |
1594 | | - | |
1595 | | - | |
1596 | | - | |
1597 | | - | |
1598 | | - | |
1599 | 1569 | | |
1600 | 1570 | | |
1601 | 1571 | | |
| |||
0 commit comments