Re: [PATCHv5 1/3] powerpc/setup: Loosen the mapping between cpu logical id and its seq in dt

2023-09-08 Thread kernel test robot
Hi Pingfan,

kernel test robot noticed the following build errors:

[auto build test ERROR on powerpc/fixes]
[also build test ERROR on linus/master v6.5 next-20230908]
[cannot apply to powerpc/next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Pingfan-Liu/powerpc-setup-Loosen-the-mapping-between-cpu-logical-id-and-its-seq-in-dt/20230908-222430
base:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git fixes
patch link:
https://lore.kernel.org/r/20230908141941.13660-2-piliu%40redhat.com
patch subject: [PATCHv5 1/3] powerpc/setup: Loosen the mapping between cpu 
logical id and its seq in dt
config: powerpc-allnoconfig 
(https://download.01.org/0day-ci/archive/20230908/202309082357.fumbmhc4-...@intel.com/config)
compiler: powerpc-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20230908/202309082357.fumbmhc4-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202309082357.fumbmhc4-...@intel.com/

All errors (new ones prefixed by >>):

   arch/powerpc/kernel/prom.c: In function 'early_init_dt_scan_cpus':
   arch/powerpc/kernel/prom.c:365:44: error: lvalue required as left operand of 
assignment
 365 | nr_cpu_ids = nthreads;
 |^
   arch/powerpc/kernel/prom.c: At top level:
>> arch/powerpc/kernel/prom.c:79:23: error: 'boot_cpu_count' defined but not 
>> used [-Werror=unused-variable]
  79 | static int __initdata boot_cpu_count;
 |   ^~
   cc1: all warnings being treated as errors


vim +/boot_cpu_count +79 arch/powerpc/kernel/prom.c

c1e53367dab15e Srikar Dronamraju  2021-04-15  70  
9b6b563c0d2d25 Paul Mackerras 2005-10-06  71  #ifdef CONFIG_PPC64
28897731318dc8 Olof Johansson 2006-04-12  72  int __initdata 
iommu_is_off;
9b6b563c0d2d25 Paul Mackerras 2005-10-06  73  int __initdata 
iommu_force_on;
cf00a8d18b9a1c Paul Mackerras 2005-10-31  74  unsigned long 
tce_alloc_start, tce_alloc_end;
cd3db0c4ca3d23 Benjamin Herrenschmidt 2010-07-06  75  u64 ppc64_rma_size;
e13d23a404f2e6 Laurent Dufour 2022-11-10  76  unsigned int 
boot_cpu_node_count __ro_after_init;
9b6b563c0d2d25 Paul Mackerras 2005-10-06  77  #endif
03bf469add176a Benjamin Herrenschmidt 2011-05-11  78  static phys_addr_t 
first_memblock_size;
7ac87abb8166b9 Matt Evans 2011-05-25 @79  static int __initdata 
boot_cpu_count;
9b6b563c0d2d25 Paul Mackerras 2005-10-06  80  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


Re: [PATCHv6 1/3] powerpc/setup: Loosen the mapping between cpu logical id and its seq in dt

2023-09-12 Thread kernel test robot
Hi Pingfan,

kernel test robot noticed the following build errors:

[auto build test ERROR on powerpc/fixes]
[also build test ERROR on linus/master v6.6-rc1 next-20230912]
[cannot apply to powerpc/next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Pingfan-Liu/powerpc-setup-Loosen-the-mapping-between-cpu-logical-id-and-its-seq-in-dt/20230911-213042
base:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git fixes
patch link:
https://lore.kernel.org/r/20230911131855.40738-2-piliu%40redhat.com
patch subject: [PATCHv6 1/3] powerpc/setup: Loosen the mapping between cpu 
logical id and its seq in dt
config: powerpc-randconfig-r032-20230912 
(https://download.01.org/0day-ci/archive/20230913/202309130232.n2rewhbv-...@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 
4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20230913/202309130232.n2rewhbv-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202309130232.n2rewhbv-...@intel.com/

All errors (new ones prefixed by >>):

>> ld.lld: error: undefined symbol: boot_cpu_hwid
   >>> referenced by setup-common.c:0 (arch/powerpc/kernel/setup-common.c:0)
   >>>   arch/powerpc/kernel/setup-common.o:(smp_setup_cpu_maps) in 
archive vmlinux.a
   >>> referenced by setup-common.c:0 (arch/powerpc/kernel/setup-common.c:0)
   >>>   arch/powerpc/kernel/setup-common.o:(smp_setup_cpu_maps) in 
archive vmlinux.a

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[powerpc:topic/ppc-kvm 8/11] arch/powerpc/kvm/guest-state-buffer.c:505: warning: expecting prototype for kvmppc_gsm_init(). Prototype was for kvmppc_gsm_new() instead

2023-09-12 Thread kernel test robot
tree:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
topic/ppc-kvm
head:   5af8497e01ed97410b2f19ca8320a3bcdcfe267b
commit: c531e958f40241e921456e7b77574a25f713a2e5 [8/11] KVM: PPC: Add helper 
library for Guest State Buffers
config: powerpc-ppc64_defconfig 
(https://download.01.org/0day-ci/archive/20230913/202309130700.eru2idwo-...@intel.com/config)
compiler: powerpc64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20230913/202309130700.eru2idwo-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202309130700.eru2idwo-...@intel.com/

All warnings (new ones prefixed by >>):

>> arch/powerpc/kvm/guest-state-buffer.c:505: warning: expecting prototype for 
>> kvmppc_gsm_init(). Prototype was for kvmppc_gsm_new() instead
>> arch/powerpc/kvm/guest-state-buffer.c:565: warning: expecting prototype for 
>> kvmppc_gsm_fill_info(). Prototype was for kvmppc_gsm_refresh_info() instead


vim +505 arch/powerpc/kvm/guest-state-buffer.c

   493  
   494  /**
   495   * kvmppc_gsm_init() - creates a new guest state message
   496   * @ops: callbacks
   497   * @data: private data
   498   * @flags: guest wide or thread wide
   499   * @gfp_flags: GFP allocation flags
   500   *
   501   * Returns an initialized guest state message.
   502   */
   503  struct kvmppc_gs_msg *kvmppc_gsm_new(struct kvmppc_gs_msg_ops *ops, 
void *data,
   504   unsigned long flags, gfp_t 
gfp_flags)
 > 505  {
   506  struct kvmppc_gs_msg *gsm;
   507  
   508  gsm = kzalloc(sizeof(*gsm), gfp_flags);
   509  if (!gsm)
   510  return NULL;
   511  
   512  kvmppc_gsm_init(gsm, ops, data, flags);
   513  
   514  return gsm;
   515  }
   516  EXPORT_SYMBOL_GPL(kvmppc_gsm_new);
   517  
   518  /**
   519   * kvmppc_gsm_size() - creates a new guest state message
   520   * @gsm: self
   521   *
   522   * Returns the size required for the message.
   523   */
   524  size_t kvmppc_gsm_size(struct kvmppc_gs_msg *gsm)
   525  {
   526  if (gsm->ops->get_size)
   527  return gsm->ops->get_size(gsm);
   528  return 0;
   529  }
   530  EXPORT_SYMBOL_GPL(kvmppc_gsm_size);
   531  
   532  /**
   533   * kvmppc_gsm_free() - free guest state message
   534   * @gsm: guest state message
   535   *
   536   * Returns the size required for the message.
   537   */
   538  void kvmppc_gsm_free(struct kvmppc_gs_msg *gsm)
   539  {
   540  kfree(gsm);
   541  }
   542  EXPORT_SYMBOL_GPL(kvmppc_gsm_free);
   543  
   544  /**
   545   * kvmppc_gsm_fill_info() - serialises message to guest state buffer 
format
   546   * @gsm: self
   547   * @gsb: buffer to serialise into
   548   */
   549  int kvmppc_gsm_fill_info(struct kvmppc_gs_msg *gsm, struct 
kvmppc_gs_buff *gsb)
   550  {
   551  if (!gsm->ops->fill_info)
   552  return -EINVAL;
   553  
   554  return gsm->ops->fill_info(gsb, gsm);
   555  }
   556  EXPORT_SYMBOL_GPL(kvmppc_gsm_fill_info);
   557  
   558  /**
   559   * kvmppc_gsm_fill_info() - deserialises from guest state buffer
   560   * @gsm: self
   561   * @gsb: buffer to serialise from
   562   */
   563  int kvmppc_gsm_refresh_info(struct kvmppc_gs_msg *gsm,
   564  struct kvmppc_gs_buff *gsb)
 > 565  {

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[powerpc:topic/ppc-kvm 10/11] arch/powerpc/kvm/book3s_hv_nestedv2.c:465:29: error: variable 'amor' set but not used

2023-09-12 Thread kernel test robot
tree:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
topic/ppc-kvm
head:   5af8497e01ed97410b2f19ca8320a3bcdcfe267b
commit: da467d188ec7dd17770d813226cd92329e9b5b3b [10/11] KVM: PPC: Add support 
for nestedv2 guests
config: powerpc-ppc64_defconfig 
(https://download.01.org/0day-ci/archive/20230913/202309130935.bj7eusw4-...@intel.com/config)
compiler: powerpc64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20230913/202309130935.bj7eusw4-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202309130935.bj7eusw4-...@intel.com/

All errors (new ones prefixed by >>):

   arch/powerpc/kvm/book3s_hv_nestedv2.c: In function 
'gs_msg_ops_vcpu_refresh_info':
>> arch/powerpc/kvm/book3s_hv_nestedv2.c:465:29: error: variable 'amor' set but 
>> not used [-Werror=unused-but-set-variable]
 465 | u64 amor;
 | ^~~~
   cc1: all warnings being treated as errors


vim +/amor +465 arch/powerpc/kvm/book3s_hv_nestedv2.c

   361  
   362  static int gs_msg_ops_vcpu_refresh_info(struct kvmppc_gs_msg *gsm,
   363  struct kvmppc_gs_buff *gsb)
   364  {
   365  struct kvmppc_gs_parser gsp = { 0 };
   366  struct kvmhv_nestedv2_io *io;
   367  struct kvmppc_gs_bitmap *valids;
   368  struct kvm_vcpu *vcpu;
   369  struct kvmppc_gs_elem *gse;
   370  vector128 v;
   371  int rc, i;
   372  u16 iden;
   373  
   374  vcpu = gsm->data;
   375  
   376  rc = kvmppc_gse_parse(&gsp, gsb);
   377  if (rc < 0)
   378  return rc;
   379  
   380  io = &vcpu->arch.nestedv2_io;
   381  valids = &io->valids;
   382  
   383  kvmppc_gsp_for_each(&gsp, iden, gse)
   384  {
   385  switch (iden) {
   386  case KVMPPC_GSID_DSCR:
   387  vcpu->arch.dscr = kvmppc_gse_get_u64(gse);
   388  break;
   389  case KVMPPC_GSID_MMCRA:
   390  vcpu->arch.mmcra = kvmppc_gse_get_u64(gse);
   391  break;
   392  case KVMPPC_GSID_HFSCR:
   393  vcpu->arch.hfscr = kvmppc_gse_get_u64(gse);
   394  break;
   395  case KVMPPC_GSID_PURR:
   396  vcpu->arch.purr = kvmppc_gse_get_u64(gse);
   397  break;
   398  case KVMPPC_GSID_SPURR:
   399  vcpu->arch.spurr = kvmppc_gse_get_u64(gse);
   400  break;
   401  case KVMPPC_GSID_AMR:
   402  vcpu->arch.amr = kvmppc_gse_get_u64(gse);
   403  break;
   404  case KVMPPC_GSID_UAMOR:
   405  vcpu->arch.uamor = kvmppc_gse_get_u64(gse);
   406  break;
   407  case KVMPPC_GSID_SIAR:
   408  vcpu->arch.siar = kvmppc_gse_get_u64(gse);
   409  break;
   410  case KVMPPC_GSID_SDAR:
   411  vcpu->arch.sdar = kvmppc_gse_get_u64(gse);
   412  break;
   413  case KVMPPC_GSID_IAMR:
   414  vcpu->arch.iamr = kvmppc_gse_get_u64(gse);
   415  break;
   416  case KVMPPC_GSID_DAWR0:
   417  vcpu->arch.dawr0 = kvmppc_gse_get_u64(gse);
   418  break;
   419  case KVMPPC_GSID_DAWR1:
   420  vcpu->arch.dawr1 = kvmppc_gse_get_u64(gse);
   421  break;
   422  case KVMPPC_GSID_DAWRX0:
   423  vcpu->arch.dawrx0 = kvmppc_gse_get_u32(gse);
   424  break;
   425  case KVMPPC_GSID_DAWRX1:
   426  vcpu->arch.dawrx1 = kvmppc_gse_get_u32(gse);
   427  break;
   428  case KVMPPC_GSID_CIABR:
   429  vcpu->arch.ciabr = kvmppc_gse_get_u64(gse);
   430  break;
   431  case KVMPPC_GSID_WORT:
   432  vcpu->arch.wort = kvmppc_gse_get_u32(gse);
   433  break;
   434  case KVMPPC_GSID_PPR:
   435  vcpu->arch.ppr = kvmppc_gse_get_u64(gse);
   436  break;
   437 

[powerpc:topic/ppc-kvm] BUILD REGRESSION 5af8497e01ed97410b2f19ca8320a3bcdcfe267b

2023-09-12 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
topic/ppc-kvm
branch HEAD: 5af8497e01ed97410b2f19ca8320a3bcdcfe267b  docs: powerpc: Document 
nested KVM on POWER

Error/Warning reports:

https://lore.kernel.org/oe-kbuild-all/202309130700.eru2idwo-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202309130935.bj7eusw4-...@intel.com

Error/Warning: (recently discovered and may have been fixed)

arch/powerpc/kvm/book3s_hv_nestedv2.c:465:29: error: variable 'amor' set but 
not used [-Werror=unused-but-set-variable]
arch/powerpc/kvm/guest-state-buffer.c:505: warning: expecting prototype for 
kvmppc_gsm_init(). Prototype was for kvmppc_gsm_new() instead
arch/powerpc/kvm/guest-state-buffer.c:565: warning: expecting prototype for 
kvmppc_gsm_fill_info(). Prototype was for kvmppc_gsm_refresh_info() instead

Error/Warning ids grouped by kconfigs:

gcc_recent_errors
`-- powerpc-ppc64_defconfig
|-- 
arch-powerpc-kvm-book3s_hv_nestedv2.c:error:variable-amor-set-but-not-used
|-- 
arch-powerpc-kvm-guest-state-buffer.c:warning:expecting-prototype-for-kvmppc_gsm_fill_info().-Prototype-was-for-kvmppc_gsm_refresh_info()-instead
`-- 
arch-powerpc-kvm-guest-state-buffer.c:warning:expecting-prototype-for-kvmppc_gsm_init().-Prototype-was-for-kvmppc_gsm_new()-instead

elapsed time: 887m

configs tested: 220
configs skipped: 2

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
alpharandconfig-r021-20230913   gcc  
alpharandconfig-r023-20230913   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc  axs103_defconfig   gcc  
arc defconfig   gcc  
arc nsimosci_hs_defconfig   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm lpc18xx_defconfig   gcc  
arm   omap1_defconfig   clang
arm  randconfig-r016-20230913   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64randconfig-r012-20230913   clang
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
csky randconfig-r006-20230913   gcc  
csky randconfig-r013-20230912   gcc  
csky randconfig-r025-20230913   gcc  
hexagon   randconfig-001-20230913   clang
hexagon   randconfig-002-20230913   clang
hexagon  randconfig-r003-20230913   clang
hexagon  randconfig-r036-20230912   clang
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20230913   gcc  
i386 buildonly-randconfig-002-20230913   gcc  
i386 buildonly-randconfig-003-20230913   gcc  
i386 buildonly-randconfig-004-20230913   gcc  
i386 buildonly-randconfig-005-20230913   gcc  
i386 buildonly-randconfig-006-20230913   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20230913   gcc  
i386  randconfig-002-20230913   gcc  
i386  randconfig-003-20230913   gcc  
i386  randconfig-004-20230913   gcc  
i386  randconfig-005-20230913   gcc  
i386  randconfig-006-20230913   gcc  
i386  randconfig-011-20230913   clang
i386  randconfig-012-20230913   clang
i386  randconfig-013-20230913   clang
i386  randconfig-014-20230913   clang
i386  randconfig-015-20230913   clang
i386  randconfig-016-20230913   clang
i386 randconfig-r004-20230913   gcc  
i386 randconfig-r006-20230913   gcc  
i386 randconfig-r031-20230912   clang
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20230912   gcc  
loongarch randconfig-001-20230913   gcc  
loongarchrandconfig-r002-20230

Re: [PATCH v1 07/19] powerpc: Untangle fixmap.h and pgtable.h and mmu.h

2023-09-13 Thread kernel test robot
Hi Christophe,

kernel test robot noticed the following build errors:

[auto build test ERROR on linus/master]
[also build test ERROR on v6.6-rc1 next-20230913]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Christophe-Leroy/powerpc-8xx-Fix-pte_access_permitted-for-PAGE_NONE/20230912-031616
base:   linus/master
patch link:
https://lore.kernel.org/r/c94717708db817a0a0a6349431a2701252686899.1694443576.git.christophe.leroy%40csgroup.eu
patch subject: [PATCH v1 07/19] powerpc: Untangle fixmap.h and pgtable.h and 
mmu.h
config: powerpc-randconfig-r013-20230912 
(https://download.01.org/0day-ci/archive/20230913/202309131942.k7ezjho8-...@intel.com/config)
compiler: powerpc-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20230913/202309131942.k7ezjho8-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202309131942.k7ezjho8-...@intel.com/

All errors (new ones prefixed by >>):

   arch/powerpc/platforms/83xx/misc.c: In function 'mpc83xx_setup_arch':
>> arch/powerpc/platforms/83xx/misc.c:126:28: error: implicit declaration of 
>> function 'fix_to_virt'; did you mean 'bus_to_virt'? 
>> [-Werror=implicit-function-declaration]
 126 | unsigned long va = fix_to_virt(FIX_IMMR_BASE);
 |^~~
 |bus_to_virt
>> arch/powerpc/platforms/83xx/misc.c:126:40: error: 'FIX_IMMR_BASE' undeclared 
>> (first use in this function)
 126 | unsigned long va = fix_to_virt(FIX_IMMR_BASE);
 |^
   arch/powerpc/platforms/83xx/misc.c:126:40: note: each undeclared identifier 
is reported only once for each function it appears in
   cc1: all warnings being treated as errors

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for HOTPLUG_CPU
   Depends on [n]: SMP [=y] && (PPC_PSERIES [=n] || PPC_PMAC [=n] || 
PPC_POWERNV [=n] || FSL_SOC_BOOKE [=n])
   Selected by [y]:
   - PM_SLEEP_SMP [=y] && SMP [=y] && (ARCH_SUSPEND_POSSIBLE [=y] || 
ARCH_HIBERNATION_POSSIBLE [=y]) && PM_SLEEP [=y]


vim +/FIX_IMMR_BASE +126 arch/powerpc/platforms/83xx/misc.c

fff69fd03d1290 Kevin Hao2016-08-23  121  
fff69fd03d1290 Kevin Hao2016-08-23  122  void __init 
mpc83xx_setup_arch(void)
fff69fd03d1290 Kevin Hao2016-08-23  123  {
6b7c095a51e1ba Christophe Leroy 2019-09-16  124 phys_addr_t immrbase = 
get_immrbase();
6b7c095a51e1ba Christophe Leroy 2019-09-16  125 int immrsize = 
IS_ALIGNED(immrbase, SZ_2M) ? SZ_2M : SZ_1M;
6b7c095a51e1ba Christophe Leroy 2019-09-16 @126 unsigned long va = 
fix_to_virt(FIX_IMMR_BASE);
6b7c095a51e1ba Christophe Leroy 2019-09-16  127  
1ce844973bb516 Christophe Leroy 2022-06-14  128 if (ppc_md.progress)
1ce844973bb516 Christophe Leroy 2022-06-14  129 
ppc_md.progress("mpc83xx_setup_arch()", 0);
1ce844973bb516 Christophe Leroy 2022-06-14  130  
6b7c095a51e1ba Christophe Leroy 2019-09-16  131 setbat(-1, va, 
immrbase, immrsize, PAGE_KERNEL_NCG);
6b7c095a51e1ba Christophe Leroy 2019-09-16  132 update_bats();
6b7c095a51e1ba Christophe Leroy 2019-09-16  133  }
0deae39cec6dab Christophe Leroy 2018-12-10  134  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[powerpc:topic/ppc-kvm] BUILD SUCCESS 476652297f94a2e5e5ef29e734b0da37ade94110

2023-09-15 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
topic/ppc-kvm
branch HEAD: 476652297f94a2e5e5ef29e734b0da37ade94110  docs: powerpc: Document 
nested KVM on POWER

elapsed time: 727m

configs tested: 141
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20230915   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm  pxa3xx_defconfig   gcc  
arm   randconfig-001-20230915   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20230915   gcc  
i386 buildonly-randconfig-002-20230915   gcc  
i386 buildonly-randconfig-003-20230915   gcc  
i386 buildonly-randconfig-004-20230915   gcc  
i386 buildonly-randconfig-005-20230915   gcc  
i386 buildonly-randconfig-006-20230915   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20230915   gcc  
i386  randconfig-002-20230915   gcc  
i386  randconfig-003-20230915   gcc  
i386  randconfig-004-20230915   gcc  
i386  randconfig-005-20230915   gcc  
i386  randconfig-006-20230915   gcc  
i386  randconfig-011-20230915   gcc  
i386  randconfig-012-20230915   gcc  
i386  randconfig-013-20230915   gcc  
i386  randconfig-014-20230915   gcc  
i386  randconfig-015-20230915   gcc  
i386  randconfig-016-20230915   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20230915   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68k   bvme6000_defconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips  loongson3_defconfig   gcc  
mips   xway_defconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscv randconfig-001-20230915   gcc  
riscv  r

[powerpc:merge] BUILD SUCCESS f62b34b2c9b793a23afd472ca2fece44e95231d8

2023-09-17 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: f62b34b2c9b793a23afd472ca2fece44e95231d8  Automatic merge of 
'master' into merge (2023-09-16 21:01)

elapsed time: 724m

configs tested: 155
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20230917   gcc  
arc   tb10x_defconfig   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   netwinder_defconfig   clang
arm   randconfig-001-20230917   gcc  
arm   sama5_defconfig   gcc  
armvexpress_defconfig   clang
arm wpcm450_defconfig   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   clang
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20230917   gcc  
i386 buildonly-randconfig-002-20230917   gcc  
i386 buildonly-randconfig-003-20230917   gcc  
i386 buildonly-randconfig-004-20230917   gcc  
i386 buildonly-randconfig-005-20230917   gcc  
i386 buildonly-randconfig-006-20230917   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-006-20230917   gcc  
i386  randconfig-011-20230917   gcc  
i386  randconfig-012-20230917   gcc  
i386  randconfig-013-20230917   gcc  
i386  randconfig-014-20230917   gcc  
i386  randconfig-015-20230917   gcc  
i386  randconfig-016-20230917   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20230917   gcc  
m68k alldefconfig   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mipsar7_defconfig   gcc  
mips bigsur_defconfig   gcc  
mips   jazz_defconfig   gcc  
mips loongson1b_defconfig   gcc  
nios2alldefconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc alldefconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
openriscor1ksim_defconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
powerpc   

[powerpc:next-test] BUILD SUCCESS 7258f4986cbcf5f9c5e794f81721c8f46b1d40d1

2023-09-17 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next-test
branch HEAD: 7258f4986cbcf5f9c5e794f81721c8f46b1d40d1  powerpc/configs: Set 
more PPC debug configs

elapsed time: 724m

configs tested: 171
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20230917   gcc  
arc   tb10x_defconfig   gcc  
arm  alldefconfig   clang
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   imxrt_defconfig   gcc  
arm lpc18xx_defconfig   gcc  
arm orion5x_defconfig   clang
arm pxa_defconfig   gcc  
arm   randconfig-001-20230917   gcc  
arm   sama5_defconfig   gcc  
armspear6xx_defconfig   gcc  
arm   u8500_defconfig   gcc  
arm wpcm450_defconfig   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   clang
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20230917   gcc  
i386 buildonly-randconfig-002-20230917   gcc  
i386 buildonly-randconfig-003-20230917   gcc  
i386 buildonly-randconfig-004-20230917   gcc  
i386 buildonly-randconfig-005-20230917   gcc  
i386 buildonly-randconfig-006-20230917   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20230917   gcc  
i386  randconfig-002-20230917   gcc  
i386  randconfig-003-20230917   gcc  
i386  randconfig-004-20230917   gcc  
i386  randconfig-005-20230917   gcc  
i386  randconfig-006-20230917   gcc  
i386  randconfig-011-20230917   gcc  
i386  randconfig-012-20230917   gcc  
i386  randconfig-013-20230917   gcc  
i386  randconfig-014-20230917   gcc  
i386  randconfig-015-20230917   gcc  
i386  randconfig-016-20230917   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20230917   gcc  
m68k alldefconfig   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68km5307c3_defconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   clang
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips bigsur_defconfig   gcc  
mips decstation_defconfig   gcc  
mips  maltaaprp_defconfig   clang
nios2alldefconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openrisc

[powerpc:fixes-test] BUILD SUCCESS 1174ea047a350ba2e1294131aa14046675ab45fd

2023-09-17 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: 1174ea047a350ba2e1294131aa14046675ab45fd  powerpc/dexcr: Move 
HASHCHK trap handler

elapsed time: 724m

configs tested: 32
configs skipped: 158

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
arm  alldefconfig   clang
arm   imxrt_defconfig   gcc  
arm orion5x_defconfig   clang
arm pxa_defconfig   gcc  
armspear6xx_defconfig   gcc  
m68kdefconfig   gcc  
m68km5307c3_defconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  maltaaprp_defconfig   clang
parisc   allyesconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
powerpc   ebony_defconfig   clang
powerpc  mpc885_ads_defconfig   clang
riscvallmodconfig   gcc  
sh   se7751_defconfig   gcc  
shsh7757lcr_defconfig   gcc  
um  defconfig   gcc  
x86_64allnoconfig   gcc  
x86_64   allyesconfig   gcc  
x86_64  defconfig   gcc  
x86_64  kexec   gcc  
x86_64   rhel-8.3-bpf   gcc  
x86_64  rhel-8.3-func   gcc  
x86_64rhel-8.3-kselftests   gcc  
x86_64 rhel-8.3-kunit   gcc  
x86_64   rhel-8.3-ltp   gcc  
x86_64   rhel-8.3   gcc  
xtensaallnoconfig   gcc  
xtensa   allyesconfig   gcc  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[powerpc:fixes-test] BUILD SUCCESS c3f4309693758b13fbb34b3741c2e2801ad28769

2023-09-18 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: c3f4309693758b13fbb34b3741c2e2801ad28769  powerpc/dexcr: Move 
HASHCHK trap handler

elapsed time: 727m

configs tested: 146
configs skipped: 161

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
archsdk_defconfig   gcc  
arcnsim_700_defconfig   gcc  
arc   randconfig-001-20230919   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm assabet_defconfig   gcc  
armclps711x_defconfig   gcc  
arm defconfig   gcc  
arm  exynos_defconfig   gcc  
arm  footbridge_defconfig   gcc  
arm   randconfig-001-20230919   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 buildonly-randconfig-001-20230919   gcc  
i386 buildonly-randconfig-002-20230919   gcc  
i386 buildonly-randconfig-003-20230919   gcc  
i386 buildonly-randconfig-004-20230919   gcc  
i386 buildonly-randconfig-005-20230919   gcc  
i386 buildonly-randconfig-006-20230919   gcc  
i386  randconfig-001-20230919   gcc  
i386  randconfig-002-20230919   gcc  
i386  randconfig-003-20230919   gcc  
i386  randconfig-004-20230919   gcc  
i386  randconfig-005-20230919   gcc  
i386  randconfig-006-20230919   gcc  
i386  randconfig-011-20230919   gcc  
i386  randconfig-012-20230919   gcc  
i386  randconfig-013-20230919   gcc  
i386  randconfig-014-20230919   gcc  
i386  randconfig-015-20230919   gcc  
i386  randconfig-016-20230919   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20230919   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
powerpc  bamboo_defconfig   gcc  
powerpc mpc834x_itx_defconfig   gcc  
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscv randconfig-001-20230919   gcc  
riscv  rv32_defconfig   gcc  
s390 all

[powerpc:merge] BUILD SUCCESS 02e81f784e0b24ab2d6ec1b2dbf3e319187db74c

2023-09-18 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: 02e81f784e0b24ab2d6ec1b2dbf3e319187db74c  powerpc/ci: Usage Fedora 
38 for all builds

elapsed time: 743m

configs tested: 151
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20230918   gcc  
arc   randconfig-001-20230919   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm bcm2835_defconfig   clang
arm defconfig   gcc  
arm   omap1_defconfig   clang
arm   randconfig-001-20230918   gcc  
arm   stm32_defconfig   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20230919   gcc  
i386 buildonly-randconfig-002-20230919   gcc  
i386 buildonly-randconfig-003-20230919   gcc  
i386 buildonly-randconfig-004-20230919   gcc  
i386 buildonly-randconfig-005-20230919   gcc  
i386 buildonly-randconfig-006-20230919   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20230918   gcc  
i386  randconfig-002-20230918   gcc  
i386  randconfig-003-20230918   gcc  
i386  randconfig-004-20230918   gcc  
i386  randconfig-005-20230918   gcc  
i386  randconfig-006-20230918   gcc  
i386  randconfig-011-20230918   gcc  
i386  randconfig-012-20230918   gcc  
i386  randconfig-013-20230918   gcc  
i386  randconfig-014-20230918   gcc  
i386  randconfig-015-20230918   gcc  
i386  randconfig-016-20230918   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20230918   gcc  
loongarch randconfig-001-20230919   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips   sb1250_swarm_defconfig   clang
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
powerpc linkstation_defconfig   gcc  
powerpc   lite5200b_defconfig   clang
powerpc  ppc40x_defconfig   gcc  
powerpc wii_defco

[powerpc:next] BUILD SUCCESS ff25ad0aa280012eda5699713a9f0b468a1d6e4e

2023-09-18 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next
branch HEAD: ff25ad0aa280012eda5699713a9f0b468a1d6e4e  powerpc/configs: Set 
more PPC debug configs

elapsed time: 873m

configs tested: 167
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
archsdk_defconfig   gcc  
arc   randconfig-001-20230918   gcc  
arc   randconfig-001-20230919   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm assabet_defconfig   gcc  
arm defconfig   gcc  
arm  footbridge_defconfig   gcc  
arm   randconfig-001-20230918   gcc  
arm   randconfig-001-20230919   gcc  
arm   stm32_defconfig   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20230919   gcc  
i386 buildonly-randconfig-002-20230919   gcc  
i386 buildonly-randconfig-003-20230919   gcc  
i386 buildonly-randconfig-004-20230919   gcc  
i386 buildonly-randconfig-005-20230919   gcc  
i386 buildonly-randconfig-006-20230919   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20230919   gcc  
i386  randconfig-002-20230919   gcc  
i386  randconfig-003-20230919   gcc  
i386  randconfig-004-20230919   gcc  
i386  randconfig-005-20230919   gcc  
i386  randconfig-006-20230919   gcc  
i386  randconfig-011-20230919   gcc  
i386  randconfig-012-20230919   gcc  
i386  randconfig-013-20230919   gcc  
i386  randconfig-014-20230919   gcc  
i386  randconfig-015-20230919   gcc  
i386  randconfig-016-20230919   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20230918   gcc  
loongarch randconfig-001-20230919   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68k amcore_defconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
openrisc   virt_defconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
powerpc linkstation_defco

[powerpc:merge] BUILD SUCCESS 7c9749edebd772b65aae2d616aa538f26f054c30

2023-09-21 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: 7c9749edebd772b65aae2d616aa538f26f054c30  Automatic merge of 
'next' into merge (2023-09-21 19:35)

elapsed time: 929m

configs tested: 136
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20230921   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   randconfig-001-20230921   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20230921   gcc  
i386 buildonly-randconfig-002-20230921   gcc  
i386 buildonly-randconfig-003-20230921   gcc  
i386 buildonly-randconfig-004-20230921   gcc  
i386 buildonly-randconfig-005-20230921   gcc  
i386 buildonly-randconfig-006-20230921   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20230921   gcc  
i386  randconfig-002-20230921   gcc  
i386  randconfig-003-20230921   gcc  
i386  randconfig-004-20230921   gcc  
i386  randconfig-005-20230921   gcc  
i386  randconfig-006-20230921   gcc  
i386  randconfig-011-20230921   gcc  
i386  randconfig-012-20230921   gcc  
i386  randconfig-013-20230921   gcc  
i386  randconfig-014-20230921   gcc  
i386  randconfig-015-20230921   gcc  
i386  randconfig-016-20230921   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20230921   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscv randconfig-001-20230921   gcc  
riscv  rv32_defconfig   gcc  
s390 allmodconfig   gcc  
s390  allnoconfig   gcc  
s390 allyesconfig   gcc  
s390

[powerpc:next] BUILD SUCCESS c945e6f453a361b0e9daddd2be9c099d1b80d6f8

2023-09-22 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next
branch HEAD: c945e6f453a361b0e9daddd2be9c099d1b80d6f8  powerpc/configs: Remove 
ReiserFS from defconfig

elapsed time: 1346m

configs tested: 177
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20230921   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   randconfig-001-20230921   gcc  
arm   randconfig-001-20230922   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20230921   gcc  
i386 buildonly-randconfig-001-20230922   gcc  
i386 buildonly-randconfig-002-20230921   gcc  
i386 buildonly-randconfig-002-20230922   gcc  
i386 buildonly-randconfig-003-20230921   gcc  
i386 buildonly-randconfig-003-20230922   gcc  
i386 buildonly-randconfig-004-20230921   gcc  
i386 buildonly-randconfig-004-20230922   gcc  
i386 buildonly-randconfig-005-20230921   gcc  
i386 buildonly-randconfig-005-20230922   gcc  
i386 buildonly-randconfig-006-20230921   gcc  
i386 buildonly-randconfig-006-20230922   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20230921   gcc  
i386  randconfig-001-20230922   gcc  
i386  randconfig-002-20230921   gcc  
i386  randconfig-002-20230922   gcc  
i386  randconfig-003-20230921   gcc  
i386  randconfig-003-20230922   gcc  
i386  randconfig-004-20230921   gcc  
i386  randconfig-004-20230922   gcc  
i386  randconfig-005-20230921   gcc  
i386  randconfig-005-20230922   gcc  
i386  randconfig-006-20230921   gcc  
i386  randconfig-006-20230922   gcc  
i386  randconfig-011-20230921   gcc  
i386  randconfig-011-20230922   gcc  
i386  randconfig-012-20230921   gcc  
i386  randconfig-012-20230922   gcc  
i386  randconfig-013-20230921   gcc  
i386  randconfig-013-20230922   gcc  
i386  randconfig-014-20230921   gcc  
i386  randconfig-014-20230922   gcc  
i386  randconfig-015-20230921   gcc  
i386  randconfig-015-20230922   gcc  
i386  randconfig-016-20230921   gcc  
i386  randconfig-016-20230922   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20230921   gcc  
loongarch randconfig-001-20230922   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  

Re: [PATCH v2 1/1] powerpc: fix a memory leak

2023-09-23 Thread kernel test robot
Hi Yuanjun,

kernel test robot noticed the following build errors:

[auto build test ERROR on linus/master]
[also build test ERROR on v6.6-rc2 next-20230921]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Yuanjun-Gong/powerpc-fix-a-memory-leak/20230915-100832
base:   linus/master
patch link:
https://lore.kernel.org/r/20230915020559.3396566-1-ruc_gongyuanjun%40163.com
patch subject: [PATCH v2 1/1] powerpc: fix a memory leak
config: powerpc-powernv_defconfig 
(https://download.01.org/0day-ci/archive/20230924/202309240954.1h3g2rpy-...@intel.com/config)
compiler: powerpc64le-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20230924/202309240954.1h3g2rpy-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202309240954.1h3g2rpy-...@intel.com/

All errors (new ones prefixed by >>):

   arch/powerpc/platforms/powernv/vas.c: In function 'init_vas_instance':
>> arch/powerpc/platforms/powernv/vas.c:106:17: error: expected ';' before 
>> 'goto'
 106 | goto free_vinst;
 | ^~~~


vim +106 arch/powerpc/platforms/powernv/vas.c

0d17de03ce6a7a Haren Myneni2020-04-15   49  
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   50  static int 
init_vas_instance(struct platform_device *pdev)
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   51  {
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   52  struct device_node *dn 
= pdev->dev.of_node;
c20e1e299d936c Haren Myneni2020-04-15   53  struct vas_instance 
*vinst;
c20e1e299d936c Haren Myneni2020-04-15   54  struct xive_irq_data 
*xd;
c20e1e299d936c Haren Myneni2020-04-15   55  uint32_t chipid, hwirq;
c20e1e299d936c Haren Myneni2020-04-15   56  struct resource *res;
c20e1e299d936c Haren Myneni2020-04-15   57  int rc, cpu, vasid;
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   58  
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   59  rc = 
of_property_read_u32(dn, "ibm,vas-id", &vasid);
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   60  if (rc) {
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   61  pr_err("No 
ibm,vas-id property for %s?\n", pdev->name);
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   62  return -ENODEV;
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   63  }
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   64  
c20e1e299d936c Haren Myneni2020-04-15   65  rc = 
of_property_read_u32(dn, "ibm,chip-id", &chipid);
c20e1e299d936c Haren Myneni2020-04-15   66  if (rc) {
c20e1e299d936c Haren Myneni2020-04-15   67  pr_err("No 
ibm,chip-id property for %s?\n", pdev->name);
c20e1e299d936c Haren Myneni2020-04-15   68  return -ENODEV;
c20e1e299d936c Haren Myneni2020-04-15   69  }
c20e1e299d936c Haren Myneni2020-04-15   70  
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   71  if (pdev->num_resources 
!= 4) {
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   72  
pr_err("Unexpected DT configuration for [%s, %d]\n",
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   73  
pdev->name, vasid);
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   74  return -ENODEV;
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   75  }
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   76  
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   77  vinst = 
kzalloc(sizeof(*vinst), GFP_KERNEL);
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   78  if (!vinst)
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   79  return -ENOMEM;
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   80  
9dd31b11370380 Cédric Le Goater2020-12-12   81  vinst->name = 
kasprintf(GFP_KERNEL, "vas-%d", vasid);
9dd31b11370380 Cédric Le Goater2020-12-12   82  if (!vinst->name) {
9dd31b11370380 Cédric Le Goater2020-12-12   83  kfree(vinst);
9dd31b11370380 Cédric Le Goater2020-12-12   84  return -ENOMEM;
9dd31b11370380 Cédric Le Goater2020-12-12   85  }
9dd31b11370380 Cédric Le Goater2020-12-12   86  
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   87  
INIT_LIST_HEAD(&vinst->node);
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   88  ida_init(&vinst->ida);
4dea2d1a927c61 Sukadev Bhattiprolu 2017-08-28   89  
mutex_init(&vinst->mutex);
4dea2d1a927c61 Sukadev Bhattiprolu 20

[powerpc:fixes-test] BUILD SUCCESS 58b33e78a31782ffe25d404d5eba9a45fe636e27

2023-09-24 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: 58b33e78a31782ffe25d404d5eba9a45fe636e27  selftests/powerpc: Fix 
emit_tests to work with run_kselftest.sh

elapsed time: 3766m

configs tested: 338
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc  axs101_defconfig   gcc  
arc  axs103_smp_defconfig   gcc  
arc defconfig   gcc  
archsdk_defconfig   gcc  
arcnsim_700_defconfig   gcc  
arc nsimosci_hs_defconfig   gcc  
arc   randconfig-001-20230922   gcc  
arc   randconfig-001-20230923   gcc  
arc   randconfig-001-20230924   gcc  
arcvdk_hs38_defconfig   gcc  
arcvdk_hs38_smp_defconfig   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm   aspeed_g4_defconfig   clang
arm defconfig   gcc  
armkeystone_defconfig   gcc  
arm   omap2plus_defconfig   gcc  
arm  pxa910_defconfig   gcc  
arm   randconfig-001-20230922   gcc  
arm   randconfig-001-20230923   gcc  
arm   randconfig-001-20230924   gcc  
arm   randconfig-001-20230925   gcc  
arm rpc_defconfig   gcc  
arm s3c6400_defconfig   gcc  
armshmobile_defconfig   gcc  
arm   u8500_defconfig   gcc  
arm vf610m4_defconfig   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
hexagon   allnoconfig   clang
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20230922   gcc  
i386 buildonly-randconfig-001-20230923   gcc  
i386 buildonly-randconfig-001-20230924   gcc  
i386 buildonly-randconfig-002-20230922   gcc  
i386 buildonly-randconfig-002-20230923   gcc  
i386 buildonly-randconfig-002-20230924   gcc  
i386 buildonly-randconfig-003-20230922   gcc  
i386 buildonly-randconfig-003-20230923   gcc  
i386 buildonly-randconfig-003-20230924   gcc  
i386 buildonly-randconfig-004-20230922   gcc  
i386 buildonly-randconfig-004-20230923   gcc  
i386 buildonly-randconfig-004-20230924   gcc  
i386 buildonly-randconfig-005-20230922   gcc  
i386 buildonly-randconfig-005-20230923   gcc  
i386 buildonly-randconfig-005-20230924   gcc  
i386 buildonly-randconfig-006-20230922   gcc  
i386 buildonly-randconfig-006-20230923   gcc  
i386 buildonly-randconfig-006-20230924   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20230922   gcc  
i386  randconfig-001-20230923   gcc  
i386  randconfig-001-20230924   gcc  
i386  randconfig-001-20230925   gcc  
i386  randconfig-002-20230922   gcc  
i386  randconfig-002-20230923   gcc  
i386  randconfig-002-20230924   gcc  
i386  randconfig-002-20230925   gcc  
i386  randconfig-003-20230922   gcc  
i386  randconfig-003-20230923   gcc  
i386  randconfig-003-20230924   gcc  
i386  randconfig-003-20230925   gcc  
i386  randconfig-004-20230922   gcc  
i386  randconfig-004-20230923   gcc  
i386  randconfig-004-20230924   gcc  
i386  randconfig-004-20230925   gcc  
i386  randconfig-005-20230922   gcc  
i386  randconfig-005-20230923   gcc  
i386  randconfig-005-20230924   gcc  
i3

[powerpc:merge] BUILD SUCCESS 2048fdba5ebe7e010a32b98a2ba4a4e0547334d7

2023-09-24 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: 2048fdba5ebe7e010a32b98a2ba4a4e0547334d7  Automatic merge of 
'master' into merge (2023-09-22 18:04)

elapsed time: 3802m

configs tested: 223
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20230922   gcc  
arc   randconfig-001-20230923   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm assabet_defconfig   gcc  
arm defconfig   gcc  
armkeystone_defconfig   gcc  
arm   randconfig-001-20230922   gcc  
arm   randconfig-001-20230923   gcc  
arm   randconfig-001-20230924   gcc  
arm s3c6400_defconfig   gcc  
arm   sama7_defconfig   clang
arm   stm32_defconfig   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20230922   gcc  
i386 buildonly-randconfig-001-20230923   gcc  
i386 buildonly-randconfig-001-20230924   gcc  
i386 buildonly-randconfig-002-20230922   gcc  
i386 buildonly-randconfig-002-20230923   gcc  
i386 buildonly-randconfig-002-20230924   gcc  
i386 buildonly-randconfig-003-20230922   gcc  
i386 buildonly-randconfig-003-20230923   gcc  
i386 buildonly-randconfig-003-20230924   gcc  
i386 buildonly-randconfig-004-20230922   gcc  
i386 buildonly-randconfig-004-20230924   gcc  
i386 buildonly-randconfig-005-20230922   gcc  
i386 buildonly-randconfig-005-20230923   gcc  
i386 buildonly-randconfig-005-20230924   gcc  
i386 buildonly-randconfig-006-20230922   gcc  
i386 buildonly-randconfig-006-20230924   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20230922   gcc  
i386  randconfig-001-20230923   gcc  
i386  randconfig-001-20230924   gcc  
i386  randconfig-002-20230922   gcc  
i386  randconfig-002-20230924   gcc  
i386  randconfig-003-20230922   gcc  
i386  randconfig-003-20230924   gcc  
i386  randconfig-004-20230922   gcc  
i386  randconfig-004-20230924   gcc  
i386  randconfig-005-20230922   gcc  
i386  randconfig-005-20230923   gcc  
i386  randconfig-005-20230924   gcc  
i386  randconfig-006-20230922   gcc  
i386  randconfig-006-20230923   gcc  
i386  randconfig-006-20230924   gcc  
i386  randconfig-011-20230922   gcc  
i386  randconfig-011-20230923   gcc  
i386  randconfig-011-20230924   gcc  
i386  randconfig-012-20230922   gcc  
i386  randconfig-012-20230924   gcc  
i386  randconfig-013-20230922   gcc  
i386  randconfig-013-20230924   gcc  
i386  randconfig-014-20230922   gcc  
i386  randconfig-014-20230923   gcc  
i386  randconfig-014-20230924   gcc  
i386  randconfig-015-20230922   gcc  
i386  randconfig-015-20230923   gcc  
i386  randconfig-015-20230924   gcc  
i386  randconfig-016-20230922   gcc  
i386  randconfig-016-20230923   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20230922   gcc  
loongarch  

[linux-next:master] BUILD REGRESSION 4ae73bba62a367f2314f6ce69e3085a941983d8b

2023-09-26 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
branch HEAD: 4ae73bba62a367f2314f6ce69e3085a941983d8b  Add linux-next specific 
files for 20230926

Error/Warning reports:

https://lore.kernel.org/oe-kbuild-all/202308282000.2xnh0k6d-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202308301211.2hhbgs2n-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202309101830.7uqv4smc-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202309122047.cri9yjrq-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202309130213.msr7x2jz-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202309192314.vbsjiim5-...@intel.com

Error/Warning: (recently discovered and may have been fixed)

ERROR: modpost: "ice_cgu_get_pin_freq_supp" 
[drivers/net/ethernet/intel/ice/ice.ko] undefined!
ERROR: modpost: "ice_cgu_get_pin_name" [drivers/net/ethernet/intel/ice/ice.ko] 
undefined!
ERROR: modpost: "ice_cgu_get_pin_type" [drivers/net/ethernet/intel/ice/ice.ko] 
undefined!
ERROR: modpost: "ice_get_cgu_rclk_pin_info" 
[drivers/net/ethernet/intel/ice/ice.ko] undefined!
ERROR: modpost: "ice_get_cgu_state" [drivers/net/ethernet/intel/ice/ice.ko] 
undefined!
ERROR: modpost: "ice_is_cgu_present" [drivers/net/ethernet/intel/ice/ice.ko] 
undefined!
ERROR: modpost: "ice_is_clock_mux_present_e810t" 
[drivers/net/ethernet/intel/ice/ice.ko] undefined!
ERROR: modpost: "ice_is_phy_rclk_present" 
[drivers/net/ethernet/intel/ice/ice.ko] undefined!
arc-elf-ld: xfrm_algo.c:(.text+0x46c): undefined reference to `crypto_has_aead'
drivers/cpufreq/sti-cpufreq.c:215:50: warning: '%d' directive output may be 
truncated writing between 1 and 10 bytes into a region of size 2 
[-Wformat-truncation=]
drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:3887: warning: Function 
parameter or member 'srf_updates' not described in 
'could_mpcc_tree_change_for_active_pipes'
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c:60:52: warning: '%s' directive output 
may be truncated writing up to 63 bytes into a region of size 57 
[-Wformat-truncation=]
drivers/net/ethernet/sfc/ethtool_common.c:278:32: warning: '%-24s' directive 
output may be truncated writing between 24 and 31 bytes into a region of size 
25 [-Wformat-truncation=]
drivers/net/ethernet/sfc/falcon/ethtool.c:229:32: warning: '%-24s' directive 
output may be truncated writing between 24 and 31 bytes into a region of size 
25 [-Wformat-truncation=]
drivers/net/ethernet/sfc/siena/ethtool_common.c:229:32: warning: '%-24s' 
directive output may be truncated writing between 24 and 31 bytes into a region 
of size 25 [-Wformat-truncation=]
drivers/usb/gadget/udc/fsl_udc_core.c:2491:36: warning: 'out' directive writing 
3 bytes into a region of size between 2 and 11 [-Wformat-overflow=]
drivers/usb/gadget/udc/fsl_udc_core.c:2493:38: warning: 'sprintf' may write a 
terminating nul past the end of the destination [-Wformat-overflow=]
fs/bcachefs/bcachefs_format.h:215:25: warning: 'p' offset 3 in 'struct bkey' 
isn't aligned to 4 [-Wpacked-not-aligned]
fs/bcachefs/bcachefs_format.h:217:25: warning: 'version' offset 27 in 'struct 
bkey' isn't aligned to 4 [-Wpacked-not-aligned]
ice_dpll.c:(.text.ice_dpll_init_info+0x160): undefined reference to 
`ice_get_cgu_rclk_pin_info'
ice_dpll.c:(.text.ice_dpll_init_info_direct_pins+0xc4): undefined reference to 
`ice_cgu_get_pin_freq_supp'
ice_dpll.c:(.text.ice_dpll_update_state+0x48): undefined reference to 
`ice_get_cgu_state'
ice_lib.c:(.text.ice_init_feature_support+0x7c): undefined reference to 
`ice_is_phy_rclk_present'
include/linux/fortify-string.h:57:33: warning: writing 8 bytes into a region of 
size 0 [-Wstringop-overflow=]
include/linux/netlink.h:116:13: warning: ') out of range, only support...' 
directive output truncated writing 60 bytes into a region of size between 46 
and 55 [-Wformat-truncation=]
include/linux/netlink.h:116:13: warning: 'sfc: Unsupported: only suppo...' 
directive output truncated writing 104 bytes into a region of size 80 
[-Wformat-truncation=]
powerpc-linux-ld: ice_dpll.c:(.text.ice_dpll_init_info_direct_pins+0x110): 
undefined reference to `ice_cgu_get_pin_type'
powerpc-linux-ld: ice_dpll.c:(.text.ice_dpll_init_info_direct_pins+0xfc): 
undefined reference to `ice_cgu_get_pin_name'
powerpc-linux-ld: ice_lib.c:(.text.ice_init_feature_support+0xd0): undefined 
reference to `ice_is_cgu_present'
powerpc-linux-ld: ice_lib.c:(.text.ice_init_feature_support+0xe0): undefined 
reference to `ice_is_clock_mux_present_e810t'
s390-linux-ld: drivers/net/ethernet/intel/ice/ice_dpll.c:1647:(.text+0xa6c): 
undefined reference to `ice_cgu_get_pin_type'
s390-linux-ld: drivers/net/ethernet/intel/ice/ice_dpll.c:1666:(.text+0xad0): 
undefined reference to `ice_cgu_get_pin_freq_supp'
sound/soc/mediatek/mt2701/mt2701-afe-clock-ctrl.c:44:50: warning: '%d' 
directive output may be truncated writing between 1 and 11 bytes into a region 
of size 10 [-Wformat-truncation=]
xfrm_algo.c:(.text+0x46c): undefined reference to `crypto_has_aead'

Unv

Re: [PATCH v7 25/30] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer

2023-09-29 Thread kernel test robot
Hi Herve,

kernel test robot noticed the following build warnings:

[auto build test WARNING on linus/master]
[also build test WARNING on v6.6-rc3 next-20230929]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Herve-Codina/soc-fsl-cpm1-tsa-Fix-__iomem-addresses-declaration/20230928-151746
base:   linus/master
patch link:
https://lore.kernel.org/r/20230928070652.330429-26-herve.codina%40bootlin.com
patch subject: [PATCH v7 25/30] dt-bindings: net: Add the Lantiq PEF2256 
E1/T1/J1 framer
compiler: loongarch64-linux-gcc (GCC) 13.2.0
reproduce: 
(https://download.01.org/0day-ci/archive/20230929/202309291924.obfdyhxb-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202309291924.obfdyhxb-...@intel.com/

dtcheck warnings: (new ones prefixed by >>)
>> Documentation/devicetree/bindings/net/lantiq,pef2256.yaml: 
>> properties:lantiq,data-rate-bps: 'oneOf' conditional failed, one must be 
>> fixed:
'type' is a required property
hint: A vendor boolean property can use "type: boolean"
Additional properties are not allowed ('default', 'enum' were 
unexpected)
hint: A vendor boolean property can use "type: boolean"
Additional properties are not allowed ('default' was unexpected)
hint: A vendor string property with exact values has an 
implicit type
>>  Documentation/devicetree/bindings/net/lantiq,pef2256.yaml: 
>> properties:lantiq,data-rate-bps: 'oneOf' conditional failed, one must be 
>> fixed:
'$ref' is a required property
'allOf' is a required property
hint: A vendor property needs a $ref to types.yaml
from schema $id: 
http://devicetree.org/meta-schemas/vendor-props.yaml#
2048000 is not of type 'string'
hint: A vendor string property with exact values has an 
implicit type
4096000 is not of type 'string'
hint: A vendor string property with exact values has an 
implicit type
8192000 is not of type 'string'
hint: A vendor string property with exact values has an 
implicit type

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[powerpc:fixes-test] BUILD SUCCESS dfb5f8cbd5992d5769edfd3e059fad9e0b8bdafb

2023-09-30 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: dfb5f8cbd5992d5769edfd3e059fad9e0b8bdafb  powerpc/pseries: Remove 
unused r0 in the hcall tracing code

elapsed time: 818m

configs tested: 129
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
archsdk_defconfig   gcc  
arc   randconfig-001-20230930   gcc  
arc   randconfig-001-20231001   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm  footbridge_defconfig   gcc  
arm   milbeaut_m10v_defconfig   clang
arm   randconfig-001-20231001   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20230930   gcc  
i386 buildonly-randconfig-001-20231001   gcc  
i386 buildonly-randconfig-002-20230930   gcc  
i386 buildonly-randconfig-002-20231001   gcc  
i386 buildonly-randconfig-003-20230930   gcc  
i386 buildonly-randconfig-003-20231001   gcc  
i386 buildonly-randconfig-004-20230930   gcc  
i386 buildonly-randconfig-004-20231001   gcc  
i386 buildonly-randconfig-005-20230930   gcc  
i386 buildonly-randconfig-005-20231001   gcc  
i386 buildonly-randconfig-006-20230930   gcc  
i386 buildonly-randconfig-006-20231001   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20230930   gcc  
i386  randconfig-001-20231001   gcc  
i386  randconfig-002-20230930   gcc  
i386  randconfig-002-20231001   gcc  
i386  randconfig-003-20230930   gcc  
i386  randconfig-003-20231001   gcc  
i386  randconfig-004-20230930   gcc  
i386  randconfig-004-20231001   gcc  
i386  randconfig-005-20230930   gcc  
i386  randconfig-005-20231001   gcc  
i386  randconfig-006-20230930   gcc  
i386  randconfig-006-20231001   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20230930   gcc  
loongarch randconfig-001-20231001   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc  

[powerpc:merge] BUILD SUCCESS eddc90ea2af5933249ea1a78119f2c8ef8d07156

2023-10-01 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: eddc90ea2af5933249ea1a78119f2c8ef8d07156  Automatic merge of 
'fixes' into merge (2023-09-30 21:56)

elapsed time: 1446m

configs tested: 119
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20230930   gcc  
arc   randconfig-001-20231001   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   randconfig-001-20231001   gcc  
arm64 allnoconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20230930   gcc  
i386 buildonly-randconfig-001-20231001   gcc  
i386 buildonly-randconfig-002-20230930   gcc  
i386 buildonly-randconfig-002-20231001   gcc  
i386 buildonly-randconfig-003-20230930   gcc  
i386 buildonly-randconfig-003-20231001   gcc  
i386 buildonly-randconfig-004-20230930   gcc  
i386 buildonly-randconfig-004-20231001   gcc  
i386 buildonly-randconfig-005-20230930   gcc  
i386 buildonly-randconfig-005-20231001   gcc  
i386 buildonly-randconfig-006-20230930   gcc  
i386 buildonly-randconfig-006-20231001   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20230930   gcc  
i386  randconfig-001-20231001   gcc  
i386  randconfig-002-20230930   gcc  
i386  randconfig-002-20231001   gcc  
i386  randconfig-003-20230930   gcc  
i386  randconfig-003-20231001   gcc  
i386  randconfig-004-20230930   gcc  
i386  randconfig-004-20231001   gcc  
i386  randconfig-005-20230930   gcc  
i386  randconfig-005-20231001   gcc  
i386  randconfig-006-20230930   gcc  
i386  randconfig-006-20231001   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20230930   gcc  
loongarch randconfig-001-20231001   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   

Re: [PATCH 5/7] powerpc/pseries/papr-sysparm: expose chardev API to user space

2023-10-06 Thread kernel test robot
Hi Nathan,

kernel test robot noticed the following build warnings:

[auto build test WARNING on eddc90ea2af5933249ea1a78119f2c8ef8d07156]

url:
https://github.com/intel-lab-lkp/linux/commits/Nathan-Lynch-via-B4-Relay/powerpc-uapi-export-papr-miscdev-h-header/20231007-050832
base:   eddc90ea2af5933249ea1a78119f2c8ef8d07156
patch link:
https://lore.kernel.org/r/20231006-papr-sys_rtas-vs-lockdown-v1-5-3a36bfb66e2e%40linux.ibm.com
patch subject: [PATCH 5/7] powerpc/pseries/papr-sysparm: expose chardev API to 
user space
config: powerpc-allyesconfig 
(https://download.01.org/0day-ci/archive/20231007/202310070732.jj0y8vkb-...@intel.com/config)
compiler: powerpc64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20231007/202310070732.jj0y8vkb-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202310070732.jj0y8vkb-...@intel.com/

All warnings (new ones prefixed by >>):

   arch/powerpc/platforms/pseries/papr-sysparm.c: In function 
'papr_sysparm_buf_from_user':
>> arch/powerpc/platforms/pseries/papr-sysparm.c:208:24: warning: variable 
>> 'param' set but not used [-Wunused-but-set-variable]
 208 | papr_sysparm_t param;
 |^


vim +/param +208 arch/powerpc/platforms/pseries/papr-sysparm.c

   203  
   204  static struct papr_sysparm_buf *
   205  papr_sysparm_buf_from_user(const struct papr_sysparm_io_block __user 
*user_iob)
   206  {
   207  struct papr_sysparm_buf *kern_spbuf;
 > 208  papr_sysparm_t param;
   209  long err;
   210  u16 len;
   211  
   212  /*
   213   * The parameter index that userspace wants to query or update.
   214   */
   215  if (get_user(param.token, &user_iob->parameter))
   216  return ERR_PTR(-EFAULT);
   217  /*
   218   * The length of valid data that userspace claims to be in
   219   * user_iob->data[].
   220   */
   221  if (get_user(len, &user_iob->length))
   222  return ERR_PTR(-EFAULT);
   223  
   224  static_assert(sizeof(user_iob->data) >= PAPR_SYSPARM_MAX_INPUT);
   225  static_assert(sizeof(kern_spbuf->val) >= 
PAPR_SYSPARM_MAX_INPUT);
   226  
   227  if (len > PAPR_SYSPARM_MAX_INPUT)
   228  return ERR_PTR(-EINVAL);
   229  
   230  kern_spbuf = papr_sysparm_buf_alloc();
   231  if (!kern_spbuf)
   232  return ERR_PTR(-ENOMEM);
   233  
   234  papr_sysparm_buf_set_length(kern_spbuf, len);
   235  
   236  if (len > 0 && copy_from_user(kern_spbuf->val, user_iob->data, 
len)) {
   237  err = -EFAULT;
   238  goto free_sysparm_buf;
   239  }
   240  
   241  return kern_spbuf;
   242  
   243  free_sysparm_buf:
   244  papr_sysparm_buf_free(kern_spbuf);
   245  return ERR_PTR(err);
   246  }
   247  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[tip:locking/core] [futex] cb8c4312af: will-it-scale.per_process_ops -3.2% regression

2023-10-08 Thread kernel test robot



Hello,

kernel test robot noticed a -3.2% regression of will-it-scale.per_process_ops 
on:


commit: cb8c4312afca1b2dc64107e7e7cea81911055612 ("futex: Add sys_futex_wait()")
https://git.kernel.org/cgit/linux/kernel/git/tip/tip.git locking/core

testcase: will-it-scale
test machine: 224 threads 4 sockets Intel(R) Xeon(R) Platinum 8380H CPU @ 
2.90GHz (Cooper Lake) with 192G memory
parameters:

nr_task: 16
mode: process
test: futex4
cpufreq_governor: performance




If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-lkp/202310081429.a30c99f2-oliver.s...@intel.com


Details are as below:
-->


The kernel config and materials to reproduce are available at:
https://download.01.org/0day-ci/archive/20231008/202310081429.a30c99f2-oliver.s...@intel.com

=
compiler/cpufreq_governor/kconfig/mode/nr_task/rootfs/tbox_group/test/testcase:
  
gcc-12/performance/x86_64-rhel-8.3/process/16/debian-11.1-x86_64-20220510.cgz/lkp-cpl-4sp2/futex4/will-it-scale

commit: 
  43adf84495 ("futex: FLAGS_STRICT")
  cb8c4312af ("futex: Add sys_futex_wait()")

43adf844951084c2 cb8c4312afca1b2dc64107e7e7c 
 --- 
 %stddev %change %stddev
 \  |\  
 1.339e+08-3.2%  1.296e+08will-it-scale.16.processes
   8367312-3.2%8102637will-it-scale.per_process_ops
 1.339e+08-3.2%  1.296e+08will-it-scale.workload
  0.61-0.00.59perf-stat.i.branch-miss-rate%
  72599095-2.7%   70647352perf-stat.i.branch-misses
  0.80-1.8%   0.79perf-stat.i.cpi
 2.073e+10+3.8%  2.152e+10perf-stat.i.dTLB-loads
  1.72e+10+2.2%  1.757e+10perf-stat.i.dTLB-stores
  66739031-5.4%   63102078perf-stat.i.iTLB-load-misses
   2080892+2.4%2131032perf-stat.i.iTLB-loads
 8.203e+10+1.6%  8.337e+10perf-stat.i.instructions
  1231+7.3%   1321
perf-stat.i.instructions-per-iTLB-miss
  1.24+1.8%   1.27perf-stat.i.ipc
222.58+2.4% 227.82perf-stat.i.metric.M/sec
  0.61-0.00.59
perf-stat.overall.branch-miss-rate%
  0.80-1.8%   0.79perf-stat.overall.cpi
  1229+7.5%   1321
perf-stat.overall.instructions-per-iTLB-miss
  1.24+1.8%   1.27perf-stat.overall.ipc
184025+4.9% 193123perf-stat.overall.path-length
  72373935-2.7%   70427711perf-stat.ps.branch-misses
 2.066e+10+3.8%  2.144e+10perf-stat.ps.dTLB-loads
 1.714e+10+2.2%  1.751e+10perf-stat.ps.dTLB-stores
  66517376-5.5%   62888454perf-stat.ps.iTLB-load-misses
   2073911+2.4%2123876perf-stat.ps.iTLB-loads
 8.175e+10+1.6%  8.309e+10perf-stat.ps.instructions
 2.464e+13+1.6%  2.504e+13perf-stat.total.instructions
 29.29 ±  2% -29.30.00
perf-profile.calltrace.cycles-pp.futex_wait_setup.futex_wait.do_futex.__x64_sys_futex.do_syscall_64
 12.17 ±  2% -12.20.00
perf-profile.calltrace.cycles-pp.futex_q_lock.futex_wait_setup.futex_wait.do_futex.__x64_sys_futex
  9.21 ±  2%  -9.20.00
perf-profile.calltrace.cycles-pp.futex_get_value_locked.futex_wait_setup.futex_wait.do_futex.__x64_sys_futex
  6.61 ±  2%  -6.60.00
perf-profile.calltrace.cycles-pp.__get_user_nocheck_4.futex_get_value_locked.futex_wait_setup.futex_wait.do_futex
  2.03 ±  2%  -0.11.88 ±  3%  
perf-profile.calltrace.cycles-pp.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe.syscall
  0.00+2.01.98 ±  4%  
perf-profile.calltrace.cycles-pp.get_futex_key.futex_wait_setup.__futex_wait.futex_wait.do_futex
  0.00+4.03.96 ±  3%  
perf-profile.calltrace.cycles-pp.futex_q_unlock.futex_wait_setup.__futex_wait.futex_wait.do_futex
  0.00+4.14.09 ±  3%  
perf-profile.calltrace.cycles-pp._raw_spin_lock.futex_q_lock.futex_wait_setup.__futex_wait.futex_wait
  0.00+4.44.35 ±  3%  
perf-profile.calltrace.cycles-pp.futex_hash.futex_q_lock.futex_wait_setup.__futex_wait.futex_wait
  0.00+6.16.14 ±  3%  
perf-profile.calltrace.cycles-pp.__get_user_nocheck_4.futex_

Re: [PATCH v3 1/3] powerpc: make fadump resilient with memory add/remove events

2023-10-08 Thread kernel test robot
Hi Sourabh,

kernel test robot noticed the following build warnings:

[auto build test WARNING on powerpc/next]
[also build test WARNING on powerpc/fixes linus/master v6.6-rc5 next-20231006]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Sourabh-Jain/powerpc-make-fadump-resilient-with-memory-add-remove-events/20231009-122519
base:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
patch link:
https://lore.kernel.org/r/20231009041953.36139-2-sourabhjain%40linux.ibm.com
patch subject: [PATCH v3 1/3] powerpc: make fadump resilient with memory 
add/remove events
config: powerpc-allyesconfig 
(https://download.01.org/0day-ci/archive/20231009/202310091444.drylmxy1-...@intel.com/config)
compiler: powerpc64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20231009/202310091444.drylmxy1-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202310091444.drylmxy1-...@intel.com/

All warnings (new ones prefixed by >>):

   In file included from arch/powerpc/include/asm/mmu.h:143,
from arch/powerpc/include/asm/paca.h:18,
from arch/powerpc/include/asm/current.h:13,
from include/linux/thread_info.h:23,
from include/asm-generic/preempt.h:5,
from ./arch/powerpc/include/generated/asm/preempt.h:1,
from include/linux/preempt.h:79,
from include/linux/spinlock.h:56,
from include/linux/mmzone.h:8,
from include/linux/gfp.h:7,
from include/linux/mm.h:7,
from include/linux/memblock.h:12,
from arch/powerpc/kernel/fadump.c:18:
   arch/powerpc/kernel/fadump.c: In function 'fadump_free_elfcorehdr_buf':
>> arch/powerpc/include/asm/page.h:210:2: warning: passing argument 1 of 
>> 'fadump_free_buffer' makes integer from pointer without a cast 
>> [-Wint-conversion]
 210 | ({   
   \
 | 
~^~~~
 |  |
 |  void *
 211 | VIRTUAL_WARN_ON((unsigned long)(x) >= PAGE_OFFSET);  
   \
 | 
~
 212 | (void *)(unsigned long)((phys_addr_t)(x) | PAGE_OFFSET); 
   \
 | 
~
 213 | })
 | ~~
   arch/powerpc/kernel/fadump.c:1401:28: note: in expansion of macro '__va'
1401 | fadump_free_buffer(__va(fdh->elfcorehdr_addr), 
fdh->elfcorehdr_size);
 |^~~~
   arch/powerpc/kernel/fadump.c:795:46: note: expected 'long unsigned int' but 
argument is of type 'void *'
 795 | static void fadump_free_buffer(unsigned long vaddr, unsigned long 
size)
 |~~^


vim +/fadump_free_buffer +210 arch/powerpc/include/asm/page.h

c4bce84d0bd3f3 Michael Ellerman 2022-04-07  203  
bdbc29c19b2633 Paul Mackerras   2013-08-27  204  /*
bdbc29c19b2633 Paul Mackerras   2013-08-27  205   * gcc miscompiles (unsigned 
long)(&static_var) - PAGE_OFFSET
bdbc29c19b2633 Paul Mackerras   2013-08-27  206   * with -mcmodel=medium, so we 
use & and | instead of - and + on 64-bit.
4dd7554a6456d1 Nicholas Piggin  2019-07-24  207   * This also results in better 
code generation.
bdbc29c19b2633 Paul Mackerras   2013-08-27  208   */
4dd7554a6456d1 Nicholas Piggin  2019-07-24  209  #define __va(x)
\
4dd7554a6456d1 Nicholas Piggin  2019-07-24 @210  ({ 
\
c4bce84d0bd3f3 Michael Ellerman 2022-04-07  211 
VIRTUAL_WARN_ON((unsigned long)(x) >= PAGE_OFFSET); \
4dd7554a6456d1 Nicholas Piggin  2019-07-24  212 (void *)(unsigned 
long)((phys_addr_t)(x) | PAGE_OFFSET);\
4dd7554a6456d1 Nicholas Piggin  2019-07-24  213  })
4dd7554a6456d1 Nicholas Piggin  2019-07-24  214  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


Re: [PATCH 5/7] powerpc/pseries/papr-sysparm: expose chardev API to user space

2023-10-10 Thread kernel test robot
Hi Nathan,

kernel test robot noticed the following build errors:

[auto build test ERROR on eddc90ea2af5933249ea1a78119f2c8ef8d07156]

url:
https://github.com/intel-lab-lkp/linux/commits/Nathan-Lynch-via-B4-Relay/powerpc-uapi-export-papr-miscdev-h-header/20231007-050832
base:   eddc90ea2af5933249ea1a78119f2c8ef8d07156
patch link:
https://lore.kernel.org/r/20231006-papr-sys_rtas-vs-lockdown-v1-5-3a36bfb66e2e%40linux.ibm.com
patch subject: [PATCH 5/7] powerpc/pseries/papr-sysparm: expose chardev API to 
user space
config: powerpc64-randconfig-002-20231010 
(https://download.01.org/0day-ci/archive/20231011/202310110529.nindz0nx-...@intel.com/config)
compiler: powerpc64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20231011/202310110529.nindz0nx-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202310110529.nindz0nx-...@intel.com/

All errors (new ones prefixed by >>):

   arch/powerpc/platforms/pseries/papr-sysparm.c: In function 
'papr_sysparm_buf_from_user':
>> arch/powerpc/platforms/pseries/papr-sysparm.c:208:24: error: variable 
>> 'param' set but not used [-Werror=unused-but-set-variable]
 208 | papr_sysparm_t param;
 |^
   cc1: all warnings being treated as errors


vim +/param +208 arch/powerpc/platforms/pseries/papr-sysparm.c

   203  
   204  static struct papr_sysparm_buf *
   205  papr_sysparm_buf_from_user(const struct papr_sysparm_io_block __user 
*user_iob)
   206  {
   207  struct papr_sysparm_buf *kern_spbuf;
 > 208  papr_sysparm_t param;
   209  long err;
   210  u16 len;
   211  
   212  /*
   213   * The parameter index that userspace wants to query or update.
   214   */
   215  if (get_user(param.token, &user_iob->parameter))
   216  return ERR_PTR(-EFAULT);
   217  /*
   218   * The length of valid data that userspace claims to be in
   219   * user_iob->data[].
   220   */
   221  if (get_user(len, &user_iob->length))
   222  return ERR_PTR(-EFAULT);
   223  
   224  static_assert(sizeof(user_iob->data) >= PAPR_SYSPARM_MAX_INPUT);
   225  static_assert(sizeof(kern_spbuf->val) >= 
PAPR_SYSPARM_MAX_INPUT);
   226  
   227  if (len > PAPR_SYSPARM_MAX_INPUT)
   228  return ERR_PTR(-EINVAL);
   229  
   230  kern_spbuf = papr_sysparm_buf_alloc();
   231  if (!kern_spbuf)
   232  return ERR_PTR(-ENOMEM);
   233  
   234  papr_sysparm_buf_set_length(kern_spbuf, len);
   235  
   236  if (len > 0 && copy_from_user(kern_spbuf->val, user_iob->data, 
len)) {
   237  err = -EFAULT;
   238  goto free_sysparm_buf;
   239  }
   240  
   241  return kern_spbuf;
   242  
   243  free_sysparm_buf:
   244  papr_sysparm_buf_free(kern_spbuf);
   245  return ERR_PTR(err);
   246  }
   247  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


Re: [PATCH v3 1/3] powerpc: make fadump resilient with memory add/remove events

2023-10-10 Thread kernel test robot
Hi Sourabh,

kernel test robot noticed the following build errors:

[auto build test ERROR on powerpc/next]
[also build test ERROR on powerpc/fixes linus/master v6.6-rc5 next-20231010]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Sourabh-Jain/powerpc-make-fadump-resilient-with-memory-add-remove-events/20231009-122519
base:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
patch link:
https://lore.kernel.org/r/20231009041953.36139-2-sourabhjain%40linux.ibm.com
patch subject: [PATCH v3 1/3] powerpc: make fadump resilient with memory 
add/remove events
config: powerpc64-randconfig-003-20231011 
(https://download.01.org/0day-ci/archive/20231011/202310110546.idw21uur-...@intel.com/config)
compiler: powerpc64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20231011/202310110546.idw21uur-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202310110546.idw21uur-...@intel.com/

All errors (new ones prefixed by >>):

   In file included from arch/powerpc/include/asm/mmu.h:143,
from arch/powerpc/include/asm/paca.h:18,
from arch/powerpc/include/asm/current.h:13,
from include/linux/thread_info.h:23,
from include/asm-generic/preempt.h:5,
from ./arch/powerpc/include/generated/asm/preempt.h:1,
from include/linux/preempt.h:79,
from include/linux/spinlock.h:56,
from include/linux/mmzone.h:8,
from include/linux/gfp.h:7,
from include/linux/mm.h:7,
from include/linux/memblock.h:12,
from arch/powerpc/kernel/fadump.c:18:
   arch/powerpc/kernel/fadump.c: In function 'fadump_free_elfcorehdr_buf':
>> arch/powerpc/include/asm/page.h:210:2: error: passing argument 1 of 
>> 'fadump_free_buffer' makes integer from pointer without a cast 
>> [-Werror=int-conversion]
 210 | ({   
   \
 | 
~^~~~
 |  |
 |  void *
 211 | VIRTUAL_WARN_ON((unsigned long)(x) >= PAGE_OFFSET);  
   \
 | 
~
 212 | (void *)(unsigned long)((phys_addr_t)(x) | PAGE_OFFSET); 
   \
 | 
~
 213 | })
 | ~~
   arch/powerpc/kernel/fadump.c:1401:28: note: in expansion of macro '__va'
1401 | fadump_free_buffer(__va(fdh->elfcorehdr_addr), 
fdh->elfcorehdr_size);
 |^~~~
   arch/powerpc/kernel/fadump.c:795:46: note: expected 'long unsigned int' but 
argument is of type 'void *'
 795 | static void fadump_free_buffer(unsigned long vaddr, unsigned long 
size)
 |~~^
   arch/powerpc/kernel/fadump.c: At top level:
   arch/powerpc/kernel/fadump.c:1810:22: error: no previous prototype for 
'arch_reserved_kernel_pages' [-Werror=missing-prototypes]
1810 | unsigned long __init arch_reserved_kernel_pages(void)
 |  ^~
   cc1: all warnings being treated as errors


vim +/fadump_free_buffer +210 arch/powerpc/include/asm/page.h

c4bce84d0bd3f39 Michael Ellerman 2022-04-07  203  
bdbc29c19b2633b Paul Mackerras   2013-08-27  204  /*
bdbc29c19b2633b Paul Mackerras   2013-08-27  205   * gcc miscompiles (unsigned 
long)(&static_var) - PAGE_OFFSET
bdbc29c19b2633b Paul Mackerras   2013-08-27  206   * with -mcmodel=medium, so 
we use & and | instead of - and + on 64-bit.
4dd7554a6456d12 Nicholas Piggin  2019-07-24  207   * This also results in 
better code generation.
bdbc29c19b2633b Paul Mackerras   2013-08-27  208   */
4dd7554a6456d12 Nicholas Piggin  2019-07-24  209  #define __va(x)   
\
4dd7554a6456d12 Nicholas Piggin  2019-07-24 @210  ({
\
c4bce84d0bd3f39 Michael Ellerman 2022-04-07  211
VIRTUAL_WARN_ON((unsigned long)(x) >= PAGE_OFFSET); \
4dd7554a6456d12 Nicholas Piggin  2019-07-24  212(void *)(unsigned 
long)((phys_addr_t)(x) | PAGE_OFFSET);\
4dd7554a6456d12 Nicholas Piggin  2019-07-2

[powerpc:merge] BUILD SUCCESS b8b05bc6d83c86e15b6d55a4c70c206eb74f840d

2023-10-10 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: b8b05bc6d83c86e15b6d55a4c70c206eb74f840d  Automatic merge of 
'master' into merge (2023-10-10 00:15)

elapsed time: 985m

configs tested: 146
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231010   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   h3600_defconfig   gcc  
arm   randconfig-001-20231010   gcc  
arm  sp7021_defconfig   clang
arm vf610m4_defconfig   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231010   gcc  
i386 buildonly-randconfig-002-20231010   gcc  
i386 buildonly-randconfig-003-20231010   gcc  
i386 buildonly-randconfig-004-20231010   gcc  
i386 buildonly-randconfig-005-20231010   gcc  
i386 buildonly-randconfig-006-20231010   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231010   gcc  
i386  randconfig-002-20231010   gcc  
i386  randconfig-003-20231010   gcc  
i386  randconfig-004-20231010   gcc  
i386  randconfig-005-20231010   gcc  
i386  randconfig-006-20231010   gcc  
i386  randconfig-011-20231010   gcc  
i386  randconfig-012-20231010   gcc  
i386  randconfig-013-20231010   gcc  
i386  randconfig-014-20231010   gcc  
i386  randconfig-015-20231010   gcc  
i386  randconfig-016-20231010   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231010   gcc  
loongarch randconfig-001-20231011   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68k   m5208evb_defconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips  bmips_stb_defconfig   clang
mips   ip27_defconfig   clang
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
openrisc simple_smp_defconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpcadder875_defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
powerpc   

[powerpc:next-test] BUILD SUCCESS c7e0d9bb9154c6e6b2ac8746faba27b53393f25e

2023-10-11 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next-test
branch HEAD: c7e0d9bb9154c6e6b2ac8746faba27b53393f25e  powerpc: Only define 
__parse_fpscr() when required

elapsed time: 1350m

configs tested: 192
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231010   gcc  
arc   randconfig-001-20231011   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   h3600_defconfig   gcc  
arm   randconfig-001-20231010   gcc  
arm   randconfig-001-20231011   gcc  
armvexpress_defconfig   clang
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231010   gcc  
i386 buildonly-randconfig-001-20231011   gcc  
i386 buildonly-randconfig-002-20231010   gcc  
i386 buildonly-randconfig-002-20231011   gcc  
i386 buildonly-randconfig-003-20231010   gcc  
i386 buildonly-randconfig-003-20231011   gcc  
i386 buildonly-randconfig-004-20231010   gcc  
i386 buildonly-randconfig-004-20231011   gcc  
i386 buildonly-randconfig-005-20231010   gcc  
i386 buildonly-randconfig-005-20231011   gcc  
i386 buildonly-randconfig-006-20231010   gcc  
i386 buildonly-randconfig-006-20231011   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231010   gcc  
i386  randconfig-001-20231011   gcc  
i386  randconfig-002-20231010   gcc  
i386  randconfig-002-20231011   gcc  
i386  randconfig-003-20231010   gcc  
i386  randconfig-003-20231011   gcc  
i386  randconfig-004-20231010   gcc  
i386  randconfig-004-20231011   gcc  
i386  randconfig-005-20231010   gcc  
i386  randconfig-005-20231011   gcc  
i386  randconfig-006-20231010   gcc  
i386  randconfig-006-20231011   gcc  
i386  randconfig-011-20231010   gcc  
i386  randconfig-011-20231011   gcc  
i386  randconfig-012-20231010   gcc  
i386  randconfig-012-20231011   gcc  
i386  randconfig-013-20231010   gcc  
i386  randconfig-013-20231011   gcc  
i386  randconfig-014-20231010   gcc  
i386  randconfig-014-20231011   gcc  
i386  randconfig-015-20231010   gcc  
i386  randconfig-015-20231011   gcc  
i386  randconfig-016-20231010   gcc  
i386  randconfig-016-20231011   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231010   gcc  
loongarch randconfig-001-20231011   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   clang
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips  cavium_octeon_defconfig   clang
mips  

[powerpc:fixes] BUILD SUCCESS 5ea0bbaa32e8f54e9a57cfee4a3b8769b80be0d2

2023-10-11 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes
branch HEAD: 5ea0bbaa32e8f54e9a57cfee4a3b8769b80be0d2  powerpc/64e: Fix wrong 
test in __ptep_test_and_clear_young()

elapsed time: 1349m

configs tested: 199
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231010   gcc  
arc   randconfig-001-20231011   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   h3600_defconfig   gcc  
arm   randconfig-001-20231011   gcc  
armvexpress_defconfig   clang
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231010   gcc  
i386 buildonly-randconfig-001-20231011   gcc  
i386 buildonly-randconfig-002-20231010   gcc  
i386 buildonly-randconfig-002-20231011   gcc  
i386 buildonly-randconfig-003-20231010   gcc  
i386 buildonly-randconfig-003-20231011   gcc  
i386 buildonly-randconfig-004-20231010   gcc  
i386 buildonly-randconfig-004-20231011   gcc  
i386 buildonly-randconfig-005-20231010   gcc  
i386 buildonly-randconfig-005-20231011   gcc  
i386 buildonly-randconfig-006-20231010   gcc  
i386 buildonly-randconfig-006-20231011   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231010   gcc  
i386  randconfig-001-20231011   gcc  
i386  randconfig-002-20231010   gcc  
i386  randconfig-002-20231011   gcc  
i386  randconfig-003-20231010   gcc  
i386  randconfig-003-20231011   gcc  
i386  randconfig-004-20231010   gcc  
i386  randconfig-004-20231011   gcc  
i386  randconfig-005-20231010   gcc  
i386  randconfig-005-20231011   gcc  
i386  randconfig-006-20231010   gcc  
i386  randconfig-006-20231011   gcc  
i386  randconfig-011-20231010   gcc  
i386  randconfig-011-20231011   gcc  
i386  randconfig-012-20231010   gcc  
i386  randconfig-012-20231011   gcc  
i386  randconfig-013-20231010   gcc  
i386  randconfig-013-20231011   gcc  
i386  randconfig-014-20231010   gcc  
i386  randconfig-014-20231011   gcc  
i386  randconfig-015-20231010   gcc  
i386  randconfig-015-20231011   gcc  
i386  randconfig-016-20231010   gcc  
i386  randconfig-016-20231011   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231010   gcc  
loongarch randconfig-001-20231011   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   clang
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips  cavium_octeon_defconfig   clang
mips  malta_defconfig   clang
nios2   

[powerpc:fixes-test] BUILD SUCCESS 8e8a12ecbc86700b5e1a3596ce2b3c43dafad336

2023-10-11 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: 8e8a12ecbc86700b5e1a3596ce2b3c43dafad336  powerpc/85xx: Fix math 
emulation exception

elapsed time: 1371m

configs tested: 199
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231010   gcc  
arc   randconfig-001-20231011   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   h3600_defconfig   gcc  
arm   randconfig-001-20231011   gcc  
armvexpress_defconfig   clang
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231010   gcc  
i386 buildonly-randconfig-001-20231011   gcc  
i386 buildonly-randconfig-002-20231010   gcc  
i386 buildonly-randconfig-002-20231011   gcc  
i386 buildonly-randconfig-003-20231010   gcc  
i386 buildonly-randconfig-003-20231011   gcc  
i386 buildonly-randconfig-004-20231010   gcc  
i386 buildonly-randconfig-004-20231011   gcc  
i386 buildonly-randconfig-005-20231010   gcc  
i386 buildonly-randconfig-005-20231011   gcc  
i386 buildonly-randconfig-006-20231010   gcc  
i386 buildonly-randconfig-006-20231011   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231010   gcc  
i386  randconfig-001-20231011   gcc  
i386  randconfig-002-20231010   gcc  
i386  randconfig-002-20231011   gcc  
i386  randconfig-003-20231010   gcc  
i386  randconfig-003-20231011   gcc  
i386  randconfig-004-20231010   gcc  
i386  randconfig-004-20231011   gcc  
i386  randconfig-005-20231010   gcc  
i386  randconfig-005-20231011   gcc  
i386  randconfig-006-20231010   gcc  
i386  randconfig-006-20231011   gcc  
i386  randconfig-011-20231010   gcc  
i386  randconfig-011-20231011   gcc  
i386  randconfig-012-20231010   gcc  
i386  randconfig-012-20231011   gcc  
i386  randconfig-013-20231010   gcc  
i386  randconfig-013-20231011   gcc  
i386  randconfig-014-20231010   gcc  
i386  randconfig-014-20231011   gcc  
i386  randconfig-015-20231010   gcc  
i386  randconfig-015-20231011   gcc  
i386  randconfig-016-20231010   gcc  
i386  randconfig-016-20231011   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231010   gcc  
loongarch randconfig-001-20231011   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   clang
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips  cavium_octeon_defconfig   clang
mips  malta_defconfig   clang
nios2

[powerpc:next] BUILD SUCCESS 0ebc7feae79ac07772a20382eebd8c3503313714

2023-10-11 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next
branch HEAD: 0ebc7feae79ac07772a20382eebd8c3503313714  powerpc: Use shared font 
data

elapsed time: 1371m

configs tested: 201
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231010   gcc  
arc   randconfig-001-20231011   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   h3600_defconfig   gcc  
arm   randconfig-001-20231010   gcc  
arm   randconfig-001-20231011   gcc  
armvexpress_defconfig   clang
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231010   gcc  
i386 buildonly-randconfig-001-20231011   gcc  
i386 buildonly-randconfig-002-20231010   gcc  
i386 buildonly-randconfig-002-20231011   gcc  
i386 buildonly-randconfig-003-20231010   gcc  
i386 buildonly-randconfig-003-20231011   gcc  
i386 buildonly-randconfig-004-20231010   gcc  
i386 buildonly-randconfig-004-20231011   gcc  
i386 buildonly-randconfig-005-20231010   gcc  
i386 buildonly-randconfig-005-20231011   gcc  
i386 buildonly-randconfig-006-20231010   gcc  
i386 buildonly-randconfig-006-20231011   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231010   gcc  
i386  randconfig-001-20231011   gcc  
i386  randconfig-002-20231010   gcc  
i386  randconfig-002-20231011   gcc  
i386  randconfig-003-20231010   gcc  
i386  randconfig-003-20231011   gcc  
i386  randconfig-004-20231010   gcc  
i386  randconfig-004-20231011   gcc  
i386  randconfig-005-20231010   gcc  
i386  randconfig-005-20231011   gcc  
i386  randconfig-006-20231010   gcc  
i386  randconfig-006-20231011   gcc  
i386  randconfig-011-20231010   gcc  
i386  randconfig-011-20231011   gcc  
i386  randconfig-012-20231010   gcc  
i386  randconfig-012-20231011   gcc  
i386  randconfig-013-20231010   gcc  
i386  randconfig-013-20231011   gcc  
i386  randconfig-014-20231010   gcc  
i386  randconfig-014-20231011   gcc  
i386  randconfig-015-20231010   gcc  
i386  randconfig-015-20231011   gcc  
i386  randconfig-016-20231010   gcc  
i386  randconfig-016-20231011   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231010   gcc  
loongarch randconfig-001-20231011   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   clang
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips  cavium_octeon_defconfig   clang
mips  malta_defconfig   

[powerpc:fixes-test] BUILD SUCCESS 2205457db4855a3984b477c3e5daba2feff02cbc

2023-10-13 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: 2205457db4855a3984b477c3e5daba2feff02cbc  powerpc/mm: Allow 
ARCH_FORCE_MAX_ORDER up to 12

elapsed time: 1652m

configs tested: 120
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231012   gcc  
arc   randconfig-001-20231013   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   randconfig-001-20231013   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231013   gcc  
i386  randconfig-002-20231013   gcc  
i386  randconfig-003-20231013   gcc  
i386  randconfig-004-20231013   gcc  
i386  randconfig-005-20231013   gcc  
i386  randconfig-006-20231013   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231012   gcc  
loongarch randconfig-001-20231013   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mipsbcm63xx_defconfig   clang
mips   ip27_defconfig   clang
mips   rs90_defconfig   clang
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
powerpc  ppc6xx_defconfig   gcc  
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscvnommu_virt_defconfig   clang
riscv randconfig-001-20231013   gcc  
riscv  rv32_defconfig   gcc  
s390 allmodconfig   gcc  
s390  allnoconfig   gcc  
s390 allyesconfig   gcc  
s390defconfig   gcc  
s390  randconfig-001-20231013   gcc  
sh   allmodconfig   gcc  
shallnoconfig   gcc  
sh   allyesconfig   gcc  
sh  

[powerpc:fixes-test] BUILD SUCCESS ff9e8f41513669e290f6e1904e1bc75950584491

2023-10-15 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: ff9e8f41513669e290f6e1904e1bc75950584491  powerpc/mm: Allow 
ARCH_FORCE_MAX_ORDER up to 12

elapsed time: 727m

configs tested: 104
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231015   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   randconfig-001-20231015   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231015   gcc  
i386  randconfig-002-20231015   gcc  
i386  randconfig-003-20231015   gcc  
i386  randconfig-004-20231015   gcc  
i386  randconfig-005-20231015   gcc  
i386  randconfig-006-20231015   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231015   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscv randconfig-001-20231015   gcc  
riscv  rv32_defconfig   gcc  
s390 allmodconfig   gcc  
s390  allnoconfig   gcc  
s390 allyesconfig   gcc  
s390defconfig   gcc  
s390  randconfig-001-20231015   gcc  
sh   allmodconfig   gcc  
shallnoconfig   gcc  
sh   allyesconfig   gcc  
sh  defconfig   gcc  
sparcallmodconfig   gcc  
sparc allnoconfig   gcc  
sparcallyesconfig   gcc  
sparc   defconfig   gcc  
sparc randconfig-001-20231015   gcc  
sparc64  allmodconfig   gcc  
sparc64  ally

[powerpc:merge] BUILD SUCCESS 16cbbabfa2a7d32f7d4eae046dda0ece2f157a70

2023-10-15 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: 16cbbabfa2a7d32f7d4eae046dda0ece2f157a70  Automatic merge of 
'next' into merge (2023-10-15 20:56)

elapsed time: 740m

configs tested: 104
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231015   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   randconfig-001-20231015   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231015   gcc  
i386  randconfig-002-20231015   gcc  
i386  randconfig-003-20231015   gcc  
i386  randconfig-004-20231015   gcc  
i386  randconfig-005-20231015   gcc  
i386  randconfig-006-20231015   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231015   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscv randconfig-001-20231015   gcc  
riscv  rv32_defconfig   gcc  
s390 allmodconfig   gcc  
s390  allnoconfig   gcc  
s390 allyesconfig   gcc  
s390defconfig   gcc  
s390  randconfig-001-20231015   gcc  
sh   allmodconfig   gcc  
shallnoconfig   gcc  
sh   allyesconfig   gcc  
sh  defconfig   gcc  
sparcallmodconfig   gcc  
sparc allnoconfig   gcc  
sparcallyesconfig   gcc  
sparc   defconfig   gcc  
sparc randconfig-001-20231015   gcc  
sparc64  allmodconfig   gcc  
sparc64  a

[linux-next:master] BUILD REGRESSION 2dac75696c6da3c848daa118a729827541c89d33

2023-10-18 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
branch HEAD: 2dac75696c6da3c848daa118a729827541c89d33  Add linux-next specific 
files for 20231018

Error/Warning reports:

https://lore.kernel.org/oe-kbuild-all/202309200103.grxwdktx-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310121802.cdagvdf2-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310170132.irophgla-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310171905.azfrkoid-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310181800.bh66q0t1-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310181854.pkthd7fd-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310182303.v3ttgnqz-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310190002.utcopmyf-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310190116.5jjceozj-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310190201.4wyyj6j5-...@intel.com

Error/Warning: (recently discovered and may have been fixed)

arch/powerpc/kvm/powerpc.c:1061:9: error: implicit declaration of function 
'kvmppc_get_vsx_vr'; did you mean 'kvmppc_get_sr'? 
[-Werror=implicit-function-declaration]
arch/powerpc/kvm/powerpc.c:1063:9: error: implicit declaration of function 
'kvmppc_set_vsx_vr'; did you mean 'kvmppc_set_sr'? 
[-Werror=implicit-function-declaration]
arch/powerpc/kvm/powerpc.c:1729:52: error: implicit declaration of function 
'kvmppc_get_vscr'; did you mean 'kvmppc_get_sr'? 
[-Werror=implicit-function-declaration]
arch/powerpc/kvm/powerpc.c:1732:52: error: implicit declaration of function 
'kvmppc_get_vrsave'; did you mean 'kvmppc_get_sr'? 
[-Werror=implicit-function-declaration]
arch/powerpc/kvm/powerpc.c:1780:25: error: implicit declaration of function 
'kvmppc_set_vscr'; did you mean 'kvmppc_set_sr'? 
[-Werror=implicit-function-declaration]
arch/powerpc/kvm/powerpc.c:1787:25: error: implicit declaration of function 
'kvmppc_set_vrsave'; did you mean 'kvmppc_set_sr'? 
[-Werror=implicit-function-declaration]
arch/s390/include/asm/ctlreg.h:129:9: warning: array subscript 0 is outside 
array bounds of 'struct ctlreg[0]' [-Warray-bounds=]
arch/s390/include/asm/ctlreg.h:80:9: warning: array subscript 0 is outside 
array bounds of 'struct ctlreg[0]' [-Warray-bounds=]
drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_6_ppt.c:286:52: warning: 
'%s' directive output may be truncated writing up to 29 bytes into a region of 
size 23 [-Wformat-truncation=]
drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu14/smu_v14_0.c:72:52: warning: '%s' 
directive output may be truncated writing up to 29 bytes into a region of size 
23 [-Wformat-truncation=]
fs/bcachefs/journal_seq_blacklist.c:110:18: warning: array subscript 'i' is 
outside the bounds of an interior zero-length array 'struct 
journal_seq_blacklist_entry[0]' [-Wzero-length-bounds]
fs/bcachefs/journal_seq_blacklist.c:148:26: warning: array subscript  
is outside array bounds of 'struct journal_seq_blacklist_table_entry[0]' 
[-Warray-bounds=]
fs/bcachefs/journal_seq_blacklist.c:148:26: warning: array subscript idx is 
outside array bounds of 'struct journal_seq_blacklist_table_entry[0]' 
[-Warray-bounds=]
fs/bcachefs/journal_seq_blacklist.c:159:26: warning: array subscript  
is outside array bounds of 'struct journal_seq_blacklist_table_entry[0]' 
[-Warray-bounds=]
fs/bcachefs/journal_seq_blacklist.c:159:26: warning: array subscript idx is 
outside array bounds of 'struct journal_seq_blacklist_table_entry[0]' 
[-Warray-bounds=]
fs/bcachefs/journal_seq_blacklist.c:176:27: warning: array subscript i is 
outside array bounds of 'struct journal_seq_blacklist_table_entry[0]' 
[-Warray-bounds=]
fs/bcachefs/journal_seq_blacklist.c:176:64: warning: array subscript '(unsigned 
int) _33 + 4294967295' is outside the bounds of an interior zero-length array 
'struct journal_seq_blacklist_entry[0]' [-Wzero-length-bounds]
fs/bcachefs/journal_seq_blacklist.c:189:27: warning: array subscript i is 
outside array bounds of 'struct journal_seq_blacklist_table_entry[0]' 
[-Warray-bounds=]
fs/bcachefs/journal_seq_blacklist.h:9:56: warning: array subscript 0 is outside 
the bounds of an interior zero-length array 'struct 
journal_seq_blacklist_entry[0]' [-Wzero-length-bounds]
fs/bcachefs/snapshot.c:118:66: warning: array subscript  is outside 
array bounds of 'struct snapshot_t[0]' [-Warray-bounds=]
fs/bcachefs/snapshot.c:134:70: warning: array subscript  is outside 
array bounds of 'struct snapshot_t[0]' [-Warray-bounds=]
fs/bcachefs/snapshot.c:168:16: warning: array subscript idx is outside array 
bounds of 'struct snapshot_t[0]' [-Warray-bounds=]
fs/bcachefs/snapshot.c:181:16: warning: array subscript idx is outside array 
bounds of 'struct snapshot_t[0]' [-Warray-bounds=]
fs/bcachefs/snapshot.h:36:21: warning: array subscript  is outside 
array bounds of 'struct snapshot_t[0]' [-Warray-bounds=]
include/asm-generic/rwonce.h:44:26: warning: array subscript 0 is outside array 
bounds of '__u8[0]' {aka 'unsign

[powerpc:next-test] BUILD SUCCESS 5ae7ca5d69bde653bb595edcc355850db66128b5

2023-10-19 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next-test
branch HEAD: 5ae7ca5d69bde653bb595edcc355850db66128b5  powerpc/fadump: Annotate 
endianness cast with __force

elapsed time: 1341m

configs tested: 154
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231018   gcc  
arc   randconfig-001-20231019   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   randconfig-001-20231019   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231019   gcc  
i386 buildonly-randconfig-002-20231019   gcc  
i386 buildonly-randconfig-003-20231019   gcc  
i386 buildonly-randconfig-004-20231019   gcc  
i386 buildonly-randconfig-005-20231019   gcc  
i386 buildonly-randconfig-006-20231019   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231019   gcc  
i386  randconfig-002-20231019   gcc  
i386  randconfig-003-20231019   gcc  
i386  randconfig-004-20231019   gcc  
i386  randconfig-005-20231019   gcc  
i386  randconfig-006-20231019   gcc  
i386  randconfig-011-20231019   gcc  
i386  randconfig-012-20231019   gcc  
i386  randconfig-013-20231019   gcc  
i386  randconfig-014-20231019   gcc  
i386  randconfig-015-20231019   gcc  
i386  randconfig-016-20231019   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231018   gcc  
loongarch randconfig-001-20231019   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68k   bvme6000_defconfig   gcc  
m68kdefconfig   gcc  
m68k  sun3x_defconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips   xway_defconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc alldefconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc akebono_defconfig   clang
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
powerpc mpc8315_rdb_defconfig   clang
riscvallmodconfig   gcc  
riscv

[powerpc:fixes-test] BUILD SUCCESS f9bc9bbe8afdf83412728f0b464979a72a3b9ec2

2023-10-19 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: f9bc9bbe8afdf83412728f0b464979a72a3b9ec2  powerpc/qspinlock: Fix 
stale propagated yield_cpu

elapsed time: 1442m

configs tested: 160
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231018   gcc  
arc   randconfig-001-20231019   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   randconfig-001-20231019   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231019   gcc  
i386 buildonly-randconfig-002-20231019   gcc  
i386 buildonly-randconfig-003-20231019   gcc  
i386 buildonly-randconfig-004-20231019   gcc  
i386 buildonly-randconfig-005-20231019   gcc  
i386 buildonly-randconfig-006-20231019   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231019   gcc  
i386  randconfig-002-20231019   gcc  
i386  randconfig-003-20231019   gcc  
i386  randconfig-004-20231019   gcc  
i386  randconfig-005-20231019   gcc  
i386  randconfig-006-20231019   gcc  
i386  randconfig-011-20231019   gcc  
i386  randconfig-012-20231019   gcc  
i386  randconfig-013-20231019   gcc  
i386  randconfig-014-20231019   gcc  
i386  randconfig-015-20231019   gcc  
i386  randconfig-016-20231019   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231018   gcc  
loongarch randconfig-001-20231019   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68k   bvme6000_defconfig   gcc  
m68kdefconfig   gcc  
m68k  sun3x_defconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips   xway_defconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc alldefconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc akebono_defconfig   clang
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
powerpc mpc8315_rdb_defconfig   clang
riscvallmodconfig   gcc  
riscv   

[powerpc:fixes-test] BUILD SUCCESS a22423ea7c8aa93beb6f325d0b07580880509c04

2023-10-21 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: a22423ea7c8aa93beb6f325d0b07580880509c04  powerpc/perf: Fix 
disabling BHRB and instruction sampling

elapsed time: 2637m

configs tested: 151
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc  axs101_defconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231020   gcc  
arc   randconfig-001-20231021   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   omap2plus_defconfig   gcc  
arm   randconfig-001-20231021   gcc  
arm64alldefconfig   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231021   gcc  
i386 buildonly-randconfig-002-20231021   gcc  
i386 buildonly-randconfig-003-20231021   gcc  
i386 buildonly-randconfig-004-20231021   gcc  
i386 buildonly-randconfig-005-20231021   gcc  
i386 buildonly-randconfig-006-20231021   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231021   gcc  
i386  randconfig-002-20231021   gcc  
i386  randconfig-003-20231021   gcc  
i386  randconfig-004-20231021   gcc  
i386  randconfig-005-20231021   gcc  
i386  randconfig-006-20231021   gcc  
i386  randconfig-011-20231021   gcc  
i386  randconfig-012-20231021   gcc  
i386  randconfig-013-20231021   gcc  
i386  randconfig-014-20231021   gcc  
i386  randconfig-015-20231021   gcc  
i386  randconfig-016-20231021   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231020   gcc  
loongarch randconfig-001-20231021   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68k   sun3_defconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
microblaze  mmu_defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips  maltasmvp_eva_defconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpcadder875_defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
powerpc 

[powerpc:next-test] BUILD SUCCESS efce8422dd53fae6cdbd37741034ac4eb4730819

2023-10-21 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next-test
branch HEAD: efce8422dd53fae6cdbd37741034ac4eb4730819  powerpc/paravirt: 
Improve vcpu_is_preempted

elapsed time: 2639m

configs tested: 149
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc  axs101_defconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231021   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   omap2plus_defconfig   gcc  
arm   randconfig-001-20231021   gcc  
arm64alldefconfig   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231021   gcc  
i386 buildonly-randconfig-002-20231021   gcc  
i386 buildonly-randconfig-003-20231021   gcc  
i386 buildonly-randconfig-004-20231021   gcc  
i386 buildonly-randconfig-005-20231021   gcc  
i386 buildonly-randconfig-006-20231021   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231021   gcc  
i386  randconfig-002-20231021   gcc  
i386  randconfig-003-20231021   gcc  
i386  randconfig-004-20231021   gcc  
i386  randconfig-005-20231021   gcc  
i386  randconfig-006-20231021   gcc  
i386  randconfig-011-20231021   gcc  
i386  randconfig-012-20231021   gcc  
i386  randconfig-013-20231021   gcc  
i386  randconfig-014-20231021   gcc  
i386  randconfig-015-20231021   gcc  
i386  randconfig-016-20231021   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231021   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68k   sun3_defconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
microblaze  mmu_defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips  maltasmvp_eva_defconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpcadder875_defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
powerpc  ep88xc_defconfig   gcc  
powerpc stx_gp3_defconfig   gcc  
riscval

[powerpc:next] BUILD SUCCESS 1c7b4bc375c2a235e3dcb53c46111883df838e42

2023-10-22 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next
branch HEAD: 1c7b4bc375c2a235e3dcb53c46111883df838e42  Merge branch fixes into 
next

elapsed time: 1693m

configs tested: 145
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231022   gcc  
arc   randconfig-001-20231023   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   randconfig-001-20231023   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231023   gcc  
i386 buildonly-randconfig-002-20231023   gcc  
i386 buildonly-randconfig-003-20231023   gcc  
i386 buildonly-randconfig-004-20231023   gcc  
i386 buildonly-randconfig-005-20231023   gcc  
i386 buildonly-randconfig-006-20231023   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231023   gcc  
i386  randconfig-002-20231023   gcc  
i386  randconfig-003-20231023   gcc  
i386  randconfig-004-20231023   gcc  
i386  randconfig-005-20231023   gcc  
i386  randconfig-006-20231023   gcc  
i386  randconfig-011-20231023   gcc  
i386  randconfig-012-20231023   gcc  
i386  randconfig-013-20231023   gcc  
i386  randconfig-014-20231023   gcc  
i386  randconfig-015-20231023   gcc  
i386  randconfig-016-20231023   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231022   gcc  
loongarch randconfig-001-20231023   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
powerpc ep8248e_defconfig   gcc  
powerpc  makalu_defconfig   gcc  
powerpc mpc8313_rdb_defconfig   clang
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscv nommu_k210_sdcard_defconfig   gcc  
r

[powerpc:next-test] BUILD SUCCESS 5e69d465457215225178b3003d70e556c6c42ea0

2023-10-22 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next-test
branch HEAD: 5e69d465457215225178b3003d70e556c6c42ea0  Documentation/powerpc: 
update fadump implementation details

elapsed time: 1694m

configs tested: 150
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231022   gcc  
arc   randconfig-001-20231023   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm at91_dt_defconfig   gcc  
arm defconfig   gcc  
arm   randconfig-001-20231023   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231023   gcc  
i386 buildonly-randconfig-002-20231023   gcc  
i386 buildonly-randconfig-003-20231023   gcc  
i386 buildonly-randconfig-004-20231023   gcc  
i386 buildonly-randconfig-005-20231023   gcc  
i386 buildonly-randconfig-006-20231023   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231023   gcc  
i386  randconfig-002-20231023   gcc  
i386  randconfig-003-20231023   gcc  
i386  randconfig-004-20231023   gcc  
i386  randconfig-005-20231023   gcc  
i386  randconfig-006-20231023   gcc  
i386  randconfig-011-20231023   gcc  
i386  randconfig-012-20231023   gcc  
i386  randconfig-013-20231023   gcc  
i386  randconfig-014-20231023   gcc  
i386  randconfig-015-20231023   gcc  
i386  randconfig-016-20231023   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231022   gcc  
loongarch randconfig-001-20231023   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68k   m5208evb_defconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mipsmaltaup_xpa_defconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
powerpc ep8248e_defconfig   gcc  
powerpc  makalu_defconfig   gcc  
powerpc mpc8313_rdb_defconfig   clang
powerpcsam440ep_defconfig   gcc  
riscv  

[powerpc:topic/ppc-kvm] BUILD SUCCESS b7bce570430e42229fb63f775fcbb10f38b83c71

2023-10-23 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
topic/ppc-kvm
branch HEAD: b7bce570430e42229fb63f775fcbb10f38b83c71  powerpc/kvm: Force cast 
endianness of KVM shared regs

elapsed time: 3099m

configs tested: 156
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231022   gcc  
arc   randconfig-001-20231023   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm at91_dt_defconfig   gcc  
arm defconfig   gcc  
arm   randconfig-001-20231023   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231023   gcc  
i386 buildonly-randconfig-002-20231023   gcc  
i386 buildonly-randconfig-003-20231023   gcc  
i386 buildonly-randconfig-004-20231023   gcc  
i386 buildonly-randconfig-005-20231023   gcc  
i386 buildonly-randconfig-006-20231023   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231023   gcc  
i386  randconfig-002-20231023   gcc  
i386  randconfig-003-20231023   gcc  
i386  randconfig-004-20231023   gcc  
i386  randconfig-005-20231023   gcc  
i386  randconfig-006-20231023   gcc  
i386  randconfig-011-20231023   gcc  
i386  randconfig-012-20231023   gcc  
i386  randconfig-013-20231023   gcc  
i386  randconfig-014-20231023   gcc  
i386  randconfig-015-20231023   gcc  
i386  randconfig-016-20231023   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231022   gcc  
loongarch randconfig-001-20231023   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68k   m5208evb_defconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mipsmaltaup_xpa_defconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
powerpc ep8248e_defconfig   gcc  
powerpc  g5_defconfig   clang
powerpcicon_defconfig   clang
powerpc  makalu_defconfig   gcc  
powerpc  

[powerpc:fixes-test] BUILD SUCCESS 3a7cf8fdb114ea9f709a2e7f0494908bacf1b190

2023-10-24 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: 3a7cf8fdb114ea9f709a2e7f0494908bacf1b190  powerpc/mm: Avoid 
calling arch_enter/leave_lazy_mmu() in set_ptes()

elapsed time: 1474m

configs tested: 187
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
archsdk_defconfig   gcc  
arc   randconfig-001-20231024   gcc  
arc   randconfig-001-20231025   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm axm55xx_defconfig   gcc  
arm defconfig   gcc  
arm  ixp4xx_defconfig   clang
arm   randconfig-001-20231025   gcc  
arm   u8500_defconfig   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky alldefconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231024   gcc  
i386 buildonly-randconfig-001-20231025   gcc  
i386 buildonly-randconfig-002-20231024   gcc  
i386 buildonly-randconfig-002-20231025   gcc  
i386 buildonly-randconfig-003-20231024   gcc  
i386 buildonly-randconfig-003-20231025   gcc  
i386 buildonly-randconfig-004-20231024   gcc  
i386 buildonly-randconfig-004-20231025   gcc  
i386 buildonly-randconfig-005-20231024   gcc  
i386 buildonly-randconfig-005-20231025   gcc  
i386 buildonly-randconfig-006-20231024   gcc  
i386 buildonly-randconfig-006-20231025   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231025   gcc  
i386  randconfig-002-20231025   gcc  
i386  randconfig-003-20231025   gcc  
i386  randconfig-004-20231025   gcc  
i386  randconfig-005-20231025   gcc  
i386  randconfig-006-20231025   gcc  
i386  randconfig-011-20231024   gcc  
i386  randconfig-011-20231025   gcc  
i386  randconfig-012-20231024   gcc  
i386  randconfig-012-20231025   gcc  
i386  randconfig-013-20231024   gcc  
i386  randconfig-013-20231025   gcc  
i386  randconfig-014-20231024   gcc  
i386  randconfig-014-20231025   gcc  
i386  randconfig-015-20231024   gcc  
i386  randconfig-015-20231025   gcc  
i386  randconfig-016-20231024   gcc  
i386  randconfig-016-20231025   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231024   gcc  
loongarch randconfig-001-20231025   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips cu1000-neo_defconfig   clang
mips  fuloong2e_defconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
open

[powerpc:merge] BUILD SUCCESS 4d121328397f83465b6c1f60c5fad93bda9bc90e

2023-10-25 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: 4d121328397f83465b6c1f60c5fad93bda9bc90e  Automatic merge of 
'next' into merge (2023-10-23 20:42)

elapsed time: 3247m

configs tested: 129
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231024   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   randconfig-001-20231024   gcc  
arm64 allnoconfig   gcc  
arm64   defconfig   gcc  
csky  allnoconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231024   gcc  
i386 buildonly-randconfig-002-20231024   gcc  
i386 buildonly-randconfig-003-20231024   gcc  
i386 buildonly-randconfig-004-20231024   gcc  
i386 buildonly-randconfig-005-20231024   gcc  
i386 buildonly-randconfig-006-20231024   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231024   gcc  
i386  randconfig-002-20231024   gcc  
i386  randconfig-003-20231024   gcc  
i386  randconfig-004-20231024   gcc  
i386  randconfig-005-20231024   gcc  
i386  randconfig-006-20231024   gcc  
i386  randconfig-011-20231024   gcc  
i386  randconfig-012-20231024   gcc  
i386  randconfig-013-20231024   gcc  
i386  randconfig-014-20231024   gcc  
i386  randconfig-015-20231024   gcc  
i386  randconfig-016-20231024   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231024   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscv randconfig-001-20231024   gcc  
riscv  rv32_defconfig   gcc  
s390 allmodconfig   gcc  
s390  allnoconfig   gcc  
s390 allyesconfig   gcc  
s390defconfig   gcc  
s390  randconfig-001-20231024   gcc  
sh   allmodconfig   gcc  
shallnoconfig   gcc  
sh   allyesconfig   gcc  
sh 

[powerpc:fixes-test] BUILD SUCCESS 47b8def9358c5eb888e78b24b7e5b7f2e2e97b8e

2023-10-25 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: 47b8def9358c5eb888e78b24b7e5b7f2e2e97b8e  powerpc/mm: Avoid 
calling arch_enter/leave_lazy_mmu() in set_ptes

elapsed time: 1483m

configs tested: 200
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231025   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm assabet_defconfig   gcc  
arm defconfig   gcc  
armmps2_defconfig   gcc  
arm   randconfig-001-20231026   gcc  
armspear6xx_defconfig   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231025   gcc  
i386 buildonly-randconfig-001-20231026   gcc  
i386 buildonly-randconfig-002-20231025   gcc  
i386 buildonly-randconfig-002-20231026   gcc  
i386 buildonly-randconfig-003-20231025   gcc  
i386 buildonly-randconfig-003-20231026   gcc  
i386 buildonly-randconfig-004-20231025   gcc  
i386 buildonly-randconfig-004-20231026   gcc  
i386 buildonly-randconfig-005-20231025   gcc  
i386 buildonly-randconfig-005-20231026   gcc  
i386 buildonly-randconfig-006-20231025   gcc  
i386 buildonly-randconfig-006-20231026   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231025   gcc  
i386  randconfig-001-20231026   gcc  
i386  randconfig-002-20231025   gcc  
i386  randconfig-002-20231026   gcc  
i386  randconfig-003-20231025   gcc  
i386  randconfig-003-20231026   gcc  
i386  randconfig-004-20231025   gcc  
i386  randconfig-004-20231026   gcc  
i386  randconfig-005-20231025   gcc  
i386  randconfig-005-20231026   gcc  
i386  randconfig-006-20231025   gcc  
i386  randconfig-006-20231026   gcc  
i386  randconfig-011-20231025   gcc  
i386  randconfig-011-20231026   gcc  
i386  randconfig-012-20231025   gcc  
i386  randconfig-012-20231026   gcc  
i386  randconfig-013-20231025   gcc  
i386  randconfig-013-20231026   gcc  
i386  randconfig-014-20231025   gcc  
i386  randconfig-014-20231026   gcc  
i386  randconfig-015-20231025   gcc  
i386  randconfig-015-20231026   gcc  
i386  randconfig-016-20231025   gcc  
i386  randconfig-016-20231026   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231025   gcc  
loongarch randconfig-001-20231026   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68k  atari_defconfig   gcc  
m68kdefconfig   gcc  
m68k   m5275evb_defconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips decstation_defconfig   gcc  
mips  

[powerpc:next] BUILD SUCCESS 36e826b568e412f61d68fedc02a67b4d8b7583cc

2023-10-25 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next
branch HEAD: 36e826b568e412f61d68fedc02a67b4d8b7583cc  powerpc/vmcore: Add MMU 
information to vmcoreinfo

elapsed time: 1497m

configs tested: 200
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231025   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm assabet_defconfig   gcc  
arm defconfig   gcc  
armmps2_defconfig   gcc  
arm   randconfig-001-20231026   gcc  
armspear6xx_defconfig   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231025   gcc  
i386 buildonly-randconfig-001-20231026   gcc  
i386 buildonly-randconfig-002-20231025   gcc  
i386 buildonly-randconfig-002-20231026   gcc  
i386 buildonly-randconfig-003-20231025   gcc  
i386 buildonly-randconfig-003-20231026   gcc  
i386 buildonly-randconfig-004-20231025   gcc  
i386 buildonly-randconfig-004-20231026   gcc  
i386 buildonly-randconfig-005-20231025   gcc  
i386 buildonly-randconfig-005-20231026   gcc  
i386 buildonly-randconfig-006-20231025   gcc  
i386 buildonly-randconfig-006-20231026   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231025   gcc  
i386  randconfig-001-20231026   gcc  
i386  randconfig-002-20231025   gcc  
i386  randconfig-002-20231026   gcc  
i386  randconfig-003-20231025   gcc  
i386  randconfig-003-20231026   gcc  
i386  randconfig-004-20231025   gcc  
i386  randconfig-004-20231026   gcc  
i386  randconfig-005-20231025   gcc  
i386  randconfig-005-20231026   gcc  
i386  randconfig-006-20231025   gcc  
i386  randconfig-006-20231026   gcc  
i386  randconfig-011-20231025   gcc  
i386  randconfig-011-20231026   gcc  
i386  randconfig-012-20231025   gcc  
i386  randconfig-012-20231026   gcc  
i386  randconfig-013-20231025   gcc  
i386  randconfig-013-20231026   gcc  
i386  randconfig-014-20231025   gcc  
i386  randconfig-014-20231026   gcc  
i386  randconfig-015-20231025   gcc  
i386  randconfig-015-20231026   gcc  
i386  randconfig-016-20231025   gcc  
i386  randconfig-016-20231026   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231025   gcc  
loongarch randconfig-001-20231026   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68k  atari_defconfig   gcc  
m68kdefconfig   gcc  
m68k   m5275evb_defconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips decstation_defconfig   gcc  
mips

[powerpc:merge] BUILD REGRESSION d369da17dce8aba8ec8303026b8bc827fd0cd8d2

2023-10-28 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: d369da17dce8aba8ec8303026b8bc827fd0cd8d2  Automatic merge of 
'next' into merge (2023-10-27 18:30)

Error/Warning ids grouped by kconfigs:

gcc_recent_errors
`-- sh-allmodconfig
|-- 
sh4-linux-gcc:internal-compiler-error:Segmentation-fault-signal-terminated-program-cc1
|-- standard-input:Error:expected-symbol-name
`-- standard-input:Error:pcrel-too-far

elapsed time: 2148m

configs tested: 188
configs skipped: 2

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc  axs101_defconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231027   gcc  
arc   randconfig-001-20231028   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm assabet_defconfig   gcc  
arm at91_dt_defconfig   gcc  
arm defconfig   gcc  
arm  integrator_defconfig   gcc  
arm  pxa910_defconfig   gcc  
arm   randconfig-001-20231027   gcc  
arm   randconfig-001-20231028   gcc  
arm vf610m4_defconfig   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231027   gcc  
i386 buildonly-randconfig-001-20231028   gcc  
i386 buildonly-randconfig-002-20231027   gcc  
i386 buildonly-randconfig-002-20231028   gcc  
i386 buildonly-randconfig-003-20231027   gcc  
i386 buildonly-randconfig-003-20231028   gcc  
i386 buildonly-randconfig-004-20231027   gcc  
i386 buildonly-randconfig-004-20231028   gcc  
i386 buildonly-randconfig-005-20231027   gcc  
i386 buildonly-randconfig-005-20231028   gcc  
i386 buildonly-randconfig-006-20231027   gcc  
i386 buildonly-randconfig-006-20231028   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231027   gcc  
i386  randconfig-001-20231028   gcc  
i386  randconfig-002-20231027   gcc  
i386  randconfig-002-20231028   gcc  
i386  randconfig-003-20231027   gcc  
i386  randconfig-003-20231028   gcc  
i386  randconfig-004-20231027   gcc  
i386  randconfig-004-20231028   gcc  
i386  randconfig-005-20231027   gcc  
i386  randconfig-005-20231028   gcc  
i386  randconfig-006-20231027   gcc  
i386  randconfig-006-20231028   gcc  
i386  randconfig-011-20231027   gcc  
i386  randconfig-011-20231028   gcc  
i386  randconfig-012-20231027   gcc  
i386  randconfig-012-20231028   gcc  
i386  randconfig-013-20231027   gcc  
i386  randconfig-013-20231028   gcc  
i386  randconfig-014-20231027   gcc  
i386  randconfig-014-20231028   gcc  
i386  randconfig-015-20231027   gcc  
i386  randconfig-015-20231028   gcc  
i386  randconfig-016-20231027   gcc  
i386  randconfig-016-20231028   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231027   gcc  
loongarch randconfig-001-20231028   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68kstmark2_defconfig   gcc  
microblaze   allmodconfig   gcc  
microblaze 

Re: [PATCH v12 6/6] powerpc: add crash memory hotplug support

2023-10-29 Thread kernel test robot
Hi Sourabh,

kernel test robot noticed the following build errors:

[auto build test ERROR on akpm-mm/mm-everything]
[also build test ERROR on linus/master v6.6-rc7]
[cannot apply to powerpc/next powerpc/fixes tip/x86/core next-20231027]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Sourabh-Jain/crash-forward-memory_notify-arg-to-arch-crash-hotplug-handler/20231029-213858
base:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git 
mm-everything
patch link:
https://lore.kernel.org/r/20231029124039.6158-7-sourabhjain%40linux.ibm.com
patch subject: [PATCH v12 6/6] powerpc: add crash memory hotplug support
config: powerpc64-randconfig-001-20231029 
(https://download.01.org/0day-ci/archive/20231030/202310300812.yn6fupcz-...@intel.com/config)
compiler: powerpc64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20231030/202310300812.yn6fupcz-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202310300812.yn6fupcz-...@intel.com/

All errors (new ones prefixed by >>):

   powerpc64-linux-ld: warning: discarding dynamic section .glink
   powerpc64-linux-ld: warning: discarding dynamic section .plt
   powerpc64-linux-ld: linkage table error against `add_opal_mem_range'
   powerpc64-linux-ld: stubs don't match calculated size
   powerpc64-linux-ld: can not build stubs: bad value
   powerpc64-linux-ld: arch/powerpc/kexec/core_64.o: in function 
`get_crash_memory_ranges':
   core_64.c:(.text+0x1010): undefined reference to `add_mem_range'
   powerpc64-linux-ld: core_64.c:(.text+0x1064): undefined reference to 
`sort_memory_ranges'
   powerpc64-linux-ld: core_64.c:(.text+0x1128): undefined reference to 
`add_rtas_mem_range'
   powerpc64-linux-ld: core_64.c:(.text+0x1140): undefined reference to 
`add_opal_mem_range'
   powerpc64-linux-ld: core_64.c:(.text+0x1160): undefined reference to 
`add_mem_range'
   powerpc64-linux-ld: core_64.c:(.text+0x1188): undefined reference to 
`sort_memory_ranges'
   powerpc64-linux-ld: core_64.c:(.text+0x11e0): undefined reference to 
`realloc_mem_ranges'
   powerpc64-linux-ld: arch/powerpc/kexec/core_64.o: in function 
`arch_crash_handle_hotplug_event':
>> core_64.c:(.text+0x1900): undefined reference to `remove_mem_range'

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[linux-next:master] BUILD REGRESSION c503e3eec382ac708ee7adf874add37b77c5d312

2023-10-30 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
branch HEAD: c503e3eec382ac708ee7adf874add37b77c5d312  Add linux-next specific 
files for 20231030

Error/Warning reports:

https://lore.kernel.org/oe-kbuild-all/202310052201.anvbpgpr-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310121157.arky475m-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310171905.azfrkoid-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310261059.usl6vstf-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310302025.pokm9ves-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310302043.as36ufed-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310302206.pkr5ebdi-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310302338.mppqar10-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202310310055.rdwlonpr-...@intel.com

Error/Warning: (recently discovered and may have been fixed)

Warning: MAINTAINERS references a file that doesn't exist: 
Documentation/devicetree/bindings/iio/imu/bosch,bma400.yaml
aarch64-linux-ld: drivers/cxl/core/pci.c:921:(.text+0xbbc): undefined reference 
to `pci_print_aer'
arch/loongarch/kvm/mmu.c:411:6: warning: no previous prototype for 
'kvm_unmap_gfn_range' [-Wmissing-prototypes]
arch/loongarch/kvm/mmu.c:420:48: error: invalid use of undefined type 'struct 
kvm_gfn_range'
arch/loongarch/kvm/mmu.c:422:1: error: control reaches end of non-void function 
[-Werror=return-type]
arch/loongarch/kvm/mmu.c:424:6: warning: no previous prototype for 
'kvm_set_spte_gfn' [-Wmissing-prototypes]
arch/loongarch/kvm/mmu.c:456:6: warning: no previous prototype for 
'kvm_age_gfn' [-Wmissing-prototypes]
arch/loongarch/kvm/mmu.c:468:6: warning: no previous prototype for 
'kvm_test_age_gfn' [-Wmissing-prototypes]
arch/loongarch/kvm/mmu.c:787:24: error: 'struct kvm' has no member named 
'mmu_invalidate_seq'; did you mean 'mn_invalidate_lock'?
arch/loongarch/kvm/mmu.c:810:13: error: implicit declaration of function 
'mmu_invalidate_retry_hva' [-Werror=implicit-function-declaration]
arch/riscv/include/asm/mmio.h:67:(.text+0xd66): undefined reference to 
`pci_print_aer'
csky-linux-ld: pci.c:(.text+0x6e8): undefined reference to `pci_print_aer'
drivers/cxl/core/pci.c:921: undefined reference to `pci_print_aer'
drivers/cxl/core/pci.c:921:(.text+0xbc0): undefined reference to `pci_print_aer'
drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c:1105 
dcn35_clk_mgr_construct() warn: variable dereferenced before check 
'ctx->dc_bios' (see line 1032)
drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c:1105 
dcn35_clk_mgr_construct() warn: variable dereferenced before check 
'ctx->dc_bios->integrated_info' (see line 1032)
drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_6_ppt.c:286:45: warning: 
'%s' directive output may be truncated writing up to 29 bytes into a region of 
size 23 [-Wformat-truncation=]
drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_6_ppt.c:286:52: warning: 
'%s' directive output may be truncated writing up to 29 bytes into a region of 
size 23 [-Wformat-truncation=]
drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu14/smu_v14_0.c:72:45: warning: '%s' 
directive output may be truncated writing up to 29 bytes into a region of size 
23 [-Wformat-truncation=]
drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu14/smu_v14_0.c:72:52: warning: '%s' 
directive output may be truncated writing up to 29 bytes into a region of size 
23 [-Wformat-truncation=]
drivers/hwtracing/coresight/coresight-etm4x-core.c:1183:24: warning: result of 
comparison of constant 256 with expression of type 'u8' (aka 'unsigned char') 
is always false [-Wtautological-constant-out-of-range-compare]
include/linux/atomic/atomic-arch-fallback.h:384:27: error: implicit declaration 
of function 'arch_cmpxchg_local'; did you mean 'raw_cmpxchg_local'? 
[-Werror=implicit-function-declaration]
include/linux/compiler.h:212:29: error: pasting "__addressable_" and "(" does 
not give a valid preprocessing token
include/linux/export.h:47:9: error: pasting "__export_symbol_" and "(" does not 
give a valid preprocessing token
include/linux/stddef.h:8:15: error: expected declaration specifiers or '...' 
before '(' token
include/linux/stddef.h:8:16: error: expected identifier or '(' before 'void'
include/linux/stddef.h:8:23: error: expected ')' before numeric constant
include/linux/stddef.h:8:24: error: pasting ")" and "218" does not give a valid 
preprocessing token
kernel/bpf/task_iter.c:917:29: error: use of undeclared identifier 
'CSS_TASK_ITER_THREADED'
kernel/bpf/task_iter.c:917:7: error: use of undeclared identifier 
'CSS_TASK_ITER_PROCS'
kernel/bpf/task_iter.c:919:14: error: 'CSS_TASK_ITER_PROCS' undeclared (first 
use in this function)
kernel/bpf/task_iter.c:919:36: error: 'CSS_TASK_ITER_THREADED' undeclared 
(first use in this function)
kernel/bpf/task_iter.c:925:46: error: invalid application of 'sizeof' to an 
incomplete type 'struct css_task_iter'
kerne

[powerpc:merge] BUILD REGRESSION efdcf91a2158294ea1af97e7d592c00e7a97c5b5

2023-11-04 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: efdcf91a2158294ea1af97e7d592c00e7a97c5b5  Automatic merge of 
'master' into merge (2023-11-03 16:08)

Error/Warning ids grouped by kconfigs:

gcc_recent_errors
|-- sh-allmodconfig
|   |-- 
sh4-linux-gcc:internal-compiler-error:Segmentation-fault-signal-terminated-program-cc1
|   |-- standard-input:Error:expected-symbol-name
|   `-- standard-input:Error:pcrel-too-far
|-- sh-allyesconfig
|   |-- 
sh4-linux-gcc:internal-compiler-error:Segmentation-fault-signal-terminated-program-cc1
|   |-- standard-input:Error:expected-symbol-name
|   `-- standard-input:Error:pcrel-too-far
`-- sh-randconfig-001-20231104
|-- 
sh4-linux-gcc:internal-compiler-error:Segmentation-fault-signal-terminated-program-cc1
`-- standard-input:Error:missing-expression

elapsed time: 1749m

configs tested: 231
configs skipped: 2

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231103   gcc  
arc   randconfig-001-20231104   gcc  
arc   randconfig-002-20231103   gcc  
arc   randconfig-002-20231104   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
armmps2_defconfig   gcc  
arm   randconfig-001-20231103   gcc  
arm   randconfig-001-20231104   gcc  
arm   randconfig-002-20231103   gcc  
arm   randconfig-002-20231104   gcc  
arm   randconfig-003-20231103   gcc  
arm   randconfig-003-20231104   gcc  
arm   randconfig-004-20231103   gcc  
arm   randconfig-004-20231104   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64 randconfig-001-20231103   gcc  
arm64 randconfig-001-20231104   gcc  
arm64 randconfig-002-20231103   gcc  
arm64 randconfig-002-20231104   gcc  
arm64 randconfig-003-20231103   gcc  
arm64 randconfig-003-20231104   gcc  
arm64 randconfig-004-20231103   gcc  
arm64 randconfig-004-20231104   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
csky  randconfig-001-20231103   gcc  
csky  randconfig-001-20231104   gcc  
csky  randconfig-002-20231103   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231103   gcc  
i386 buildonly-randconfig-001-20231104   gcc  
i386 buildonly-randconfig-002-20231103   gcc  
i386 buildonly-randconfig-002-20231104   gcc  
i386 buildonly-randconfig-003-20231103   gcc  
i386 buildonly-randconfig-003-20231104   gcc  
i386 buildonly-randconfig-004-20231103   gcc  
i386 buildonly-randconfig-004-20231104   gcc  
i386 buildonly-randconfig-005-20231103   gcc  
i386 buildonly-randconfig-005-20231104   gcc  
i386 buildonly-randconfig-006-20231103   gcc  
i386 buildonly-randconfig-006-20231104   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231104   gcc  
i386  randconfig-002-20231104   gcc  
i386  randconfig-003-20231104   gcc  
i386  randconfig-004-20231104   gcc  
i386  randconfig-005-20231104   gcc  
i386  randconfig-006-20231104   gcc  
i386  randconfig-011-20231103   gcc  
i386  randconfig-011-20231104   gcc  
i386  randconfig-012-20231103   gcc  
i386  randconfig-012-20231104   gcc  
i386  randconfig-013-20231103   gcc  
i386  randconfig-013-20231104   gcc  
i386  randconfig-014-20231103   gcc  
i386  randconfig-014-20231104   gcc  
i386  randconfig-015-20231103   gcc  
i386   

[powerpc:next] BUILD SUCCESS 303d77a6e1707498f09c9d8ee91b1dc07ca315a5

2023-11-04 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next
branch HEAD: 303d77a6e1707498f09c9d8ee91b1dc07ca315a5  Merge branch 
'topic/ppc-kvm' into next

elapsed time: 1779m

configs tested: 223
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc haps_hs_smp_defconfig   gcc  
arcnsim_700_defconfig   gcc  
arc   randconfig-001-20231103   gcc  
arc   randconfig-001-20231104   gcc  
arc   randconfig-002-20231103   gcc  
arc   randconfig-002-20231104   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm  collie_defconfig   clang
arm defconfig   gcc  
armmps2_defconfig   gcc  
arm   omap1_defconfig   clang
arm   omap2plus_defconfig   gcc  
arm orion5x_defconfig   clang
arm   randconfig-001-20231104   gcc  
arm   randconfig-002-20231104   gcc  
arm   randconfig-003-20231104   gcc  
arm   randconfig-004-20231104   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64 randconfig-001-20231104   gcc  
arm64 randconfig-002-20231104   gcc  
arm64 randconfig-003-20231104   gcc  
arm64 randconfig-004-20231104   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
csky  randconfig-001-20231103   gcc  
csky  randconfig-001-20231104   gcc  
csky  randconfig-002-20231103   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231103   gcc  
i386 buildonly-randconfig-001-20231104   gcc  
i386 buildonly-randconfig-002-20231103   gcc  
i386 buildonly-randconfig-002-20231104   gcc  
i386 buildonly-randconfig-003-20231103   gcc  
i386 buildonly-randconfig-003-20231104   gcc  
i386 buildonly-randconfig-004-20231103   gcc  
i386 buildonly-randconfig-004-20231104   gcc  
i386 buildonly-randconfig-005-20231103   gcc  
i386 buildonly-randconfig-005-20231104   gcc  
i386 buildonly-randconfig-006-20231103   gcc  
i386 buildonly-randconfig-006-20231104   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231103   gcc  
i386  randconfig-001-20231104   gcc  
i386  randconfig-002-20231103   gcc  
i386  randconfig-002-20231104   gcc  
i386  randconfig-003-20231103   gcc  
i386  randconfig-003-20231104   gcc  
i386  randconfig-004-20231103   gcc  
i386  randconfig-004-20231104   gcc  
i386  randconfig-005-20231103   gcc  
i386  randconfig-005-20231104   gcc  
i386  randconfig-006-20231103   gcc  
i386  randconfig-006-20231104   gcc  
i386  randconfig-011-20231104   gcc  
i386  randconfig-012-20231104   gcc  
i386  randconfig-013-20231104   gcc  
i386  randconfig-014-20231104   gcc  
i386  randconfig-015-20231104   gcc  
i386  randconfig-016-20231104   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231103   gcc  
loongarch randconfig-001-20231104   gcc  
loongarch randconfig-002-20231103   gcc  
loongarch randconfig-002-20231104   gcc  
m68k alldefconfig   gcc  
m68k allmod

[powerpc:fixes-test] BUILD SUCCESS 644b6025bcaff59737270d812c70302f5a8d4a8f

2023-11-07 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: 644b6025bcaff59737270d812c70302f5a8d4a8f  powerpc/rtas: Fix 
ppc_rtas_rmo_buf_show() kernel-doc

elapsed time: 1088m

configs tested: 161
configs skipped: 198

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  alldefconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc haps_hs_smp_defconfig   gcc  
arc   randconfig-001-20231108   gcc  
arc   randconfig-002-20231108   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm at91_dt_defconfig   gcc  
arm bcm2835_defconfig   clang
arm defconfig   gcc  
arm  exynos_defconfig   gcc  
arm  footbridge_defconfig   gcc  
arm   omap2plus_defconfig   gcc  
arm   randconfig-001-20231108   gcc  
arm   randconfig-002-20231108   gcc  
arm   randconfig-003-20231108   gcc  
arm   randconfig-004-20231108   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64 randconfig-001-20231108   gcc  
arm64 randconfig-002-20231108   gcc  
arm64 randconfig-003-20231108   gcc  
arm64 randconfig-004-20231108   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
csky  randconfig-001-20231108   gcc  
csky  randconfig-002-20231108   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231108   gcc  
i386  randconfig-002-20231108   gcc  
i386  randconfig-003-20231108   gcc  
i386  randconfig-004-20231108   gcc  
i386  randconfig-005-20231108   gcc  
i386  randconfig-006-20231108   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231108   gcc  
loongarch randconfig-002-20231108   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
mips decstation_r4k_defconfig   gcc  
mipsomega2p_defconfig   clang
mipsvocore2_defconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
nios2 randconfig-001-20231108   gcc  
nios2 randconfig-002-20231108   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
pariscrandconfig-001-20231108   gcc  
pariscrandconfig-002-20231108   gcc  
parisc64 

Re: [PATCH v2 1/1] powerpc: fix a memory leak

2023-11-08 Thread kernel test robot
Hi Yuanjun,

kernel test robot noticed the following build errors:

[auto build test ERROR on linus/master]
[also build test ERROR on v6.6 next-20231108]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Yuanjun-Gong/powerpc-fix-a-memory-leak/20230915-100832
base:   linus/master
patch link:
https://lore.kernel.org/r/20230915020559.3396566-1-ruc_gongyuanjun%40163.com
patch subject: [PATCH v2 1/1] powerpc: fix a memory leak
config: powerpc-allyesconfig 
(https://download.01.org/0day-ci/archive/20231108/202311081645.j68cla77-...@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 
4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20231108/202311081645.j68cla77-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202311081645.j68cla77-...@intel.com/

All errors (new ones prefixed by >>):

>> arch/powerpc/platforms/powernv/vas.c:105:15: error: expected ';' after 
>> expression
 105 | rc = -ENODEV
 | ^
 | ;
   1 error generated.


vim +105 arch/powerpc/platforms/powernv/vas.c

49  
50  static int init_vas_instance(struct platform_device *pdev)
51  {
52  struct device_node *dn = pdev->dev.of_node;
53  struct vas_instance *vinst;
54  struct xive_irq_data *xd;
55  uint32_t chipid, hwirq;
56  struct resource *res;
57  int rc, cpu, vasid;
58  
59  rc = of_property_read_u32(dn, "ibm,vas-id", &vasid);
60  if (rc) {
61  pr_err("No ibm,vas-id property for %s?\n", pdev->name);
62  return -ENODEV;
63  }
64  
65  rc = of_property_read_u32(dn, "ibm,chip-id", &chipid);
66  if (rc) {
67  pr_err("No ibm,chip-id property for %s?\n", pdev->name);
68  return -ENODEV;
69  }
70  
71  if (pdev->num_resources != 4) {
72  pr_err("Unexpected DT configuration for [%s, %d]\n",
73  pdev->name, vasid);
74  return -ENODEV;
75  }
76  
77  vinst = kzalloc(sizeof(*vinst), GFP_KERNEL);
78  if (!vinst)
79  return -ENOMEM;
80  
81  vinst->name = kasprintf(GFP_KERNEL, "vas-%d", vasid);
82  if (!vinst->name) {
83  kfree(vinst);
84  return -ENOMEM;
85  }
86  
87  INIT_LIST_HEAD(&vinst->node);
88  ida_init(&vinst->ida);
89  mutex_init(&vinst->mutex);
90  vinst->vas_id = vasid;
91  vinst->pdev = pdev;
92  
93  res = &pdev->resource[0];
94  vinst->hvwc_bar_start = res->start;
95  
96  res = &pdev->resource[1];
97  vinst->uwc_bar_start = res->start;
98  
99  res = &pdev->resource[2];
   100  vinst->paste_base_addr = res->start;
   101  
   102  res = &pdev->resource[3];
   103  if (res->end > 62) {
   104  pr_err("Bad 'paste_win_id_shift' in DT, %llx\n", 
res->end);
 > 105  rc = -ENODEV
   106  goto free_vinst;
   107  }
   108  
   109  vinst->paste_win_id_shift = 63 - res->end;
   110  
   111  hwirq = xive_native_alloc_irq_on_chip(chipid);
   112  if (!hwirq) {
   113  pr_err("Inst%d: Unable to allocate global irq for chip 
%d\n",
   114  vinst->vas_id, chipid);
   115  rc = -ENOENT;
   116  goto free_vinst;
   117  }
   118  
   119  vinst->virq = irq_create_mapping(NULL, hwirq);
   120  if (!vinst->virq) {
   121  pr_err("Inst%d: Unable to map global irq %d\n",
   122  vinst->vas_id, hwirq);
   123  rc = -EINVAL;
   124  goto free_vinst;
   125  }
   126  
   127  xd = irq_get_handler_data(vinst->virq);
   128  if (!xd) {
   129  pr_err("Inst%d: Invalid virq %d\

[powerpc:merge] BUILD REGRESSION 11121f9bdf3d1f7a04a87381df18587b9fe8f908

2023-11-08 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: 11121f9bdf3d1f7a04a87381df18587b9fe8f908  Automatic merge of 
'master' into merge (2023-11-07 22:10)

Error/Warning ids grouped by kconfigs:

gcc_recent_errors
|-- sh-allmodconfig
|   |-- 
sh4-linux-gcc:internal-compiler-error:Segmentation-fault-signal-terminated-program-cc1
|   |-- standard-input:Error:expected-symbol-name
|   `-- standard-input:Error:pcrel-too-far
`-- sh-allyesconfig
|-- 
sh4-linux-gcc:internal-compiler-error:Segmentation-fault-signal-terminated-program-cc1
|-- standard-input:Error:expected-symbol-name
`-- standard-input:Error:pcrel-too-far

elapsed time: 1916m

configs tested: 159
configs skipped: 2

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc   randconfig-001-20231108   gcc  
arc   randconfig-002-20231108   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   randconfig-001-20231108   gcc  
arm   randconfig-002-20231108   gcc  
arm   randconfig-003-20231108   gcc  
arm   randconfig-004-20231108   gcc  
arm64allmodconfig   gcc  
arm64 allnoconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64 randconfig-001-20231108   gcc  
arm64 randconfig-002-20231108   gcc  
arm64 randconfig-003-20231108   gcc  
arm64 randconfig-004-20231108   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
csky  randconfig-001-20231108   gcc  
csky  randconfig-002-20231108   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-001-20231108   gcc  
i386 buildonly-randconfig-002-20231108   gcc  
i386 buildonly-randconfig-003-20231108   gcc  
i386 buildonly-randconfig-004-20231108   gcc  
i386 buildonly-randconfig-005-20231108   gcc  
i386 buildonly-randconfig-006-20231108   gcc  
i386defconfig   gcc  
i386  randconfig-001-20231108   gcc  
i386  randconfig-002-20231108   gcc  
i386  randconfig-003-20231108   gcc  
i386  randconfig-004-20231108   gcc  
i386  randconfig-005-20231108   gcc  
i386  randconfig-006-20231108   gcc  
i386  randconfig-011-20231108   gcc  
i386  randconfig-012-20231108   gcc  
i386  randconfig-013-20231108   gcc  
i386  randconfig-014-20231108   gcc  
i386  randconfig-015-20231108   gcc  
i386  randconfig-016-20231108   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
loongarch randconfig-001-20231108   gcc  
loongarch randconfig-002-20231108   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
nios2 randconfig-001-20231108   gcc  
nios2 randconfig-002-20231108   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc  

Re: [PATCH 5/8] drivers: firmware: efi: libstub: enable generic commandline

2023-11-09 Thread kernel test robot
Hi Daniel,

kernel test robot noticed the following build warnings:

[auto build test WARNING on v6.6]
[cannot apply to arm64/for-next/core efi/next tip/x86/core robh/for-next 
linus/master next-20231110]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Daniel-Walker/CMDLINE-add-generic-builtin-command-line/20231110-094423
base:   v6.6
patch link:
https://lore.kernel.org/r/20231110013817.2378507-6-danielwa%40cisco.com
patch subject: [PATCH 5/8] drivers: firmware: efi: libstub: enable generic 
commandline
config: loongarch-randconfig-002-20231110 
(https://download.01.org/0day-ci/archive/20231110/202311101224.evyh4zgy-...@intel.com/config)
compiler: loongarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20231110/202311101224.evyh4zgy-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202311101224.evyh4zgy-...@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/firmware/efi/libstub/efi-stub-helper.c:43: warning: expecting 
>> prototype for efi_handle_cmdline(). Prototype was for 
>> efi_handle_builtin_cmdline() instead
   drivers/firmware/efi/libstub/efi-stub-helper.c:592: warning: Function 
parameter or member 'out' not described in 'efi_load_initrd'


vim +43 drivers/firmware/efi/libstub/efi-stub-helper.c

32  
33  /**
34   * efi_handle_cmdline() - handle adding in built-in parts of the 
command line
35   * @cmdline:kernel command line
36   *
37   * Add in the generic parts of the commandline and start the parsing of 
the
38   * command line.
39   *
40   * Return:  status code
41   */
42  efi_status_t efi_handle_builtin_cmdline(char const *cmdline)
  > 43  {
44  efi_status_t status = EFI_SUCCESS;
45  
46  if (sizeof(CMDLINE_STATIC_PREPEND) > 1)
47  status |= efi_parse_options(CMDLINE_STATIC_PREPEND);
48  
49  if (!IS_ENABLED(CONFIG_CMDLINE_OVERRIDE))
50  status |= efi_parse_options(cmdline);
51  
52  if (sizeof(CMDLINE_STATIC_APPEND) > 1)
53  status |= efi_parse_options(CMDLINE_STATIC_APPEND);
54  
55  if (status != EFI_SUCCESS)
56  efi_err("Failed to parse options\n");
57  
58  return status;
59  }
60  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


Re: [PATCH 6/8] CMDLINE: x86: convert to generic builtin command line

2023-11-09 Thread kernel test robot
Hi Daniel,

kernel test robot noticed the following build warnings:

[auto build test WARNING on v6.6]
[cannot apply to arm64/for-next/core efi/next tip/x86/core robh/for-next 
linus/master next-20231110]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Daniel-Walker/CMDLINE-add-generic-builtin-command-line/20231110-094423
base:   v6.6
patch link:
https://lore.kernel.org/r/20231110013817.2378507-7-danielwa%40cisco.com
patch subject: [PATCH 6/8] CMDLINE: x86: convert to generic builtin command line
config: x86_64-kismet-CONFIG_SYSTEM_EXTRA_CERTIFICATE-CONFIG_CMDLINE_EXTRA-0-0 
(https://download.01.org/0day-ci/archive/20231110/202311101507.q12gpuvs-...@intel.com/config)
reproduce: 
(https://download.01.org/0day-ci/archive/20231110/202311101507.q12gpuvs-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202311101507.q12gpuvs-...@intel.com/

kismet warnings: (new ones prefixed by >>)
>> kismet: WARNING: unmet direct dependencies detected for 
>> SYSTEM_EXTRA_CERTIFICATE when selected by CMDLINE_EXTRA
   
   WARNING: unmet direct dependencies detected for SYSTEM_EXTRA_CERTIFICATE
 Depends on [n]: CRYPTO [=y] && SYSTEM_TRUSTED_KEYRING [=n]
 Selected by [y]:
 - CMDLINE_EXTRA [=y] && GENERIC_CMDLINE [=y] && CMDLINE_BOOL [=y]

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


Re: [PATCH 1/8] CMDLINE: add generic builtin command line

2023-11-10 Thread kernel test robot
Hi Daniel,

kernel test robot noticed the following build errors:

[auto build test ERROR on v6.6]
[cannot apply to arm64/for-next/core efi/next tip/x86/core robh/for-next 
linus/master next-20231110]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Daniel-Walker/CMDLINE-add-generic-builtin-command-line/20231110-094423
base:   v6.6
patch link:
https://lore.kernel.org/r/20231110013817.2378507-2-danielwa%40cisco.com
patch subject: [PATCH 1/8] CMDLINE: add generic builtin command line
config: sparc-allyesconfig 
(https://download.01.org/0day-ci/archive/20231110/202311102331.gllfai9t-...@intel.com/config)
compiler: sparc64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20231110/202311102331.gllfai9t-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202311102331.gllfai9t-...@intel.com/

All error/warnings (new ones prefixed by >>):

   In file included from include/linux/kernel.h:15,
from include/linux/interrupt.h:6,
from arch/sparc/include/asm/setup.h:8,
from lib/generic_cmdline.S:5:
>> include/linux/align.h:8: warning: "ALIGN" redefined
   8 | #define ALIGN(x, a) __ALIGN_KERNEL((x), (a))
 | 
   In file included from include/linux/export.h:6,
from lib/generic_cmdline.S:2:
   include/linux/linkage.h:103: note: this is the location of the previous 
definition
 103 | #define ALIGN __ALIGN
 | 
   In file included from include/linux/kcsan-checks.h:13,
from include/linux/instrumented.h:12,
from include/linux/atomic/atomic-instrumented.h:17,
from include/linux/atomic.h:82,
from include/asm-generic/bitops/lock.h:5,
from arch/sparc/include/asm/bitops_64.h:52,
from arch/sparc/include/asm/bitops.h:5,
from include/linux/bitops.h:68,
from include/linux/kernel.h:22:
>> include/linux/compiler_attributes.h:55: warning: "__always_inline" redefined
  55 | #define __always_inline inline 
__attribute__((__always_inline__))
 | 
   In file included from include/linux/stddef.h:5,
from include/linux/kernel.h:18:
   include/uapi/linux/stddef.h:8: note: this is the location of the previous 
definition
   8 | #define __always_inline inline
 | 
>> include/linux/compiler_attributes.h:91:5: warning: "__has_attribute" is not 
>> defined, evaluates to 0 [-Wundef]
  91 | #if __has_attribute(__copy__)
 | ^~~
>> include/linux/compiler_attributes.h:91:20: error: missing binary operator 
>> before token "("
  91 | #if __has_attribute(__copy__)
 |^
   include/linux/compiler_attributes.h:104:5: warning: "__has_attribute" is not 
defined, evaluates to 0 [-Wundef]
 104 | #if __has_attribute(__counted_by__)
 | ^~~
   include/linux/compiler_attributes.h:104:20: error: missing binary operator 
before token "("
 104 | #if __has_attribute(__counted_by__)
 |^
>> include/linux/compiler_attributes.h:107: warning: "__counted_by" redefined
 107 | # define __counted_by(member)
 | 
   include/uapi/linux/stddef.h:55: note: this is the location of the previous 
definition
  55 | #define __counted_by(m)
 | 
   include/linux/compiler_attributes.h:116:5: warning: "__has_attribute" is not 
defined, evaluates to 0 [-Wundef]
 116 | #if __has_attribute(__diagnose_as_builtin__)
 | ^~~
   include/linux/compiler_attributes.h:116:20: error: missing binary operator 
before token "("
 116 | #if __has_attribute(__diagnose_as_builtin__)
 |^
   include/linux/compiler_attributes.h:139:5: warning: "__has_attribute" is not 
defined, evaluates to 0 [-Wundef]
 139 | #if __has_attribute(__designated_init__)
 | ^~~
   include/linux/compiler_attributes.h:139:20: error: missing binary operator 
before token "("
 139 | #if __has_attribute(__designated_init__)
 |^
   include/linux/compiler_attributes.h:150:5: warning: "__has_attribute" is not 
defined, evaluates to 0 [-Wundef]
 150 | #if __has_attribute(__error__)
 | ^~~
   inclu

Re: [PATCH v9 12/15] media: uapi: Declare interface types for Audio

2023-11-10 Thread kernel test robot
Hi Shengjiu,

kernel test robot noticed the following build warnings:

[auto build test WARNING on media-tree/master]
[also build test WARNING on broonie-sound/for-next tiwai-sound/for-next 
tiwai-sound/for-linus linus/master v6.6 next-20231110]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Shengjiu-Wang/ASoC-fsl_asrc-define-functions-for-memory-to-memory-usage/20231110-143635
base:   git://linuxtv.org/media_tree.git master
patch link:
https://lore.kernel.org/r/1699595289-25773-13-git-send-email-shengjiu.wang%40nxp.com
patch subject: [PATCH v9 12/15] media: uapi: Declare interface types for Audio
reproduce: 
(https://download.01.org/0day-ci/archive/2023/20230751.sq7ahnyx-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/20230751.sq7ahnyx-...@intel.com/

All warnings (new ones prefixed by >>):

>> Documentation/output/media.h.rst:6: WARNING: undefined label: 
>> media-intf-t-v4l-audio (if the link has no caption the label must precede a 
>> section header)

vim +6 Documentation/output/media.h.rst

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


Re: [PATCH v9 15/15] media: vim2m-audio: add virtual driver for audio memory to memory

2023-11-10 Thread kernel test robot
Hi Shengjiu,

kernel test robot noticed the following build warnings:

[auto build test WARNING on media-tree/master]
[also build test WARNING on broonie-sound/for-next tiwai-sound/for-next 
tiwai-sound/for-linus linus/master v6.6 next-20231110]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Shengjiu-Wang/ASoC-fsl_asrc-define-functions-for-memory-to-memory-usage/20231110-143635
base:   git://linuxtv.org/media_tree.git master
patch link:
https://lore.kernel.org/r/1699595289-25773-16-git-send-email-shengjiu.wang%40nxp.com
patch subject: [PATCH v9 15/15] media: vim2m-audio: add virtual driver for 
audio memory to memory
config: powerpc64-allyesconfig 
(https://download.01.org/0day-ci/archive/2023/20230805.xhszmzn7-...@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 
4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/2023/20230805.xhszmzn7-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/20230805.xhszmzn7-...@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/media/test-drivers/vim2m-audio.c:174:13: warning: variable 
>> 'dst_size' is used uninitialized whenever 'if' condition is false 
>> [-Wsometimes-uninitialized]
 174 | } else if (q_data_src->rate * 2 == q_data_dst->rate) {
 |^~~~
   drivers/media/test-drivers/vim2m-audio.c:184:46: note: uninitialized use 
occurs here
 184 | vb2_set_plane_payload(&dst_buf->vb2_buf, 0, dst_size);
 | ^~~~
   drivers/media/test-drivers/vim2m-audio.c:174:9: note: remove the 'if' if its 
condition is always true
 174 | } else if (q_data_src->rate * 2 == q_data_dst->rate) {
 |^~
   drivers/media/test-drivers/vim2m-audio.c:137:24: note: initialize the 
variable 'dst_size' to silence this warning
 137 | int src_size, dst_size;
 |   ^
 |= 0
   1 warning generated.


vim +174 drivers/media/test-drivers/vim2m-audio.c

   123  
   124  /*
   125   * mem2mem callbacks
   126   */
   127  
   128  /*
   129   * device_run() - prepares and starts the device
   130   */
   131  static void device_run(void *priv)
   132  {
   133  struct audm2m_ctx *ctx = priv;
   134  struct audm2m_dev *audm2m_dev;
   135  struct vb2_v4l2_buffer *src_buf, *dst_buf;
   136  struct audm2m_q_data *q_data_src, *q_data_dst;
   137  int src_size, dst_size;
   138  short *src_addr, *dst_addr;
   139  int i;
   140  
   141  audm2m_dev = ctx->dev;
   142  
   143  q_data_src = get_q_data(ctx, V4L2_BUF_TYPE_AUDIO_OUTPUT);
   144  if (!q_data_src)
   145  return;
   146  
   147  q_data_dst = get_q_data(ctx, V4L2_BUF_TYPE_AUDIO_CAPTURE);
   148  if (!q_data_dst)
   149  return;
   150  
   151  src_buf = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx);
   152  dst_buf = v4l2_m2m_next_dst_buf(ctx->fh.m2m_ctx);
   153  src_buf->sequence = q_data_src->sequence++;
   154  dst_buf->sequence = q_data_dst->sequence++;
   155  v4l2_m2m_buf_copy_metadata(src_buf, dst_buf, false);
   156  
   157  /* Process the conversion */
   158  src_size = vb2_get_plane_payload(&src_buf->vb2_buf, 0);
   159  
   160  src_addr = vb2_plane_vaddr(&src_buf->vb2_buf, 0);
   161  dst_addr = vb2_plane_vaddr(&dst_buf->vb2_buf, 0);
   162  
   163  if (q_data_src->rate == q_data_dst->rate) {
   164  memcpy(dst_addr, src_addr, src_size);
   165  dst_size = src_size;
   166  } else if (q_data_src->rate == 2 * q_data_dst->rate) {
   167  /* 8k to 16k */
   168  for (i = 0; i < src_size / 2; i++) {
   169  *dst_addr++ = *src_addr++;
   170  src_addr++;
   171  }
   172  
   173  dst_size = src_size / 2;
 > 174  } else if (q_data_src->rate * 2 == q_data_dst->rate) {
   175  /* 16k to 8k */
   176  for (i = 0; i < src_size / 2; i+

Re: [PATCH v9 13/15] media: uapi: Add an entity type for audio resampler

2023-11-11 Thread kernel test robot
Hi Shengjiu,

kernel test robot noticed the following build warnings:

[auto build test WARNING on media-tree/master]
[also build test WARNING on broonie-sound/for-next tiwai-sound/for-next 
tiwai-sound/for-linus linus/master v6.6 next-20231110]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Shengjiu-Wang/ASoC-fsl_asrc-define-functions-for-memory-to-memory-usage/20231110-143635
base:   git://linuxtv.org/media_tree.git master
patch link:
https://lore.kernel.org/r/1699595289-25773-14-git-send-email-shengjiu.wang%40nxp.com
patch subject: [PATCH v9 13/15] media: uapi: Add an entity type for audio 
resampler
reproduce: 
(https://download.01.org/0day-ci/archive/2023/20231844.o3ewwxvk-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/20231844.o3ewwxvk-...@intel.com/

All warnings (new ones prefixed by >>):

>> Documentation/output/media.h.rst:6: WARNING: undefined label: 
>> media-ent-f-proc-audio-resampler (if the link has no caption the label must 
>> precede a section header)

vim +6 Documentation/output/media.h.rst

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[powerpc:merge] BUILD REGRESSION 275f51172646ac48f0c4e690c72183084fd996d1

2023-11-12 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: 275f51172646ac48f0c4e690c72183084fd996d1  Automatic merge of 
'master' into merge (2023-11-12 11:39)

Error/Warning ids grouped by kconfigs:

gcc_recent_errors
|-- sh-allmodconfig
|   |-- 
sh4-linux-gcc:internal-compiler-error:Segmentation-fault-signal-terminated-program-cc1
|   |-- standard-input:Error:expected-symbol-name
|   `-- standard-input:Error:pcrel-too-far
`-- sh-allyesconfig
|-- 
sh4-linux-gcc:internal-compiler-error:Segmentation-fault-signal-terminated-program-cc1
|-- standard-input:Error:expected-symbol-name
`-- standard-input:Error:pcrel-too-far

elapsed time: 735m

configs tested: 81
configs skipped: 2

tested configs:
alpha allnoconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allmodconfig   gcc  
arc   allnoconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arm  allmodconfig   gcc  
arm   allnoconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
csky allmodconfig   gcc  
csky  allnoconfig   gcc  
csky allyesconfig   gcc  
cskydefconfig   gcc  
i386 allmodconfig   gcc  
i386  allnoconfig   gcc  
i386 allyesconfig   gcc  
i386defconfig   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarchallyesconfig   gcc  
loongarch   defconfig   gcc  
m68k allmodconfig   gcc  
m68k  allnoconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   allmodconfig   gcc  
microblazeallnoconfig   gcc  
microblaze   allyesconfig   gcc  
microblaze  defconfig   gcc  
mips allmodconfig   gcc  
mips  allnoconfig   gcc  
mips allyesconfig   gcc  
nios2allmodconfig   gcc  
nios2 allnoconfig   gcc  
nios2allyesconfig   gcc  
nios2   defconfig   gcc  
openrisc allmodconfig   gcc  
openrisc  allnoconfig   gcc  
openrisc allyesconfig   gcc  
openriscdefconfig   gcc  
parisc   allmodconfig   gcc  
pariscallnoconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  allyesconfig   gcc  
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscv  rv32_defconfig   gcc  
s390 allmodconfig   gcc  
s390  allnoconfig   gcc  
s390 allyesconfig   gcc  
s390defconfig   gcc  
sh   allmodconfig   gcc  
shallnoconfig   gcc  
sh   allyesconfig   gcc  
sh  defconfig   gcc  
sparcallmodconfig   gcc  
sparc allnoconfig   gcc  
sparcallyesconfig   gcc  
sparc   defconfig   gcc  
sparc64  allmodconfig   gcc  
sparc64  allyesconfig   gcc  
sparc64 defconfig   gcc  
um   allmodconfig   clang
umallnoconfig   clang
um   allyesconfig   clang
um  defconfig   gcc  
um i386_defconfig   gcc  
um   x86_64_defconfig   gcc  
x86_64allnoconfig   gcc  
x86_64   allyesconfig   gcc  
x86_64

Re: [PATCH 4/7] kexec_file, arm64: print out debugging message if required

2023-11-15 Thread kernel test robot
Hi Baoquan,

kernel test robot noticed the following build warnings:

[auto build test WARNING on arm64/for-next/core]
[also build test WARNING on tip/x86/core powerpc/next powerpc/fixes 
linus/master v6.7-rc1 next-20231115]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Baoquan-He/kexec_file-add-kexec_file-flag-to-control-debug-printing/20231114-234003
base:   https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git 
for-next/core
patch link:
https://lore.kernel.org/r/20231114153253.241262-5-bhe%40redhat.com
patch subject: [PATCH 4/7] kexec_file, arm64: print out debugging message if 
required
config: arm64-randconfig-001-20231115 
(https://download.01.org/0day-ci/archive/20231116/202311160022.qm6xjysy-...@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20231116/202311160022.qm6xjysy-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202311160022.qm6xjysy-...@intel.com/

All warnings (new ones prefixed by >>):

   arch/arm64/kernel/machine_kexec.c: In function '_kexec_image_info':
>> arch/arm64/kernel/machine_kexec.c:35:23: warning: unused variable 'i' 
>> [-Wunused-variable]
  35 | unsigned long i;
 |   ^


vim +/i +35 arch/arm64/kernel/machine_kexec.c

d28f6df1305a86 Geoff Levand 2016-06-23  27  
221f2c770e10d3 Geoff Levand 2016-06-23  28  /**
221f2c770e10d3 Geoff Levand 2016-06-23  29   * kexec_image_info - For debugging 
output.
221f2c770e10d3 Geoff Levand 2016-06-23  30   */
221f2c770e10d3 Geoff Levand 2016-06-23  31  #define kexec_image_info(_i) 
_kexec_image_info(__func__, __LINE__, _i)
221f2c770e10d3 Geoff Levand 2016-06-23  32  static void _kexec_image_info(const 
char *func, int line,
221f2c770e10d3 Geoff Levand 2016-06-23  33  const struct kimage *kimage)
221f2c770e10d3 Geoff Levand 2016-06-23  34  {
221f2c770e10d3 Geoff Levand 2016-06-23 @35  unsigned long i;
221f2c770e10d3 Geoff Levand 2016-06-23  36  
f24d07b8c8e272 Baoquan He   2023-11-14  37  kexec_dprintk("%s:%d:\n", func, 
line);
f24d07b8c8e272 Baoquan He   2023-11-14  38  kexec_dprintk("  kexec kimage 
info:\n");
f24d07b8c8e272 Baoquan He   2023-11-14  39  kexec_dprintk("type:
%d\n", kimage->type);
f24d07b8c8e272 Baoquan He   2023-11-14  40  kexec_dprintk("head:
%lx\n", kimage->head);
f24d07b8c8e272 Baoquan He   2023-11-14  41  kexec_dprintk("kern_reloc: 
%pa\n", &kimage->arch.kern_reloc);
f24d07b8c8e272 Baoquan He   2023-11-14  42  kexec_dprintk("el2_vectors: 
%pa\n", &kimage->arch.el2_vectors);
221f2c770e10d3 Geoff Levand 2016-06-23  43  }
221f2c770e10d3 Geoff Levand 2016-06-23  44  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


Re: [PATCH 2/7] kexec_file: print out debugging message if required

2023-11-15 Thread kernel test robot
Hi Baoquan,

kernel test robot noticed the following build errors:

[auto build test ERROR on arm64/for-next/core]
[also build test ERROR on tip/x86/core powerpc/next powerpc/fixes linus/master 
v6.7-rc1 next-20231115]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Baoquan-He/kexec_file-add-kexec_file-flag-to-control-debug-printing/20231114-234003
base:   https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git 
for-next/core
patch link:
https://lore.kernel.org/r/20231114153253.241262-3-bhe%40redhat.com
patch subject: [PATCH 2/7] kexec_file: print out debugging message if required
config: hexagon-comet_defconfig 
(https://download.01.org/0day-ci/archive/20231116/202311160431.bxpc7no9-...@intel.com/config)
compiler: clang version 16.0.4 (https://github.com/llvm/llvm-project.git 
ae42196bc493ffe877a7e3dff8be32035dea4d07)
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20231116/202311160431.bxpc7no9-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202311160431.bxpc7no9-...@intel.com/

All errors (new ones prefixed by >>):

   In file included from kernel/crash_core.c:13:
   In file included from include/linux/kexec.h:19:
   In file included from arch/hexagon/include/asm/io.h:337:
   include/asm-generic/io.h:547:31: warning: performing pointer arithmetic on a 
null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   val = __raw_readb(PCI_IOBASE + addr);
 ~~ ^
   include/asm-generic/io.h:560:61: warning: performing pointer arithmetic on a 
null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   val = __le16_to_cpu((__le16 __force)__raw_readw(PCI_IOBASE + addr));
   ~~ ^
   include/uapi/linux/byteorder/little_endian.h:37:51: note: expanded from 
macro '__le16_to_cpu'
   #define __le16_to_cpu(x) ((__force __u16)(__le16)(x))
 ^
   In file included from kernel/crash_core.c:13:
   In file included from include/linux/kexec.h:19:
   In file included from arch/hexagon/include/asm/io.h:337:
   include/asm-generic/io.h:573:61: warning: performing pointer arithmetic on a 
null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   val = __le32_to_cpu((__le32 __force)__raw_readl(PCI_IOBASE + addr));
   ~~ ^
   include/uapi/linux/byteorder/little_endian.h:35:51: note: expanded from 
macro '__le32_to_cpu'
   #define __le32_to_cpu(x) ((__force __u32)(__le32)(x))
 ^
   In file included from kernel/crash_core.c:13:
   In file included from include/linux/kexec.h:19:
   In file included from arch/hexagon/include/asm/io.h:337:
   include/asm-generic/io.h:584:33: warning: performing pointer arithmetic on a 
null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   __raw_writeb(value, PCI_IOBASE + addr);
   ~~ ^
   include/asm-generic/io.h:594:59: warning: performing pointer arithmetic on a 
null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   __raw_writew((u16 __force)cpu_to_le16(value), PCI_IOBASE + addr);
 ~~ ^
   include/asm-generic/io.h:604:59: warning: performing pointer arithmetic on a 
null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   __raw_writel((u32 __force)cpu_to_le32(value), PCI_IOBASE + addr);
 ~~ ^
>> kernel/crash_core.c:412:3: error: call to undeclared function 
>> 'kexec_dprintk'; ISO C99 and later do not support implicit function 
>> declarations [-Wimplicit-function-declaration]
   kexec_dprintk("Crash PT_LOAD ELF header. phdr=%p 
vaddr=0x%llx, paddr=0x%llx, "
   ^
   6 warnings and 1 error generated.


vim +/kexec_dprintk +412 kernel/crash_core.c

   323  
   324  int crash_prepare_elf64_headers(struct crash_mem *mem, int 
need_kernel_map,
   325void **addr, unsigned long *sz)
   326  {
   327  Elf64_Ehdr *ehdr;
   328  Elf64_Phdr *phdr;
   329  unsigned long nr_cpus = num_possible_cpus(), nr_phdr, elf_sz;
   330  unsigned char *buf;
   331  unsigned int cpu, i;
   332  unsigned long long notes_addr;
   333  unsigned long mstart, mend

Re: [PATCH 2/7] kexec_file: print out debugging message if required

2023-11-15 Thread kernel test robot
Hi Baoquan,

kernel test robot noticed the following build errors:

[auto build test ERROR on arm64/for-next/core]
[also build test ERROR on tip/x86/core powerpc/next powerpc/fixes linus/master 
v6.7-rc1 next-20231115]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Baoquan-He/kexec_file-add-kexec_file-flag-to-control-debug-printing/20231114-234003
base:   https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git 
for-next/core
patch link:
https://lore.kernel.org/r/20231114153253.241262-3-bhe%40redhat.com
patch subject: [PATCH 2/7] kexec_file: print out debugging message if required
config: x86_64-randconfig-002-20231115 
(https://download.01.org/0day-ci/archive/20231116/202311160502.jnu7b8kf-...@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20231116/202311160502.jnu7b8kf-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202311160502.jnu7b8kf-...@intel.com/

All errors (new ones prefixed by >>):

   kernel/crash_core.c: In function 'crash_prepare_elf64_headers':
>> kernel/crash_core.c:412:17: error: implicit declaration of function 
>> 'kexec_dprintk'; did you mean '_dev_printk'? 
>> [-Werror=implicit-function-declaration]
 412 | kexec_dprintk("Crash PT_LOAD ELF header. phdr=%p 
vaddr=0x%llx, paddr=0x%llx, "
 | ^
 | _dev_printk
   cc1: some warnings being treated as errors


vim +412 kernel/crash_core.c

   323  
   324  int crash_prepare_elf64_headers(struct crash_mem *mem, int 
need_kernel_map,
   325void **addr, unsigned long *sz)
   326  {
   327  Elf64_Ehdr *ehdr;
   328  Elf64_Phdr *phdr;
   329  unsigned long nr_cpus = num_possible_cpus(), nr_phdr, elf_sz;
   330  unsigned char *buf;
   331  unsigned int cpu, i;
   332  unsigned long long notes_addr;
   333  unsigned long mstart, mend;
   334  
   335  /* extra phdr for vmcoreinfo ELF note */
   336  nr_phdr = nr_cpus + 1;
   337  nr_phdr += mem->nr_ranges;
   338  
   339  /*
   340   * kexec-tools creates an extra PT_LOAD phdr for kernel text 
mapping
   341   * area (for example, 8000 - a000 on 
x86_64).
   342   * I think this is required by tools like gdb. So same physical
   343   * memory will be mapped in two ELF headers. One will contain 
kernel
   344   * text virtual addresses and other will have __va(physical) 
addresses.
   345   */
   346  
   347  nr_phdr++;
   348  elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr);
   349  elf_sz = ALIGN(elf_sz, ELF_CORE_HEADER_ALIGN);
   350  
   351  buf = vzalloc(elf_sz);
   352  if (!buf)
   353  return -ENOMEM;
   354  
   355  ehdr = (Elf64_Ehdr *)buf;
   356  phdr = (Elf64_Phdr *)(ehdr + 1);
   357  memcpy(ehdr->e_ident, ELFMAG, SELFMAG);
   358  ehdr->e_ident[EI_CLASS] = ELFCLASS64;
   359  ehdr->e_ident[EI_DATA] = ELFDATA2LSB;
   360  ehdr->e_ident[EI_VERSION] = EV_CURRENT;
   361  ehdr->e_ident[EI_OSABI] = ELF_OSABI;
   362  memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD);
   363  ehdr->e_type = ET_CORE;
   364  ehdr->e_machine = ELF_ARCH;
   365  ehdr->e_version = EV_CURRENT;
   366  ehdr->e_phoff = sizeof(Elf64_Ehdr);
   367  ehdr->e_ehsize = sizeof(Elf64_Ehdr);
   368  ehdr->e_phentsize = sizeof(Elf64_Phdr);
   369  
   370  /* Prepare one phdr of type PT_NOTE for each possible CPU */
   371  for_each_possible_cpu(cpu) {
   372  phdr->p_type = PT_NOTE;
   373  notes_addr = 
per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpu));
   374  phdr->p_offset = phdr->p_paddr = notes_addr;
   375  phdr->p_filesz = phdr->p_memsz = sizeof(note_buf_t);
   376  (ehdr->e_phnum)++;
   377  phdr++;
   378  }
   379  
   380  /* Prepare one PT_NOTE header for vmcoreinfo */
   381  phdr->p_type = PT_NOTE;
   382  phdr->p_offset = phdr->p_paddr = paddr_vmcoreinfo_note();
   383  phdr->p_filesz = phdr->p_memsz = VMCOREINFO_NOTE_SIZE;
   384  (ehdr->e_phnum)++;

Re: [PATCH v2 3/5] modpost: Extended modversion support

2023-11-18 Thread kernel test robot
Hi Matthew,

kernel test robot noticed the following build errors:

[auto build test ERROR on mcgrof/modules-next]
[also build test ERROR on powerpc/next powerpc/fixes masahiroy-kbuild/for-next 
masahiroy-kbuild/fixes linus/master v6.7-rc1 next-20231117]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Matthew-Maurer/export_report-Rehabilitate-script/20231118-110040
base:   https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git 
modules-next
patch link:
https://lore.kernel.org/r/20231118025748.2778044-4-mmaurer%40google.com
patch subject: [PATCH v2 3/5] modpost: Extended modversion support
config: powerpc-allmodconfig 
(https://download.01.org/0day-ci/archive/20231118/202311182118.zjqkg301-...@intel.com/config)
compiler: powerpc64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20231118/202311182118.zjqkg301-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202311182118.zjqkg301-...@intel.com/

All errors (new ones prefixed by >>):

>> arch/powerpc/kernel/module_64.c:25:10: fatal error: string.h: No such file 
>> or directory
  25 | #include 
 |  ^~
   compilation terminated.


vim +25 arch/powerpc/kernel/module_64.c

 8  
 9  #include 
10  #include 
11  #include 
12  #include 
13  #include 
14  #include 
15  #include 
16  #include 
17  #include 
18  #include 
19  #include 
20  #include 
21  #include 
22  #include 
23  #include 
24  #include 
  > 25  #include 
26  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


Re: [PATCH] asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()

2023-11-18 Thread kernel test robot
Hi Kefeng,

kernel test robot noticed the following build errors:

[auto build test ERROR on soc/for-next]
[also build test ERROR on geert-m68k/for-next geert-m68k/for-linus 
deller-parisc/for-next powerpc/next powerpc/fixes linus/master v6.7-rc1 
next-20231117]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Kefeng-Wang/asm-io-remove-unnecessary-xlate_dev_mem_ptr-and-unxlate_dev_mem_ptr/20231118-183038
base:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git for-next
patch link:
https://lore.kernel.org/r/20231118100827.1599422-1-wangkefeng.wang%40huawei.com
patch subject: [PATCH] asm/io: remove unnecessary xlate_dev_mem_ptr() and 
unxlate_dev_mem_ptr()
config: mips-db1xxx_defconfig 
(https://download.01.org/0day-ci/archive/20231119/202311190352.yqcpbjin-...@intel.com/config)
compiler: mipsel-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20231119/202311190352.yqcpbjin-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202311190352.yqcpbjin-...@intel.com/

All error/warnings (new ones prefixed by >>):

   drivers/char/mem.c: In function 'read_mem':
>> drivers/char/mem.c:159:31: error: implicit declaration of function 
>> 'xlate_dev_mem_ptr' [-Werror=implicit-function-declaration]
 159 | ptr = xlate_dev_mem_ptr(p);
 |   ^
>> drivers/char/mem.c:159:29: warning: assignment to 'void *' from 'int' makes 
>> pointer from integer without a cast [-Wint-conversion]
 159 | ptr = xlate_dev_mem_ptr(p);
 | ^
>> drivers/char/mem.c:164:25: error: implicit declaration of function 
>> 'unxlate_dev_mem_ptr' [-Werror=implicit-function-declaration]
 164 | unxlate_dev_mem_ptr(p, ptr);
 | ^~~
   drivers/char/mem.c: In function 'write_mem':
   drivers/char/mem.c:235:29: warning: assignment to 'void *' from 'int' makes 
pointer from integer without a cast [-Wint-conversion]
 235 | ptr = xlate_dev_mem_ptr(p);
 | ^
   cc1: some warnings being treated as errors


vim +/xlate_dev_mem_ptr +159 drivers/char/mem.c

^1da177e4c3f41 Linus Torvalds2005-04-16  133  
22ec1a2aea73b9 Kees Cook 2017-12-01  134bounce = 
kmalloc(PAGE_SIZE, GFP_KERNEL);
22ec1a2aea73b9 Kees Cook 2017-12-01  135if (!bounce)
22ec1a2aea73b9 Kees Cook 2017-12-01  136return 
-ENOMEM;
22ec1a2aea73b9 Kees Cook 2017-12-01  137  
^1da177e4c3f41 Linus Torvalds2005-04-16  138while (count > 
0) {
fa29e97bb8c70f Wu Fengguang  2009-12-14  139
unsigned long remaining;
b5b38200ebe548 Kees Cook 2018-03-27  140int 
allowed, probe;
fa29e97bb8c70f Wu Fengguang  2009-12-14  141  
f222318e9c3a31 Wu Fengguang  2009-12-14  142sz = 
size_inside_page(p, count);
^1da177e4c3f41 Linus Torvalds2005-04-16  143  
22ec1a2aea73b9 Kees Cook 2017-12-01  144err = 
-EPERM;
a4866aa812518e Kees Cook 2017-04-05  145allowed 
= page_is_allowed(p >> PAGE_SHIFT);
a4866aa812518e Kees Cook 2017-04-05  146if 
(!allowed)
22ec1a2aea73b9 Kees Cook 2017-12-01  147
goto failed;
22ec1a2aea73b9 Kees Cook 2017-12-01  148  
22ec1a2aea73b9 Kees Cook 2017-12-01  149err = 
-EFAULT;
a4866aa812518e Kees Cook 2017-04-05  150if 
(allowed == 2) {
a4866aa812518e Kees Cook 2017-04-05  151
/* Show zeros for restricted memory. */
a4866aa812518e Kees Cook 2017-04-05  152
remaining = clear_user(buf, sz);
a4866aa812518e Kees Cook 2017-04-05  153} else {
^1da177e4c3f41 Linus Torvalds2005-04-16  154
/*
a4866aa812518e Kees Cook 2017-04-05  155
 * On ia64 if a page has been mapped somewhere as
a4866aa812518e Kees Cook 2017-04-05  156
 * uncached, then it must also 

Re: [PATCH] asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()

2023-11-18 Thread kernel test robot
Hi Kefeng,

kernel test robot noticed the following build errors:

[auto build test ERROR on soc/for-next]
[also build test ERROR on geert-m68k/for-next geert-m68k/for-linus 
deller-parisc/for-next powerpc/next powerpc/fixes linus/master v6.7-rc1 
next-20231117]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Kefeng-Wang/asm-io-remove-unnecessary-xlate_dev_mem_ptr-and-unxlate_dev_mem_ptr/20231118-183038
base:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git for-next
patch link:
https://lore.kernel.org/r/20231118100827.1599422-1-wangkefeng.wang%40huawei.com
patch subject: [PATCH] asm/io: remove unnecessary xlate_dev_mem_ptr() and 
unxlate_dev_mem_ptr()
config: mips-mtx1_defconfig 
(https://download.01.org/0day-ci/archive/20231119/202311191145.pppexjs6-...@intel.com/config)
compiler: clang version 16.0.4 (https://github.com/llvm/llvm-project.git 
ae42196bc493ffe877a7e3dff8be32035dea4d07)
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20231119/202311191145.pppexjs6-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202311191145.pppexjs6-...@intel.com/

All errors (new ones prefixed by >>):

>> drivers/char/mem.c:159:10: error: call to undeclared function 
>> 'xlate_dev_mem_ptr'; ISO C99 and later do not support implicit function 
>> declarations [-Wimplicit-function-declaration]
   ptr = xlate_dev_mem_ptr(p);
 ^
>> drivers/char/mem.c:159:8: error: incompatible integer to pointer conversion 
>> assigning to 'void *' from 'int' [-Wint-conversion]
   ptr = xlate_dev_mem_ptr(p);
   ^ 
>> drivers/char/mem.c:164:4: error: call to undeclared function 
>> 'unxlate_dev_mem_ptr'; ISO C99 and later do not support implicit function 
>> declarations [-Wimplicit-function-declaration]
   unxlate_dev_mem_ptr(p, ptr);
   ^
   drivers/char/mem.c:235:10: error: call to undeclared function 
'xlate_dev_mem_ptr'; ISO C99 and later do not support implicit function 
declarations [-Wimplicit-function-declaration]
   ptr = xlate_dev_mem_ptr(p);
 ^
   drivers/char/mem.c:235:8: error: incompatible integer to pointer conversion 
assigning to 'void *' from 'int' [-Wint-conversion]
   ptr = xlate_dev_mem_ptr(p);
   ^ 
   drivers/char/mem.c:243:4: error: call to undeclared function 
'unxlate_dev_mem_ptr'; ISO C99 and later do not support implicit function 
declarations [-Wimplicit-function-declaration]
   unxlate_dev_mem_ptr(p, ptr);
   ^
   6 errors generated.


vim +/xlate_dev_mem_ptr +159 drivers/char/mem.c

^1da177e4c3f41 Linus Torvalds2005-04-16  133  
22ec1a2aea73b9 Kees Cook 2017-12-01  134bounce = 
kmalloc(PAGE_SIZE, GFP_KERNEL);
22ec1a2aea73b9 Kees Cook 2017-12-01  135if (!bounce)
22ec1a2aea73b9 Kees Cook 2017-12-01  136return 
-ENOMEM;
22ec1a2aea73b9 Kees Cook 2017-12-01  137  
^1da177e4c3f41 Linus Torvalds2005-04-16  138while (count > 
0) {
fa29e97bb8c70f Wu Fengguang  2009-12-14  139
unsigned long remaining;
b5b38200ebe548 Kees Cook 2018-03-27  140int 
allowed, probe;
fa29e97bb8c70f Wu Fengguang  2009-12-14  141  
f222318e9c3a31 Wu Fengguang  2009-12-14  142sz = 
size_inside_page(p, count);
^1da177e4c3f41 Linus Torvalds2005-04-16  143  
22ec1a2aea73b9 Kees Cook 2017-12-01  144err = 
-EPERM;
a4866aa812518e Kees Cook 2017-04-05  145allowed 
= page_is_allowed(p >> PAGE_SHIFT);
a4866aa812518e Kees Cook 2017-04-05  146if 
(!allowed)
22ec1a2aea73b9 Kees Cook 2017-12-01  147
goto failed;
22ec1a2aea73b9 Kees Cook 2017-12-01  148  
22ec1a2aea73b9 Kees Cook 2017-12-01  149err = 
-EFAULT;
a4866aa812518e Kees Cook 2017-04-05  150if 
(allowed == 2) {
a4866aa812518e Kees Cook 2017-04-05  151   

Re: [PATCH v9 23/27] net: wan: framer: Add support for the Lantiq PEF2256 framer

2023-11-19 Thread kernel test robot
Hi Herve,

kernel test robot noticed the following build warnings:

[auto build test WARNING on broonie-sound/for-next]
[also build test WARNING on linusw-pinctrl/devel linusw-pinctrl/for-next 
robh/for-next linus/master v6.7-rc1 next-20231117]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Herve-Codina/soc-fsl-cpm1-tsa-Fix-__iomem-addresses-declaration/20231115-224517
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 
for-next
patch link:
https://lore.kernel.org/r/20231115144007.478111-24-herve.codina%40bootlin.com
patch subject: [PATCH v9 23/27] net: wan: framer: Add support for the Lantiq 
PEF2256 framer
config: s390-kismet-CONFIG_MFD_CORE-CONFIG_FRAMER_PEF2256-0-0 
(https://download.01.org/0day-ci/archive/20231119/202311191651.ayfggtmd-...@intel.com/config)
reproduce: 
(https://download.01.org/0day-ci/archive/20231119/202311191651.ayfggtmd-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202311191651.ayfggtmd-...@intel.com/

kismet warnings: (new ones prefixed by >>)
>> kismet: WARNING: unmet direct dependencies detected for MFD_CORE when 
>> selected by FRAMER_PEF2256
   
   WARNING: unmet direct dependencies detected for MFD_CORE
 Depends on [n]: HAS_IOMEM [=n]
 Selected by [y]:
 - FRAMER_PEF2256 [=y] && NETDEVICES [=y] && WAN [=y] && FRAMER [=y] && OF 
[=y]

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression

2023-11-19 Thread kernel test robot



Hello,

kernel test robot noticed a -2.9% regression of will-it-scale.per_thread_ops on:


commit: 0ede61d8589cc2d93aa78230d74ac58b5b8d0244 ("file: convert to 
SLAB_TYPESAFE_BY_RCU")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master

testcase: will-it-scale
test machine: 224 threads 4 sockets Intel(R) Xeon(R) Platinum 8380H CPU @ 
2.90GHz (Cooper Lake) with 192G memory
parameters:

nr_task: 16
mode: thread
test: poll2
cpufreq_governor: performance




If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-lkp/202311201406.2022ca3f-oliver.s...@intel.com


Details are as below:
-->


The kernel config and materials to reproduce are available at:
https://download.01.org/0day-ci/archive/20231120/202311201406.2022ca3f-oliver.s...@intel.com

=
compiler/cpufreq_governor/kconfig/mode/nr_task/rootfs/tbox_group/test/testcase:
  
gcc-12/performance/x86_64-rhel-8.3/thread/16/debian-11.1-x86_64-20220510.cgz/lkp-cpl-4sp2/poll2/will-it-scale

commit: 
  93faf426e3 ("vfs: shave work on failed file open")
  0ede61d858 ("file: convert to SLAB_TYPESAFE_BY_RCU")

93faf426e3cc000c 0ede61d8589cc2d93aa78230d74 
 --- 
 %stddev %change %stddev
 \  |\  
  0.01 ±  9%  +58125.6%   4.17 ±175%  
perf-sched.sch_delay.max.ms.schedule_timeout.rcu_gp_fqs_loop.rcu_gp_kthread.kthread
 89056-2.0%  87309proc-vmstat.nr_slab_unreclaimable
 97958 ±  7%  -9.7%  88449 ±  4%  sched_debug.cpu.avg_idle.stddev
  0.00 ± 12% +24.2%   0.00 ± 17%  
sched_debug.cpu.next_balance.stddev
   6391048-2.9%6208584will-it-scale.16.threads
399440-2.9% 388036will-it-scale.per_thread_ops
   6391048-2.9%6208584will-it-scale.workload
 19.99 ±  4%  -2.2   17.74
perf-profile.calltrace.cycles-pp.fput.do_poll.do_sys_poll.__x64_sys_poll.do_syscall_64
  1.27 ±  5%  +0.82.11 ±  3%  
perf-profile.calltrace.cycles-pp.__fdget.do_poll.do_sys_poll.__x64_sys_poll.do_syscall_64
 32.69 ±  4%  +5.0   37.70
perf-profile.calltrace.cycles-pp.__fget_light.do_poll.do_sys_poll.__x64_sys_poll.do_syscall_64
  0.00   +27.9   27.85
perf-profile.calltrace.cycles-pp.__get_file_rcu.__fget_light.do_poll.do_sys_poll.__x64_sys_poll
 20.00 ±  4%  -2.3   17.75
perf-profile.children.cycles-pp.fput
  0.24 ± 10%  -0.10.18 ±  2%  
perf-profile.children.cycles-pp.syscall_return_via_sysret
  1.48 ±  5%  +0.51.98 ±  3%  
perf-profile.children.cycles-pp.__fdget
 31.85 ±  4%  +6.0   37.86
perf-profile.children.cycles-pp.__fget_light
  0.00   +27.7   27.67
perf-profile.children.cycles-pp.__get_file_rcu
 30.90 ±  4% -20.6   10.35 ±  2%  
perf-profile.self.cycles-pp.__fget_light
 19.94 ±  4%  -2.4   17.53perf-profile.self.cycles-pp.fput
  9.81 ±  4%  -2.47.42 ±  2%  
perf-profile.self.cycles-pp.do_poll
  0.23 ± 11%  -0.10.17 ±  4%  
perf-profile.self.cycles-pp.syscall_return_via_sysret
  0.00   +26.5   26.48
perf-profile.self.cycles-pp.__get_file_rcu
 2.146e+10 ±  2%  +8.5%  2.329e+10 ±  2%  perf-stat.i.branch-instructions
  0.22 ± 14%  -0.00.19 ± 14%  perf-stat.i.branch-miss-rate%
 1.404e+10 ±  2%  +8.7%  1.526e+10 ±  2%  perf-stat.i.dTLB-stores
 70.87-2.3   68.59perf-stat.i.iTLB-load-miss-rate%
   5267608-5.5%4979133 ±  2%  perf-stat.i.iTLB-load-misses
   2102507+5.4%2215725perf-stat.i.iTLB-loads
 18791 ±  3% +10.5%  20757 ±  2%  
perf-stat.i.instructions-per-iTLB-miss
266.67 ±  2%  +6.8% 284.75 ±  2%  perf-stat.i.metric.M/sec
  0.01 ± 10% -10.5%   0.01 ±  5%  perf-stat.overall.MPKI
  0.19-0.00.17
perf-stat.overall.branch-miss-rate%
  0.65-3.1%   0.63perf-stat.overall.cpi
  0.00 ±  4%  -0.00.00 ±  4%  
perf-stat.overall.dTLB-store-miss-rate%
 71.48-2.3   69.21
perf-stat.overall.iTLB-load-miss-rate%
 18757   +10.0%  20629
perf-stat.overall.instructions-per-iTLB-miss
  1.54+3.2%   1.59perf-stat.overall.ipc
   4795147+6.4%5100406perf-stat.overall.path-length
  2.14e+10 ±  2%  +8.5%  2.322e+10 ±  2%  perf-stat.

Re: [PATCH 2/2] mm: make show_free_areas() static

2023-06-29 Thread kernel test robot
Hi Kefeng,

kernel test robot noticed the following build errors:

[auto build test ERROR on akpm-mm/mm-everything]

url:
https://github.com/intel-lab-lkp/linux/commits/Kefeng-Wang/mm-make-show_free_areas-static/20230629-182958
base:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git 
mm-everything
patch link:
https://lore.kernel.org/r/20230629104357.35455-2-wangkefeng.wang%40huawei.com
patch subject: [PATCH 2/2] mm: make show_free_areas() static
config: sh-allmodconfig 
(https://download.01.org/0day-ci/archive/20230629/202306292240.rj0dlhfi-...@intel.com/config)
compiler: sh4-linux-gcc (GCC) 12.3.0
reproduce: 
(https://download.01.org/0day-ci/archive/20230629/202306292240.rj0dlhfi-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202306292240.rj0dlhfi-...@intel.com/

All errors (new ones prefixed by >>):

   mm/nommu.c: In function 'do_mmap':
>> mm/nommu.c:1239:9: error: implicit declaration of function 'show_free_areas' 
>> [-Werror=implicit-function-declaration]
1239 | show_free_areas(0, NULL);
 | ^~~
   cc1: some warnings being treated as errors


vim +/show_free_areas +1239 mm/nommu.c

^1da177e4c3f41 Linus Torvalds  2005-04-16   996  
^1da177e4c3f41 Linus Torvalds  2005-04-16   997  /*
^1da177e4c3f41 Linus Torvalds  2005-04-16   998   * handle mapping 
creation for uClinux
^1da177e4c3f41 Linus Torvalds  2005-04-16   999   */
1fcfd8db7f82fa Oleg Nesterov   2015-09-09  1000  unsigned long 
do_mmap(struct file *file,
^1da177e4c3f41 Linus Torvalds  2005-04-16  1001 
unsigned long addr,
^1da177e4c3f41 Linus Torvalds  2005-04-16  1002 
unsigned long len,
^1da177e4c3f41 Linus Torvalds  2005-04-16  1003 
unsigned long prot,
^1da177e4c3f41 Linus Torvalds  2005-04-16  1004 
unsigned long flags,
bebeb3d68b24bb Michel Lespinasse   2013-02-22  1005 
unsigned long pgoff,
897ab3e0c49e24 Mike Rapoport   2017-02-24  1006 
unsigned long *populate,
897ab3e0c49e24 Mike Rapoport   2017-02-24  1007 
struct list_head *uf)
^1da177e4c3f41 Linus Torvalds  2005-04-16  1008  {
8feae13110d60c David Howells   2009-01-08  1009 struct 
vm_area_struct *vma;
8feae13110d60c David Howells   2009-01-08  1010 struct 
vm_region *region;
^1da177e4c3f41 Linus Torvalds  2005-04-16  1011 struct rb_node 
*rb;
45e55300f11495 Peter Collingbourne 2020-08-06  1012 vm_flags_t 
vm_flags;
1fcfd8db7f82fa Oleg Nesterov   2015-09-09  1013 unsigned long 
capabilities, result;
^1da177e4c3f41 Linus Torvalds  2005-04-16  1014 int ret;
47d9644de92c1a Liam R. Howlett 2023-01-20  1015 
VMA_ITERATOR(vmi, current->mm, 0);
^1da177e4c3f41 Linus Torvalds  2005-04-16  1016  
41badc15cbad03 Michel Lespinasse   2013-02-22  1017 *populate = 0;
bebeb3d68b24bb Michel Lespinasse   2013-02-22  1018  
^1da177e4c3f41 Linus Torvalds  2005-04-16  1019 /* decide 
whether we should attempt the mapping, and if so what sort of
^1da177e4c3f41 Linus Torvalds  2005-04-16  1020  * mapping */
^1da177e4c3f41 Linus Torvalds  2005-04-16  1021 ret = 
validate_mmap_request(file, addr, len, prot, flags, pgoff,
^1da177e4c3f41 Linus Torvalds  2005-04-16  1022 
&capabilities);
22cc877b32202b Leon Romanovsky 2015-06-24  1023 if (ret < 0)
^1da177e4c3f41 Linus Torvalds  2005-04-16  1024 return 
ret;
^1da177e4c3f41 Linus Torvalds  2005-04-16  1025  
06aab5a3084e1d David Howells   2009-09-24  1026 /* we ignore 
the address hint */
06aab5a3084e1d David Howells   2009-09-24  1027 addr = 0;
f67d9b1576c1c6 Bob Liu 2011-05-24  1028 len = 
PAGE_ALIGN(len);
06aab5a3084e1d David Howells   2009-09-24  1029  
^1da177e4c3f41 Linus Torvalds  2005-04-16  1030 /* we've 
determined that we can make the mapping, now translate what we
^1da177e4c3f41 Linus Torvalds  2005-04-16  1031  * now know 
into VMA flags */
45e55300f11495 Peter Collingbourne 2020-08-06  1032 vm_flags = 
determine_vm_flags(file, prot, flags, capabilities);
^1da177e4c3f41 Linus Torvalds  2005-04-16  1033  
8220543df1489e Matthew Wilcox (Oracle  2022-09-06  1034) 
8feae13110d60c David Howells   2009-01-08  1035 /* we're going 
to need to record the mapping */
8feae13110d6

Re: [PATCH 2/2] mm: make show_free_areas() static

2023-06-29 Thread kernel test robot
Hi Kefeng,

kernel test robot noticed the following build errors:

[auto build test ERROR on akpm-mm/mm-everything]

url:
https://github.com/intel-lab-lkp/linux/commits/Kefeng-Wang/mm-make-show_free_areas-static/20230629-182958
base:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git 
mm-everything
patch link:
https://lore.kernel.org/r/20230629104357.35455-2-wangkefeng.wang%40huawei.com
patch subject: [PATCH 2/2] mm: make show_free_areas() static
config: riscv-randconfig-r042-20230629 
(https://download.01.org/0day-ci/archive/20230629/202306292233.w0xhree0-...@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 
4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
reproduce: 
(https://download.01.org/0day-ci/archive/20230629/202306292233.w0xhree0-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202306292233.w0xhree0-...@intel.com/

All errors (new ones prefixed by >>):

   In file included from include/linux/interrupt.h:11:
   In file included from include/linux/hardirq.h:11:
   In file included from ./arch/riscv/include/generated/asm/hardirq.h:1:
   In file included from include/asm-generic/hardirq.h:17:
   In file included from include/linux/irq.h:20:
   In file included from include/linux/io.h:13:
   In file included from arch/riscv/include/asm/io.h:136:
   include/asm-generic/io.h:751:2: warning: performing pointer arithmetic on a 
null pointer has undefined behavior [-Wnull-pointer-arithmetic]
 751 | insw(addr, buffer, count);
 | ^
   arch/riscv/include/asm/io.h:105:53: note: expanded from macro 'insw'
 105 | #define insw(addr, buffer, count) __insw(PCI_IOBASE + (addr), 
buffer, count)
 |  ~~ ^
   In file included from mm/nommu.c:23:
   In file included from include/linux/swap.h:9:
   In file included from include/linux/memcontrol.h:13:
   In file included from include/linux/cgroup.h:26:
   In file included from include/linux/kernel_stat.h:9:
   In file included from include/linux/interrupt.h:11:
   In file included from include/linux/hardirq.h:11:
   In file included from ./arch/riscv/include/generated/asm/hardirq.h:1:
   In file included from include/asm-generic/hardirq.h:17:
   In file included from include/linux/irq.h:20:
   In file included from include/linux/io.h:13:
   In file included from arch/riscv/include/asm/io.h:136:
   include/asm-generic/io.h:759:2: warning: performing pointer arithmetic on a 
null pointer has undefined behavior [-Wnull-pointer-arithmetic]
 759 | insl(addr, buffer, count);
 | ^
   arch/riscv/include/asm/io.h:106:53: note: expanded from macro 'insl'
 106 | #define insl(addr, buffer, count) __insl(PCI_IOBASE + (addr), 
buffer, count)
 |  ~~ ^
   In file included from mm/nommu.c:23:
   In file included from include/linux/swap.h:9:
   In file included from include/linux/memcontrol.h:13:
   In file included from include/linux/cgroup.h:26:
   In file included from include/linux/kernel_stat.h:9:
   In file included from include/linux/interrupt.h:11:
   In file included from include/linux/hardirq.h:11:
   In file included from ./arch/riscv/include/generated/asm/hardirq.h:1:
   In file included from include/asm-generic/hardirq.h:17:
   In file included from include/linux/irq.h:20:
   In file included from include/linux/io.h:13:
   In file included from arch/riscv/include/asm/io.h:136:
   include/asm-generic/io.h:768:2: warning: performing pointer arithmetic on a 
null pointer has undefined behavior [-Wnull-pointer-arithmetic]
 768 | outsb(addr, buffer, count);
 | ^~
   arch/riscv/include/asm/io.h:118:55: note: expanded from macro 'outsb'
 118 | #define outsb(addr, buffer, count) __outsb(PCI_IOBASE + (addr), 
buffer, count)
 |~~ ^
   In file included from mm/nommu.c:23:
   In file included from include/linux/swap.h:9:
   In file included from include/linux/memcontrol.h:13:
   In file included from include/linux/cgroup.h:26:
   In file included from include/linux/kernel_stat.h:9:
   In file included from include/linux/interrupt.h:11:
   In file included from include/linux/hardirq.h:11:
   In file included from ./arch/riscv/include/generated/asm/hardirq.h:1:
   In file included from include/asm-generic/hardirq.h:17:
   In file included from include/linux/irq.h:20:
   In file included from include/linux/io.h:13:
   In file included from arch/riscv/include/asm/io.h:136:
   include/asm-generic/io.h:777:2: warning: performing pointer arithmetic on a 
null pointer has undefined

[powerpc:topic/cpu-smt] BUILD REGRESSION 80d018310a08fc4246e5fd367707beeecbd920b0

2023-06-29 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
topic/cpu-smt
branch HEAD: 80d018310a08fc4246e5fd367707beeecbd920b0  powerpc/pseries: Honour 
current SMT state when DLPAR onlining CPUs

Error/Warning reports:

https://lore.kernel.org/oe-kbuild-all/202305312356.sfvj8iwh-...@intel.com

Error/Warning: (recently discovered and may have been fixed)

kernel/cpu.c:2606:36: error: 'cpu_smt_max_threads' undeclared (first use in 
this function); did you mean 'cpu_smt_num_threads'?

Error/Warning ids grouped by kconfigs:

gcc_recent_errors
|-- arm-allmodconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- arm-allyesconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- arm-defconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- arm64-allyesconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- arm64-defconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- mips-allmodconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- mips-allyesconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- parisc-allyesconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- parisc-defconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- parisc64-defconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- riscv-allmodconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- riscv-allyesconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- riscv-defconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- riscv-rv32_defconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- s390-allmodconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- s390-allyesconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
|-- s390-defconfig
|   `-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)
`-- sparc-allyesconfig
`-- 
kernel-cpu.c:error:cpu_smt_max_threads-undeclared-(first-use-in-this-function)

elapsed time: 723m

configs tested: 104
configs skipped: 7

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc  randconfig-r035-20230629   gcc  
arc  randconfig-r043-20230629   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm  randconfig-r006-20230629   clang
arm  randconfig-r024-20230629   gcc  
arm  randconfig-r046-20230629   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
cskydefconfig   gcc  
hexagon  randconfig-r014-20230629   clang
hexagon  randconfig-r041-20230629   clang
hexagon  randconfig-r045-20230629   clang
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230629   gcc  
i386 buildonly-randconfig-r005-20230629   gcc  
i386 buildonly-randconfig-r006-20230629   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230629   gcc  
i386 randconfig-i002-20230629   gcc  
i386 randconfig-i003-20230629   gcc  
i386 randconfig-i004-20230629   gcc  
i386 randconfig-i005-20230629   gcc  
i386 randconfig-i006-20230629   gcc  
i386 randconfig-i011-20230629   clang
i386 randconfig-i012-20230629   clang
i386 randconfig-i013-20230629   clang
i386 randconfig-i014-20230629   clang
i386 randconfig-i015-20230629   clang
i386 randconfig-i016-20230629   clang
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
loongarchrandconfig-r005-20230629   gcc  
loongarchrandconfig-r034-20230629   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc

[powerpc:topic/cpu-smt] BUILD SUCCESS 0d882f835c76e5b4e1c7a22443ce85e096cf2be8

2023-06-30 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
topic/cpu-smt
branch HEAD: 0d882f835c76e5b4e1c7a22443ce85e096cf2be8  powerpc/pseries: Honour 
current SMT state when DLPAR onlining CPUs

elapsed time: 721m

configs tested: 106
configs skipped: 5

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
alpharandconfig-r024-20230630   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc  randconfig-r043-20230630   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm  randconfig-r004-20230629   clang
arm  randconfig-r046-20230630   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
cskydefconfig   gcc  
hexagon  randconfig-r041-20230630   clang
hexagon  randconfig-r045-20230630   clang
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230629   gcc  
i386 buildonly-randconfig-r005-20230629   gcc  
i386 buildonly-randconfig-r006-20230629   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230629   gcc  
i386 randconfig-i002-20230629   gcc  
i386 randconfig-i003-20230629   gcc  
i386 randconfig-i004-20230629   gcc  
i386 randconfig-i005-20230629   gcc  
i386 randconfig-i006-20230629   gcc  
i386 randconfig-i011-20230629   clang
i386 randconfig-i012-20230629   clang
i386 randconfig-i013-20230629   clang
i386 randconfig-i014-20230629   clang
i386 randconfig-i015-20230629   clang
i386 randconfig-i016-20230629   clang
i386 randconfig-r025-20230630   clang
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68k randconfig-r026-20230630   gcc  
m68k randconfig-r035-20230629   gcc  
mips allmodconfig   gcc  
mips allyesconfig   gcc  
mips randconfig-r001-20230629   clang
mips randconfig-r014-20230630   gcc  
nios2   defconfig   gcc  
openrisc randconfig-r015-20230630   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  randconfig-r006-20230629   gcc  
powerpc  randconfig-r032-20230629   gcc  
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscvrandconfig-r042-20230630   clang
riscv  rv32_defconfig   gcc  
s390 allmodconfig   gcc  
s390 allyesconfig   gcc  
s390defconfig   gcc  
s390 randconfig-r005-20230629   gcc  
s390 randconfig-r011-20230630   clang
s390 randconfig-r044-20230630   clang
sh   allmodconfig   gcc  
sh   randconfig-r033-20230629   gcc  
sparcallyesconfig   gcc  
sparc   defconfig   gcc  
sparcrandconfig-r013-20230630   gcc  
sparcrandconfig-r031-20230629   gcc  
sparc64  randconfig-r002-20230629   gcc  
um   allmodconfig   clang
umallnoconfig   clang
um   allyesconfig   clang
um  defconfig   gcc  
um i386_defconfig   gcc  
um   randconfig-r016-20230630   gcc  
um   randconfig-r034-20230629   clang
um   randconfig-r036-20230629   clang
um   x86_64_defconfig   gcc  
x86_64   allyesconfig   gcc  
x86_64   

[powerpc:next] BUILD SUCCESS abaa02fc944f2f9f2c2e1925ddaceaf35c48528c

2023-07-03 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next
branch HEAD: abaa02fc944f2f9f2c2e1925ddaceaf35c48528c  powerpc: dts: 
turris1x.dts: Fix PCIe MEM size for pci2 node

elapsed time: 721m

configs tested: 92
configs skipped: 135

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   clang
arm defconfig   gcc  
arm  ep93xx_defconfig   clang
arm lpc32xx_defconfig   clang
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64randconfig-r033-20230703   gcc  
cskydefconfig   gcc  
csky randconfig-r033-20230703   gcc  
hexagon  randconfig-r041-20230703   clang
hexagon  randconfig-r045-20230703   clang
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230703   gcc  
i386 buildonly-randconfig-r005-20230703   gcc  
i386 buildonly-randconfig-r006-20230703   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230703   gcc  
i386 randconfig-i002-20230703   gcc  
i386 randconfig-i003-20230703   gcc  
i386 randconfig-i004-20230703   gcc  
i386 randconfig-i005-20230703   gcc  
i386 randconfig-i006-20230703   gcc  
i386 randconfig-i011-20230703   clang
i386 randconfig-i012-20230703   clang
i386 randconfig-i013-20230703   clang
i386 randconfig-i014-20230703   clang
i386 randconfig-i015-20230703   clang
i386 randconfig-i016-20230703   clang
i386 randconfig-r035-20230703   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
loongarchrandconfig-r025-20230703   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
mips allmodconfig   gcc  
mips allyesconfig   gcc  
mips cu1830-neo_defconfig   clang
mips randconfig-r001-20230703   clang
nios2   defconfig   gcc  
nios2randconfig-r024-20230703   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  mpc866_ads_defconfig   clang
powerpc  randconfig-r005-20230703   gcc  
powerpc  randconfig-r032-20230703   gcc  
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscvrandconfig-r042-20230703   clang
riscv  rv32_defconfig   gcc  
s390 allmodconfig   gcc  
s390 allyesconfig   gcc  
s390defconfig   gcc  
s390 randconfig-r034-20230703   gcc  
s390 randconfig-r035-20230703   gcc  
s390 randconfig-r044-20230703   clang
sh   allmodconfig   gcc  
sparcallyesconfig   gcc  
sparc   defconfig   gcc  
sparc64  randconfig-r023-20230703   gcc  
sparc64  randconfig-r036-20230703   gcc  
um   allmodconfig   clang
umallnoconfig   clang
um   allyesconfig   clang
um   randconfig-r021-20230703   gcc  
x86_64   allyesconfig   gcc  
x86_64   buildonly-randconfig-r001-20230703   gcc  
x86_64   buildonly-randconfig-r002-20230703   gcc  
x86_64   buildonly-randconfig-r003-20230703   gcc  
x86_64  defconfig   gcc  
x86_64  kexec   gcc  
x86_64   randconfig-r015-20230703   clang
x86_64

[powerpc:merge] BUILD SUCCESS 039164657b85340b3318de642aa98ac2f0b99ad7

2023-07-03 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: 039164657b85340b3318de642aa98ac2f0b99ad7  Automatic merge of 
'master' into merge (2023-07-03 13:50)

elapsed time: 721m

configs tested: 138
configs skipped: 11

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
alpharandconfig-r023-20230703   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc  randconfig-r001-20230703   gcc  
arc  randconfig-r012-20230703   gcc  
arc  randconfig-r016-20230703   gcc  
arc  randconfig-r035-20230703   gcc  
arc  randconfig-r043-20230703   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm  ep93xx_defconfig   clang
armkeystone_defconfig   gcc  
arm   multi_v4t_defconfig   gcc  
arm  randconfig-r012-20230703   gcc  
arm  randconfig-r026-20230703   gcc  
arm  randconfig-r034-20230703   clang
arm  randconfig-r046-20230703   gcc  
arm   spitz_defconfig   clang
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64randconfig-r005-20230703   gcc  
arm64randconfig-r016-20230703   clang
cskydefconfig   gcc  
csky randconfig-r001-20230703   gcc  
csky randconfig-r004-20230703   gcc  
csky randconfig-r006-20230703   gcc  
csky randconfig-r014-20230703   gcc  
csky randconfig-r022-20230703   gcc  
csky randconfig-r025-20230703   gcc  
csky randconfig-r033-20230703   gcc  
hexagon  randconfig-r004-20230703   clang
hexagon  randconfig-r041-20230703   clang
hexagon  randconfig-r045-20230703   clang
i386 allyesconfig   clang
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230703   gcc  
i386 buildonly-randconfig-r005-20230703   gcc  
i386 buildonly-randconfig-r006-20230703   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230703   gcc  
i386 randconfig-i002-20230703   gcc  
i386 randconfig-i003-20230703   gcc  
i386 randconfig-i004-20230703   gcc  
i386 randconfig-i005-20230703   gcc  
i386 randconfig-i006-20230703   gcc  
i386 randconfig-i011-20230703   clang
i386 randconfig-i012-20230703   clang
i386 randconfig-i013-20230703   clang
i386 randconfig-i014-20230703   clang
i386 randconfig-i015-20230703   clang
i386 randconfig-i016-20230703   clang
i386 randconfig-r002-20230703   gcc  
i386 randconfig-r024-20230703   clang
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68km5307c3_defconfig   gcc  
m68k randconfig-r002-20230703   gcc  
m68k randconfig-r021-20230703   gcc  
m68kstmark2_defconfig   gcc  
microblaze  defconfig   gcc  
microblaze   randconfig-r022-20230703   gcc  
mips allmodconfig   gcc  
mips allyesconfig   gcc  
mipsbcm63xx_defconfig   clang
mips cu1830-neo_defconfig   clang
nios2   defconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc   randconfig-r003-20230703   gcc  
parisc   randconfig-r036-20230703   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc   ebony_defconfig   clang
powerpc  pmac32_defconfig   clang
powerpc  ppc64e_defconfig   clang
riscvallmodconfig   gcc  
riscv

[powerpc:fixes-test] BUILD SUCCESS 05088041a9eef84af5386cd237d754754bb142de

2023-07-07 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: 05088041a9eef84af5386cd237d754754bb142de  
powerpc/mm/book3s64/hash/4k: Add pmd_same callback for 4K page size

elapsed time: 721m

configs tested: 28
configs skipped: 116

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
arm am200epdkit_defconfig   clang
arm axm55xx_defconfig   gcc  
arm bcm2835_defconfig   clang
arm   multi_v4t_defconfig   gcc  
arm   netwinder_defconfig   clang
arm   omap2plus_defconfig   gcc  
armqcom_defconfig   gcc  
m68k alldefconfig   gcc  
m68k   m5275evb_defconfig   gcc  
mips   gcw0_defconfig   gcc  
mipsgpr_defconfig   gcc  
mipsmaltaup_defconfig   clang
openrisc simple_smp_defconfig   gcc  
powerpc akebono_defconfig   clang
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  cm5200_defconfig   gcc  
powerpcmvme5100_defconfig   clang
powerpc   ppc64_defconfig   gcc  
powerpc  ppc6xx_defconfig   gcc  
powerpcsocrates_defconfig   clang
powerpc tqm8540_defconfig   clang
powerpc tqm8541_defconfig   gcc  
powerpc tqm8560_defconfig   clang
sh shx3_defconfig   gcc  
um   allmodconfig   clang
umallnoconfig   clang
xtensa virt_defconfig   gcc  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[powerpc:merge] BUILD SUCCESS 71e2dd0b47e7ebff429ca95750d6f8286a90ede4

2023-07-07 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: 71e2dd0b47e7ebff429ca95750d6f8286a90ede4  Automatic merge of 
'next' into merge (2023-07-07 22:51)

elapsed time: 774m

configs tested: 147
configs skipped: 7

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaalldefconfig   gcc  
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
alpharandconfig-r002-20230707   gcc  
alpharandconfig-r011-20230707   gcc  
alpharandconfig-r022-20230707   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc  randconfig-r034-20230707   gcc  
arc  randconfig-r043-20230707   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm am200epdkit_defconfig   clang
arm assabet_defconfig   gcc  
arm axm55xx_defconfig   gcc  
arm bcm2835_defconfig   clang
arm defconfig   gcc  
arm  integrator_defconfig   gcc  
arm   multi_v4t_defconfig   gcc  
arm   netwinder_defconfig   clang
arm   omap2plus_defconfig   gcc  
armqcom_defconfig   gcc  
arm  randconfig-r012-20230707   gcc  
arm  randconfig-r026-20230707   gcc  
arm  randconfig-r046-20230707   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
cskydefconfig   gcc  
csky randconfig-r004-20230707   gcc  
hexagon  randconfig-r014-20230707   clang
hexagon  randconfig-r041-20230707   clang
hexagon  randconfig-r045-20230707   clang
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230707   gcc  
i386 buildonly-randconfig-r005-20230707   gcc  
i386 buildonly-randconfig-r006-20230707   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230707   gcc  
i386 randconfig-i002-20230707   gcc  
i386 randconfig-i003-20230707   gcc  
i386 randconfig-i004-20230707   gcc  
i386 randconfig-i005-20230707   gcc  
i386 randconfig-i006-20230707   gcc  
i386 randconfig-i011-20230707   clang
i386 randconfig-i012-20230707   clang
i386 randconfig-i013-20230707   clang
i386 randconfig-i014-20230707   clang
i386 randconfig-i015-20230707   clang
i386 randconfig-i016-20230707   clang
i386 randconfig-r003-20230707   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
loongarch loongson3_defconfig   gcc  
m68k alldefconfig   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68k amcore_defconfig   gcc  
m68kdefconfig   gcc  
m68k   m5275evb_defconfig   gcc  
m68k randconfig-r032-20230707   gcc  
mips allmodconfig   gcc  
mips allyesconfig   gcc  
mips   gcw0_defconfig   gcc  
mipsgpr_defconfig   gcc  
mips   ip22_defconfig   clang
mips   ip28_defconfig   clang
mips  malta_defconfig   clang
mipsmaltaup_defconfig   clang
mips   rbtx49xx_defconfig   clang
nios2   defconfig   gcc  
nios2randconfig-r013-20230707   gcc  
nios2randconfig-r031-20230707   gcc  
nios2randconfig-r036-20230707   gcc  
openriscdefconfig   gcc  
openrisc randconfig-r033-20230707   gcc  
openrisc simple_smp_defconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc akebono_defconfig   clang
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  chrp32_defconfig   gcc  
powerpc 

[powerpc:fixes-test] BUILD SUCCESS cf53564b11cef5cdfafc548b172345c9aa753f89

2023-07-10 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: cf53564b11cef5cdfafc548b172345c9aa753f89  
powerpc/mm/book3s64/hash/4k: Add pmd_same callback for 4K page size

elapsed time: 1249m

configs tested: 51
configs skipped: 179

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allyesconfig   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm  collie_defconfig   clang
arm defconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
cskydefconfig   gcc  
hexagon  randconfig-r041-20230710   clang
hexagon  randconfig-r045-20230710   clang
i386 allyesconfig   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
mips allmodconfig   gcc  
mips allyesconfig   gcc  
mips  ath25_defconfig   clang
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpccell_defconfig   gcc  
powerpcge_imp3a_defconfig   clang
powerpc   maple_defconfig   gcc  
powerpc mpc832x_rdb_defconfig   clang
powerpc mpc83xx_defconfig   gcc  
powerpc  ppc40x_defconfig   gcc  
powerpc  randconfig-r004-20230710   gcc  
powerpc  randconfig-r006-20230710   gcc  
powerpc  randconfig-r026-20230710   clang
powerpc sequoia_defconfig   gcc  
powerpc skiroot_defconfig   clang
powerpc xes_mpc85xx_defconfig   clang
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscvrandconfig-r042-20230710   clang
riscv  rv32_defconfig   gcc  
s390 alldefconfig   clang
s390 randconfig-r044-20230710   clang
sh kfr2r09-romimage_defconfig   gcc  
sparcallyesconfig   gcc  
sparc   defconfig   gcc  
x86_64  kexec   gcc  
xtensa  nommu_kc705_defconfig   gcc  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[powerpc:merge] BUILD SUCCESS 20125a0e8655abec375153cc23cc708ffa8c4380

2023-07-10 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: 20125a0e8655abec375153cc23cc708ffa8c4380  Automatic merge of 
'master' into merge (2023-07-10 09:49)

elapsed time: 1249m

configs tested: 169
configs skipped: 9

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
alpharandconfig-r032-20230710   gcc  
arc  alldefconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc  randconfig-r002-20230710   gcc  
arc  randconfig-r014-20230710   gcc  
arc  randconfig-r025-20230710   gcc  
arc  randconfig-r031-20230710   gcc  
arc  randconfig-r043-20230710   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm axm55xx_defconfig   gcc  
arm  collie_defconfig   clang
arm defconfig   gcc  
arm lpc18xx_defconfig   gcc  
arm  randconfig-r012-20230710   gcc  
arm  randconfig-r046-20230710   gcc  
arm socfpga_defconfig   clang
arm  sp7021_defconfig   clang
armspear3xx_defconfig   clang
arm   spitz_defconfig   clang
arm64alldefconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
cskydefconfig   gcc  
csky randconfig-r011-20230710   gcc  
csky randconfig-r013-20230710   gcc  
hexagon  randconfig-r016-20230710   clang
hexagon  randconfig-r036-20230710   clang
hexagon  randconfig-r041-20230710   clang
hexagon  randconfig-r045-20230710   clang
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230710   gcc  
i386 buildonly-randconfig-r005-20230710   gcc  
i386 buildonly-randconfig-r006-20230710   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230710   gcc  
i386 randconfig-i002-20230710   gcc  
i386 randconfig-i003-20230710   gcc  
i386 randconfig-i004-20230710   gcc  
i386 randconfig-i005-20230710   gcc  
i386 randconfig-i006-20230710   gcc  
i386 randconfig-i011-20230710   clang
i386 randconfig-i012-20230710   clang
i386 randconfig-i013-20230710   clang
i386 randconfig-i014-20230710   clang
i386 randconfig-i015-20230710   clang
i386 randconfig-i016-20230710   clang
i386 randconfig-r004-20230710   gcc  
i386 randconfig-r032-20230710   gcc  
i386 randconfig-r033-20230710   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
loongarchrandconfig-r002-20230710   gcc  
loongarchrandconfig-r035-20230710   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68k  amiga_defconfig   gcc  
m68kdefconfig   gcc  
m68km5407c3_defconfig   gcc  
m68k randconfig-r016-20230710   gcc  
m68kstmark2_defconfig   gcc  
microblaze  mmu_defconfig   gcc  
microblaze   randconfig-r015-20230710   gcc  
mips allmodconfig   gcc  
mips allyesconfig   gcc  
mips  ath25_defconfig   clang
mipsbcm47xx_defconfig   gcc  
mips   bmips_be_defconfig   gcc  
mips  bmips_stb_defconfig   clang
mips  cavium_octeon_defconfig   clang
mips cobalt_defconfig   gcc  
mips   ip27_defconfig   clang
mips   jazz_defconfig   gcc  
mips  loongson3_defconfig   gcc  
mips randconfig-r024-20230710   gcc  
mips randconfig-r034-20230710   clang
nios2   defconfig   gcc  
nios2randconfig-r011-20230710   gcc  
nios2randconfig-r014-20230710   gcc  
openrisc randconfig-r015-20230710   gcc  
openrisc rand

[powerpc:next-test] BUILD SUCCESS b059dfc41139ee194c9127b89dbea02afa409443

2023-07-17 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next-test
branch HEAD: b059dfc41139ee194c9127b89dbea02afa409443  powerpc/64: Enable 
accelerated crypto algorithms in defconfig

elapsed time: 796m

configs tested: 38
configs skipped: 145

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
arc  allyesconfig   gcc  
arm  pxa910_defconfig   gcc  
armrealview_defconfig   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68km5272c3_defconfig   gcc  
m68kstmark2_defconfig   gcc  
mips allmodconfig   gcc  
powerpc akebono_defconfig   clang
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc asp8347_defconfig   gcc  
powerpc   eiger_defconfig   gcc  
powerpc   maple_defconfig   gcc  
powerpc  ppc40x_defconfig   gcc  
powerpc ps3_defconfig   gcc  
powerpc  randconfig-r023-20230717   gcc  
powerpc  randconfig-r026-20230717   gcc  
sh  lboxre2_defconfig   gcc  
sh   rts7751r2dplus_defconfig   gcc  
sh  sdk7786_defconfig   gcc  
sh   sh7724_generic_defconfig   gcc  
um   allmodconfig   clang
umallnoconfig   clang
um   allyesconfig   clang
x86_64   allyesconfig   gcc  
x86_64   randconfig-x002-20230717   gcc  
x86_64   randconfig-x003-20230717   gcc  
x86_64   randconfig-x004-20230717   gcc  
x86_64   randconfig-x005-20230717   gcc  
x86_64   randconfig-x006-20230717   gcc  
x86_64   randconfig-x011-20230717   clang
x86_64   randconfig-x012-20230717   clang
x86_64   randconfig-x013-20230717   clang
x86_64   randconfig-x014-20230717   clang
x86_64   randconfig-x015-20230717   clang
x86_64   randconfig-x016-20230717   clang

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[powerpc:merge] BUILD SUCCESS 7c5878b16f9cd959e232169b967be5b2a0897afa

2023-07-17 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: 7c5878b16f9cd959e232169b967be5b2a0897afa  Automatic merge of 
'master' into merge (2023-07-17 08:46)

elapsed time: 1545m

configs tested: 175
configs skipped: 4

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allyesconfig   gcc  
arc  axs101_defconfig   gcc  
arc defconfig   gcc  
archsdk_defconfig   gcc  
arc  randconfig-r012-20230717   gcc  
arc  randconfig-r043-20230717   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm   aspeed_g5_defconfig   gcc  
arm defconfig   gcc  
arm  ep93xx_defconfig   clang
arm orion5x_defconfig   clang
arm  pxa910_defconfig   gcc  
arm  randconfig-r006-20230717   gcc  
arm  randconfig-r046-20230717   clang
armrealview_defconfig   gcc  
arm   sama5_defconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64randconfig-r001-20230717   clang
arm64randconfig-r002-20230717   clang
arm64randconfig-r005-20230717   clang
arm64randconfig-r014-20230717   gcc  
arm64randconfig-r034-20230717   clang
arm64randconfig-r035-20230717   clang
cskydefconfig   gcc  
csky randconfig-r004-20230717   gcc  
csky randconfig-r013-20230717   gcc  
csky randconfig-r023-20230717   gcc  
hexagon  randconfig-r041-20230717   clang
hexagon  randconfig-r045-20230717   clang
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230717   clang
i386 buildonly-randconfig-r005-20230717   clang
i386 buildonly-randconfig-r006-20230717   clang
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230717   clang
i386 randconfig-i002-20230717   clang
i386 randconfig-i003-20230717   clang
i386 randconfig-i004-20230717   clang
i386 randconfig-i005-20230717   clang
i386 randconfig-i006-20230717   clang
i386 randconfig-i011-20230717   gcc  
i386 randconfig-i012-20230717   gcc  
i386 randconfig-i013-20230717   gcc  
i386 randconfig-i014-20230717   gcc  
i386 randconfig-i015-20230717   gcc  
i386 randconfig-i016-20230717   gcc  
i386 randconfig-r016-20230717   gcc  
i386 randconfig-r025-20230717   gcc  
i386 randconfig-r034-20230717   clang
i386 randconfig-r035-20230717   clang
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
loongarchrandconfig-r006-20230717   gcc  
loongarchrandconfig-r036-20230717   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68km5272c3_defconfig   gcc  
m68k randconfig-r015-20230717   gcc  
m68kstmark2_defconfig   gcc  
mips allmodconfig   gcc  
mips allyesconfig   gcc  
mipsbcm47xx_defconfig   gcc  
mips  fuloong2e_defconfig   gcc  
mips  malta_defconfig   clang
mipsmalta_qemu_32r6_defconfig   clang
mips  maltasmvp_eva_defconfig   gcc  
mipsomega2p_defconfig   clang
mipsqi_lb60_defconfig   clang
mips randconfig-r021-20230717   clang
mips randconfig-r033-20230717   gcc  
nios2   defconfig   gcc  
openriscdefconfig   gcc  
openrisc randconfig-r005-20230717   gcc  
openrisc randconfig-r012-20230717   gcc  
openrisc randconfig-r021-20230717   gcc  
openrisc randconfig-r024-20230717   gcc  
openrisc randconfig-r031-20230717   gcc  
openrisc randconfig-r032-20230717   gcc  
parisc   

[powerpc:fixes-test] BUILD SUCCESS ccb381e1af1ace292153c88eb1fffa5683d16a20

2023-07-17 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: ccb381e1af1ace292153c88eb1fffa5683d16a20  powerpc/kasan: Disable 
KCOV in KASAN code

elapsed time: 796m

configs tested: 55
configs skipped: 145

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
arc  allyesconfig   gcc  
arc  axs101_defconfig   gcc  
archsdk_defconfig   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm  pxa910_defconfig   gcc  
armrealview_defconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68km5272c3_defconfig   gcc  
m68kstmark2_defconfig   gcc  
mips allmodconfig   gcc  
mips  fuloong2e_defconfig   gcc  
mipsmalta_qemu_32r6_defconfig   clang
mipsqi_lb60_defconfig   clang
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc asp8347_defconfig   gcc  
powerpc   eiger_defconfig   gcc  
powerpc  katmai_defconfig   clang
powerpc   maple_defconfig   gcc  
powerpc  ppc40x_defconfig   gcc  
powerpc ps3_defconfig   gcc  
powerpc  randconfig-r026-20230717   gcc  
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscv  rv32_defconfig   gcc  
sh  kfr2r09_defconfig   gcc  
sh  lboxre2_defconfig   gcc  
sh   rts7751r2dplus_defconfig   gcc  
sh  sdk7786_defconfig   gcc  
sh   sh7724_generic_defconfig   gcc  
um   allmodconfig   clang
umallnoconfig   clang
um   allyesconfig   clang
x86_64   allyesconfig   gcc  
x86_64  defconfig   gcc  
x86_64   randconfig-x002-20230717   gcc  
x86_64   randconfig-x003-20230717   gcc  
x86_64   randconfig-x004-20230717   gcc  
x86_64   randconfig-x005-20230717   gcc  
x86_64   randconfig-x006-20230717   gcc  
x86_64   randconfig-x011-20230717   clang
x86_64   randconfig-x012-20230717   clang
x86_64   randconfig-x013-20230717   clang
x86_64   randconfig-x014-20230717   clang
x86_64   randconfig-x015-20230717   clang
x86_64   randconfig-x016-20230717   clang
x86_64   rhel-8.3   gcc  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


Re: [PATCH] kdump fix

2023-07-20 Thread kernel test robot
Hi Mahesh,

kernel test robot noticed the following build errors:

[auto build test ERROR on linus/master]
[also build test ERROR on v6.5-rc2 next-20230720]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Mahesh-J-Salgaonkar/kdump-fix/20230720-021115
base:   linus/master
patch link:
https://lore.kernel.org/r/2ogfzwjumrd44kxv7njfpot6fhtkzpqu77qv3bspfixdmsxcwc%40umt35y2hmslm
patch subject: [PATCH] kdump fix
config: x86_64-randconfig-r021-20230720 
(https://download.01.org/0day-ci/archive/20230721/202307210220.4fons76v-...@intel.com/config)
compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project.git 
8dfdcc7b7bf66834a761bd8de445840ef68e4d1a)
reproduce: 
(https://download.01.org/0day-ci/archive/20230721/202307210220.4fons76v-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202307210220.4fons76v-...@intel.com/

All errors (new ones prefixed by >>):

>> kernel/kexec_file.c:1282:18: error: use of undeclared identifier 
>> 'ELF_CORE_EFLAGS'
   ehdr->e_flags = ELF_CORE_EFLAGS;
   ^
   1 error generated.


vim +/ELF_CORE_EFLAGS +1282 kernel/kexec_file.c

  1236  
  1237  int crash_prepare_elf64_headers(struct crash_mem *mem, int 
need_kernel_map,
  1238void **addr, unsigned long *sz)
  1239  {
  1240  Elf64_Ehdr *ehdr;
  1241  Elf64_Phdr *phdr;
  1242  unsigned long nr_cpus = num_possible_cpus(), nr_phdr, elf_sz;
  1243  unsigned char *buf;
  1244  unsigned int cpu, i;
  1245  unsigned long long notes_addr;
  1246  unsigned long mstart, mend;
  1247  
  1248  /* extra phdr for vmcoreinfo ELF note */
  1249  nr_phdr = nr_cpus + 1;
  1250  nr_phdr += mem->nr_ranges;
  1251  
  1252  /*
  1253   * kexec-tools creates an extra PT_LOAD phdr for kernel text 
mapping
  1254   * area (for example, 8000 - a000 on 
x86_64).
  1255   * I think this is required by tools like gdb. So same physical
  1256   * memory will be mapped in two ELF headers. One will contain 
kernel
  1257   * text virtual addresses and other will have __va(physical) 
addresses.
  1258   */
  1259  
  1260  nr_phdr++;
  1261  elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr);
  1262  elf_sz = ALIGN(elf_sz, ELF_CORE_HEADER_ALIGN);
  1263  
  1264  buf = vzalloc(elf_sz);
  1265  if (!buf)
  1266  return -ENOMEM;
  1267  
  1268  ehdr = (Elf64_Ehdr *)buf;
  1269  phdr = (Elf64_Phdr *)(ehdr + 1);
  1270  memcpy(ehdr->e_ident, ELFMAG, SELFMAG);
  1271  ehdr->e_ident[EI_CLASS] = ELFCLASS64;
  1272  ehdr->e_ident[EI_DATA] = ELFDATA2LSB;
  1273  ehdr->e_ident[EI_VERSION] = EV_CURRENT;
  1274  ehdr->e_ident[EI_OSABI] = ELF_OSABI;
  1275  memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD);
  1276  ehdr->e_type = ET_CORE;
  1277  ehdr->e_machine = ELF_ARCH;
  1278  ehdr->e_version = EV_CURRENT;
  1279  ehdr->e_phoff = sizeof(Elf64_Ehdr);
  1280  ehdr->e_ehsize = sizeof(Elf64_Ehdr);
  1281  ehdr->e_phentsize = sizeof(Elf64_Phdr);
> 1282  ehdr->e_flags = ELF_CORE_EFLAGS;

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[powerpc:fixes-test] BUILD SUCCESS 106ea7ffd56b0f9454cd4f625474967f12ac4dbd

2023-07-20 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: 106ea7ffd56b0f9454cd4f625474967f12ac4dbd  Revert "powerpc/64s: 
Remove support for ELFv1 little endian userspace"

elapsed time: 798m

configs tested: 100
configs skipped: 166

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm  randconfig-r035-20230720   clang
arm s3c6400_defconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64randconfig-r023-20230720   clang
arm64randconfig-r026-20230720   clang
cskydefconfig   gcc  
hexagon  randconfig-r022-20230720   clang
hexagon  randconfig-r036-20230720   clang
hexagon  randconfig-r041-20230720   clang
hexagon  randconfig-r045-20230720   clang
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230720   gcc  
i386 buildonly-randconfig-r005-20230720   gcc  
i386 buildonly-randconfig-r006-20230720   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230720   gcc  
i386 randconfig-i002-20230720   gcc  
i386 randconfig-i003-20230720   gcc  
i386 randconfig-i004-20230720   gcc  
i386 randconfig-i005-20230720   gcc  
i386 randconfig-i006-20230720   gcc  
i386 randconfig-i011-20230720   clang
i386 randconfig-i012-20230720   clang
i386 randconfig-i013-20230720   clang
i386 randconfig-i014-20230720   clang
i386 randconfig-i015-20230720   clang
i386 randconfig-i016-20230720   clang
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68k  amiga_defconfig   gcc  
m68kdefconfig   gcc  
m68k randconfig-r006-20230720   gcc  
microblaze  mmu_defconfig   gcc  
mips allyesconfig   gcc  
nios2   defconfig   gcc  
nios2randconfig-r002-20230720   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc   randconfig-r004-20230720   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpcklondike_defconfig   gcc  
powerpc  ppc40x_defconfig   gcc  
powerpc  randconfig-r024-20230720   clang
powerpc wii_defconfig   gcc  
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscvrandconfig-r042-20230720   clang
riscv  rv32_defconfig   gcc  
s390 allmodconfig   gcc  
s390 allyesconfig   gcc  
s390defconfig   gcc  
s390 randconfig-r003-20230720   gcc  
s390 randconfig-r013-20230720   clang
s390 randconfig-r044-20230720   clang
sh   allmodconfig   gcc  
sh kfr2r09-romimage_defconfig   gcc  
sh magicpanelr2_defconfig   gcc  
sparcallyesconfig   gcc  
sparc   defconfig   gcc  
um   allmodconfig   clang
umallnoconfig   clang
um   allyesconfig   clang
x86_64   allyesconfig   gcc  
x86_64   buildonly-randconfig-r001-20230720   gcc  
x86_64   buildonly-randconfig-r002-20230720   gcc  
x86_64   buildonly-randconfig-r003-20230720   gcc  
x86_64  defconfig   gcc  
x86_64  kexec   gcc  
x86_64   randconfig-r011-20230720   clang

[powerpc:next-test] BUILD SUCCESS 9be3d0283c583c521b6fb67500bdea532b4f0d45

2023-07-20 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next-test
branch HEAD: 9be3d0283c583c521b6fb67500bdea532b4f0d45  powerpc/64: Enable 
accelerated crypto algorithms in defconfig

elapsed time: 798m

configs tested: 2
configs skipped: 158

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[powerpc:merge] BUILD SUCCESS b33ef67081f836e80773e2cec99592e78091bace

2023-07-20 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: b33ef67081f836e80773e2cec99592e78091bace  Automatic merge of 
'fixes' into merge (2023-07-20 23:24)

elapsed time: 797m

configs tested: 143
configs skipped: 9

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
alpharandconfig-r011-20230720   gcc  
alpharandconfig-r022-20230720   gcc  
alpharandconfig-r023-20230720   gcc  
alpharandconfig-r024-20230720   gcc  
alpharandconfig-r033-20230720   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc  randconfig-r004-20230720   gcc  
arc  randconfig-r016-20230720   gcc  
arc  randconfig-r032-20230720   gcc  
arc  randconfig-r036-20230720   gcc  
arc  randconfig-r043-20230720   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm   h3600_defconfig   gcc  
arm  pxa910_defconfig   gcc  
arm  randconfig-r004-20230720   clang
arm  randconfig-r033-20230720   clang
arm  randconfig-r046-20230720   gcc  
arm s3c6400_defconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64randconfig-r006-20230720   gcc  
arm64randconfig-r016-20230720   clang
arm64randconfig-r026-20230720   clang
cskydefconfig   gcc  
csky randconfig-r011-20230720   gcc  
csky randconfig-r014-20230720   gcc  
csky randconfig-r021-20230720   gcc  
hexagon  randconfig-r013-20230720   clang
hexagon  randconfig-r041-20230720   clang
hexagon  randconfig-r045-20230720   clang
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230720   gcc  
i386 buildonly-randconfig-r005-20230720   gcc  
i386 buildonly-randconfig-r006-20230720   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230720   gcc  
i386 randconfig-i002-20230720   gcc  
i386 randconfig-i003-20230720   gcc  
i386 randconfig-i004-20230720   gcc  
i386 randconfig-i005-20230720   gcc  
i386 randconfig-i006-20230720   gcc  
i386 randconfig-i011-20230720   clang
i386 randconfig-i012-20230720   clang
i386 randconfig-i013-20230720   clang
i386 randconfig-i014-20230720   clang
i386 randconfig-i015-20230720   clang
i386 randconfig-i016-20230720   clang
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
loongarchrandconfig-r034-20230720   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68k randconfig-r023-20230720   gcc  
microblaze  mmu_defconfig   gcc  
mips allmodconfig   gcc  
mips allyesconfig   gcc  
mips  maltasmvp_eva_defconfig   gcc  
mips   mtx1_defconfig   clang
mips randconfig-r005-20230720   clang
mips randconfig-r013-20230720   gcc  
mips randconfig-r024-20230720   gcc  
mips randconfig-r025-20230720   gcc  
mips randconfig-r035-20230720   clang
nios2   defconfig   gcc  
nios2randconfig-r002-20230720   gcc  
nios2randconfig-r012-20230720   gcc  
openriscdefconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc   randconfig-r003-20230720   gcc  
parisc   randconfig-r005-20230720   gcc  
parisc   randconfig-r015-20230720   gcc  
parisc   randconfig-r031-20230720   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpcfsp2_defconfig   clang
powerpc

Re: [PATCH] kdump fix

2023-07-20 Thread kernel test robot
Hi Mahesh,

kernel test robot noticed the following build errors:

[auto build test ERROR on linus/master]
[also build test ERROR on v6.5-rc2 next-20230720]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Mahesh-J-Salgaonkar/kdump-fix/20230720-021115
base:   linus/master
patch link:
https://lore.kernel.org/r/2ogfzwjumrd44kxv7njfpot6fhtkzpqu77qv3bspfixdmsxcwc%40umt35y2hmslm
patch subject: [PATCH] kdump fix
config: x86_64-allyesconfig 
(https://download.01.org/0day-ci/archive/20230721/202307211100.udh0fq50-...@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce: 
(https://download.01.org/0day-ci/archive/20230721/202307211100.udh0fq50-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202307211100.udh0fq50-...@intel.com/

All errors (new ones prefixed by >>):

   kernel/kexec_file.c: In function 'crash_prepare_elf64_headers':
>> kernel/kexec_file.c:1282:25: error: 'ELF_CORE_EFLAGS' undeclared (first use 
>> in this function)
1282 | ehdr->e_flags = ELF_CORE_EFLAGS;
 | ^~~
   kernel/kexec_file.c:1282:25: note: each undeclared identifier is reported 
only once for each function it appears in


vim +/ELF_CORE_EFLAGS +1282 kernel/kexec_file.c

  1236  
  1237  int crash_prepare_elf64_headers(struct crash_mem *mem, int 
need_kernel_map,
  1238void **addr, unsigned long *sz)
  1239  {
  1240  Elf64_Ehdr *ehdr;
  1241  Elf64_Phdr *phdr;
  1242  unsigned long nr_cpus = num_possible_cpus(), nr_phdr, elf_sz;
  1243  unsigned char *buf;
  1244  unsigned int cpu, i;
  1245  unsigned long long notes_addr;
  1246  unsigned long mstart, mend;
  1247  
  1248  /* extra phdr for vmcoreinfo ELF note */
  1249  nr_phdr = nr_cpus + 1;
  1250  nr_phdr += mem->nr_ranges;
  1251  
  1252  /*
  1253   * kexec-tools creates an extra PT_LOAD phdr for kernel text 
mapping
  1254   * area (for example, 8000 - a000 on 
x86_64).
  1255   * I think this is required by tools like gdb. So same physical
  1256   * memory will be mapped in two ELF headers. One will contain 
kernel
  1257   * text virtual addresses and other will have __va(physical) 
addresses.
  1258   */
  1259  
  1260  nr_phdr++;
  1261  elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr);
  1262  elf_sz = ALIGN(elf_sz, ELF_CORE_HEADER_ALIGN);
  1263  
  1264  buf = vzalloc(elf_sz);
  1265  if (!buf)
  1266  return -ENOMEM;
  1267  
  1268  ehdr = (Elf64_Ehdr *)buf;
  1269  phdr = (Elf64_Phdr *)(ehdr + 1);
  1270  memcpy(ehdr->e_ident, ELFMAG, SELFMAG);
  1271  ehdr->e_ident[EI_CLASS] = ELFCLASS64;
  1272  ehdr->e_ident[EI_DATA] = ELFDATA2LSB;
  1273  ehdr->e_ident[EI_VERSION] = EV_CURRENT;
  1274  ehdr->e_ident[EI_OSABI] = ELF_OSABI;
  1275  memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD);
  1276  ehdr->e_type = ET_CORE;
  1277  ehdr->e_machine = ELF_ARCH;
  1278  ehdr->e_version = EV_CURRENT;
  1279  ehdr->e_phoff = sizeof(Elf64_Ehdr);
  1280  ehdr->e_ehsize = sizeof(Elf64_Ehdr);
  1281  ehdr->e_phentsize = sizeof(Elf64_Phdr);
> 1282  ehdr->e_flags = ELF_CORE_EFLAGS;

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[powerpc:merge] BUILD SUCCESS 78d5db798c25671640510aaa4b46a3dbee24a63f

2023-07-23 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: 78d5db798c25671640510aaa4b46a3dbee24a63f  Automatic merge of 
'master' into merge (2023-07-23 11:27)

elapsed time: 722m

configs tested: 143
configs skipped: 5

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
alpharandconfig-r015-20230723   gcc  
alpharandconfig-r021-20230723   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc  randconfig-r001-20230723   gcc  
arc  randconfig-r011-20230723   gcc  
arc  randconfig-r033-20230723   gcc  
arc  randconfig-r043-20230723   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm   aspeed_g4_defconfig   clang
arm davinci_all_defconfig   clang
arm defconfig   gcc  
arm  ixp4xx_defconfig   clang
arm  jornada720_defconfig   gcc  
arm  randconfig-r003-20230723   gcc  
arm  randconfig-r016-20230723   clang
arm  randconfig-r034-20230723   gcc  
arm  randconfig-r046-20230723   clang
armspear6xx_defconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64randconfig-r036-20230723   clang
cskydefconfig   gcc  
csky randconfig-r024-20230723   gcc  
csky randconfig-r026-20230723   gcc  
hexagon  randconfig-r002-20230723   clang
hexagon  randconfig-r012-20230723   clang
hexagon  randconfig-r041-20230723   clang
hexagon  randconfig-r045-20230723   clang
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230723   clang
i386 buildonly-randconfig-r005-20230723   clang
i386 buildonly-randconfig-r006-20230723   clang
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230723   clang
i386 randconfig-i002-20230723   clang
i386 randconfig-i003-20230723   clang
i386 randconfig-i004-20230723   clang
i386 randconfig-i005-20230723   clang
i386 randconfig-i006-20230723   clang
i386 randconfig-i011-20230723   gcc  
i386 randconfig-i012-20230723   gcc  
i386 randconfig-i013-20230723   gcc  
i386 randconfig-i014-20230723   gcc  
i386 randconfig-i015-20230723   gcc  
i386 randconfig-i016-20230723   gcc  
i386 randconfig-r021-20230723   gcc  
i386 randconfig-r025-20230723   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
loongarchrandconfig-r003-20230723   gcc  
loongarchrandconfig-r011-20230723   gcc  
loongarchrandconfig-r026-20230723   gcc  
loongarchrandconfig-r031-20230723   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze  mmu_defconfig   gcc  
microblaze   randconfig-r004-20230723   gcc  
microblaze   randconfig-r014-20230723   gcc  
mips allmodconfig   gcc  
mips allyesconfig   gcc  
mips  decstation_64_defconfig   gcc  
mips   gcw0_defconfig   gcc  
mips   ip28_defconfig   clang
mips randconfig-r036-20230723   gcc  
nios2   defconfig   gcc  
nios2randconfig-r031-20230723   gcc  
openrisc randconfig-r013-20230723   gcc  
openrisc randconfig-r023-20230723   gcc  
openrisc randconfig-r032-20230723   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc   randconfig-r034-20230723   gcc  
parisc64defconfig   gcc  
powerpc akebono_defconfig   clang
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  bamboo_defconfig   gcc  
riscvallmodconfig   gcc  
riscv 

[powerpc:next-test] BUILD SUCCESS 6391d2478e2f6fc8db2c78f62b13085fd5dfb10e

2023-07-23 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next-test
branch HEAD: 6391d2478e2f6fc8db2c78f62b13085fd5dfb10e  powerpc/64s/radix: 
combine final TLB flush and lazy tlb mm shootdown IPIs

elapsed time: 722m

configs tested: 5
configs skipped: 141

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  randconfig-r022-20230723   gcc  
powerpc  randconfig-r032-20230723   clang
powerpc  randconfig-r034-20230723   clang

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


Re: [PATCH mm-unstable v7 12/31] powerpc: Convert various functions to use ptdescs

2023-07-25 Thread kernel test robot
Hi Vishal,

kernel test robot noticed the following build errors:

[auto build test ERROR on akpm-mm/mm-everything]
[also build test ERROR on next-20230725]
[cannot apply to powerpc/next powerpc/fixes s390/features geert-m68k/for-next 
geert-m68k/for-linus linus/master v6.5-rc3]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Vishal-Moola-Oracle/mm-Add-PAGE_TYPE_OP-folio-functions/20230725-122458
base:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git 
mm-everything
patch link:
https://lore.kernel.org/r/20230725042051.36691-13-vishal.moola%40gmail.com
patch subject: [PATCH mm-unstable v7 12/31] powerpc: Convert various functions 
to use ptdescs
config: powerpc-randconfig-r034-20230725 
(https://download.01.org/0day-ci/archive/20230726/202307260706.qnpjsnjr-...@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 
4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
reproduce: 
(https://download.01.org/0day-ci/archive/20230726/202307260706.qnpjsnjr-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202307260706.qnpjsnjr-...@intel.com/

All errors (new ones prefixed by >>):

   In file included from arch/powerpc/mm/pgtable-frag.c:12:
   In file included from include/linux/hardirq.h:11:
   In file included from arch/powerpc/include/asm/hardirq.h:6:
   In file included from include/linux/irq.h:20:
   In file included from include/linux/io.h:13:
   In file included from arch/powerpc/include/asm/io.h:672:
   arch/powerpc/include/asm/io-defs.h:45:1: error: performing pointer 
arithmetic on a null pointer has undefined behavior 
[-Werror,-Wnull-pointer-arithmetic]
  45 | DEF_PCI_AC_NORET(insw, (unsigned long p, void *b, unsigned long c),
 | ^~~
  46 |  (p, b, c), pio, p)
 |  ~~
   arch/powerpc/include/asm/io.h:669:3: note: expanded from macro 
'DEF_PCI_AC_NORET'
 669 | __do_##name al; \
 | ^~
   :40:1: note: expanded from here
  40 | __do_insw
 | ^
   arch/powerpc/include/asm/io.h:610:56: note: expanded from macro '__do_insw'
 610 | #define __do_insw(p, b, n)  readsw((PCI_IO_ADDR)_IO_BASE+(p), 
(b), (n))
 |~^
   In file included from arch/powerpc/mm/pgtable-frag.c:12:
   In file included from include/linux/hardirq.h:11:
   In file included from arch/powerpc/include/asm/hardirq.h:6:
   In file included from include/linux/irq.h:20:
   In file included from include/linux/io.h:13:
   In file included from arch/powerpc/include/asm/io.h:672:
   arch/powerpc/include/asm/io-defs.h:47:1: error: performing pointer 
arithmetic on a null pointer has undefined behavior 
[-Werror,-Wnull-pointer-arithmetic]
  47 | DEF_PCI_AC_NORET(insl, (unsigned long p, void *b, unsigned long c),
 | ^~~
  48 |  (p, b, c), pio, p)
 |  ~~
   arch/powerpc/include/asm/io.h:669:3: note: expanded from macro 
'DEF_PCI_AC_NORET'
 669 | __do_##name al; \
 | ^~
   :42:1: note: expanded from here
  42 | __do_insl
 | ^
   arch/powerpc/include/asm/io.h:611:56: note: expanded from macro '__do_insl'
 611 | #define __do_insl(p, b, n)  readsl((PCI_IO_ADDR)_IO_BASE+(p), 
(b), (n))
 |~^
   In file included from arch/powerpc/mm/pgtable-frag.c:12:
   In file included from include/linux/hardirq.h:11:
   In file included from arch/powerpc/include/asm/hardirq.h:6:
   In file included from include/linux/irq.h:20:
   In file included from include/linux/io.h:13:
   In file included from arch/powerpc/include/asm/io.h:672:
   arch/powerpc/include/asm/io-defs.h:49:1: error: performing pointer 
arithmetic on a null pointer has undefined behavior 
[-Werror,-Wnull-pointer-arithmetic]
  49 | DEF_PCI_AC_NORET(outsb, (unsigned long p, const void *b, unsigned 
long c),
 | 
^~
  50 |  (p, b, c), pio, p)
 |  ~~
   arch/powerpc/include/asm/io.h:669:3: note: expanded from macro 


[linux-next:master] BUILD REGRESSION d7b3af5a77e8d8da28f435f313e069aea5bcf172

2023-07-28 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
branch HEAD: d7b3af5a77e8d8da28f435f313e069aea5bcf172  Add linux-next specific 
files for 20230728

Error/Warning reports:

https://lore.kernel.org/oe-kbuild-all/202307080722.psque5e5-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202307181450.sfbuvmf5-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202307251531.p8zlftmz-...@intel.com
https://lore.kernel.org/oe-kbuild-all/202307281617.oxcxz84j-...@intel.com

Error/Warning: (recently discovered and may have been fixed)

../lib/gcc/loongarch64-linux/12.3.0/plugin/include/config/loongarch/loongarch-opts.h:31:10:
 fatal error: loongarch-def.h: No such file or directory
arch/mips/pic32/pic32mzda/config.c:22:24: error: a parameter list without types 
is only allowed in a function definition
arch/mips/pic32/pic32mzda/config.c:22:8: error: type specifier missing, 
defaults to 'int'; ISO C99 and later do not support implicit int 
[-Wimplicit-int]
arch/mips/pic32/pic32mzda/config.c:41:21: error: use of undeclared identifier 
'config_lock'
arch/mips/pic32/pic32mzda/config.c:41:2: error: call to undeclared function 
'spin_lock_irqsave'; ISO C99 and later do not support implicit function 
declarations [-Wimplicit-function-declaration]
arch/mips/pic32/pic32mzda/config.c:46:2: error: call to undeclared function 
'spin_unlock_irqrestore'; ISO C99 and later do not support implicit function 
declarations [-Wimplicit-function-declaration]
arch/powerpc/mm/init_64.c:201:15: error: no previous prototype for function 
'__vmemmap_populate' [-Werror,-Wmissing-prototypes]
drivers/regulator/max77857-regulator.c:312:16: error: initializer element is 
not a compile-time constant
include/asm-generic/io.h::20: error: static declaration of 'ioport_map' 
follows non-static declaration
include/asm-generic/io.h:1121:22: error: static declaration of 'ioport_unmap' 
follows non-static declaration
include/asm-generic/io.h:636:15: error: redefinition of 'inb_p'
include/asm-generic/io.h:644:15: error: redefinition of 'inw_p'
include/asm-generic/io.h:652:15: error: redefinition of 'inl_p'
include/asm-generic/io.h:660:16: error: redefinition of 'outb_p'
include/asm-generic/io.h:668:16: error: redefinition of 'outw_p'
include/asm-generic/io.h:676:16: error: redefinition of 'outl_p'
include/asm-generic/io.h:689:14: error: redefinition of 'insb'
include/asm-generic/io.h:697:14: error: redefinition of 'insw'
include/asm-generic/io.h:705:14: error: redefinition of 'insl'
include/asm-generic/io.h:713:15: error: redefinition of 'outsb'
include/asm-generic/io.h:722:15: error: redefinition of 'outsw'
include/asm-generic/io.h:731:15: error: redefinition of 'outsl'

Unverified Error/Warning (likely false positive, please contact us if 
interested):

sh4-linux-gcc: internal compiler error: Segmentation fault signal terminated 
program cc1
{standard input}: Warning: end of file not at end of a line; newline inserted
{standard input}:1095: Error: pcrel too far
{standard input}:1482: Warning: end of file not at end of a line; newline 
inserted

Error/Warning ids grouped by kconfigs:

gcc_recent_errors
|-- loongarch-allmodconfig
|   `-- 
lib-gcc-loongarch64-linux-..-plugin-include-config-loongarch-loongarch-opts.h:fatal-error:loongarch-def.h:No-such-file-or-directory
|-- sh-allmodconfig
|   |-- 
sh4-linux-gcc:internal-compiler-error:Segmentation-fault-signal-terminated-program-cc1
|   |-- standard-input:Error:pcrel-too-far
|   `-- standard-input:Warning:end-of-file-not-at-end-of-a-line-newline-inserted
|-- sh-randconfig-m031-20230727
|   |-- 
sh4-linux-gcc:internal-compiler-error:Segmentation-fault-signal-terminated-program-cc1
|   `-- standard-input:Warning:end-of-file-not-at-end-of-a-line-newline-inserted
`-- sh-se7712_defconfig
|-- include-asm-generic-io.h:error:redefinition-of-inb_p
|-- include-asm-generic-io.h:error:redefinition-of-inl_p
|-- include-asm-generic-io.h:error:redefinition-of-insb
|-- include-asm-generic-io.h:error:redefinition-of-insl
|-- include-asm-generic-io.h:error:redefinition-of-insw
|-- include-asm-generic-io.h:error:redefinition-of-inw_p
|-- include-asm-generic-io.h:error:redefinition-of-outb_p
|-- include-asm-generic-io.h:error:redefinition-of-outl_p
|-- include-asm-generic-io.h:error:redefinition-of-outsb
|-- include-asm-generic-io.h:error:redefinition-of-outsl
|-- include-asm-generic-io.h:error:redefinition-of-outsw
|-- include-asm-generic-io.h:error:redefinition-of-outw_p
|-- 
include-asm-generic-io.h:error:static-declaration-of-ioport_map-follows-non-static-declaration
`-- 
include-asm-generic-io.h:error:static-declaration-of-ioport_unmap-follows-non-static-declaration
clang_recent_errors
|-- i386-buildonly-randconfig-r006-20230727
|   `-- 
drivers-regulator-max77857-regulator.c:error:initializer-element-is-not-a-compile-time-constant
|-- i386-randconfig-i006-20230727
|   `-- 
drivers-regulator-max77857-regulator.c:error:initia

Re: [PATCH v3 1/2] powerpc/mm: Cleanup memory block size probing

2023-07-29 Thread kernel test robot
Hi Aneesh,

kernel test robot noticed the following build errors:

[auto build test ERROR on powerpc/next]
[also build test ERROR on powerpc/fixes linus/master v6.5-rc3 next-20230728]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Aneesh-Kumar-K-V/powerpc-mm-Add-memory_block_size-as-a-kernel-parameter/20230728-184256
base:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
patch link:
https://lore.kernel.org/r/20230728103556.745681-1-aneesh.kumar%40linux.ibm.com
patch subject: [PATCH v3 1/2] powerpc/mm: Cleanup memory block size probing
config: powerpc-powernv_defconfig 
(https://download.01.org/0day-ci/archive/20230729/202307291753.oprf3jsb-...@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 
4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
reproduce: 
(https://download.01.org/0day-ci/archive/20230729/202307291753.oprf3jsb-...@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot 
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202307291753.oprf3jsb-...@intel.com/

All errors (new ones prefixed by >>):

>> arch/powerpc/mm/init_64.c:558:7: error: variable 'base' set but not used 
>> [-Werror,-Wunused-but-set-variable]
 558 | u64 base, size;
 | ^
   1 error generated.


vim +/base +558 arch/powerpc/mm/init_64.c

   485  
   486  static int __init probe_memory_block_size(unsigned long node, const 
char *uname, int
   487depth, void *data)
   488  {
   489  const char *type;
   490  const char *compatible;
   491  unsigned long *block_size = (unsigned long *)data;
   492  const __be32 *reg, *endp;
   493  int l;
   494  
   495  if (depth != 1)
   496  return 0;
   497  /*
   498   * If we have dynamic-reconfiguration-memory node, use the
   499   * lmb value.
   500   */
   501  if (strcmp(uname, "ibm,dynamic-reconfiguration-memory") == 0) {
   502  
   503  const __be32 *prop;
   504  
   505  prop = of_get_flat_dt_prop(node, "ibm,lmb-size", &l);
   506  
   507  if (!prop || l < dt_root_size_cells * sizeof(__be32))
   508  /*
   509   * Nothing in the device tree
   510   */
   511  *block_size = MIN_MEMORY_BLOCK_SIZE;
   512  else
   513  *block_size = of_read_number(prop, 
dt_root_size_cells);
   514  /*
   515   * We have found the final value. Don't probe further.
   516   */
   517  return 1;
   518  }
   519  /*
   520   * Find all the device tree nodes of memory type and make sure
   521   * the area can be mapped using the memory block size value
   522   * we end up using. We start with 1G value and keep reducing
   523   * it such that we can map the entire area using 
memory_block_size.
   524   * This will be used on powernv and older pseries that don't
   525   * have ibm,lmb-size node.
   526   * For ex: with P5 we can end up with
   527   * memory@0 -> 128MB
   528   * memory@128M -> 64M
   529   * This will end up using 64MB  memory block size value.
   530   */
   531  type = of_get_flat_dt_prop(node, "device_type", NULL);
   532  if (type == NULL || strcmp(type, "memory") != 0)
   533  return 0;
   534  
   535  /*
   536   * "ibm,coherent-device-memory with linux,usable-memory = 0
   537   * Force 256MiB block size. Work around for GPUs on P9 PowerNV
   538   * linux,usable-memory == 0 implies driver managed memory and
   539   * we can't use large memory block size due to hotplug/unplug
   540   * limitations.
   541   */
   542  compatible = of_get_flat_dt_prop(node, "compatible", NULL);
   543  if (compatible && !strcmp(compatible, 
"ibm,coherent-device-memory")) {
   544  int len = 0;
   545  const __be32 *usm;
   546  
   547  usm = of_get_flat_dt_prop(node, 
"linux,drconf-usable-memory", &len);
   548  if (usm && !len) {
   549  *block_size = SZ_256M;
   550  return 1;

[powerpc:fixes-test] BUILD SUCCESS 41a506ef71eb38d94fe133f565c87c3e06ccc072

2023-07-29 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: 41a506ef71eb38d94fe133f565c87c3e06ccc072  powerpc/ftrace: Create a 
dummy stackframe to fix stack unwind

elapsed time: 720m

configs tested: 23
configs skipped: 176

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
arc  allyesconfig   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm orion5x_defconfig   clang
arm  pxa168_defconfig   clang
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
hexagon defconfig   clang
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
mips allmodconfig   gcc  
mips  ath79_defconfig   clang
mips  maltaaprp_defconfig   clang
mips   mtx1_defconfig   clang
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc   lite5200b_defconfig   clang
riscv  rv32_defconfig   clang
x86_64   allyesconfig   gcc  
x86_64  defconfig   gcc  
x86_64   rhel-8.3   gcc  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[powerpc:next-test] BUILD SUCCESS d6582c259cbf4d8ba894e7243f31f26e7c6ff387

2023-07-29 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next-test
branch HEAD: d6582c259cbf4d8ba894e7243f31f26e7c6ff387  powerpc: address 
missing-prototypes warnings

elapsed time: 720m

configs tested: 115
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
alpharandconfig-r012-20230729   gcc  
alpharandconfig-r022-20230729   gcc  
alpharandconfig-r025-20230729   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc  randconfig-r043-20230728   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm orion5x_defconfig   clang
arm  pxa168_defconfig   clang
arm  randconfig-r046-20230728   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
cskydefconfig   gcc  
csky randconfig-r011-20230729   gcc  
hexagon defconfig   clang
hexagon  randconfig-r031-20230728   clang
hexagon  randconfig-r035-20230728   clang
hexagon  randconfig-r041-20230728   clang
hexagon  randconfig-r045-20230728   clang
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230728   gcc  
i386 buildonly-randconfig-r005-20230728   gcc  
i386 buildonly-randconfig-r006-20230728   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230728   gcc  
i386 randconfig-i002-20230728   gcc  
i386 randconfig-i003-20230728   gcc  
i386 randconfig-i004-20230728   gcc  
i386 randconfig-i005-20230728   gcc  
i386 randconfig-i006-20230728   gcc  
i386 randconfig-i011-20230728   clang
i386 randconfig-i012-20230728   clang
i386 randconfig-i013-20230728   clang
i386 randconfig-i014-20230728   clang
i386 randconfig-i015-20230728   clang
i386 randconfig-i016-20230728   clang
i386 randconfig-r014-20230729   gcc  
i386 randconfig-r021-20230729   gcc  
i386 randconfig-r023-20230729   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
loongarchrandconfig-r013-20230729   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68k randconfig-r034-20230728   gcc  
m68k randconfig-r036-20230728   gcc  
mips allmodconfig   gcc  
mips allyesconfig   gcc  
mips  ath79_defconfig   clang
mips  maltaaprp_defconfig   clang
mips   mtx1_defconfig   clang
mips randconfig-r006-20230728   clang
mips randconfig-r015-20230729   clang
mips randconfig-r026-20230729   clang
nios2   defconfig   gcc  
openrisc randconfig-r024-20230729   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc   randconfig-r033-20230728   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc   lite5200b_defconfig   clang
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscvrandconfig-r042-20230728   clang
riscv  rv32_defconfig   clang
riscv  rv32_defconfig   gcc  
s390 allmodconfig   gcc  
s390 allyesconfig   gcc  
s390defconfig   gcc  
s390 randconfig-r044-20230728   clang
sh   allmodconfig   gcc  
sh   randconfig-r002-20230728   gcc  
sh   randconfig-r003-20230728   gcc  
sh   randconfig-r005-20230728   gcc  
sparcal

[powerpc:merge] BUILD SUCCESS c3cad890877f59aeeaf5a638aa7a7c0612c16fa1

2023-07-29 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
merge
branch HEAD: c3cad890877f59aeeaf5a638aa7a7c0612c16fa1  Automatic merge of 
'master' into merge (2023-07-24 13:19)

elapsed time: 960m

configs tested: 153
configs skipped: 10

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc  randconfig-r043-20230728   gcc  
arc  randconfig-r043-20230729   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm  randconfig-r005-20230729   gcc  
arm  randconfig-r011-20230729   clang
arm  randconfig-r013-20230729   clang
arm  randconfig-r021-20230729   clang
arm  randconfig-r036-20230729   gcc  
arm  randconfig-r046-20230728   gcc  
arm  randconfig-r046-20230729   clang
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64randconfig-r015-20230729   gcc  
arm64randconfig-r022-20230729   gcc  
cskydefconfig   gcc  
csky randconfig-r004-20230729   gcc  
csky randconfig-r006-20230729   gcc  
csky randconfig-r011-20230729   gcc  
csky randconfig-r026-20230729   gcc  
hexagon  randconfig-r002-20230729   clang
hexagon  randconfig-r015-20230729   clang
hexagon  randconfig-r041-20230728   clang
hexagon  randconfig-r041-20230729   clang
hexagon  randconfig-r045-20230728   clang
hexagon  randconfig-r045-20230729   clang
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230728   gcc  
i386 buildonly-randconfig-r004-20230729   clang
i386 buildonly-randconfig-r005-20230728   gcc  
i386 buildonly-randconfig-r005-20230729   clang
i386 buildonly-randconfig-r006-20230728   gcc  
i386 buildonly-randconfig-r006-20230729   clang
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230728   gcc  
i386 randconfig-i001-20230729   clang
i386 randconfig-i002-20230728   gcc  
i386 randconfig-i002-20230729   clang
i386 randconfig-i003-20230728   gcc  
i386 randconfig-i003-20230729   clang
i386 randconfig-i004-20230728   gcc  
i386 randconfig-i004-20230729   clang
i386 randconfig-i005-20230728   gcc  
i386 randconfig-i005-20230729   clang
i386 randconfig-i006-20230728   gcc  
i386 randconfig-i006-20230729   clang
i386 randconfig-i011-20230728   clang
i386 randconfig-i011-20230729   gcc  
i386 randconfig-i012-20230728   clang
i386 randconfig-i012-20230729   gcc  
i386 randconfig-i013-20230728   clang
i386 randconfig-i013-20230729   gcc  
i386 randconfig-i014-20230728   clang
i386 randconfig-i014-20230729   gcc  
i386 randconfig-i015-20230728   clang
i386 randconfig-i015-20230729   gcc  
i386 randconfig-i016-20230728   clang
i386 randconfig-i016-20230729   gcc  
i386 randconfig-r012-20230729   gcc  
i386 randconfig-r024-20230729   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
loongarchrandconfig-r013-20230729   gcc  
loongarchrandconfig-r032-20230729   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68k randconfig-r016-20230729   gcc  
m68k randconfig-r031-20230729   gcc  
m68k randconfig-r035-20230729   gcc  
microblaze   randconfig-r034-20230729   gcc  
mips allmodconfig   gcc  
mips allyesconfig   gcc  
mips randconfig-r035-20230729   gcc  
nios2   defconfig   gcc  
nios2randconfig-r001-20230729   gcc  
nios2randconfig-r014-20230729   gcc  
parisc   allyesconfig   gcc  
parisc 

[powerpc:topic/cpu-smt] BUILD SUCCESS 265bb41db415b7132568585ee55a124dd0dbde14

2023-07-29 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
topic/cpu-smt
branch HEAD: 265bb41db415b7132568585ee55a124dd0dbde14  powerpc/pseries: Honour 
current SMT state when DLPAR onlining CPUs

elapsed time: 871m

configs tested: 118
configs skipped: 10

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
alpharandconfig-r024-20230729   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc  randconfig-r043-20230729   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm orion5x_defconfig   clang
arm  pxa168_defconfig   clang
arm  randconfig-r046-20230729   clang
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64randconfig-r005-20230728   gcc  
cskydefconfig   gcc  
hexagon defconfig   clang
hexagon  randconfig-r006-20230728   clang
hexagon  randconfig-r041-20230729   clang
hexagon  randconfig-r045-20230729   clang
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230729   clang
i386 buildonly-randconfig-r005-20230729   clang
i386 buildonly-randconfig-r006-20230729   clang
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230729   clang
i386 randconfig-i002-20230729   clang
i386 randconfig-i003-20230729   clang
i386 randconfig-i004-20230729   clang
i386 randconfig-i005-20230729   clang
i386 randconfig-i006-20230729   clang
i386 randconfig-i011-20230729   gcc  
i386 randconfig-i012-20230729   gcc  
i386 randconfig-i013-20230729   gcc  
i386 randconfig-i014-20230729   gcc  
i386 randconfig-i015-20230729   gcc  
i386 randconfig-i016-20230729   gcc  
i386 randconfig-r031-20230729   clang
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
loongarchrandconfig-r011-20230729   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
microblaze   randconfig-r035-20230729   gcc  
mips allmodconfig   gcc  
mips allyesconfig   gcc  
mips  ath79_defconfig   clang
mips  maltaaprp_defconfig   clang
mips   mtx1_defconfig   clang
nios2   defconfig   gcc  
nios2randconfig-r016-20230729   gcc  
nios2randconfig-r021-20230729   gcc  
nios2randconfig-r022-20230729   gcc  
openrisc randconfig-r026-20230729   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc   randconfig-r015-20230729   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc   lite5200b_defconfig   clang
powerpc  randconfig-r025-20230729   gcc  
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscvrandconfig-r004-20230728   gcc  
riscvrandconfig-r042-20230729   gcc  
riscv  rv32_defconfig   clang
riscv  rv32_defconfig   gcc  
s390 allmodconfig   gcc  
s390 allyesconfig   gcc  
s390defconfig   gcc  
s390 randconfig-r036-20230729   clang
s390 randconfig-r044-20230729   gcc  
sh   allmodconfig   gcc  
sparcallyesconfig   gcc  
sparc   defconfig   gcc  
sparcrandconfig-r001-20230728   gcc  
sparcrandconfig-r003-20230728   gcc  
sparc64  randconfig-r013-20230729   gcc  
sparc64  randconfig-r023-20230729   gcc  
um  

[powerpc:fixes-test] BUILD SUCCESS 86582e6189dd8f9f52c25d46c70fe5d111da6345

2023-08-02 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
fixes-test
branch HEAD: 86582e6189dd8f9f52c25d46c70fe5d111da6345  powerpc/powermac: Use 
early_* IO variants in via_calibrate_decr()

elapsed time: 723m

configs tested: 80
configs skipped: 134

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
arc defconfig   gcc  
arc  randconfig-r033-20230731   gcc  
arc  randconfig-r043-20230802   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64randconfig-r014-20230731   clang
arm64randconfig-r036-20230731   gcc  
cskydefconfig   gcc  
csky randconfig-r006-20230801   gcc  
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230801   gcc  
i386 buildonly-randconfig-r005-20230801   gcc  
i386 buildonly-randconfig-r006-20230801   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230731   gcc  
i386 randconfig-i002-20230731   gcc  
i386 randconfig-i003-20230731   gcc  
i386 randconfig-i004-20230731   gcc  
i386 randconfig-i005-20230731   gcc  
i386 randconfig-i006-20230731   gcc  
i386 randconfig-r025-20230731   clang
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
microblaze   randconfig-r005-20230801   gcc  
mips allyesconfig   gcc  
nios2   defconfig   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  randconfig-r003-20230801   gcc  
powerpc  randconfig-r022-20230731   clang
powerpc  randconfig-r026-20230731   clang
riscvallmodconfig   gcc  
riscv allnoconfig   gcc  
riscvallyesconfig   gcc  
riscv   defconfig   gcc  
riscvrandconfig-r042-20230802   gcc  
riscv  rv32_defconfig   gcc  
s390 allmodconfig   gcc  
s390 allyesconfig   gcc  
s390defconfig   gcc  
s390 randconfig-r011-20230731   clang
s390 randconfig-r044-20230802   gcc  
sh   allmodconfig   gcc  
sparcallyesconfig   gcc  
sparc   defconfig   gcc  
sparc64  randconfig-r002-20230801   gcc  
sparc64  randconfig-r035-20230731   gcc  
um   allmodconfig   clang
umallnoconfig   clang
um   allyesconfig   clang
x86_64   allyesconfig   gcc  
x86_64   buildonly-randconfig-r001-20230801   gcc  
x86_64   buildonly-randconfig-r002-20230801   gcc  
x86_64   buildonly-randconfig-r003-20230801   gcc  
x86_64  defconfig   gcc  
x86_64  kexec   gcc  
x86_64   randconfig-r012-20230731   clang
x86_64   randconfig-x001-20230731   clang
x86_64   randconfig-x002-20230731   clang
x86_64   randconfig-x003-20230731   clang
x86_64   randconfig-x004-20230731   clang
x86_64   randconfig-x005-20230731   clang
x86_64   randconfig-x006-20230731   clang
x86_64   randconfig-x011-20230731   gcc  
x86_64   randconfig-x012-20230731   gcc  
x86_64   randconfig-x013-20230731   gcc  
x86_64   randconfig-x014-20230731   gcc  
x86_64   randconfig-x015-20230731   gcc  
x86_64   randconfig-x016-20230731   gcc  
x86_64  rhel-8.3-rust   clang
x86_64   rhel-8.3   gcc  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


[powerpc:next] BUILD SUCCESS 7f96539437eafec8fd062fb13f31cf53251ea18d

2023-08-02 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
next
branch HEAD: 7f96539437eafec8fd062fb13f31cf53251ea18d  powerpc/kexec: fix minor 
typo

elapsed time: 723m

configs tested: 147
configs skipped: 11

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
alpharandconfig-r005-20230731   gcc  
alpharandconfig-r036-20230801   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc  randconfig-r004-20230801   gcc  
arc  randconfig-r031-20230731   gcc  
arc  randconfig-r033-20230731   gcc  
arc  randconfig-r043-20230802   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm  randconfig-r005-20230801   clang
arm  randconfig-r012-20230731   gcc  
arm  randconfig-r046-20230802   clang
armrealview_defconfig   gcc  
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64randconfig-r013-20230731   clang
arm64randconfig-r014-20230731   clang
arm64randconfig-r036-20230731   gcc  
cskydefconfig   gcc  
csky randconfig-r006-20230801   gcc  
hexagon  randconfig-r014-20230731   clang
hexagon  randconfig-r041-20230802   clang
hexagon  randconfig-r045-20230802   clang
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230731   gcc  
i386 buildonly-randconfig-r004-20230801   gcc  
i386 buildonly-randconfig-r005-20230731   gcc  
i386 buildonly-randconfig-r005-20230801   gcc  
i386 buildonly-randconfig-r006-20230731   gcc  
i386 buildonly-randconfig-r006-20230801   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230731   gcc  
i386 randconfig-i002-20230731   gcc  
i386 randconfig-i003-20230731   gcc  
i386 randconfig-i004-20230731   gcc  
i386 randconfig-i005-20230731   gcc  
i386 randconfig-i006-20230731   gcc  
i386 randconfig-i011-20230731   clang
i386 randconfig-i012-20230731   clang
i386 randconfig-i013-20230731   clang
i386 randconfig-i014-20230731   clang
i386 randconfig-i015-20230731   clang
i386 randconfig-i016-20230731   clang
i386 randconfig-r025-20230731   clang
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
loongarchrandconfig-r013-20230802   gcc  
loongarchrandconfig-r023-20230731   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68k randconfig-r026-20230731   gcc  
microblaze   randconfig-r001-20230801   gcc  
microblaze   randconfig-r003-20230801   gcc  
microblaze   randconfig-r005-20230801   gcc  
microblaze   randconfig-r006-20230731   gcc  
microblaze   randconfig-r015-20230731   gcc  
microblaze   randconfig-r025-20230731   gcc  
mips allmodconfig   gcc  
mips allyesconfig   gcc  
mips randconfig-r002-20230801   clang
mips randconfig-r011-20230802   clang
mips randconfig-r015-20230802   clang
mips randconfig-r022-20230731   gcc  
mips randconfig-r026-20230801   gcc  
nios2   defconfig   gcc  
nios2randconfig-r012-20230802   gcc  
nios2randconfig-r022-20230801   gcc  
openrisc randconfig-r001-20230731   gcc  
openrisc randconfig-r034-20230801   gcc  
openrisc randconfig-r036-20230731   gcc  
parisc   allyesconfig   gcc  
parisc  defconfig   gcc  
parisc   randconfig-r006-20230801   gcc  
parisc   randconfig-r021-20230801   gcc  
parisc64defconfig   gcc  
powerpc  allmodconfig   gcc  
powerpc   allnoconfig   gcc  
powerpc  randconfig-r003-20230801   gcc  
powerpc  randconfig-r014-20230802   

[powerpc:topic/cpu-smt] BUILD SUCCESS d1099e2276df1d8dd4037552c2f34eb4c4df4a75

2023-08-02 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git 
topic/cpu-smt
branch HEAD: d1099e2276df1d8dd4037552c2f34eb4c4df4a75  powerpc/pseries: Honour 
current SMT state when DLPAR onlining CPUs

elapsed time: 836m

configs tested: 166
configs skipped: 4

The following configs have been built successfully.
More configs may be tested in the coming days.

tested configs:
alphaallyesconfig   gcc  
alpha   defconfig   gcc  
alpharandconfig-r025-20230731   gcc  
alpharandconfig-r026-20230731   gcc  
arc  allyesconfig   gcc  
arc defconfig   gcc  
arc  randconfig-r033-20230731   gcc  
arc  randconfig-r043-20230731   gcc  
arc  randconfig-r043-20230802   gcc  
arm  allmodconfig   gcc  
arm  allyesconfig   gcc  
arm defconfig   gcc  
arm  gemini_defconfig   gcc  
armmvebu_v5_defconfig   clang
arm  pxa3xx_defconfig   gcc  
arm  randconfig-r024-20230731   gcc  
arm  randconfig-r032-20230801   clang
arm  randconfig-r046-20230731   gcc  
armrealview_defconfig   gcc  
arm   versatile_defconfig   clang
arm64allyesconfig   gcc  
arm64   defconfig   gcc  
arm64randconfig-r014-20230731   clang
arm64randconfig-r036-20230731   gcc  
cskydefconfig   gcc  
csky randconfig-r006-20230801   gcc  
csky randconfig-r034-20230801   gcc  
hexagon  randconfig-r004-20230801   clang
hexagon  randconfig-r012-20230731   clang
hexagon  randconfig-r015-20230731   clang
hexagon  randconfig-r041-20230731   clang
hexagon  randconfig-r045-20230731   clang
i386 allyesconfig   gcc  
i386 buildonly-randconfig-r004-20230731   gcc  
i386 buildonly-randconfig-r004-20230801   gcc  
i386 buildonly-randconfig-r005-20230731   gcc  
i386 buildonly-randconfig-r005-20230801   gcc  
i386 buildonly-randconfig-r006-20230731   gcc  
i386 buildonly-randconfig-r006-20230801   gcc  
i386  debian-10.3   gcc  
i386defconfig   gcc  
i386 randconfig-i001-20230731   gcc  
i386 randconfig-i001-20230802   clang
i386 randconfig-i002-20230731   gcc  
i386 randconfig-i002-20230802   clang
i386 randconfig-i003-20230731   gcc  
i386 randconfig-i003-20230802   clang
i386 randconfig-i004-20230731   gcc  
i386 randconfig-i004-20230802   clang
i386 randconfig-i005-20230731   gcc  
i386 randconfig-i005-20230802   clang
i386 randconfig-i006-20230731   gcc  
i386 randconfig-i006-20230802   clang
i386 randconfig-i011-20230801   clang
i386 randconfig-i011-20230802   gcc  
i386 randconfig-i012-20230801   clang
i386 randconfig-i012-20230802   gcc  
i386 randconfig-i013-20230801   clang
i386 randconfig-i013-20230802   gcc  
i386 randconfig-i014-20230801   clang
i386 randconfig-i014-20230802   gcc  
i386 randconfig-i015-20230801   clang
i386 randconfig-i015-20230802   gcc  
i386 randconfig-i016-20230801   clang
i386 randconfig-i016-20230802   gcc  
i386 randconfig-r014-20230731   clang
i386 randconfig-r025-20230731   clang
i386 randconfig-r033-20230801   gcc  
loongarchallmodconfig   gcc  
loongarch allnoconfig   gcc  
loongarch   defconfig   gcc  
m68k allmodconfig   gcc  
m68k allyesconfig   gcc  
m68kdefconfig   gcc  
m68kstmark2_defconfig   gcc  
microblaze  defconfig   gcc  
microblaze   randconfig-r002-20230801   gcc  
microblaze   randconfig-r005-20230801   gcc  
mips allmodconfig   gcc  
mips allyesconfig   gcc  
mipsbcm47xx_defconfig   gcc  
mips randconfig-r005-20230801   clang
mips  rb532_defconfig   gcc  
nios2   defconfig   gcc  
nios2randconfig-r011-20230731   gcc  
nio

  1   2   3   4   5   6   7   8   9   10   >