Re: [PATCH 2/3] bpf: arena: use page_ref_count() instead of page_mapped() in arena_free_pages()
"David Hildenbrand (Arm)" <[email protected]>
| Newsgroups | gmane.linux.kernel.bpf,gmane.linux.ports.sh.devel,gmane.linux.kernel,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <[email protected]> |
>>> >>> Signed-off-by: David Hildenbrand (Arm) <[email protected]> >>> --- >>> 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. > 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, As lack of stable trees was raised a couple of times in the past, once we're done with a transition to a fully git-based mm-next workflow [1], we should be able to provide stable trees. [1] https://lore.kernel.org/r/[email protected] -- Cheers, David