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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 DF566C2BB1D for ; Thu, 12 Mar 2020 22:05:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B646220716 for ; Thu, 12 Mar 2020 22:05:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584050720; bh=BTpIEKtjB3xS8Vr88vILZ1/PyE+yHgP6lcXkkl1uiTg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=tV8V65LAlM9W/wFmaT0JwuMRddVbHa9AV/KKq5BNeylVKI4n8VqJyQVb/xmWt9CtB f6mzdBEyj93Nv+iVCLEgeGL0FUqayzD8wOUC3H7uH6T1O5UW9xCNh/hIBiSPtpiHKM m5gwxqVo/bNnobz/80swViXyBqZdzTA4RHUxEYXY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726704AbgCLWFR (ORCPT ); Thu, 12 Mar 2020 18:05:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:41076 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726514AbgCLWFR (ORCPT ); Thu, 12 Mar 2020 18:05:17 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6A673206CD; Thu, 12 Mar 2020 22:05:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584050716; bh=BTpIEKtjB3xS8Vr88vILZ1/PyE+yHgP6lcXkkl1uiTg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hlCHVt9vSpN0nO4WKoQ4CaiSFxd7Cb27vMQY8jGeM8rNWy8Bb9999bcCaochj/gD4 FzTgBR79rC4+rMZIU1QDDKzSTa6AJ5118ZkPjhrKz/UJ+0IfLRlT3xH3g9sEh8UM9x mvRtV6WEU7YoOoURFCPmg+iQbVkT94X3HzJ5V5zA= Date: Thu, 12 Mar 2020 23:05:12 +0100 From: Greg KH To: Tejun Heo Cc: Daniel Xu , cgroups@vger.kernel.org, lizefan@huawei.com, hannes@cmpxchg.org, viro@zeniv.linux.org.uk, shakeelb@google.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH v3 0/4] Support user xattrs in cgroupfs Message-ID: <20200312220512.GA614185@kroah.com> References: <20200312200317.31736-1-dxu@dxuuu.xyz> <20200312211735.GA1967398@mtj.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200312211735.GA1967398@mtj.thefacebook.com> Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, Mar 12, 2020 at 05:17:35PM -0400, Tejun Heo wrote: > Hello, > > Daniel, the patchset looks good to me. Thanks a lot for working on > this. > > Greg, provided that there aren't further objections, how do you wanna > route the patches? I'd be happy to take them through cgroup tree but > any tree is fine by me. Sure, feel free to take them through your tree: Reviewed-by: Greg Kroah-Hartman