On 2022-10-04 11:49, kernel test robot wrote:
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git pending-fixes branch HEAD: 37b3c1c31342cdb8ee57f80a3a78cfe651a3f2ae Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git Error/Warning reports: https://lore.kernel.org/linux-mm/202210041036.f84z3tBl-lkp@xxxxxxxxx Error/Warning: (recently discovered and may have been fixed) arch/sparc/mm/srmmu.c:1662:25: error: too few arguments to function 'xc1' arch/sparc/mm/srmmu.c:1662:30: error: 'smpfunc_t' undeclared (first use in this function); did you mean 'cmp_func_t'? arch/sparc/mm/srmmu.c:1662:40: error: expected ')' before 'local_ops' arch/sparc/mm/srmmu.c:1694:25: error: too few arguments to function 'xc3' arch/sparc/mm/srmmu.c:1726:25: error: too few arguments to function 'xc2'
Commit 2d2b17d08bfc ("sparc: Unbreak the build") in linux-next/pending-fixes is missing a number of changes to arch/sparc/mm/srmmu.c that was done in commit 17006e86a764 ("sparc: Unbreak the build") in the master branch.
-- Andreas Larsson