android_kernel_asus_sm8350/drivers/rpmsg
Kaushal Hooda c670d30054
rpmsg: slatecom: Discard unaligned packet to read
If intent_alloc_size and chunk size are unaligned with the minimum offset,
then ahb_read can lead to bytes overflow as ahb_read is performed
with word_size aligned.

If the received chunk_size is not aligned to word_size, discard packet
to read.

Change-Id: I36fabc8bde22355de1ae32cb026a2a246778d47e
Signed-off-by: Kaushal Hooda <quic_khooda@quicinc.com>
2023-12-11 20:47:13 +02:00
..
Kconfig
Makefile
qcom_glink_native.c Merge tag 'ASB-2023-12-05_11-5.4' of https://android.googlesource.com/kernel/common into android13-5.4-lahaina 2023-12-11 20:22:05 +02:00
qcom_glink_native.h net: qrtr: log rx packet causing system wakeup 2021-05-26 22:34:45 +05:30
qcom_glink_rpm.c
qcom_glink_slatecom.c rpmsg: slatecom: Discard unaligned packet to read 2023-12-11 20:47:13 +02:00
qcom_glink_smem.c
qcom_glink_spss.c
qcom_smd.c Merge android11-5.4.219+ (0ce03d1) into msm-5.4 2023-01-27 00:57:29 +05:30
rpm-smd.c
rpmsg_char.c rpmsg: char: Fix race between the release of rpmsg_eptdev and cdev 2022-02-01 17:24:36 +01:00
rpmsg_core.c Merge tag 'ASB-2023-12-05_11-5.4' of https://android.googlesource.com/kernel/common into android13-5.4-lahaina 2023-12-11 20:22:05 +02:00
rpmsg_internal.h Merge tag 'ASB-2023-12-05_11-5.4' of https://android.googlesource.com/kernel/common into android13-5.4-lahaina 2023-12-11 20:22:05 +02:00
virtio_rpmsg_bus.c