From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.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 5A0961EF37D; Thu, 13 Mar 2025 09:46:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741859167; cv=none; b=NPpY/fFFcW9/lrYBtT/WcWP9Akw80nocIuGRaSw9iP9fClLSQnVi3lpT1W9uOmWZIF0ugIeqbi/pQVOZ82pzSWydY0z2pzqTlbn898ng5R2W939XIxdEFLqjMuSfcSQMRr8tJiwFq1Zd5dz01zgGKM24uEs9RjbcM2yS0DKQqMQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741859167; c=relaxed/simple; bh=9d9wAfOUMfoaERAIQSQRCKDjXPwxnJSisde/CtpcAFo=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=YPywSYEvk8DwqHM4uD85N5WUhf/6iG6ce8S0jQTk1OhvkkvjJ/MeRSmq5igzAhnLDQBB1eD8bnCnZw2Ov0m7sefHemrfNG5Gq0Nes4s1+Ae8sp229sgoHzGwpQNSsTh3lK54MQd7qgB+RIV4mN+yRCcAj3Wnp/yeZ7+wD4VxC60= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.186.31]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4ZD2ZP0d4Sz6J6qB; Thu, 13 Mar 2025 17:41:33 +0800 (CST) Received: from frapeml500008.china.huawei.com (unknown [7.182.85.71]) by mail.maildlp.com (Postfix) with ESMTPS id 6BDE91403A8; Thu, 13 Mar 2025 17:46:04 +0800 (CST) Received: from localhost (10.203.177.66) by frapeml500008.china.huawei.com (7.182.85.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Thu, 13 Mar 2025 10:46:03 +0100 Date: Thu, 13 Mar 2025 09:46:02 +0000 From: Jonathan Cameron To: Zaid Alali CC: , , , , , , , , , , , , , , , , Subject: Re: [PATCH v4 7/9] ACPI: APEI: EINJ: Add debugfs files for EINJv2 support Message-ID: <20250313094602.00002281@huawei.com> In-Reply-To: <20250306234810.75511-8-zaidal@os.amperecomputing.com> References: <20250306234810.75511-1-zaidal@os.amperecomputing.com> <20250306234810.75511-8-zaidal@os.amperecomputing.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: lhrpeml500009.china.huawei.com (7.191.174.84) To frapeml500008.china.huawei.com (7.182.85.71) On Thu, 6 Mar 2025 15:48:08 -0800 Zaid Alali wrote: > Create a debugfs blob file to be used for reading the user > input for the component array. EINJv2 enables users to inject > errors to multiple components/devices at the same time using > component array. > > Signed-off-by: Zaid Alali LGTM Reviewed-by: Jonathan Cameron