On Thu, May 20, 2021 at 05:36:03PM +0200, Heinrich Schuchardt wrote:
> In cpu_to_be32_array() and be32_to_cpu_array() we should not compare an int
> counter to a size_t parameter. Correct the type of the counter. This
> exists in upstream as b4c80629c5c9 ("include/linux/byteorder/generic.h:
> fix
On 5/23/21 21:54, Heinrich Schuchardt wrote:
On 5/23/21 9:40 PM, Tom Rini wrote:
This was fixed in what commit from Linux? Thanks!
include/linux/byteorder/generic.h in Linux is equally broken. This
should not stop you from merging this patch.
I will create a patch for Linux.
Best regard
On 5/23/21 9:40 PM, Tom Rini wrote:
On Thu, May 20, 2021 at 05:36:03PM +0200, Heinrich Schuchardt wrote:
In cpu_to_be32_array() and be32_to_cpu_array() we should not compare an int
counter to a size_t parameter. Correct the type of the counter.
Signed-off-by: Heinrich Schuchardt
---
include
On Thu, May 20, 2021 at 05:36:03PM +0200, Heinrich Schuchardt wrote:
> In cpu_to_be32_array() and be32_to_cpu_array() we should not compare an int
> counter to a size_t parameter. Correct the type of the counter.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> include/linux/byteorder/generic.h |
4 matches
Mail list logo