Files
kernel_common_drivers/drivers/memory_ext
Tao Zeng ee6070a3e6 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-28 15:04:30 +08:00
..
2023-07-17 22:56:16 -07:00
2023-09-13 15:06:04 +08:00
2023-09-13 20:37:08 +08:00