I would kindly ask to include a two-line patch to address two warnings, mainly because they make compiling fail with -Werror.
The warnings are about the skb_copy_stored_cb function which is defined but not used (it's ony use is commented to date), and a pointer cast to an integer.
Hallo
I would kindly ask to include a two-line patch to address two warnings, mainly because they make compiling fail with -Werror. The warnings are about the skb_copy_stored_cb function which is defined but not used (it's ony use is commented to date), and a pointer cast to an integer.
Thank you for your work!!
There it is: