On 3/9/24 1:42 AM, Niklas Söderlund wrote: > When creating a helper to allocate and align an skb one location where > the skb data size was updated was missed. This can lead to a warning > being printed when the memory is being unmapped as it now always unmap > the maximum frame size, instead of the size after it have been > aligned. > > This was correctly done for RZ/G2L but missed for R-Car. > > Fixes: cfbad64706c1 ("ravb: Create helper to allocate skb and align it") > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> Reviewed-by: Sergey Shtylyov <s.shtylyov@xxxxxx> [...] MBR, Sergey