Re: [Qemu-devel] [PATCH 0/8] fdc: Clean up and fix command processing

2015-05-19 Thread John Snow
On 05/19/2015 11:35 AM, Kevin Wolf wrote: > This series fixes the real bug that caused CVE-2015-3456, and does some > cleanup in the FIFO access functions to make the command processing more > obvious. > > Kevin Wolf (8): > fdc: Rename fdctrl_reset_fifo() to fdctrl_to_command_phase() > fdc:

[Qemu-devel] [PATCH 0/8] fdc: Clean up and fix command processing

2015-05-19 Thread Kevin Wolf
This series fixes the real bug that caused CVE-2015-3456, and does some cleanup in the FIFO access functions to make the command processing more obvious. Kevin Wolf (8): fdc: Rename fdctrl_reset_fifo() to fdctrl_to_command_phase() fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase() fdc