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 92AFC1B041E for ; Fri, 4 Apr 2025 09:44:49 +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=1743759893; cv=none; b=n8IHTLUr31dTXvJDwMGUeECO7sAtMg7ziVihhh8d8Hk/PWAUZRyw7V61QKRApbylIfinsM5ioFZp3XmzRIgwiObfaWJf2gFvKd1Q2UVZ96Ve+02T5iRD4QSg/B05CM8UkDyTsLZmVbipf7I9D3Zw8f2yppRZymxG8GyA9vSG/nY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743759893; c=relaxed/simple; bh=HD7kWkg7XSuXBSb2w/uqNbauod0izeN3YT2dEnrTrM0=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Sj+UxKbFWU7axfxv6/Oz2h+fSyUPVT8Nsyj4XmX76mBiorLAk2gJ/NCn2t1LqCvDhW8te4q9bpVM4JawQypyRWtTAgvL/xcZxUeV6CnL7cQYlTmcr38pwo9eCPKmzHgDViqMMQv17Yeo5r60PDglmvBeq5ZaQlM5I1L4lWi/ZZw= 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 4ZTY5w2qgnz6K5VN; Fri, 4 Apr 2025 17:22:12 +0800 (CST) Received: from frapeml500008.china.huawei.com (unknown [7.182.85.71]) by mail.maildlp.com (Postfix) with ESMTPS id 8A3B11408E8; Fri, 4 Apr 2025 17:25:52 +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; Fri, 4 Apr 2025 11:25:51 +0200 Date: Fri, 4 Apr 2025 10:25:50 +0100 From: Jonathan Cameron To: Zaid Alali CC: , , , , , , , , , , , , , , , , Subject: Re: [PATCH v5 7/9] ACPI: APEI: EINJ: Add debugfs files for EINJv2 support Message-ID: <20250404102550.00007d3e@huawei.com> In-Reply-To: <20250403231339.23708-8-zaidal@os.amperecomputing.com> References: <20250403231339.23708-1-zaidal@os.amperecomputing.com> <20250403231339.23708-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: acpica-devel@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: lhrpeml500011.china.huawei.com (7.191.174.215) To frapeml500008.china.huawei.com (7.182.85.71) On Thu, 3 Apr 2025 16:13:37 -0700 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 Reviewed-by: Jonathan Cameron Hmm. Maybe you didn't get my emails?