mbox series

[PATCH-for-8.2?,v3,0/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping FIFOs

Message ID 20231124183325.95392-1-philmd@linaro.org
Headers show
Series hw/net/can/xlnx-zynqmp: Avoid underflow while popping FIFOs | expand

Message

Philippe Mathieu-Daudé Nov. 24, 2023, 6:33 p.m. UTC
Series fully reviewed.

Since v2:
- Addressed Vikram review comments,
- Added R-b tags

Fix a pair of fuzzed bugs.

Tested with the CAN tests from 'make check-qtest-aarch64'.

Regards,

Phil.

Philippe Mathieu-Daudé (2):
  hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOs
  hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFO

 hw/net/can/xlnx-zynqmp-can.c | 67 ++++++++++++++++++++++++++++++------
 1 file changed, 56 insertions(+), 11 deletions(-)

Comments

Peter Maydell Nov. 27, 2023, 3:25 p.m. UTC | #1
On Fri, 24 Nov 2023 at 18:34, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> Series fully reviewed.
>
> Since v2:
> - Addressed Vikram review comments,
> - Added R-b tags
>
> Fix a pair of fuzzed bugs.
>
> Tested with the CAN tests from 'make check-qtest-aarch64'.



Applied to target-arm.next, thanks.

-- PMM