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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,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 37838C2D0E4 for ; Fri, 13 Nov 2020 03:18:31 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 7862B21D46 for ; Fri, 13 Nov 2020 03:18:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="Rr+0OHmn" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7862B21D46 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 9B1D66B005C; Thu, 12 Nov 2020 22:18:29 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 93A706B005D; Thu, 12 Nov 2020 22:18:29 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 801AB6B0068; Thu, 12 Nov 2020 22:18:29 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0088.hostedemail.com [216.40.44.88]) by kanga.kvack.org (Postfix) with ESMTP id 50CE26B005C for ; Thu, 12 Nov 2020 22:18:29 -0500 (EST) Received: from smtpin18.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id EA6B61EE6 for ; Fri, 13 Nov 2020 03:18:28 +0000 (UTC) X-FDA: 77477937096.18.patch68_15120022730b Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin18.hostedemail.com (Postfix) with ESMTP id C5ABF100EDBE8 for ; Fri, 13 Nov 2020 03:18:28 +0000 (UTC) X-HE-Tag: patch68_15120022730b X-Filterd-Recvd-Size: 3686 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf16.hostedemail.com (Postfix) with ESMTP for ; Fri, 13 Nov 2020 03:18:28 +0000 (UTC) Received: from localhost.localdomain (c-73-231-172-41.hsd1.ca.comcast.net [73.231.172.41]) (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 5117720A8B; Fri, 13 Nov 2020 03:18:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605237507; bh=MaaBG4tccxbaQ9aA0t1wzQvpBf1+T4mhBfx53VS77+M=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Rr+0OHmnci8Dg534Baejpue8Nb3PJ+kZfcIki+m1P0ulo2cK245KXG5af4kDeYI7E 63I88cgNJzpJGs5tYUUQ/mSQmZZB+VpGgHX5kESj+06yqhE+PIqdd+Q22Vn1/jzIcG sIM2UwrmeQ3MyOeHvJCSJEofPX70zpcdRjTLQuYc= Date: Thu, 12 Nov 2020 19:18:25 -0800 From: Andrew Morton To: Alexei Starovoitov Cc: Roman Gushchin , Stephen Rothwell , bpf@vger.kernel.org, Alexei Starovoitov , Daniel Borkmann , netdev@vger.kernel.org, Andrii Nakryiko , Shakeel Butt , linux-mm@kvack.org, linux-kernel@vger.kernel.org, kernel-team@fb.com, Johannes Weiner , Michal Hocko Subject: Re: [PATCH bpf-next v5 01/34] mm: memcontrol: use helpers to read page's memcg data Message-Id: <20201112191825.1a7c3e0d50cc5e375a4e887c@linux-foundation.org> In-Reply-To: <20201113030456.drdswcndp65zmt2u@ast-mbp> References: <20201112221543.3621014-1-guro@fb.com> <20201112221543.3621014-2-guro@fb.com> <20201113095632.489e66e2@canb.auug.org.au> <20201113002610.GB2934489@carbon.dhcp.thefacebook.com> <20201113030456.drdswcndp65zmt2u@ast-mbp> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Thu, 12 Nov 2020 19:04:56 -0800 Alexei Starovoitov wrote: > On Thu, Nov 12, 2020 at 04:26:10PM -0800, Roman Gushchin wrote: > > > > These patches are not intended to be merged through the bpf tree. > > They are included into the patchset to make bpf selftests pass and for > > informational purposes. > > It's written in the cover letter. > ... > > Maybe I had to just list their titles in the cover letter. Idk what's > > the best option for such cross-subsystem dependencies. > > We had several situations in the past releases where dependent patches > were merged into multiple trees. For that to happen cleanly from git pov > one of the maintainers need to create a stable branch/tag and let other > maintainers pull that branch into different trees. This way the sha-s > stay the same and no conflicts arise during the merge window. > In this case sounds like the first 4 patches are in mm tree already. > Is there a branch/tag I can pull to get the first 4 into bpf-next? Not really, at present. This is largely by design, although it does cause this problem once or twice a year. These four patches: mm-memcontrol-use-helpers-to-read-pages-memcg-data.patch mm-memcontrol-slab-use-helpers-to-access-slab-pages-memcg_data.patch mm-introduce-page-memcg-flags.patch mm-convert-page-kmemcg-type-to-a-page-memcg-flag.patch are sufficiently reviewed - please pull them into the bpf tree when convenient. Once they hit linux-next, I'll drop the -mm copies and the bpf tree maintainers will then be responsible for whether & when they get upstream.