All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
To: Anatoliy Klymenko <anatoliy.klymenko@amd.com>
Cc: dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, kernel test robot <lkp@intel.com>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
	Michal Simek <michal.simek@amd.com>
Subject: Re: [PATCH v3 0/2] Fix Kernel CI issues
Date: Sat, 27 Apr 2024 10:48:16 +0300	[thread overview]
Message-ID: <2a14d8ff-a8f5-4ebe-9f0e-a5554b417f0c@ideasonboard.com> (raw)
In-Reply-To: <20240426-dp-live-fmt-fix-v3-0-e904b5ae51d7@amd.com>

On 26/04/2024 22:27, Anatoliy Klymenko wrote:
> Fix number of CI reported W=1 build issues.
> 
> Patch 1/2: Fix function arguments description.
> Closes: https://lore.kernel.org/oe-kbuild-all/202404260616.KFGDpCDN-lkp@intel.com/
> 
> Patch 2/2: Fix clang compilation error.
> Closes: https://lore.kernel.org/oe-kbuild-all/202404260946.4oZXvHD2-lkp@intel.com/
> 
> Signed-off-by: Anatoliy Klymenko <anatoliy.klymenko@amd.com>
> ---
> Changes in v3:
> - Add Signed-off-by tag.
> 
> - Link to v2: https://lore.kernel.org/r/20240425-dp-live-fmt-fix-v2-0-6048e81211de@amd.com
> 
> Changes in v2:
> - Compilation error fix added.
> 
> - Link to v1: https://lore.kernel.org/r/20240425-dp-live-fmt-fix-v1-1-405f352d3485@amd.com
> 
> ---
> Anatoliy Klymenko (2):
>        drm: xlnx: zynqmp_dpsub: Fix few function comments
>        drm: xlnx: zynqmp_dpsub: Fix compilation error
> 
>   drivers/gpu/drm/xlnx/zynqmp_disp.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> ---
> base-commit: 2bdb481bf7a93c22b9fea8daefa2834aab23a70f
> change-id: 20240425-dp-live-fmt-fix-a10bf7973596
> 
> Best regards,

Thanks, pushed to drm-misc-next.

  Tomi


WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
To: Anatoliy Klymenko <anatoliy.klymenko@amd.com>
Cc: dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, kernel test robot <lkp@intel.com>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
	Michal Simek <michal.simek@amd.com>
Subject: Re: [PATCH v3 0/2] Fix Kernel CI issues
Date: Sat, 27 Apr 2024 10:48:16 +0300	[thread overview]
Message-ID: <2a14d8ff-a8f5-4ebe-9f0e-a5554b417f0c@ideasonboard.com> (raw)
In-Reply-To: <20240426-dp-live-fmt-fix-v3-0-e904b5ae51d7@amd.com>

On 26/04/2024 22:27, Anatoliy Klymenko wrote:
> Fix number of CI reported W=1 build issues.
> 
> Patch 1/2: Fix function arguments description.
> Closes: https://lore.kernel.org/oe-kbuild-all/202404260616.KFGDpCDN-lkp@intel.com/
> 
> Patch 2/2: Fix clang compilation error.
> Closes: https://lore.kernel.org/oe-kbuild-all/202404260946.4oZXvHD2-lkp@intel.com/
> 
> Signed-off-by: Anatoliy Klymenko <anatoliy.klymenko@amd.com>
> ---
> Changes in v3:
> - Add Signed-off-by tag.
> 
> - Link to v2: https://lore.kernel.org/r/20240425-dp-live-fmt-fix-v2-0-6048e81211de@amd.com
> 
> Changes in v2:
> - Compilation error fix added.
> 
> - Link to v1: https://lore.kernel.org/r/20240425-dp-live-fmt-fix-v1-1-405f352d3485@amd.com
> 
> ---
> Anatoliy Klymenko (2):
>        drm: xlnx: zynqmp_dpsub: Fix few function comments
>        drm: xlnx: zynqmp_dpsub: Fix compilation error
> 
>   drivers/gpu/drm/xlnx/zynqmp_disp.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> ---
> base-commit: 2bdb481bf7a93c22b9fea8daefa2834aab23a70f
> change-id: 20240425-dp-live-fmt-fix-a10bf7973596
> 
> Best regards,

Thanks, pushed to drm-misc-next.

  Tomi


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2024-04-27  7:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-26 19:27 [PATCH v3 0/2] Fix Kernel CI issues Anatoliy Klymenko
2024-04-26 19:27 ` Anatoliy Klymenko
2024-04-26 19:27 ` [PATCH v3 1/2] drm: xlnx: zynqmp_dpsub: Fix few function comments Anatoliy Klymenko
2024-04-26 19:27   ` Anatoliy Klymenko
2024-04-26 19:27 ` [PATCH v3 2/2] drm: xlnx: zynqmp_dpsub: Fix compilation error Anatoliy Klymenko
2024-04-26 19:27   ` Anatoliy Klymenko
2024-04-27  7:48 ` Tomi Valkeinen [this message]
2024-04-27  7:48   ` [PATCH v3 0/2] Fix Kernel CI issues Tomi Valkeinen
2024-05-03 16:27   ` Nathan Chancellor
2024-05-03 16:27     ` Nathan Chancellor
2024-05-03 17:25     ` Tomi Valkeinen
2024-05-03 17:25       ` Tomi Valkeinen

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=2a14d8ff-a8f5-4ebe-9f0e-a5554b417f0c@ideasonboard.com \
    --to=tomi.valkeinen@ideasonboard.com \
    --cc=airlied@gmail.com \
    --cc=anatoliy.klymenko@amd.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=michal.simek@amd.com \
    --cc=mripard@kernel.org \
    --cc=tzimmermann@suse.de \
    /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.