From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (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 E865D2FB622 for ; Tue, 20 Jan 2026 08:04:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768896267; cv=none; b=EZ/TgficU+NY/IIlUKoP7KUNSW2TUxTnZjJ1Fp37xcP1hQP70YSXrAugcvcfQ7QPz+qHeR4oU8iyHidj1HuB8ujR1EGZi/mIiOX/It4W4enlkkcs0kspMgT/4RFRi7K/7cJBn8hZWC3r40lMXzRdOVkuivWZPIrJMmvf0NnTUTU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768896267; c=relaxed/simple; bh=jQzX/s0Tz80laIdci7lnfrnYjLkdF1cy5tKElWmE3YY=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=bFd1b7FcDpYrkmJSfXLX4HMVPPrRp8ZwNbnJyIARDqF2V2Xfh/2j+x7zTbgyqdRs4gp0g02v/xLNSvwaxwqMPP6RRBMrUFcK5cFmSxftK1uOnuwpMW3l+ce3yZ4wtmYokIAVweV6XkN+FND/wwpNxm/F2sHYUFuqk+dqjUp24YY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=2VLnWmlV; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="2VLnWmlV" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 505CC1A294B; Tue, 20 Jan 2026 08:04:24 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 21D41606AB; Tue, 20 Jan 2026 08:04:24 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 7431110B6822A; Tue, 20 Jan 2026 09:04:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1768896263; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=jQzX/s0Tz80laIdci7lnfrnYjLkdF1cy5tKElWmE3YY=; b=2VLnWmlVD4171PDwhgs6K6AYkvjHNpeUorXOGO93bpBR3Efad5SQPkvUCBVJQlOwb5+PxL AFyllj5EsOxDaYE3vRDdSnuM+gs+wqr/t5zfvyxMuPzjZw4cIreBUInetK5MlbjAWQCPBy fhxAOPN3atT7GE9corFUwDPbKubvX5M+fxWR5fKZ3JEIX5/a+J7TZvXsLBP2Xp65NS/bkF dyaBORW7YoUBrAehBoQD7IjAgyGVpLKY4KE/ZLLH3dqeWIt+YbAXOk4H7DoMyuKm4/DjGi ZRwEg2aRoqfxsoz9nxcvVlOL8FH57y4SDQQUT1YeyROGvjAa1A+xyqTOl1o+JA== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 20 Jan 2026 09:04:17 +0100 Message-Id: Subject: Re: [PATCH] drm/tests: hdmi: fix build failure Cc: , , "kernel test robot" To: "Dmitry Baryshkov" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "Jani Nikula" From: "Luca Ceresoli" X-Mailer: aerc 0.20.1 References: <20260119-fix-kunit-infoframe-v1-1-5f2f9b066594@oss.qualcomm.com> In-Reply-To: <20260119-fix-kunit-infoframe-v1-1-5f2f9b066594@oss.qualcomm.com> X-Last-TLS-Session-Version: TLSv1.3 On Mon Jan 19, 2026 at 9:08 PM CET, Dmitry Baryshkov wrote: > The commit ca59e33f5a1f ("drm/atomic: add max_size check to > drm_property_replace_blob_from_id()") added a new parameter to > drm_property_replace_blob_from_id(), however commit 7436a87db99d > ("drm/tests: hdmi: check the infoframes behaviour") was based on the > older tree and used the old number of params (with me failing to run > kunit tests when applying). > > Fix the build error by specifying -1 as the max_size (as expected). > > Fixes: 7436a87db99d ("drm/tests: hdmi: check the infoframes behaviour") > Reported-by: kernel test robot > Closes: https://lore.kernel.org/oe-kbuild-all/202601200306.dgF5deFm-lkp@i= ntel.com/ > Signed-off-by: Dmitry Baryshkov Tested-by: Luca Ceresoli Reviewed-by: Luca Ceresoli -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com