mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
ee6070a3e6
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>