Message ID | 20250227224828.306537-1-tony.luck@intel.com |
---|---|
Headers | show
Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) (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 DD3FC2777F0; Thu, 27 Feb 2025 22:48:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.9 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740696520; cv=none; b=GeKSuFqVYyEX2iP0dk27lUycvio80gMV5fLSCKk2TwqXvCg+XHvFUySwIZp13ws+E0z3IOySZPaLXJgHD80WH90My12isZiE8S/g7pypxUMzhER8JJ9DoTWx1/87V+Qv/Ca/zYDS/R35feUn8Zn3+aboSbitHL8E1esjIgDwT/A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740696520; c=relaxed/simple; bh=e0RjurjURyeV3jmQZ5PTbWo/NvwJLTmtc7mi0B4tqKo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=kxJW4JKwM2YIT2utFyOrKVisIoXbWDdJEhz+2ldGzJlKL8yl6dfxsqfqNtlQFQmMSI9+7Dp73VF6burF1R8E3/N0ELqZAVb/3FyWew74H7CME+dCQVBuH7NOT4hVa81U6ELtbMkqyXtXiRboTREPPrIL+W8AB+5D8nq48Ja2onM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=jO8FT3dt; arc=none smtp.client-ip=198.175.65.9 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="jO8FT3dt" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1740696519; x=1772232519; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=e0RjurjURyeV3jmQZ5PTbWo/NvwJLTmtc7mi0B4tqKo=; b=jO8FT3dtVn0D0EOD3gLXkJCk7635Ir6ob4kgPXFv94DB9qn3bfjR6DJG 63W1ji+tVg6aGaQpI4RwJSdVk3uGa2MNYaXMDjtglLxiuea8sZc+eAB1N rR27buLAIc4MAJy+8ibGl7yBXZA10S8HG/nFqoTdQB4JDjqSvYGTuzKRp XNXUfp41PghOHieusjpq5Y6KvzFyh5ZpwzFiRqiNtONyeDolsESntYEBN L2dIbgjIn2z5ZUfCuklG8GrijwG4P2fQTOXJykPinLLiFUnw+AiuefH3A /D5MiO7rS2mVZOofxOhqRCim+h5jjz6C61nU5+EkV6KzPPYDBaKmDgcDR g==; X-CSE-ConnectionGUID: /nbPfifcQyi2hYQL2Y0Phw== X-CSE-MsgGUID: HyJx7NmLSlKiO4ftoWwS0w== X-IronPort-AV: E=McAfee;i="6700,10204,11358"; a="64077558" X-IronPort-AV: E=Sophos;i="6.13,320,1732608000"; d="scan'208";a="64077558" Received: from orviesa006.jf.intel.com ([10.64.159.146]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2025 14:48:38 -0800 X-CSE-ConnectionGUID: WAiM3Ce2TxCyCU5Gj8R5Wg== X-CSE-MsgGUID: wbjOuz/TRCa9JWfPAs6s3A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.13,320,1732608000"; d="scan'208";a="117187041" Received: from agluck-desk3.sc.intel.com ([172.25.222.70]) by orviesa006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2025 14:48:38 -0800 From: Tony Luck <tony.luck@intel.com> To: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>, Len Brown <lenb@kernel.org> Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, patches@lists.linux.dev, Tony Luck <tony.luck@intel.com> Subject: [PATCH v2 0/4] Add interfaces for ACPI MRRM table Date: Thu, 27 Feb 2025 14:48:24 -0800 Message-ID: <20250227224828.306537-1-tony.luck@intel.com> X-Mailer: git-send-email 2.48.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 | Add interfaces for ACPI MRRM table | expand |