From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF8C2C43387 for ; Wed, 9 Jan 2019 16:08:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A2377206BB for ; Wed, 9 Jan 2019 16:08:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732559AbfAIQIC (ORCPT ); Wed, 9 Jan 2019 11:08:02 -0500 Received: from mga06.intel.com ([134.134.136.31]:50598 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731882AbfAIQIC (ORCPT ); Wed, 9 Jan 2019 11:08:02 -0500 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2019 08:08:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,458,1539673200"; d="scan'208";a="116777757" Received: from smile.fi.intel.com (HELO smile) ([10.237.72.86]) by orsmga003.jf.intel.com with ESMTP; 09 Jan 2019 08:08:00 -0800 Received: from andy by smile with local (Exim 4.92-RC4) (envelope-from ) id 1ghGOd-00082g-Eh; Wed, 09 Jan 2019 18:07:59 +0200 Date: Wed, 9 Jan 2019 18:07:59 +0200 From: Andy Shevchenko To: Christoph Hellwig Cc: Thomas Tai , linux-kernel@vger.kernel.org, Tyler Baicar Subject: Re: [PATCH v1] ras: Use consistent types for UUIDs Message-ID: <20190109160759.GI9170@smile.fi.intel.com> References: <20180713131027.77362-1-andriy.shevchenko@linux.intel.com> <20181005073305.GB24224@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181005073305.GB24224@lst.de> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 05, 2018 at 09:33:05AM +0200, Christoph Hellwig wrote: > On Fri, Jul 13, 2018 at 04:10:27PM +0300, Andy Shevchenko wrote: > > The commit > > > > 297b64c74385 ("ras: acpi / apei: generate trace event for unrecognized CPER section") > > > > brought inconsistency in UUID types which are used across the RAS subsystem. > > > > Fix this by moving to use guid_t everywhere. > > Looks good, > > Reviewed-by: Christoph Hellwig Thanks, Christoph. Tomas, Tyler, any comments from your side? I can push it through my tree if it looks abandon, or if Christoph is okay through UUID one. -- With Best Regards, Andy Shevchenko