From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 5FDBF2C191; Thu, 4 Jan 2024 22:55:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="St9TcoP8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0AAEC433C7; Thu, 4 Jan 2024 22:55:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1704408929; bh=rQIZxdKV5Pipm8VxFDLhMTnSoq016JBCEGakE7aq0dE=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=St9TcoP8IQofIYdY324GgRjsGC/IbFxNJ7aZvCAM2AtJJbz3wOmVkLPJDvKf1aUX+ 1vaydmqVnFLsTOxedhzJ89gvxXs6z3F/PjEMzTJ4DFJg3KCdYyEFqJ4OCv7rjGdJnx qhz6Gm0QaoBCu4MTbTApUHWqa/DSuAiFWExOXLbLcgB3u0CGQ8C4edWF/MRqwUe5wt 0nIOkZD6KETL1F46POUeyTKfd8XdjXstGc8S7FJSBBK0+fX0SVcPQkLxTv2kQjvDhN su+34Q8EDJzOhYfqHyfw+lUardhm6mJoFXMWe/MStvIlEHqr/3RNGhGG3OS/lq1cnJ rRumZViC6JJWw== Date: Thu, 4 Jan 2024 16:55:28 -0600 From: Bjorn Helgaas To: Ira Weiny Cc: Dan Williams , Jonathan Cameron , Smita Koralahalli , Shiju Jose , Yazen Ghannam , Davidlohr Bueso , Dave Jiang , Alison Schofield , Vishal Verma , Ard Biesheuvel , linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-cxl@vger.kernel.org, "Rafael J. Wysocki" , Bjorn Helgaas Subject: Re: [PATCH v5 0/9] efi/cxl-cper: Report CPER CXL component events through trace events Message-ID: <20240104225528.GA1830655@bhelgaas> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231220-cxl-cper-v5-0-1bb8a4ca2c7a@intel.com> On Wed, Dec 20, 2023 at 04:17:27PM -0800, Ira Weiny wrote: > cxl/trace: Pass uuid explicitly to event traces Nit: s/uuid/UUID/ would match the patches below > cxl/events: Promote CXL event structures to a core header > cxl/events: Create common event UUID defines > cxl/events: Remove passing a UUID to known event traces > cxl/events: Separate UUID from event structures > cxl/events: Create a CXL event union > acpi/ghes: Process CXL Component Events > PCI: Define scoped based management functions "scope based" unless I'm misunderstanding something. Maybe "cleanup and guard functions"? "management" is pretty generic.