All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Christian König" <ckoenig.leichtzumerken@gmail.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/11] drm/radeon: use ttm_resource_manager_debug
Date: Mon, 24 Jan 2022 21:41:33 -0000	[thread overview]
Message-ID: <164306049361.1342.5352672203565978706@emeril.freedesktop.org> (raw)
In-Reply-To: <20220124130328.2376-1-christian.koenig@amd.com>

== Series Details ==

Series: series starting with [01/11] drm/radeon: use ttm_resource_manager_debug
URL   : https://patchwork.freedesktop.org/series/99249/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
5647bdbd9dd6 dma-buf: consolidate dma_fence subclass checking
-:117: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: "Christian König" <ckoenig.leichtzumerken@gmail.com>' != 'Signed-off-by: Christian König <christian.koenig@amd.com>'

total: 0 errors, 1 warnings, 0 checks, 84 lines checked
da6a598d08b2 dma-buf: warn about dma_fence_array container rules v2
-:44: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: "Christian König" <ckoenig.leichtzumerken@gmail.com>' != 'Signed-off-by: Christian König <christian.koenig@amd.com>'

total: 0 errors, 1 warnings, 0 checks, 20 lines checked
edbef78ca254 dma-buf: Warn about dma_fence_chain container rules v2
-:38: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: "Christian König" <ckoenig.leichtzumerken@gmail.com>' != 'Signed-off-by: Christian König <christian.koenig@amd.com>'

total: 0 errors, 1 warnings, 0 checks, 14 lines checked
ece7651171f3 dma-buf: warn about containers in dma_resv object
-:31: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: "Christian König" <ckoenig.leichtzumerken@gmail.com>' != 'Signed-off-by: Christian König <christian.koenig@amd.com>'

total: 0 errors, 1 warnings, 0 checks, 11 lines checked
dfa23eb99c11 dma-buf: Add dma_fence_array_for_each (v2)
-:75: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'fence' - possible side-effects?
#75: FILE: include/linux/dma-fence-array.h:73:
+#define dma_fence_array_for_each(fence, index, head)			\
+	for (index = 0, fence = dma_fence_array_first(head); fence;	\
+	     ++(index), fence = dma_fence_array_next(head, index))

-:75: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'index' - possible side-effects?
#75: FILE: include/linux/dma-fence-array.h:73:
+#define dma_fence_array_for_each(fence, index, head)			\
+	for (index = 0, fence = dma_fence_array_first(head); fence;	\
+	     ++(index), fence = dma_fence_array_next(head, index))

-:75: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'head' - possible side-effects?
#75: FILE: include/linux/dma-fence-array.h:73:
+#define dma_fence_array_for_each(fence, index, head)			\
+	for (index = 0, fence = dma_fence_array_first(head); fence;	\
+	     ++(index), fence = dma_fence_array_next(head, index))

-:90: ERROR:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author '"Christian König" <ckoenig.leichtzumerken@gmail.com>'

total: 1 errors, 0 warnings, 3 checks, 57 lines checked
bef780ab04c3 dma-buf: add dma_fence_chain_contained helper
-:64: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: "Christian König" <ckoenig.leichtzumerken@gmail.com>' != 'Signed-off-by: Christian König <christian.koenig@amd.com>'

total: 0 errors, 1 warnings, 0 checks, 39 lines checked
51cb2edeadac drm/amdgpu: use dma_fence_chain_contained
-:29: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: "Christian König" <ckoenig.leichtzumerken@gmail.com>' != 'Signed-off-by: Christian König <christian.koenig@amd.com>'

total: 0 errors, 1 warnings, 0 checks, 12 lines checked
5b0a478c7391 drm/i915: use dma_fence extractor functions
-:235: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: "Christian König" <ckoenig.leichtzumerken@gmail.com>' != 'Signed-off-by: Christian König <christian.koenig@amd.com>'

total: 0 errors, 1 warnings, 0 checks, 197 lines checked
8a7ed5aee675 drm/vmwgfx: remove vmw_wait_dma_fence
-:101: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: "Christian König" <ckoenig.leichtzumerken@gmail.com>' != 'Signed-off-by: Christian König <christian.koenig@amd.com>'

total: 0 errors, 1 warnings, 0 checks, 69 lines checked



  parent reply	other threads:[~2022-01-24 21:41 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-24 13:03 Add WARN_ON nested dma_fence containers Christian König
2022-01-24 13:03 ` [Intel-gfx] " Christian König
2022-01-24 13:03 ` [PATCH 01/11] drm/radeon: use ttm_resource_manager_debug Christian König
2022-01-24 13:03   ` [Intel-gfx] " Christian König
2022-01-24 16:33   ` Thomas Hellström
2022-01-24 16:33     ` [Intel-gfx] " Thomas Hellström
2022-01-24 20:21     ` Christian König
2022-01-24 20:21       ` [Intel-gfx] " Christian König
2022-01-24 13:03 ` [PATCH 02/11] drm/amdgpu: " Christian König
2022-01-24 13:03   ` [Intel-gfx] " Christian König
2022-01-24 13:03 ` [PATCH 03/11] dma-buf: consolidate dma_fence subclass checking Christian König
2022-01-24 13:03   ` [Intel-gfx] " Christian König
2022-01-24 13:03 ` [PATCH 04/11] dma-buf: warn about dma_fence_array container rules v2 Christian König
2022-01-24 13:03   ` [Intel-gfx] " Christian König
2022-01-24 16:32   ` Thomas Hellström
2022-01-24 16:32     ` [Intel-gfx] " Thomas Hellström
2022-01-24 13:03 ` [PATCH 05/11] dma-buf: Warn about dma_fence_chain " Christian König
2022-01-24 13:03   ` [Intel-gfx] " Christian König
2022-01-24 13:03 ` [PATCH 06/11] dma-buf: warn about containers in dma_resv object Christian König
2022-01-24 13:03   ` [Intel-gfx] " Christian König
2022-01-24 16:36   ` Thomas Hellström (Intel)
2022-01-24 20:22     ` Christian König
2022-01-24 13:03 ` [PATCH 07/11] dma-buf: Add dma_fence_array_for_each (v2) Christian König
2022-01-24 13:03   ` [Intel-gfx] " Christian König
2022-01-24 13:03 ` [PATCH 08/11] dma-buf: add dma_fence_chain_contained helper Christian König
2022-01-24 13:03   ` [Intel-gfx] " Christian König
2022-01-24 16:52   ` Thomas Hellström
2022-01-24 16:52     ` [Intel-gfx] " Thomas Hellström
2022-01-24 13:03 ` [PATCH 09/11] drm/amdgpu: use dma_fence_chain_contained Christian König
2022-01-24 13:03   ` [Intel-gfx] " Christian König
2022-01-24 13:03 ` [PATCH 10/11] drm/i915: use dma_fence extractor functions Christian König
2022-01-24 13:03   ` [Intel-gfx] " Christian König
2022-01-29  8:31   ` [drm/i915] 9366257fc0: igt.i915_pm_rc6_residency.rc6-idle.fail kernel test robot
2022-01-29  8:31     ` kernel test robot
2022-01-29  8:31     ` kernel test robot
2022-01-29  8:31     ` [Intel-gfx] " kernel test robot
2022-01-24 13:03 ` [PATCH 11/11] drm/vmwgfx: remove vmw_wait_dma_fence Christian König
2022-01-24 13:03   ` [Intel-gfx] " Christian König
2022-01-24 15:25   ` Zack Rusin
2022-01-24 15:25     ` [Intel-gfx] " Zack Rusin
2022-01-24 21:41 ` Patchwork [this message]
2022-01-24 21:43 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [01/11] drm/radeon: use ttm_resource_manager_debug Patchwork
2022-01-24 22:14 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=164306049361.1342.5352672203565978706@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=ckoenig.leichtzumerken@gmail.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.