Message ID | 20240321025317.114621-1-tianruidong@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-98.freemail.mail.aliyun.com (out30-98.freemail.mail.aliyun.com [115.124.30.98]) (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 9BE251877; Thu, 21 Mar 2024 02:53:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.98 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710989608; cv=none; b=nVBMX3r5FQIiDBIwTExwZP045oslmS97ae3TwQv2JeXwccSc7lz32pZHp44Hb+Go3oGsofwk2lsVzHskFyqseRG3Jvw04zQhoOTgI6zGoYdk26BeKc//Sh52gMAZtJ8wVcUazN18T3Ven1II6cOODJWOn4OxFfmjQJ/6XViZJpo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710989608; c=relaxed/simple; bh=OZiUkq/wmr+qnd1FdBGm2naXPOomtQWmzQ1UrEmHvLg=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=fd3k4q6a6P7aDWgxMc26DHN1rbnosELx975WtLQBV8vwVaYjnLQC2qXHBpclihhoxtB1c1s0J58fpv70lsqOWEDeZ3i/aTPWHdFYJlU4ykruvVFsCjiTo1OWuvpsa8Z6yDKb4uIwtfIHnG8ZTf7oJzR6w44e5iQIxlU/aJY69TQ= 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=snxm+kmC; arc=none smtp.client-ip=115.124.30.98 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="snxm+kmC" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1710989602; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=QqSJg4FMwGwgy/XBJ2XliwqjmCjrqPhPQDS9UJTxrzU=; b=snxm+kmCQUkQ99SyAqpYkZGWGuv/gU5enlItHlFU7VF6R1v4MtZch6ZTOcZFbDscIjJO3eojPmV+8xOM7KYP5jtVU1rYzrwqcRyjV/BtIROem1EmaZYEyPSAqM2l9I8dZvUBdBFlallVAo1RnL+FIo5N5rwK1YZ3UFCvHVIOIh8= X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R951e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045192;MF=tianruidong@linux.alibaba.com;NM=1;PH=DS;RN=17;SR=0;TI=SMTPD_---0W2zFICf_1710989599; Received: from localhost(mailfrom:tianruidong@linux.alibaba.com fp:SMTPD_---0W2zFICf_1710989599) by smtp.aliyun-inc.com; Thu, 21 Mar 2024 10:53:21 +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, linux-edac@vger.kernel.org Cc: tianruidond@linux.alibaba.com, Ruidong Tian <tianruidong@linux.alibaba.com> Subject: [PATCH v2 0/2] ARM Error Source Table V1 Support Date: Thu, 21 Mar 2024 10:53:15 +0800 Message-Id: <20240321025317.114621-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-Transfer-Encoding: 8bit |
Series |
ARM Error Source Table V1 Support
|
expand
|