From: Herton R. Krzesinski <herton@xxxxxxxxxx> Revert "Drop that for now" This reverts commit 1f80f9253eb2b6a5f63e2053d8e54062791bcff7. Unfortunately the commit message was cryptic on this one, but it was done probably to handle the same case as was already done with upstream commit 6f303d60534c4 ("gcc-9: silence 'address-of-packed-member' warning"). Thus the addition of -Wno-address-of-packed-member was already done in upstream commit above, we don't need to add it again in the initial list of KBUILD_CFLAGS. I manually verified a random built file with "make KBUILD_VERBOSE=1 (...)" and checked that we don't have anymore -Wno-address-of-packed-member being passed two times to gcc. Signed-off-by: Herton R. Krzesinski <herton@xxxxxxxxxx> diff --git a/Makefile b/Makefile index blahblah..blahblah 100644 --- a/Makefile +++ b/Makefile @@ -512,7 +512,6 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE KBUILD_CFLAGS := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE \ -Werror=implicit-function-declaration -Werror=implicit-int \ - -Wno-address-of-packed-member \ -Werror=return-type -Wno-format-security \ -std=gnu89 KBUILD_CPPFLAGS := -D__KERNEL__ -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1283 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure