Re: [PATCH v3 6/9] bus: mhi: core: WARN_ON for malformed vector table

2020-05-01 Thread bbhatt
On 2020-04-30 08:02, Jeffrey Hugo wrote: On 4/29/2020 2:52 PM, Bhaumik Bhatt wrote: Add a bounds check in the firmware copy routine to exit if a malformed vector table is found while attempting to load the firmware in to the BHIe vector table. Signed-off-by: Bhaumik Bhatt ---

Re: [PATCH v3 6/9] bus: mhi: core: WARN_ON for malformed vector table

2020-04-30 Thread Jeffrey Hugo
On 4/29/2020 2:52 PM, Bhaumik Bhatt wrote: Add a bounds check in the firmware copy routine to exit if a malformed vector table is found while attempting to load the firmware in to the BHIe vector table. Signed-off-by: Bhaumik Bhatt --- drivers/bus/mhi/core/boot.c | 6 ++ 1 file changed,

[PATCH v3 6/9] bus: mhi: core: WARN_ON for malformed vector table

2020-04-29 Thread Bhaumik Bhatt
Add a bounds check in the firmware copy routine to exit if a malformed vector table is found while attempting to load the firmware in to the BHIe vector table. Signed-off-by: Bhaumik Bhatt --- drivers/bus/mhi/core/boot.c | 6 ++ 1 file changed, 6 insertions(+) diff --git