linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [linux-next:pending-fixes] BUILD REGRESSION 37b3c1c31342cdb8ee57f80a3a78cfe651a3f2ae
@ 2022-10-04  9:49 kernel test robot
  2022-10-04 13:57 ` Andreas Larsson
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2022-10-04  9:49 UTC (permalink / raw)
  To: Andrew Morton; +Cc: sparclinux, Linux Memory Management List

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@intel.com

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'

Error/Warning ids grouped by kconfigs:

gcc_recent_errors
`-- sparc-randconfig-r005-20221002
    |-- arch-sparc-mm-srmmu.c:error:expected-)-before-local_ops
    |-- arch-sparc-mm-srmmu.c:error:smpfunc_t-undeclared-(first-use-in-this-function)
    |-- arch-sparc-mm-srmmu.c:error:too-few-arguments-to-function-xc1
    |-- arch-sparc-mm-srmmu.c:error:too-few-arguments-to-function-xc2
    `-- arch-sparc-mm-srmmu.c:error:too-few-arguments-to-function-xc3

elapsed time: 721m

configs tested: 64
configs skipped: 2

gcc tested configs:
um                           x86_64_defconfig
arc                                 defconfig
um                             i386_defconfig
alpha                               defconfig
i386                                defconfig
s390                                defconfig
x86_64                              defconfig
x86_64                           rhel-8.3-syz
s390                             allmodconfig
x86_64                         rhel-8.3-kunit
m68k                             allmodconfig
x86_64                           rhel-8.3-kvm
x86_64                               rhel-8.3
powerpc                           allnoconfig
x86_64                          rhel-8.3-func
arm                                 defconfig
arc                              allyesconfig
i386                 randconfig-a014-20221003
x86_64                    rhel-8.3-kselftests
alpha                            allyesconfig
i386                 randconfig-a011-20221003
arm                              allyesconfig
s390                             allyesconfig
i386                 randconfig-a012-20221003
x86_64                           allyesconfig
m68k                             allyesconfig
i386                 randconfig-a013-20221003
arm64                            allyesconfig
i386                 randconfig-a015-20221003
i386                 randconfig-a016-20221003
ia64                             allmodconfig
i386                             allyesconfig
riscv                randconfig-r042-20221003
x86_64               randconfig-a013-20221003
arc                  randconfig-r043-20221003
x86_64               randconfig-a011-20221003
x86_64               randconfig-a015-20221003
arc                  randconfig-r043-20221002
x86_64               randconfig-a012-20221003
s390                 randconfig-r044-20221003
x86_64               randconfig-a016-20221003
x86_64               randconfig-a014-20221003
sh                               allmodconfig
mips                             allyesconfig
powerpc                          allmodconfig

clang tested configs:
i386                 randconfig-a003-20221003
i386                 randconfig-a002-20221003
i386                 randconfig-a001-20221003
i386                 randconfig-a004-20221003
i386                 randconfig-a005-20221003
hexagon              randconfig-r041-20221003
i386                 randconfig-a006-20221003
riscv                randconfig-r042-20221002
hexagon              randconfig-r041-20221002
x86_64               randconfig-a003-20221003
x86_64               randconfig-a002-20221003
s390                 randconfig-r044-20221002
x86_64               randconfig-a001-20221003
x86_64               randconfig-a004-20221003
x86_64               randconfig-a006-20221003
x86_64               randconfig-a005-20221003
hexagon              randconfig-r045-20221002
hexagon              randconfig-r045-20221003
x86_64                          rhel-8.3-rust

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [linux-next:pending-fixes] BUILD REGRESSION 37b3c1c31342cdb8ee57f80a3a78cfe651a3f2ae
  2022-10-04  9:49 [linux-next:pending-fixes] BUILD REGRESSION 37b3c1c31342cdb8ee57f80a3a78cfe651a3f2ae kernel test robot
@ 2022-10-04 13:57 ` Andreas Larsson
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Larsson @ 2022-10-04 13:57 UTC (permalink / raw)
  To: kernel test robot, Andrew Morton; +Cc: sparclinux, Linux Memory Management List

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@intel.com
> 
> 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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-04 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-04  9:49 [linux-next:pending-fixes] BUILD REGRESSION 37b3c1c31342cdb8ee57f80a3a78cfe651a3f2ae kernel test robot
2022-10-04 13:57 ` Andreas Larsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox