Re: [PATCH 3/5] mm: export zap_page_range_single and list_lru_add/del

From: David Hildenbrand (arm)

Date: Thu Feb 05 2026 - 06:30:17 EST


On 2/5/26 12:18, Alice Ryhl wrote:
On Thu, Feb 05, 2026 at 12:12:23PM +0100, David Hildenbrand (arm) wrote:
On 2/5/26 12:04, Alice Ryhl wrote:

I just tried to match other symbols in the same file.

We were probably a bit too sloppy with some of these in the past. But:

davhil01@e142025:~/git/linux$ grep -c "EXPORT_SYMBOL(" mm/memory.c
12
davhil01@e142025:~/git/linux$ grep -c "EXPORT_SYMBOL_GPL(" mm/memory.c
10

So just go with EXPORT_SYMBOL_GPL unless there is a good reason why not.

Sounds good, I'll do that in the next version.

Feel free to add my

Acked-by: David Hildenbrand (arm) <david@xxxxxxxxxx>

--
Cheers,

David