From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-124.freemail.mail.aliyun.com (out30-124.freemail.mail.aliyun.com [115.124.30.124]) (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 CC3E42505A5 for ; Thu, 4 Dec 2025 01:45:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764812723; cv=none; b=td0cmh/Hum87RA00dxV/yyQoKoie0fnVMmUczPndzXw0I6ixFTBaa2TSahmkdHj6hV9iyhgcd4GyESm/GR9FG+J3/VBURIUPbVr+a6dSm+/ovmTlYcqMzjGsBJIPJum7r9R8DKQXsw94cWNCo3LjdIYUyg+IF5tXeuqqHyiUW9s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764812723; c=relaxed/simple; bh=T0RS0cgpmSmRfzGx1HsJ5lazaKvIBsxhYZ06LECloHc=; h=Message-ID:Date:MIME-Version:Subject:From:To:Cc:References: In-Reply-To:Content-Type; b=eOqcxzccvjqgIk+MfA6ytrGc5O34cWbzQGLOCJcqKwVcyCzdiIx2zQk0nB2ng5c/682ZPGLWxnkHNB2X588kPIcdcOzuCziETORnoCzN5ece1k5c9+S0Lj1ZJzmY5ymJP+wsTFp3cmJBfGTfehE0t8JDMBd2AzU5pc6xYzc6d8c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=rivCTFwu; arc=none smtp.client-ip=115.124.30.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="rivCTFwu" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1764812711; h=Message-ID:Date:MIME-Version:Subject:From:To:Content-Type; bh=r3bvKj/ljpOvfQvVOVP89Cus8lyLIxLohIsCq9jH3p8=; b=rivCTFwuSdt3spyIHAr+7y/GcdaQrJQNZMok3VbmyhNhfaZTZfVMHvei55Q1vykRDBLN7XQt7gw5aRWedRq5Rej8SG0b/qAhSJpUl/57+KFYUqoMidtLvf8mbyDH2TSatOvS6Ch88zylHC4qGL/hTDUkD+lkKq/W9L8nwx62lVA= Received: from 30.178.67.88(mailfrom:kanie@linux.alibaba.com fp:SMTPD_---0Wu27.NA_1764812710 cluster:ay36) by smtp.aliyun-inc.com; Thu, 04 Dec 2025 09:45:10 +0800 Message-ID: <0a2dcc27-8d97-4134-9e87-f786cf136c0f@linux.alibaba.com> Date: Thu, 4 Dec 2025 09:45:09 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: =?UTF-8?B?TW96aWxsYSBUaHVuZGVyYmlyZCDmtYvor5XniYg=?= Subject: Re: [PATCH v5] PCI: Check rom header and data structure addr before accessing From: Guixin Liu To: Bjorn Helgaas , Andy Shevchenko Cc: linux-kernel@vger.kernel.org References: <20251127020750.61852-1-kanie@linux.alibaba.com> In-Reply-To: <20251127020750.61852-1-kanie@linux.alibaba.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi, Bjorn, Could you please take a look at this patch? Thanks. Best Regards, Guixin Liu