From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-182.mta1.migadu.com (out-182.mta1.migadu.com [95.215.58.182]) (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 68E9414AD2B for ; Thu, 16 Jan 2025 20:28:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737059303; cv=none; b=OJkGDYHn7ErHxrBj+tadjPJOlt9Sl+b0264GNxcOKbcMjz0+0RZcYCubi4F6czrEVA0GBMa/36amE232pJF2SKFfirxKFFEvxWlG7WxD1IWUcOov4kWoWg/qadcw8UxoBfqlRmmYwiraULuwEFtt4XAZQ6tNwFHRhY52af4GCjw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737059303; c=relaxed/simple; bh=fQwPh6wRgWWAW/byRvTA531AMQYGviYwGkxhxMw8V4Y=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=fGN77M971pgaAQaDrtobAEYY7ad8LQFDb8Otnwvm9bOHlAZnPcG+UfnPFM9+75uhRkiPUxibGihVoC4g6lg7IGaawqrC061a5m8M5aAmmqRG5UsQBXPzT669cyC93/kebFTuJwuulnYsD256bb/vNQTB02ZclZXmdejAvEnO99A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=m5vGv9v5; arc=none smtp.client-ip=95.215.58.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="m5vGv9v5" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1737059296; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SfI2RUC7Fb0xz5/keho+71pE1bNdG/5badPFv4rubtk=; b=m5vGv9v5Ands8h3wQ5LMVP8R0FoGBImBqsfcl2wTWYJC3ok+YqiZdpjJKUlpXN5U/pQMvx UxbLcnC0yENoBSkIcFnDjFzW7CEYJDoPfh3PKD2zqlUfVQTQ50GwyRcSmEb7F7qOYMFizN vdGzObQVxdMfrmHRa2o+T1rzX6EuWdA= Date: Thu, 16 Jan 2025 15:28:11 -0500 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: drivers/gpu/drm/xlnx/zynqmp_dp.c:2312:46: warning: 'snprintf' output may be truncated before the last format character To: kernel test robot Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org, Tomi Valkeinen References: <202501170447.kNoyfjS5-lkp@intel.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sean Anderson In-Reply-To: <202501170447.kNoyfjS5-lkp@intel.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 1/16/25 15:24, kernel test robot wrote: > Hi Sean, > > FYI, the error/warning still remains. Can we disable this warning for this code? It does not apply. --Sean