Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1448121pxa; Thu, 20 Aug 2020 11:31:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzgMqjZiaW/S39Jq0QjThUqzfIt5RW/juZen/C/oT7wMa+llde7ZeK59Z/3d1MFiEqvpTrA X-Received: by 2002:a17:906:35ce:: with SMTP id p14mr4777773ejb.276.1597948303766; Thu, 20 Aug 2020 11:31:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597948303; cv=none; d=google.com; s=arc-20160816; b=UulBMdKqJnbWjQRHHlv0XgUXTHFD99d5HChKNvreSoT5b//oHLnlmxUHg3rtES2lMh mi30dxBp2f4UOJUqKmIXr97zCJyzIfVRMF0rII38XL8zgolBeF2n2Sv+rdSbnTcHRJdT JmS9ZuazKZIjDQZrPCyZPVAF+SvCEpi5ywAVdz1dbsgHpx9ZttysZWXbJmLeRw7NyK4m rrZdG6QNuBKqMo/Z5eswyjrmH1EbXrchjIbBsTPU53Vwb1v6ITCl4eoFOAR6466TNQMF SaR0X+41ygvEcbS+6SpZRd/3aYPOi+HehI1tcGokKyw/66+yyFPl1BWS/ofzGJHHeIMJ tnJw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=Xx/LxjRLDiD1zSoo47B/jpZlZ7ksETXkrRDl24lY3dM=; b=eYjIhqnbl0zZwXY/izh/wGDDN0jyorvwLNi6EqG9iDmvV8i/CSHjs4PAi0rhiTvIKu DjzIvINhoYprGKMz8XbDemSXG8l6dg/SxAU5iiGBMQogfeN5DBzEc4CJ8JKhJtPHls3B W1iwlafnLnPhrcyvvvzPSP3Q1OK5ZpUzVV1dhhqdiIGuKrJTR3fDGI7wflVwCCWE7Pt5 Qxb7w7ukfuDbrcOrcScEYDR2WIP4Qr1CCgooAp/LWZCF2QqphGI4DLgpqD7Gpuol6IMf T0gx6BOrr7Y8VK+VSu/rlXhYgnRfZf7JwibpJlsT2KdndxUcJfi2pq2Q8EqZWe+1Bl5l QqGQ== 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 v25si1726139ejg.91.2020.08.20.11.31.20; Thu, 20 Aug 2020 11:31:43 -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 S1727066AbgHTS25 (ORCPT + 99 others); Thu, 20 Aug 2020 14:28:57 -0400 Received: from namei.org ([65.99.196.166]:60258 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726977AbgHTS24 (ORCPT ); Thu, 20 Aug 2020 14:28:56 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id 07KISY9J029978; Thu, 20 Aug 2020 18:28:35 GMT Date: Fri, 21 Aug 2020 04:28:34 +1000 (AEST) From: James Morris To: Stephen Rothwell cc: Amol Grover , "Serge E. Hallyn" , "Paul E. McKenney" , linux-kernel@vger.kernel.org, linux-kernel-mentees@lists.linuxfoundation.org, Joel Fernandes , Madhuparna Bhowmik , linux-security-module@vger.kernel.org Subject: Re: [PATCH RESEND] device_cgroup: Fix RCU list debugging warning In-Reply-To: <20200817120731.218e1bc5@canb.auug.org.au> Message-ID: References: <20200406105950.GA2285@workstation-kernel-dev> <20200607062340.7be7e8d5@canb.auug.org.au> <20200607190840.GG4455@paulmck-ThinkPad-P72> <20200608041734.GA10911@mail.hallyn.com> <20200817120731.218e1bc5@canb.auug.org.au> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 17 Aug 2020, Stephen Rothwell wrote: > > > mainline, so it can go up any tree. I can take it if no one else will, > > > but it might be better going in via the security tree. > > > > James, do you mind pulling it in? > > I am still carrying this patch. Has it been superceded, or is it still > necessary? It appears to be necessary. Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git fixes-v5.9 -- James Morris