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. Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/usb/aqc111.c:734:30: warning: variable 'aqc111_data' is uninitialized when used here [-Wuninitialized] 734 | aqc111_read_fw_version(dev, aqc111_data); | ^~~~~~~~~~~ ../drivers/net/usb/aqc111.c:689:33: note: initialize the variable 'aqc111_data' to silence this warning 689 | struct aqc111_data *aqc111_data; | ^ | = NULL 1 warning generated.