mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
207e03b00b
Packed struct vmbus_bufring is 4096 byte aligned and the reporting
warning is for the first member of that struct which shouldn't add
any offset to create alignment issue.
Suppress the warning by adding -Wno-address-of-packed-member flag to
gcc.
Fixes:
|
||
---|---|---|
.. | ||
Build | ||
hv_fcopy_uio_daemon.c | ||
hv_get_dhcp_info.sh | ||
hv_get_dns_info.sh | ||
hv_kvp_daemon.c | ||
hv_set_ifconfig.sh | ||
hv_vss_daemon.c | ||
lsvmbus | ||
Makefile | ||
vmbus_bufring.c | ||
vmbus_bufring.h | ||
vmbus_testing |