From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 65A3326ED3C; Mon, 27 Apr 2026 15:15:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777302949; cv=none; b=rPsSmY+B+0zyB9VcCJdMCK/mBqJERrhIUe2BtuiLQngh4sy/QXvk70ZHNSRDZoo8Eg2Y9MixAJkMYBnxX3UaZLFhTows45f3Rnk8Prnp+pKxxUDjGvV8dDHk6BF6gFaZr8t7zASeN7oA1GLRnkIsyiucOs7+3CHVm4fPVZx9aG0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777302949; c=relaxed/simple; bh=2g2Ht+R7i6Ddhhl26w383Z9dWKZP676lbBJ41SKulBc=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=ShL2YNSDBEvfTkIXd7zb6/m4HP9PAMK9ncm8N2K879ErCIUFQP62/QRcgg4XtlTBdE2B8NRbnlbnEIc+T1hV6xJmJh+O3u80BvtjFFs3CXeXy6/UMdlZFZaER36XaVWim7dakjb9XgT9xBpZy9ZahfJuzhm2SPrJC5GypySW8ig= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=R526EK8v; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="R526EK8v" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14B37C2BCB9; Mon, 27 Apr 2026 15:15:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1777302949; bh=2g2Ht+R7i6Ddhhl26w383Z9dWKZP676lbBJ41SKulBc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=R526EK8vILjVTNN7jaw1ZW3M5wmU3lWJIWC2UAqZGdzcGbCXVqzY8BPvWTyJFDcuT /uHug+eKdsFXFaHsGa9xQkEz9IOx1++n6CcBN3gt5oEMVnkiugAHx0KYMnDu0xO7B1 oR9tpmEpHiWy3sL8rKUS+kaZbyTo6TbmLbXF8r44= Date: Mon, 27 Apr 2026 08:15:47 -0700 From: Andrew Morton To: Alexei Starovoitov Cc: "David Hildenbrand (Arm)" , Yoshinori Sato , Rich Felker , John Paul Adrian Glaubitz , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Eduard Zingerman , Kumar Kartikeya Dwivedi , Song Liu , Yonghong Song , Jiri Olsa , Lorenzo Stoakes , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , Rik van Riel , Harry Yoo , Jann Horn , Matthew Wilcox , "Liam R. Howlett" , linux-sh@vger.kernel.org, LKML , bpf , linux-mm Subject: Re: [PATCH 2/3] bpf: arena: use page_ref_count() instead of page_mapped() in arena_free_pages() Message-Id: <20260427081547.4cdbb9a5cade734f143902f0@linux-foundation.org> In-Reply-To: References: <20260427-page_mapped-v1-0-e89c3592c74c@kernel.org> <20260427-page_mapped-v1-2-e89c3592c74c@kernel.org> <20260427051758.e1b714a4b567917971920eaa@linux-foundation.org> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-sh@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 27 Apr 2026 16:00:59 +0100 Alexei Starovoitov wrote: > > > > > > Signed-off-by: David Hildenbrand (Arm) > > > --- > > > kernel/bpf/arena.c | 2 +- > > > > BPF maintainers will probably want to carry this in the BPF tree. > > That's fine - please go ahead and add it. I'll carry a duplicate in > > mm.git so it compiles. > > We cannot carry the same patch in 2 trees. Git is fine with that. > Sooner or later it will create problems for linux-next > and issues during merge window if more changes > are done in the same area. > The only way to share a patch between trees is to > create a stable branch and pull it into 2 trees > then sha will be the same, For a single one-line patch?