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 88DABC636CC for ; Thu, 16 Feb 2023 09:58:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229632AbjBPJ6t (ORCPT ); Thu, 16 Feb 2023 04:58:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40174 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229489AbjBPJ6q (ORCPT ); Thu, 16 Feb 2023 04:58:46 -0500 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A38C39BBC for ; Thu, 16 Feb 2023 01:58:46 -0800 (PST) X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="331676416" X-IronPort-AV: E=Sophos;i="5.97,302,1669104000"; d="scan'208";a="331676416" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Feb 2023 01:58:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="915604748" X-IronPort-AV: E=Sophos;i="5.97,302,1669104000"; d="scan'208";a="915604748" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga006.fm.intel.com with ESMTP; 16 Feb 2023 01:58:44 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pSb2J-007hle-1Y; Thu, 16 Feb 2023 11:58:43 +0200 Date: Thu, 16 Feb 2023 11:58:43 +0200 From: Andy Shevchenko To: Christoph Hellwig Cc: torvalds@linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] stop mainaining UUID Message-ID: References: <20230216063110.2152087-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230216063110.2152087-1-hch@lst.de> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 16, 2023 at 07:31:10AM +0100, Christoph Hellwig wrote: > The uuid code is very low maintainance now that the major overhaul > has completed, and doesn't need it's own tree. All the recent work > has been done by Andy who'd like to stay on as a reviewer without an > explicit tree. Confirmed. Acked-by: Andy Shevchenko > Signed-off-by: Christoph Hellwig > --- > MAINTAINERS | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 225c3ce347a217..6a47510d15920f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -21818,11 +21818,9 @@ W: http://en.wikipedia.org/wiki/Util-linux > T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git > > UUID HELPERS > -M: Christoph Hellwig > R: Andy Shevchenko > L: linux-kernel@vger.kernel.org > S: Maintained > -T: git git://git.infradead.org/users/hch/uuid.git > F: include/linux/uuid.h > F: include/uapi/linux/uuid.h > F: lib/test_uuid.c > -- > 2.39.1 > -- With Best Regards, Andy Shevchenko