Deafening silence, so I'm just going to apply this to target-arm.next.
-- PMM
On 5 June 2015 at 16:05, Peter Maydell wrote:
> Ping for either patch review or suggestions
> for updating the MAINTAINERS section for this board?
>
> thanks
> -- PMM
>
> On 29 May 2015 at 16:16, Peter Maydell wrote:
Ping for either patch review or suggestions
for updating the MAINTAINERS section for this board?
thanks
-- PMM
On 29 May 2015 at 16:16, Peter Maydell wrote:
> fimd_swap_data() includes code to reverse the bits in a
> 64-bit integer, but an off-by-one error meant that it would
> try to shift off
On 29 May 2015 at 16:16, Peter Maydell wrote:
> fimd_swap_data() includes code to reverse the bits in a
> 64-bit integer, but an off-by-one error meant that it would
> try to shift off the top of the integer. Correct the bug
> (spotted by Coverity).
>
> Signed-off-by: Peter Maydell
> ---
> Compil