From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 652FC4D9FD for ; Fri, 3 May 2024 16:27:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714753656; cv=none; b=BSXeTiwoht0Tb3cNeQrqFDMTvLm2XyWKHswUit0PcDGpdo01fjk4rz/N+nJacFOTf/2uoTkUidJYfKWXkPOL6a9hD2qrJ+lCW/Eg92i4Vs8vdVStGHBfcji916q2iFL6wSJh28wQyfkEc4cijE5TjYntSv4zL6KAM1DyhTcfQwA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714753656; c=relaxed/simple; bh=/5WkH6/GqRaDUYQJDb4/SAmQ283pmiDQISzKI223Yw8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YuIPxz4CCGVRV/V5D9MXudIA6i5cOVJNUeMUy8S5TBoG+dktnP60ZDnJrpnoLjQ6k5qEJCAQF0h7mzDHwcZ5tMXcoP8e/FUcLld1SLCfGm6h7s9ZkIEntEXQNu/5pPFlL05AjwjxsRkkq2JWPFO/8Trh/4vypmWMkHPjZQH9aFE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=eSxJmFl+; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="eSxJmFl+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3CAD1C116B1; Fri, 3 May 2024 16:27:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1714753656; bh=/5WkH6/GqRaDUYQJDb4/SAmQ283pmiDQISzKI223Yw8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eSxJmFl+hmo1cor0GBSFAqY1kGiStzeAy3HsDnF5j0GE7l0LjBMZpiC4Aj/iIn9Zv CJmoWaicIEUDAaRbjwbC6W48BLVWULOpcV7HhDDe9qjJXE+5+De5WBuN3PPpWD/r6e 66Vn+2Uw388BQq9G2tQVcJAWYJGT70Yk0I7Ntheg9oKjbY2HgMTwi63+fTCrgz7RXe 7T3Z3Cnn7A327vlZfyK7Hn5JdcTuvojBGDsuNwLb+reA6t7RBiEYuR4B/hUL4QgEtE RKkOUlBvQD/vAnH8HJNYu1y88jFdss1Ahr1QtUQfw6ThZUesVyKVV+eEg+JmTH4tKs 3xAA6+iGPDsSg== Date: Fri, 3 May 2024 09:27:33 -0700 From: Nathan Chancellor To: Tomi Valkeinen Cc: Anatoliy Klymenko , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel test robot , Laurent Pinchart , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , Michal Simek Subject: Re: [PATCH v3 0/2] Fix Kernel CI issues Message-ID: <20240503162733.GA4136865@thelio-3990X> References: <20240426-dp-live-fmt-fix-v3-0-e904b5ae51d7@amd.com> <2a14d8ff-a8f5-4ebe-9f0e-a5554b417f0c@ideasonboard.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2a14d8ff-a8f5-4ebe-9f0e-a5554b417f0c@ideasonboard.com> Hi Tomi, On Sat, Apr 27, 2024 at 10:48:16AM +0300, Tomi Valkeinen wrote: > 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 > > --- > > 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. I think the second patch also needs to go to drm-misc-next-fixes? The clang warning fixed by it has returned in next-20240503 because it appears that for-linux-next was switch from drm-misc-next to drm-misc-next-fixes, as I see for-linux-next was pointing to commit 235e60653f8d ("drm/debugfs: Drop conditionals around of_node pointers") on drm-misc-next in next-20240502 but it is now pointing to commit be3f3042391d ("drm: zynqmp_dpsub: Always register bridge") on drm-misc-next-fixes in next-20240503. Cheers, Nathan From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 197B5C4345F for ; Fri, 3 May 2024 16:27:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=BZlETc2XcnMlMJLCNEO5bOTlqVx3lLP1gUgx5XDsXBc=; b=IINRhMPecLBcFi 6PYBucihhppygt0FQ/9MCif/+ms67DWUVLyTxzU8/ViXddtaWFC/fpe90w+tmX0uTWK437f8gTxMS 49wocrplAXw90yhu5+H5QzOogcOfW5BqCOv/MGrWsStcxmJ1FumCvKA9u1wUvlzej/1lqxuNGyOcF LSdON9R3gafXlwrCgTMBUIqTG3QUiNG01m1lwLeG8qEsDkeEuZ4Jz7G+olZcmWppEtQSXHeRzQeKJ HFVFAhcik//Pap7fF8hT1z3SzvXptjxBWYf3jx6FPAHhv9AnmQAUqytL/HONT3fIwA0RutKa1FHm1 pIG1oU3lIBicVE9ni5pw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s2vl9-0000000HDgr-0iKg; Fri, 03 May 2024 16:27:43 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s2vl5-0000000HDgD-1ItX for linux-arm-kernel@lists.infradead.org; Fri, 03 May 2024 16:27:41 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 5F01ACE1917; Fri, 3 May 2024 16:27:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3CAD1C116B1; Fri, 3 May 2024 16:27:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1714753656; bh=/5WkH6/GqRaDUYQJDb4/SAmQ283pmiDQISzKI223Yw8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eSxJmFl+hmo1cor0GBSFAqY1kGiStzeAy3HsDnF5j0GE7l0LjBMZpiC4Aj/iIn9Zv CJmoWaicIEUDAaRbjwbC6W48BLVWULOpcV7HhDDe9qjJXE+5+De5WBuN3PPpWD/r6e 66Vn+2Uw388BQq9G2tQVcJAWYJGT70Yk0I7Ntheg9oKjbY2HgMTwi63+fTCrgz7RXe 7T3Z3Cnn7A327vlZfyK7Hn5JdcTuvojBGDsuNwLb+reA6t7RBiEYuR4B/hUL4QgEtE RKkOUlBvQD/vAnH8HJNYu1y88jFdss1Ahr1QtUQfw6ThZUesVyKVV+eEg+JmTH4tKs 3xAA6+iGPDsSg== Date: Fri, 3 May 2024 09:27:33 -0700 From: Nathan Chancellor To: Tomi Valkeinen Cc: Anatoliy Klymenko , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel test robot , Laurent Pinchart , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , Michal Simek Subject: Re: [PATCH v3 0/2] Fix Kernel CI issues Message-ID: <20240503162733.GA4136865@thelio-3990X> References: <20240426-dp-live-fmt-fix-v3-0-e904b5ae51d7@amd.com> <2a14d8ff-a8f5-4ebe-9f0e-a5554b417f0c@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <2a14d8ff-a8f5-4ebe-9f0e-a5554b417f0c@ideasonboard.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240503_092739_836979_09F2EA04 X-CRM114-Status: GOOD ( 16.11 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Tomi, On Sat, Apr 27, 2024 at 10:48:16AM +0300, Tomi Valkeinen wrote: > 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 > > --- > > 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. I think the second patch also needs to go to drm-misc-next-fixes? The clang warning fixed by it has returned in next-20240503 because it appears that for-linux-next was switch from drm-misc-next to drm-misc-next-fixes, as I see for-linux-next was pointing to commit 235e60653f8d ("drm/debugfs: Drop conditionals around of_node pointers") on drm-misc-next in next-20240502 but it is now pointing to commit be3f3042391d ("drm: zynqmp_dpsub: Always register bridge") on drm-misc-next-fixes in next-20240503. Cheers, Nathan _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel