mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
hdmirx: fix kernel panic for slab-out-of-bounds [1/1]
PD#SWPL-153358 Problem: EMP DDR write out of bounds Solution: Reserve sufficient memory Verify: T3 Change-Id: I91cb9fd797f398bc09ea55553547ae0e322207ad Signed-off-by: Gaowei Zhao <gaowei.zhao@amlogic.com>
This commit is contained in:
@@ -153,9 +153,10 @@
|
||||
/* 2023.11.03 disable DDR access when suspend */
|
||||
/* 2023.12.1 fix trim value err when resume */
|
||||
/* 2023.12.06 fix resume panic issue */
|
||||
#define RX_VER2 "ver.2023/12/06"
|
||||
/* 2024.01.11 fix EMP DDR write out of bounds */
|
||||
#define RX_VER2 "ver.2024/01/11"
|
||||
|
||||
#define PFIFO_SIZE 160
|
||||
#define PFIFO_SIZE 256
|
||||
#define HDCP14_KEY_SIZE 368
|
||||
|
||||
/* sizeof(emp_buf) / sizeof(sizeof(struct pd_infoframe_s) + 1) = 1024/32 */
|
||||
|
||||
Reference in New Issue
Block a user