Message ID | 20250115084228.107573-1-tianruidong@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-118.freemail.mail.aliyun.com (out30-118.freemail.mail.aliyun.com [115.124.30.118]) (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 31E9E23F262; Wed, 15 Jan 2025 08:42:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.118 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736930565; cv=none; b=DeqKeNPWQ5z5eCfRhtZUv2lpvAz4+BX8BL2vcfZYKItBboULkZ/UTVg9msqkFPVZGX53nvRkO4iqwkTVOB0WZARlgOBHWQf3KTVWHYbRQQHgRAAoiRJJmMALXeWRnKT+kaIkI2D6tJFRqmhAvNqfkrLqXc/Y8H/pVd9cO1954Iw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736930565; c=relaxed/simple; bh=tEgsshAbUBioHoQkOp09L8D6p68ZegkgFQ31uJGj4hg=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=g+BAEJXItbTjlbbAopWR741YA0qlxkQiWLVV1QO1bLWcCJAl2MI9tmKczWFD2IJEedRF+uw0PID9B5Moix8Ga2BOv8fwQ91FOHAkmzQB+EXM8/4HwdJnfb/fFApSf3iSf7X5e4CYLzsu/qZSQ5031VQ8ajZIr+qxU1lWCEkVEHU= 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=RSDmiNf1; arc=none smtp.client-ip=115.124.30.118 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="RSDmiNf1" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1736930552; h=From:To:Subject:Date:Message-Id:MIME-Version:Content-Type; bh=fxwuU5+5VjORoJdAH0BmKUJFqT/pGkjGg93nT/pd0ao=; b=RSDmiNf1FSam+9GmTBKkBVSupG+OKcXimfsEXVqsyeEkilsVbJkuUKNybcRVbCef6b7zaeDKgocmHFrjv9CzDgdSjR41ZeKYcZurXAZ9+hbu/XkT4TYKueGukCgZvsdX2LzguiEYnZ/p3VPzQj4j/rowAOTLhA1OJ4Q8N8fth/8= Received: from localhost(mailfrom:tianruidong@linux.alibaba.com fp:SMTPD_---0WNi-.9S_1736930550 cluster:ay36) by smtp.aliyun-inc.com; Wed, 15 Jan 2025 16:42:32 +0800 From: Ruidong Tian <tianruidong@linux.alibaba.com> To: catalin.marinas@arm.com, will@kernel.org, lpieralisi@kernel.org, guohanjun@huawei.com, sudeep.holla@arm.com, xueshuai@linux.alibaba.com, baolin.wang@linux.alibaba.com, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, rafael@kernel.org, lenb@kernel.org, tony.luck@intel.com, bp@alien8.de, yazen.ghannam@amd.com Cc: tianruidong@linux.alibaba.com Subject: [PATCH v3 0/5] ARM Error Source Table V2 Support Date: Wed, 15 Jan 2025 16:42:23 +0800 Message-Id: <20250115084228.107573-1-tianruidong@linux.alibaba.com> X-Mailer: git-send-email 2.33.1 Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: <linux-acpi.vger.kernel.org> List-Subscribe: <mailto:linux-acpi+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-acpi+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit |
Series |
ARM Error Source Table V2 Support
|
expand
|