On Mon, Dec 7, 2020 at 7:41 PM <akpm@xxxxxxxxxxxxxxxxxxxx> wrote: > > > The patch titled > Subject: revert "mm/filemap: add static for function __add_to_page_cache_locked" > has been added to the -mm tree. Its filename is > revert-mm-filemap-add-static-for-function-__add_to_page_cache_locked.patch > > This patch should soon appear at > https://ozlabs.org/~akpm/mmots/broken-out/revert-mm-filemap-add-static-for-function-__add_to_page_cache_locked.patch > and later at > https://ozlabs.org/~akpm/mmotm/broken-out/revert-mm-filemap-add-static-for-function-__add_to_page_cache_locked.patch > > Before you just go and hit "reply", please: > a) Consider who else should be cc'ed > b) Prefer to cc a suitable mailing list as well > c) Ideally: find the original patch on the mailing list and do a > reply-to-all to that, adding suitable additional cc's > > *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** > > The -mm tree is included into linux-next and is updated > there every 3-4 working days > > ------------------------------------------------------ > From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > Subject: revert "mm/filemap: add static for function __add_to_page_cache_locked" > > Revert 3351b16af494 ("mm/filemap: add static for function > __add_to_page_cache_locked") due to build issues with > CONFIG_DEBUG_INFO_BTF=y. I think it would be more accurate to say: "due to incompatibility with ALLOW_ERROR_INJECTION". btf build issue is a symptom. Acked-by: Alexei Starovoitov <ast@xxxxxxxxxx>