Re: [PATCH] drm: have config DRM_WERROR depend on !WERROR

2024-06-07 Thread Jani Nikula
On Fri, 07 Jun 2024, Javier Martinez Canillas wrote: > Jani Nikula writes: > > Hello Jani, > >> If WERROR is already enabled, there's no point in enabling DRM_WERROR or >> asking users about it. >> >> Reported-by: Linus Torvalds >> Closes: >> https://lore.kernel.org/r/CAHk-=whxT8D_0j=bjtrvj-O=v

Re: [PATCH] drm: have config DRM_WERROR depend on !WERROR

2024-06-07 Thread Javier Martinez Canillas
Jani Nikula writes: Hello Jani, > If WERROR is already enabled, there's no point in enabling DRM_WERROR or > asking users about it. > > Reported-by: Linus Torvalds > Closes: > https://lore.kernel.org/r/CAHk-=whxT8D_0j=bjtrvj-O=veojn6gw8gk4j2v+biduntz...@mail.gmail.com > Fixes: f89632a9e5fa ("d

Re: [PATCH] drm: have config DRM_WERROR depend on !WERROR

2024-06-07 Thread Jani Nikula
On Thu, 16 May 2024, Jani Nikula wrote: > If WERROR is already enabled, there's no point in enabling DRM_WERROR or > asking users about it. Ping. Any comments? (Besides the one snark.) BR, Jani. > > Reported-by: Linus Torvalds > Closes: > https://lore.kernel.org/r/CAHk-=whxT8D_0j=bjtrvj-O=ve

[PATCH] drm: have config DRM_WERROR depend on !WERROR

2024-05-16 Thread Jani Nikula
If WERROR is already enabled, there's no point in enabling DRM_WERROR or asking users about it. Reported-by: Linus Torvalds Closes: https://lore.kernel.org/r/CAHk-=whxT8D_0j=bjtrvj-O=veojn6gw8gk4j2v+biduntz...@mail.gmail.com Fixes: f89632a9e5fa ("drm: Add CONFIG_DRM_WERROR") Signed-off-by: Jani