Hi, On 17/08/2023 22:43, Julien Grall wrote:
From: Julien Grall <[email protected]>Hi all, This is a small series to fix some of the issues found while playing with -Wconversion and -Warith-conversion. There are a lot more but the bulk are in - bitmap - cpumask - nodemask - bitops/atomics - find_* Some are not too difficult to address but other there are even prototype conflicts between arm x86. Cheers, Julien Grall (3): xen/arm: vmmio: The number of entries cannot be negative xen/arm: vgic: Use 'unsigned int' rather than 'int' whenever it is possible xen/public: arch-arm: All PSR_* defines should be unsigned
I have committed the series. Cheers, -- Julien Grall
