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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E59C7C6FD1D for ; Fri, 17 Mar 2023 14:08:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230030AbjCQOIF (ORCPT ); Fri, 17 Mar 2023 10:08:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46184 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229530AbjCQOIB (ORCPT ); Fri, 17 Mar 2023 10:08:01 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2812EA56BE for ; Fri, 17 Mar 2023 07:07:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 67BC4CE2011 for ; Fri, 17 Mar 2023 14:07:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5C5A4C433EF; Fri, 17 Mar 2023 14:07:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1679062067; bh=LTJvD2qIW13wqUmcIzfTnVnTtDxW+6wDdG5TJsCLS9o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IzEoSpaXkCWE7gzSpGE73uXUJLh/XJMCagUKBC7atZpcfonMTR4iWKJ4VuI8UOOYm e+XY3kIDHdTBdMRCBzQGKjZLo0GfVVt0ZxzjA517EOncaAhu3WLpi2SgohbNNff3+b 9+2NsZh1PabiasC4dSKZycu4RtWpt8SmTlNDO4HA= Date: Fri, 17 Mar 2023 15:07:45 +0100 From: Greg Kroah-Hartman To: Andy Shevchenko Cc: Daniele Ceraolo Spurio , Alexander Usyskin , Vitaly Lubart , Tomas Winkler , Alexander Graf , linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH v1 1/1] mei: Move uuid.h to the MEI namespace Message-ID: References: <20230310170747.22782-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230310170747.22782-1-andriy.shevchenko@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 10, 2023 at 07:07:47PM +0200, Andy Shevchenko wrote: > There is only a single user of the UUID uAPI, let's make it > part of that user. > > The way it's done is to prevent compilation time breakage for > the user space that does > > #include > > In the future MEI user space tools can switch over to use mei_uuid.h. When will that happen? And why the churn, what's the problem with keeping this as uuid.h? thanks, greg k-h