mbox series

[RESEND,v3,0/2] drm: enable W=1 warnings by default across the subsystem

Message ID cover.1709629403.git.jani.nikula@intel.com (mailing list archive)
Headers show
Series drm: enable W=1 warnings by default across the subsystem | expand

Message

Jani Nikula March 5, 2024, 9:07 a.m. UTC
Resend of [1] with an intent to merge after the CI results come in. This
is aiming for v6.10, so we'll have maximal time to find all the issues
my configs didn't catch.

I built this on x86-64 (both gcc and clang), arm and arm64, and
everything passed.

BR,
Jani.

[1] https://lore.kernel.org/all/cover.1706797803.git.jani.nikula@intel.com/


Jani Nikula (2):
  drm: enable (most) W=1 warnings by default across the subsystem
  drm: Add CONFIG_DRM_WERROR

 drivers/gpu/drm/Kconfig  | 13 +++++++++++++
 drivers/gpu/drm/Makefile | 28 ++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

Comments

Maxime Ripard March 5, 2024, 11:29 a.m. UTC | #1
On Tue, 5 Mar 2024 11:07:34 +0200, Jani Nikula wrote:
> Resend of [1] with an intent to merge after the CI results come in. This
> is aiming for v6.10, so we'll have maximal time to find all the issues
> my configs didn't catch.
> 
> I built this on x86-64 (both gcc and clang), arm and arm64, and
> 
> [ ... ]

Acked-by: Maxime Ripard <mripard@kernel.org>

Thanks!
Maxime
Jani Nikula March 5, 2024, 5:43 p.m. UTC | #2
On Tue, 05 Mar 2024, "Maxime Ripard" <mripard@kernel.org> wrote:
> On Tue, 5 Mar 2024 11:07:34 +0200, Jani Nikula wrote:
>> Resend of [1] with an intent to merge after the CI results come in. This
>> is aiming for v6.10, so we'll have maximal time to find all the issues
>> my configs didn't catch.
>> 
>> I built this on x86-64 (both gcc and clang), arm and arm64, and
>> 
>> [ ... ]
>
> Acked-by: Maxime Ripard <mripard@kernel.org>

Thanks everyone for acks and reviews, pushed to drm-misc-next.

BR,
Jani.
Lucas De Marchi March 5, 2024, 5:45 p.m. UTC | #3
On Tue, Mar 05, 2024 at 07:43:07PM +0200, Jani Nikula wrote:
>On Tue, 05 Mar 2024, "Maxime Ripard" <mripard@kernel.org> wrote:
>> On Tue, 5 Mar 2024 11:07:34 +0200, Jani Nikula wrote:
>>> Resend of [1] with an intent to merge after the CI results come in. This
>>> is aiming for v6.10, so we'll have maximal time to find all the issues
>>> my configs didn't catch.
>>>
>>> I built this on x86-64 (both gcc and clang), arm and arm64, and
>>>
>>> [ ... ]
>>
>> Acked-by: Maxime Ripard <mripard@kernel.org>
>
>Thanks everyone for acks and reviews, pushed to drm-misc-next.

should we start removing the now duplicate ones in i915 and xe?

Lucas De Marchi

>
>BR,
>Jani.
>
>
>-- 
>Jani Nikula, Intel
Jani Nikula March 5, 2024, 5:50 p.m. UTC | #4
On Tue, 05 Mar 2024, Lucas De Marchi <lucas.demarchi@intel.com> wrote:
> On Tue, Mar 05, 2024 at 07:43:07PM +0200, Jani Nikula wrote:
>>Thanks everyone for acks and reviews, pushed to drm-misc-next.
>
> should we start removing the now duplicate ones in i915 and xe?

After the drm-misc-next to drm-next merge and subsequent backmerge to
drm-intel-next and drm-xe-next i.e. sometime after the merge window.

BR,
Jani.