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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 A1657C25B79 for ; Fri, 24 May 2024 09:16:22 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5697A10E449; Fri, 24 May 2024 09:16:18 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="fqryNQYR"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.12]) by gabe.freedesktop.org (Postfix) with ESMTPS id 45C7710E1E6; Fri, 24 May 2024 09:07:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1716541639; x=1748077639; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=Rdxy52CknPfn2K6B1fUq0eTIM1EjVHuABUJyVwPSQOE=; b=fqryNQYRqSqNrpcEFogv3Ot3o/7tTFepyg3CnFHxPbGbqYCYKbduXuqf oU92XskW6CaKknlR2T3pUapm5BIlV0a7wQ71sp3pQA3HteUwoZw5P/8XD zGHXPNY5TV+SW0Ny6Vyzkt6nJzJvFHxJvtioP4L5Hag8sHTD8lPlyfzXk +9v2kWXgalBVneNSa0EdTqY4Ica7D0zDIVjaqUf5vAehm6PYNKZ0DzlNQ ZaS89jKd3mXkYGfHljOLTGXGQcvJEHG6nCka26PDMZl7VwOMKLVeY8+i7 JW1Ts8xBc6eQJgetNIVg59+DkZzNyGlaAwqyRJk2E5FxMMe0QiYjSs2gV w==; X-CSE-ConnectionGUID: 6MUzlyyLRSKxX3ixaqAtkg== X-CSE-MsgGUID: ryzAx/bpQfeSXzUwil+CnA== X-IronPort-AV: E=McAfee;i="6600,9927,11081"; a="24320695" X-IronPort-AV: E=Sophos;i="6.08,185,1712646000"; d="scan'208";a="24320695" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by orvoesa104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2024 02:07:18 -0700 X-CSE-ConnectionGUID: phUukf5zRtmPZ1ADWSnpeA== X-CSE-MsgGUID: jaqfYA8xQe6Rrm5GRsylbg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,185,1712646000"; d="scan'208";a="33840722" Received: from bergbenj-mobl1.ger.corp.intel.com (HELO localhost) ([10.245.246.108]) by orviesa010-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2024 02:07:16 -0700 From: Jani Nikula To: Alex Deucher Cc: dri-devel@lists.freedesktop.org, imx@lists.linux.dev, nouveau@lists.freedesktop.org, amd-gfx@lists.freedesktop.org, Alex Deucher , Christian =?utf-8?Q?K=C3=B6nig?= , Pan Xinhui Subject: Re: [PATCH 1/4] drm/amdgpu: fix -Wformat-truncation warning in amdgpu_gfx_kiq_init_ring() In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <4b9ca4a1bd8e77f2d9b912b4af5d4fbdec13e801.1716479340.git.jani.nikula@intel.com> Date: Fri, 24 May 2024 12:07:12 +0300 Message-ID: <87h6eno9xb.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain X-Mailman-Approved-At: Fri, 24 May 2024 09:16:14 +0000 X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On Thu, 23 May 2024, Alex Deucher wrote: > Already fixed with this patch: > https://patchwork.freedesktop.org/patch/594864/ Great, thanks! BR, Jani. -- Jani Nikula, Intel