From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (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 E092738DDB; Tue, 3 Dec 2024 02:31:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733193107; cv=none; b=FtSQ6vovNWdNGWNifHbYdHlexMDqJcoW3m+3K3rQdIVniq3Svm2z+bguaCpUXTweLwbQfaMNqiEsiu9+6WEgDmqH9P9KYIBuVHHAX/IoQFbCDqlJpSztjWdd53faFh05As36J3IK93YBUGg+tmZxBMGOfJREloDKc/2o37wqnno= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733193107; c=relaxed/simple; bh=l6EgaKsPaDToCcfWrVsfbJtmRikVaQ334izmq6vvcns=; h=Message-ID:Date:MIME-Version:Subject:To:CC:References:From: In-Reply-To:Content-Type; b=JpJTjInPnhEmPBysaitD9BpeWL68dWIzKf5LPm3oRT3cNpC71dss8HHvRBOjQVXZcWlldA8SKKqWcX8z2cHo+xdDAicaCZlYVs0dYMjjdjUfWNT9gYJSx28nAhKIHFgeEIw4yf0Dd+2KZodlUJ/04XAImiD/Mmh1HpaHxdH46nI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=kXKTI3IB; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="kXKTI3IB" Received: from pps.filterd (m0279869.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4B2IqWun032595; Tue, 3 Dec 2024 02:31:35 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= cKfFTBye+b5/2bGwd2c4xoVvT+UBpVfZ9oklao5OV0U=; b=kXKTI3IBk9BZq6YO JEK8v6hxeEApqSmmff+fWkBRidw5rlETKhIsejz7Rot8ARye3Bkmk+Z+Ipk36wXa 8dqlRiWhetITzyVr2iJiLSql1RJVBUjbBJihgeRgB8n60KcTO0Qg5AyRiAqpiod9 0Wqo3NSHdMjsWLPELw0ifOuPv/sWE0WDFiQfQMcoXuZRgmR2IR7rMf+3U2rKfI3q +nMiVJPDppSe8qOtwD+ugKiaPimvdbjHASVbIUZ3oFitnKBtoXaHWgGrzsM7WcVb DTF6YlZsqucIeVW9J4Odc1bO4IsJR4O24+MavsYmfFkKtUDvB+uQOH6TPLj25M7q TR9hcA== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 437sq66jyc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 03 Dec 2024 02:31:35 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA05.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 4B32VYvt018685 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 3 Dec 2024 02:31:34 GMT Received: from [10.134.71.247] (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Mon, 2 Dec 2024 18:31:33 -0800 Message-ID: Date: Mon, 2 Dec 2024 18:31:26 -0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 01/14] drm/msm/dp: set safe_to_exit_level before printing it To: Dmitry Baryshkov , Rob Clark , Sean Paul , Marijn Suijten , David Airlie , "Simona Vetter" , Paloma Arellano CC: Douglas Anderson , Stephen Boyd , , , , , kernel test robot References: <20241202-fd-dp-audio-fixup-v2-0-d9187ea96dad@linaro.org> <20241202-fd-dp-audio-fixup-v2-1-d9187ea96dad@linaro.org> Content-Language: en-US From: Abhinav Kumar In-Reply-To: <20241202-fd-dp-audio-fixup-v2-1-d9187ea96dad@linaro.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: 6Bse4H9EcygaWlkUl8OvQJ6HvbZLQ6E7 X-Proofpoint-ORIG-GUID: 6Bse4H9EcygaWlkUl8OvQJ6HvbZLQ6E7 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 bulkscore=0 priorityscore=1501 mlxscore=0 clxscore=1015 lowpriorityscore=0 suspectscore=0 adultscore=0 spamscore=0 impostorscore=0 mlxlogscore=862 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2411120000 definitions=main-2412030020 On 12/2/2024 2:06 AM, Dmitry Baryshkov wrote: > Rather than printing random garbage from stack and pretending that it is > the default safe_to_exit_level, set the variable beforehand. > > Fixes: d13e36d7d222 ("drm/msm/dp: add audio support for Display Port on MSM") > Reported-by: kernel test robot > Closes: https://lore.kernel.org/oe-kbuild-all/202411081748.0PPL9MIj-lkp@intel.com/ > Signed-off-by: Dmitry Baryshkov > --- > drivers/gpu/drm/msm/dp/dp_audio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Abhinav Kumar