Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp861558pxv; Thu, 24 Jun 2021 23:25:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzQbHY1rio3we2vrAdpq+DeNpslOEfDbrQFpVUOTAzSjoErhkEroEIVjAJNKQppGzSdmXAW X-Received: by 2002:a02:cb8d:: with SMTP id u13mr8094089jap.19.1624602323965; Thu, 24 Jun 2021 23:25:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624602323; cv=none; d=google.com; s=arc-20160816; b=li5aaLfy6s15Xt4552SijE/HzT+uMNtPZDz11bPeG0JKKJZQfalL7nngmrmdcG1JJI gUCnP6Du0bEOPP75oepoqxGggd++IM1mjDSQe6vQVgd9MH2WXFpvqNRlgpHNZWEV9ml4 RG9Voxfq/67z7ET8xYWKcrgkidHu8hFmjBCduqH9AAf8W2gYAHe86nvy+AAitN1fegnv rLUJJym85HyH9WafLQfCm2Qjft9C2Y3TZNixCZ+AgDmRErDxgPYy+EMNDuAQfKlIE31T +mFPsTI4269uuACtwU3h79q9/RKfvsO7gO/0JYsltn8FkW5bxMJFSn1yqVI2561cdtY2 kadg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=Pl3aWMx06yg5uB46XGqb0pvem9k7mvh+iVc0Vjn87Ag=; b=Cw+l8fSnlBLcU9kmhL4p3auKKcvxJ34e3BLefsLwjVx9gn9vbuNf3Yx45vanz878p8 cbCiuLJKW+/y/n/itkQ2ZSNwrf+480824pPjJ2OcahHScusLCqxLj5j3l/OjGTeiRYxn o1QL/R/B6VeqqEz3sDIzmz7hJB8EqaLdk0hjkguHXoxIlBT0STc34PauWMWLh1WTb/HV +d16iZIQ71lj1xwAhlvWYZjDJP2bBoGZtUNsqHBmnYzzaqwjCFeSi8rRqET6kRJxIMDW a8uWyMGPXDpf7X++Js7H++cEj99CaBc/nVjPk5MxTCY0MKBDbwswELaT46fBtSOZgnmc 2ulg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q11si5816692jas.56.2021.06.24.23.25.12; Thu, 24 Jun 2021 23:25:23 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233143AbhFYG07 (ORCPT + 99 others); Fri, 25 Jun 2021 02:26:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230192AbhFYG06 (ORCPT ); Fri, 25 Jun 2021 02:26:58 -0400 Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AAC62C061574 for ; Thu, 24 Jun 2021 23:24:38 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1034) id 4GB6RR5r7hz9sX5; Fri, 25 Jun 2021 16:24:35 +1000 (AEST) From: Michael Ellerman To: Andy Shevchenko , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Michael Ellerman Cc: Oliver O'Halloran , Paul Mackerras , "Aneesh Kumar K . V" , Benjamin Herrenschmidt In-Reply-To: <20210616134303.58185-1-andriy.shevchenko@linux.intel.com> References: <20210616134303.58185-1-andriy.shevchenko@linux.intel.com> Subject: Re: [PATCH v2 1/1] powerpc/papr_scm: Properly handle UUID types and API Message-Id: <162460208882.3247425.8141718563854989207.b4-ty@ellerman.id.au> Date: Fri, 25 Jun 2021 16:21:28 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 16 Jun 2021 16:43:03 +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. Applied to powerpc/next. [1/1] powerpc/papr_scm: Properly handle UUID types and API https://git.kernel.org/powerpc/c/0e8554b5d7801b0aebc6c348a0a9f7706aa17b3b cheers