Files
kernel_common_drivers/drivers/memory_ext
Tao Zeng 9de64d8c21 zram: fix crash when cpu off line [1/1]
PD#SWPL-145324

Problem:
kernel NULL pointer panic when cpu off line

Solution:
The root cause is that context for zram is configured as 2 part:
one for direct reclaim and one for kswapd. They are not for per-cpu
but when a core is off, zram will free per-cpu context so caused panic
on other cpus. So we should remove free code for crypto hooks.

Verify:
T5M

Change-Id: I2e4c9362bda0ddf74c91c3dec55d39dd532f46c2
Signed-off-by: Tao Zeng <tao.zeng@amlogic.com>
2023-11-27 22:18:07 -07:00
..
2023-07-17 22:56:16 -07:00
2023-08-24 03:54:26 -07:00
2023-09-03 21:53:42 -07:00