Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/usb/cx82310_eth.c:222:8: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] 222 | kfree((void *)dev->partial_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/usb/cx82310_eth.c:230:8: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] 230 | kfree((void *)dev->partial_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/usb/cx82310_eth.c:259:22: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] 259 | memcpy(skb2->data, (void *)dev->partial_data, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 260 | dev->partial_len); | ~~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:691:35: note: expanded from macro 'memcpy' 690 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 691 | __struct_size(p), __struct_size(q), \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 692 | __member_size(p), __member_size(q), \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 693 | memcpy) | ~~~~~~~ ./../include/linux/compiler_types.h:521:56: note: expanded from macro '__struct_size' 521 | #define __struct_size(p) __builtin_dynamic_object_size(p, 0) | ^ ../include/linux/fortify-string.h:629:27: note: expanded from macro '__fortify_memcpy_chk' 629 | const size_t __q_size = (q_size); \ | ^~~~~~ ../drivers/net/usb/cx82310_eth.c:259:22: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] 259 | memcpy(skb2->data, (void *)dev->partial_data, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 260 | dev->partial_len); | ~~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:692:35: note: expanded from macro 'memcpy' 690 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 691 | __struct_size(p), __struct_size(q), \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 692 | __member_size(p), __member_size(q), \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 693 | memcpy) | ~~~~~~~ ./../include/linux/compiler_types.h:522:56: note: expanded from macro '__member_size' 522 | #define __member_size(p) __builtin_dynamic_object_size(p, 1) | ^ ../include/linux/fortify-string.h:631:33: note: expanded from macro '__fortify_memcpy_chk' 631 | const size_t __q_size_field = (q_size_field); \ | ^~~~~~~~~~~~ ../drivers/net/usb/cx82310_eth.c:259:22: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] 259 | memcpy(skb2->data, (void *)dev->partial_data, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 260 | dev->partial_len); | ~~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:690:50: note: expanded from macro 'memcpy' 690 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 691 | __struct_size(p), __struct_size(q), \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 692 | __member_size(p), __member_size(q), \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 693 | memcpy) | ~~~~~~~ ../include/linux/fortify-string.h:645:23: note: expanded from macro '__fortify_memcpy_chk' 645 | __underlying_##op(p, q, __copy_size); \ | ^ ../drivers/net/usb/cx82310_eth.c:294:11: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] 294 | memcpy((void *)dev->partial_data, skb->data, | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 295 | dev->partial_len); | ~~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:691:17: note: expanded from macro 'memcpy' 690 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 691 | __struct_size(p), __struct_size(q), \ | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 692 | __member_size(p), __member_size(q), \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 693 | memcpy) | ~~~~~~~ ./../include/linux/compiler_types.h:521:56: note: expanded from macro '__struct_size' 521 | #define __struct_size(p) __builtin_dynamic_object_size(p, 0) | ^ ../include/linux/fortify-string.h:628:27: note: expanded from macro '__fortify_memcpy_chk' 628 | const size_t __p_size = (p_size); \ | ^~~~~~ ../drivers/net/usb/cx82310_eth.c:294:11: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] 294 | memcpy((void *)dev->partial_data, skb->data, | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 295 | dev->partial_len); | ~~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:692:17: note: expanded from macro 'memcpy' 690 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 691 | __struct_size(p), __struct_size(q), \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 692 | __member_size(p), __member_size(q), \ | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 693 | memcpy) | ~~~~~~~ ./../include/linux/compiler_types.h:522:56: note: expanded from macro '__member_size' 522 | #define __member_size(p) __builtin_dynamic_object_size(p, 1) | ^ ../include/linux/fortify-string.h:630:33: note: expanded from macro '__fortify_memcpy_chk' 630 | const size_t __p_size_field = (p_size_field); \ | ^~~~~~~~~~~~ ../drivers/net/usb/cx82310_eth.c:294:11: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] 294 | memcpy((void *)dev->partial_data, skb->data, | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 295 | dev->partial_len); | ~~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:690:47: note: expanded from macro 'memcpy' 690 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ 691 | __struct_size(p), __struct_size(q), \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 692 | __member_size(p), __member_size(q), \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 693 | memcpy) | ~~~~~~~ ../include/linux/fortify-string.h:645:20: note: expanded from macro '__fortify_memcpy_chk' 645 | __underlying_##op(p, q, __copy_size); \ | ^ 8 warnings generated. New errors added --- /tmp/tmp.XDSfnXF59E 2026-02-10 10:31:49.292250900 -0500 +++ /tmp/tmp.W6iBUR6CMR 2026-02-10 10:32:27.313686095 -0500 @@ -1,0 +2,121 @@ +../drivers/net/usb/cx82310_eth.c:222:8: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] + 222 | kfree((void *)dev->partial_data); + | ^~~~~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/usb/cx82310_eth.c:230:8: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] + 230 | kfree((void *)dev->partial_data); + | ^~~~~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/usb/cx82310_eth.c:259:22: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] + 259 | memcpy(skb2->data, (void *)dev->partial_data, + | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ + 260 | dev->partial_len); + | ~~~~~~~~~~~~~~~~~ +../include/linux/fortify-string.h:691:35: note: expanded from macro 'memcpy' + 690 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 691 | __struct_size(p), __struct_size(q), \ + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ + 692 | __member_size(p), __member_size(q), \ + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 693 | memcpy) + | ~~~~~~~ +./../include/linux/compiler_types.h:521:56: note: expanded from macro '__struct_size' + 521 | #define __struct_size(p) __builtin_dynamic_object_size(p, 0) + | ^ +../include/linux/fortify-string.h:629:27: note: expanded from macro '__fortify_memcpy_chk' + 629 | const size_t __q_size = (q_size); \ + | ^~~~~~ +../drivers/net/usb/cx82310_eth.c:259:22: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] + 259 | memcpy(skb2->data, (void *)dev->partial_data, + | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ + 260 | dev->partial_len); + | ~~~~~~~~~~~~~~~~~ +../include/linux/fortify-string.h:692:35: note: expanded from macro 'memcpy' + 690 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 691 | __struct_size(p), __struct_size(q), \ + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 692 | __member_size(p), __member_size(q), \ + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ + 693 | memcpy) + | ~~~~~~~ +./../include/linux/compiler_types.h:522:56: note: expanded from macro '__member_size' + 522 | #define __member_size(p) __builtin_dynamic_object_size(p, 1) + | ^ +../include/linux/fortify-string.h:631:33: note: expanded from macro '__fortify_memcpy_chk' + 631 | const size_t __q_size_field = (q_size_field); \ + | ^~~~~~~~~~~~ +../drivers/net/usb/cx82310_eth.c:259:22: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] + 259 | memcpy(skb2->data, (void *)dev->partial_data, + | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ + 260 | dev->partial_len); + | ~~~~~~~~~~~~~~~~~ +../include/linux/fortify-string.h:690:50: note: expanded from macro 'memcpy' + 690 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ + | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ + 691 | __struct_size(p), __struct_size(q), \ + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 692 | __member_size(p), __member_size(q), \ + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 693 | memcpy) + | ~~~~~~~ +../include/linux/fortify-string.h:645:23: note: expanded from macro '__fortify_memcpy_chk' + 645 | __underlying_##op(p, q, __copy_size); \ + | ^ +../drivers/net/usb/cx82310_eth.c:294:11: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] + 294 | memcpy((void *)dev->partial_data, skb->data, + | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 295 | dev->partial_len); + | ~~~~~~~~~~~~~~~~~ +../include/linux/fortify-string.h:691:17: note: expanded from macro 'memcpy' + 690 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 691 | __struct_size(p), __struct_size(q), \ + | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 692 | __member_size(p), __member_size(q), \ + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 693 | memcpy) + | ~~~~~~~ +./../include/linux/compiler_types.h:521:56: note: expanded from macro '__struct_size' + 521 | #define __struct_size(p) __builtin_dynamic_object_size(p, 0) + | ^ +../include/linux/fortify-string.h:628:27: note: expanded from macro '__fortify_memcpy_chk' + 628 | const size_t __p_size = (p_size); \ + | ^~~~~~ +../drivers/net/usb/cx82310_eth.c:294:11: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] + 294 | memcpy((void *)dev->partial_data, skb->data, + | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 295 | dev->partial_len); + | ~~~~~~~~~~~~~~~~~ +../include/linux/fortify-string.h:692:17: note: expanded from macro 'memcpy' + 690 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 691 | __struct_size(p), __struct_size(q), \ + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 692 | __member_size(p), __member_size(q), \ + | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 693 | memcpy) + | ~~~~~~~ +./../include/linux/compiler_types.h:522:56: note: expanded from macro '__member_size' + 522 | #define __member_size(p) __builtin_dynamic_object_size(p, 1) + | ^ +../include/linux/fortify-string.h:630:33: note: expanded from macro '__fortify_memcpy_chk' + 630 | const size_t __p_size_field = (p_size_field); \ + | ^~~~~~~~~~~~ +../drivers/net/usb/cx82310_eth.c:294:11: warning: cast to 'void *' from smaller integer type 'u8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] + 294 | memcpy((void *)dev->partial_data, skb->data, + | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 295 | dev->partial_len); + | ~~~~~~~~~~~~~~~~~ +../include/linux/fortify-string.h:690:47: note: expanded from macro 'memcpy' + 690 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ + | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ + 691 | __struct_size(p), __struct_size(q), \ + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 692 | __member_size(p), __member_size(q), \ + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 693 | memcpy) + | ~~~~~~~ +../include/linux/fortify-string.h:645:20: note: expanded from macro '__fortify_memcpy_chk' + 645 | __underlying_##op(p, q, __copy_size); \ + | ^ +8 warnings generated. Per-file breakdown --- /tmp/tmp.bCZMjFpCDb 2026-02-10 10:32:57.706823524 -0500 +++ /tmp/tmp.6i7XHLckAP 2026-02-10 10:32:57.708823511 -0500 @@ -0,0 +1 @@ + 8 ../drivers/net/usb/cx82310_eth.c