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=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 8D14FC48BDF for ; Tue, 22 Jun 2021 12:45:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7219B61003 for ; Tue, 22 Jun 2021 12:45:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231668AbhFVMrU (ORCPT ); Tue, 22 Jun 2021 08:47:20 -0400 Received: from mga12.intel.com ([192.55.52.136]:59503 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229501AbhFVMrT (ORCPT ); Tue, 22 Jun 2021 08:47:19 -0400 IronPort-SDR: YwkuLvjk5XkltDoc6oOjajA1tB4A0AJ9vbF61yA66d4cZDrwOrAn8qZjfocqi5A31FaIoI3qGL p8egqPNB+gwA== X-IronPort-AV: E=McAfee;i="6200,9189,10022"; a="186734120" X-IronPort-AV: E=Sophos;i="5.83,291,1616482800"; d="scan'208";a="186734120" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2021 05:45:03 -0700 IronPort-SDR: ot5riLILubcp9FdnvIW72TgEJmFvdk1aZs/O4Umcr1P7WFxm4JOa/zlVTVmYyhPuHBFOfLxNUR mpnffwHKjPSg== X-IronPort-AV: E=Sophos;i="5.83,291,1616482800"; d="scan'208";a="423305835" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2021 05:45:01 -0700 Received: from andy by smile with local (Exim 4.94.2) (envelope-from ) id 1lvflw-004TIM-NR; Tue, 22 Jun 2021 15:44:56 +0300 Date: Tue, 22 Jun 2021 15:44:56 +0300 From: Andy Shevchenko To: Michael Ellerman , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Cc: Benjamin Herrenschmidt , Paul Mackerras , Oliver O'Halloran , "Aneesh Kumar K . V" Subject: Re: [PATCH v2 1/1] powerpc/papr_scm: Properly handle UUID types and API Message-ID: References: <20210616134303.58185-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210616134303.58185-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 16, 2021 at 04:43:03PM +0300, Andy Shevchenko wrote: > Parse to and export from UUID own type, before dereferencing. > This also fixes wrong comment (Little Endian UUID is something else) > and should eliminate the direct strict types assignments. Any comments on this version? Can it be applied? > Fixes: 43001c52b603 ("powerpc/papr_scm: Use ibm,unit-guid as the iset cookie") > Fixes: 259a948c4ba1 ("powerpc/pseries/scm: Use a specific endian format for storing uuid from the device tree") > Cc: Oliver O'Halloran > Cc: Aneesh Kumar K.V > Signed-off-by: Andy Shevchenko > --- > v2: added missed header (Vaibhav), updated comment (Aneesh), > rewrite part of the commit message to avoid mentioning the Sparse -- With Best Regards, Andy Shevchenko