* [PATCH 8/8] kbuild: Enable dtc 'unit_address_format' warning by default [not found] <20210909213118.1087083-1-robh@kernel.org> @ 2021-09-09 21:31 ` Rob Herring 2021-09-10 0:27 ` Masahiro Yamada 0 siblings, 1 reply; 2+ messages in thread From: Rob Herring @ 2021-09-09 21:31 UTC (permalink / raw) To: Linus Walleij, Stephen Boyd, Pavel Machek Cc: Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi, linux-arm-kernel, linux-clk, devicetree, linux-kernel, linux-leds, Masahiro Yamada, Michal Marek, Nick Desaulniers, linux-kbuild With all the 'unit_address_format' warnings fixed, enable the warning by default. Cc: Masahiro Yamada <masahiroy@kernel.org> Cc: Michal Marek <michal.lkml@markovi.net> Cc: Nick Desaulniers <ndesaulniers@google.com> Cc: linux-kbuild@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org> --- scripts/Makefile.lib | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 54582673fc1a..56d50eb0cd80 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -310,7 +310,6 @@ DTC_FLAGS += -Wno-interrupt_provider # Disable noisy checks by default ifeq ($(findstring 1,$(KBUILD_EXTRA_WARN)),) DTC_FLAGS += -Wno-unit_address_vs_reg \ - -Wno-unit_address_format \ -Wno-avoid_unnecessary_addr_size \ -Wno-alias_paths \ -Wno-graph_child_address \ -- 2.30.2 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 8/8] kbuild: Enable dtc 'unit_address_format' warning by default 2021-09-09 21:31 ` [PATCH 8/8] kbuild: Enable dtc 'unit_address_format' warning by default Rob Herring @ 2021-09-10 0:27 ` Masahiro Yamada 0 siblings, 0 replies; 2+ messages in thread From: Masahiro Yamada @ 2021-09-10 0:27 UTC (permalink / raw) To: Rob Herring Cc: Linus Walleij, Stephen Boyd, Pavel Machek, Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi, linux-arm-kernel, linux-clk, DTML, Linux Kernel Mailing List, linux-leds, Michal Marek, Nick Desaulniers, Linux Kbuild mailing list On Fri, Sep 10, 2021 at 6:31 AM Rob Herring <robh@kernel.org> wrote: > > With all the 'unit_address_format' warnings fixed, enable the warning by > default. > > Cc: Masahiro Yamada <masahiroy@kernel.org> Acked-by: Masahiro Yamada <masahiroy@kernel.org> > Cc: Michal Marek <michal.lkml@markovi.net> > Cc: Nick Desaulniers <ndesaulniers@google.com> > Cc: linux-kbuild@vger.kernel.org > Signed-off-by: Rob Herring <robh@kernel.org> > --- > scripts/Makefile.lib | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib > index 54582673fc1a..56d50eb0cd80 100644 > --- a/scripts/Makefile.lib > +++ b/scripts/Makefile.lib > @@ -310,7 +310,6 @@ DTC_FLAGS += -Wno-interrupt_provider > # Disable noisy checks by default > ifeq ($(findstring 1,$(KBUILD_EXTRA_WARN)),) > DTC_FLAGS += -Wno-unit_address_vs_reg \ > - -Wno-unit_address_format \ > -Wno-avoid_unnecessary_addr_size \ > -Wno-alias_paths \ > -Wno-graph_child_address \ > -- > 2.30.2 > -- Best Regards Masahiro Yamada ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-10 0:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20210909213118.1087083-1-robh@kernel.org>
2021-09-09 21:31 ` [PATCH 8/8] kbuild: Enable dtc 'unit_address_format' warning by default Rob Herring
2021-09-10 0:27 ` Masahiro Yamada
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox