Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 01/50] drivers/gpu/drm/i915/i915_memcpy.c: fix missing includes
       [not found] ` <20231216024834.3510073-2-kent.overstreet@linux.dev>
@ 2024-03-08 13:46   ` Jani Nikula
  0 siblings, 0 replies; only message in thread
From: Jani Nikula @ 2024-03-08 13:46 UTC (permalink / raw)
  To: Kent Overstreet, linux-kernel, linux-mm, linux-fsdevel
  Cc: Kent Overstreet, tglx, x86, tj, peterz, mathieu.desnoyers,
	paulmck, keescook, dave.hansen, mingo, will, longman, boqun.feng,
	brauner, intel-gfx, Dave Airlie, Daniel Vetter

On Fri, 15 Dec 2023, Kent Overstreet <kent.overstreet@linux.dev> wrote:
> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>

This seems to have been merged to v6.8-rc1 as commit 86b9357c1bbe
("drivers/gpu/drm/i915/i915_memcpy.c: fix missing includes") without
Cc'ing the relevant lists or people, with no commit message or reviews,
or the CI we mandate for every single patch.

Sure it's trivial, but please extend the same courtesy to us as you'd
expect everyone else to extend to you before just merging stuff in the
trees you maintain.


Thanks,
Jani.


> ---
>  drivers/gpu/drm/i915/i915_memcpy.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/i915_memcpy.c b/drivers/gpu/drm/i915/i915_memcpy.c
> index 1b021a4902de..40b288136841 100644
> --- a/drivers/gpu/drm/i915/i915_memcpy.c
> +++ b/drivers/gpu/drm/i915/i915_memcpy.c
> @@ -23,6 +23,8 @@
>   */
>  
>  #include <linux/kernel.h>
> +#include <linux/string.h>
> +#include <asm/cpufeature.h>
>  #include <asm/fpu/api.h>
>  
>  #include "i915_memcpy.h"

-- 
Jani Nikula, Intel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-08 13:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20231216024834.3510073-1-kent.overstreet@linux.dev>
     [not found] ` <20231216024834.3510073-2-kent.overstreet@linux.dev>
2024-03-08 13:46   ` [PATCH 01/50] drivers/gpu/drm/i915/i915_memcpy.c: fix missing includes Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox