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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 0E051C2D0E4 for ; Tue, 24 Nov 2020 14:38:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AF368206E5 for ; Tue, 24 Nov 2020 14:38:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389185AbgKXOiU (ORCPT ); Tue, 24 Nov 2020 09:38:20 -0500 Received: from verein.lst.de ([213.95.11.211]:54764 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388014AbgKXOiT (ORCPT ); Tue, 24 Nov 2020 09:38:19 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 2E01F6736F; Tue, 24 Nov 2020 15:38:17 +0100 (CET) Date: Tue, 24 Nov 2020 15:38:16 +0100 From: Christoph Hellwig To: Andy Shevchenko Cc: Christoph Hellwig , linux-kernel@vger.kernel.org, Masahiro Yamada , Michal Marek , linux-kbuild@vger.kernel.org Subject: Re: [PATCH v2 2/2] uuid: Make guid_t completely internal type to the kernel Message-ID: <20201124143816.GA3294@lst.de> References: <20201030184950.26732-1-andriy.shevchenko@linux.intel.com> <20201030184950.26732-2-andriy.shevchenko@linux.intel.com> <20201124133945.GA30840@lst.de> <20201124140745.GO4077@smile.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201124140745.GO4077@smile.fi.intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 24, 2020 at 04:07:45PM +0200, Andy Shevchenko wrote: > > > > IMHO we should kill this header entirely and move the definition to > > under a new name so that no one picks up the > > definition by accident. > > I would like to do that in a separate series. Here I don't change the status > quo about using it, but for moving it will require to touch MEI code. Maybe just keep a dummy empty uapi/linux/uuid.h if that is so much of a problem.