在 2025/8/7 22:13, Jani Nikula 写道:
On Thu, 07 Aug 2025, Qianfeng Rong <rongqianf...@vivo.com> wrote:
Commit 16f5dfbc851b ("gfp: include __GFP_NOWARN in GFP_NOWAIT")
made GFP_NOWAIT implicitly include __GFP_NOWARN.
Therefore, explicit __GFP_NOWARN combined with GFP_NOWAIT
(e.g., `GFP_NOWAIT | __GFP_NOWARN`) is now redundant. Let's clean
up these redundant flags across subsystems.
No functional changes.
Signed-off-by: Qianfeng Rong <rongqianf...@vivo.com>
---
drivers/gpu/drm/drm_modeset_lock.c | 4 ++--
Please separate the drm core changes...
drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c | 4 ++--
drivers/gpu/drm/i915/i915_active.c | 2 +-
...from the i915 driver changes.
Thanks,
Jani.
Ok.
Thanks,
Qianfeng.