Re: [PATCH 0/6] drm: enable W=1 warnings by default across the subsystem

2024-04-05 Thread Aishwarya TCV
On 05/04/2024 10:57, Jani Nikula wrote: > On Thu, 04 Apr 2024, Aishwarya TCV wrote: >> Observed warning "include/drm/drm_print.h:536:35: warning: '%4.4s' >> directive argument is null [-Wformat-overflow=]" when building the >> modules with "defconfig+kselftest-ftrace"( >>

Re: [PATCH 0/6] drm: enable W=1 warnings by default across the subsystem

2024-04-05 Thread Jani Nikula
On Thu, 04 Apr 2024, Aishwarya TCV wrote: > Observed warning "include/drm/drm_print.h:536:35: warning: '%4.4s' > directive argument is null [-Wformat-overflow=]" when building the > modules with "defconfig+kselftest-ftrace"( >

Re: [PATCH 0/6] drm: enable W=1 warnings by default across the subsystem

2024-04-04 Thread Aishwarya TCV
On 10/01/2024 17:39, Jani Nikula wrote: > This is v2 of [1] to enable most W=1 warnings across the drm > subsystem. Some fixes first, and a CONFIG_DRM_WERROR on top. > > I build tested this for x86 (both gcc and clang), arm and arm64. > > BR, > Jani. > > > [1]

[PATCH 0/6] drm: enable W=1 warnings by default across the subsystem

2024-01-10 Thread Jani Nikula
This is v2 of [1] to enable most W=1 warnings across the drm subsystem. Some fixes first, and a CONFIG_DRM_WERROR on top. I build tested this for x86 (both gcc and clang), arm and arm64. BR, Jani. [1] https://lore.kernel.org/r/20231129181219.1237887-1-jani.nik...@intel.com Jani Nikula (6):