On 9/15/2023 6:54 AM, Maciej Żenczykowski wrote:
Reviewed-by: Maciej Żenczykowski <maze@xxxxxxxxxx> The casts should probably use the actual correct ptr type instead of void*
Hi Maciej Żenczykowski, Thanks for the review.I initially tried to typecast it to char* since the skb->data is of that type. But nothing was working. So I kept it void* since the initial variable tmp too was kept to void*
Will add the stable and review tag as well and send v2 to be merged. Regards, Krishna,