]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
alpha: add missing address argument in call to page_table_check_pte_clear()
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 13 Feb 2026 07:35:14 +0000 (08:35 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Feb 2026 18:44:31 +0000 (10:44 -0800)
commitcd7a5651db263b5384aef1950898e5e889425134
tree964ef582b147b7b9149328905ff56bc3bee0d071
parentcee73b1e840c154f64ace682cb477c1ae2e29cc4
alpha: add missing address argument in call to page_table_check_pte_clear()

After the merge of the alpha and mm trees, this code does not compile,
as a parameter is missing in a call to page_table_check_pte_clear().

The parameter was re-added in commit d7b4b67eb6b3 ("mm/page_table_check:
reinstate address parameter in [__]page_table_check_pte_clear()").
The alpha-specific code was newly added in commit dd5712f3379c ("alpha:
fix user-space corruption during memory compaction").

Fixes: 4cff5c05e076 ("Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm")
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Magnus Lindholm <linmag7@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/alpha/include/asm/pgtable.h