[hch-misc:iommu-cleanup 17/18] drivers/iommu/iommu.c:2706:20: error: 'const struct iommu_ops' has no member named 'domain_set_pgtable_quirk'; did you mean
by kernel test robot
tree: git://git.infradead.org/users/hch/misc.git iommu-cleanup
head: 5bb13e80e571ad3a1e1c69f1181bbb892b936ccc
commit: 1dc0ff3cff1d641efc5400cde505ed9e1b2181c3 [17/18] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
config: i386-randconfig-s001-20210314 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce:
# apt-get install sparse
# sparse version: v0.6.3-262-g5e674421-dirty
git remote add hch-misc git://git.infradead.org/users/hch/misc.git
git fetch --no-tags hch-misc iommu-cleanup
git checkout 1dc0ff3cff1d641efc5400cde505ed9e1b2181c3
# save the attached .config to linux build tree
make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=i386
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
drivers/iommu/iommu.c: In function 'iommu_set_pgtable_quirks':
>> drivers/iommu/iommu.c:2706:20: error: 'const struct iommu_ops' has no member named 'domain_set_pgtable_quirk'; did you mean 'set_pgtable_quirks'?
2706 | if (!domain->ops->domain_set_pgtable_quirk)
| ^~~~~~~~~~~~~~~~~~~~~~~~
| set_pgtable_quirks
drivers/iommu/iommu.c:2708:22: error: 'const struct iommu_ops' has no member named 'domain_set_pgtable_quirk'; did you mean 'set_pgtable_quirks'?
2708 | return domain->ops->domain_set_pgtable_quirk(domain, quirk);
| ^~~~~~~~~~~~~~~~~~~~~~~~
| set_pgtable_quirks
drivers/iommu/iommu.c:2709:1: error: control reaches end of non-void function [-Werror=return-type]
2709 | }
| ^
cc1: some warnings being treated as errors
vim +2706 drivers/iommu/iommu.c
2700
2701 int iommu_set_pgtable_quirks(struct iommu_domain *domain,
2702 unsigned long quirk)
2703 {
2704 if (domain->type != IOMMU_DOMAIN_UNMANAGED)
2705 return -EINVAL;
> 2706 if (!domain->ops->domain_set_pgtable_quirk)
2707 return -EINVAL;
2708 return domain->ops->domain_set_pgtable_quirk(domain, quirk);
2709 }
2710 EXPORT_SYMBOL_GPL(iommu_set_pgtable_quirks);
2711
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
1 year, 6 months
ERROR: modpost: "__aeabi_unwind_cpp_pr0" undefined!
by kernel test robot
Hi Cristian,
First bad commit (maybe != root cause):
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 88fe49249c99de14e543c632a46248d85411ab9e
commit: fd9373e41b9ba5b609f97e98a04687f4ff136aff iio: dac: ad5766: add driver support for AD5766
date: 7 weeks ago
config: arm-randconfig-r024-20210314 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project dfd27ebbd0eb137c9a439b7c537bb87ba903efd3)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit...
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout fd9373e41b9ba5b609f97e98a04687f4ff136aff
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>, old ones prefixed by <<):
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/potentiostat/lmp91000.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/potentiometer/tpl0102.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/potentiometer/mcp4531.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/potentiometer/mcp4131.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/potentiometer/mcp4018.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/potentiometer/ds1803.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/potentiometer/ad5272.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/position/hid-sensor-custom-intel-hinge.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/multiplexer/iio-mux.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/yamaha-yas530.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/rm3100-spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/rm3100-i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/rm3100-core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/hmc5843_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/hmc5843_core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/mmc35240.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/bmc150_magn_spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/bmc150_magn.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/ak8975.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/zopt2201.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/vl6180.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/veml6070.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/vcnl4000.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/us5182d.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/tsl4531.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/tsl2583.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/tcs3472.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/tcs3414.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/stk3310.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/si1145.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/si1133.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/rpr0521.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/pa12203001.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/opt3001.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/noa1305.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/max44009.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/max44000.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/lv0104cs.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/lm3533-als.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/jsa1212.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/isl29125.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/isl29028.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/hid-sensor-prox.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/hid-sensor-als.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/gp2ap002.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/cm36651.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/cm3605.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/cm3323.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/cm32181.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/as73211.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/apds9960.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/apds9300.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/adux1020.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/adjd_s311.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/kmx61.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/fxos8700_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/fxos8700_core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/adis_lib.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/adis16475.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/adis16400.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/inv_mpu6050/inv-mpu6050-spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/inv_mpu6050/inv-mpu6050.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/inv_icm42600/inv-icm42600-spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/inv_icm42600/inv-icm42600-i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/inv_icm42600/inv-icm42600.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/bmi160/bmi160_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/bmi160/bmi160_core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/si7005.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/htu21.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/hts221_spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/hts221_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/hts221.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/hid-sensor-humidity.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/dht11.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/am2315.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/health/afe4404.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/frequency/adf4371.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/frequency/adf4350.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/frequency/ad9523.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/gyro/st_gyro_spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/gyro/st_gyro_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/gyro/st_gyro.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/gyro/ssp_gyro_sensor.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/gyro/itg3200.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/gyro/mpu3050.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/gyro/hid-sensor-gyro-3d.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/vf610_dac.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ti-dac7612.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ti-dac7311.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ti-dac5571.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ti-dac082s085.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/mcp4922.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/mcp4725.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/max5821.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/max517.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/m62332.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ds4424.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/dpot-dac.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad7303.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5770r.ko] undefined!
>> ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5766.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5764.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5761.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5758.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5755.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5592r.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5592r-base.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5446.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5504.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5064.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5421.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5380.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5360.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/common/st_sensors/st_sensors.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/common/st_sensors/st_sensors_spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/common/st_sensors/st_sensors_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/common/ssp_sensors/ssp_iio.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/common/ssp_sensors/sensorhub.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/common/ms_sensors/ms_sensors_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/common/hid-sensors/hid-sensor-trigger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/common/hid-sensors/hid-sensor-iio-common.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/chemical/vz89x.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/chemical/sps30.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/chemical/sgp30.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/chemical/scd30_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/chemical/scd30_core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/chemical/ams-iaq-core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/chemical/ccs811.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/chemical/atlas-ezo-sensor.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/chemical/atlas-sensor.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/buffer/kfifo_buf.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/buffer/industrialio-triggered-buffer.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/buffer/industrialio-hw-consumer.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/buffer/industrialio-buffer-dmaengine.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/buffer/industrialio-buffer-dma.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/buffer/industrialio-buffer-cb.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/amplifiers/hmc425a.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/amplifiers/ad8366.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/sd_adc_modulator.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/xilinx-xadc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/vf610_adc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/twl6030-gpadc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/twl4030-madc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ti_am335x_adc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ti-ads8688.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ti-ads1015.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ti-adc161s626.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ti-adc128s052.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ti-adc12138.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ti-adc084s021.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ti-adc0832.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ti-adc081c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/qcom-pm8xxx-xoadc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/qcom-spmi-vadc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/qcom-vadc-common.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/qcom-spmi-iadc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/qcom-spmi-adc5.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/palmas_gpadc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/nau7802.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/mcp3422.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/max9611.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/max1241.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/max1118.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/max11100.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ltc2497-core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ltc2497.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ltc2485.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ltc2471.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/lp8788_adc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/envelope-detector.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/dln2-adc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/da9150-gpadc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/cc10001_adc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/axp288_adc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/adi-axi-adc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad9467.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad799x.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7949.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7887.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7793.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7791.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7780.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7768-1.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7606.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7606_spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7606_par.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7476.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7298.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7292.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7291.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7192.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7124.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7091r-base.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad7091r5.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/adc/ad_sigma_delta.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/accel/ssp_accel_sensor.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/accel/stk8ba50.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/accel/stk8312.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/accel/mxc4005.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/accel/mma9553.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/accel/mma9551.ko] undefined!
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
1 year, 6 months
[hch-misc:iommu-cleanup 17/18] drivers/iommu/iommu.c:2706:20: error: no member named 'domain_set_pgtable_quirk' in 'struct iommu_ops'; did you mean
by kernel test robot
tree: git://git.infradead.org/users/hch/misc.git iommu-cleanup
head: 5bb13e80e571ad3a1e1c69f1181bbb892b936ccc
commit: 1dc0ff3cff1d641efc5400cde505ed9e1b2181c3 [17/18] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
config: arm64-randconfig-r033-20210314 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 7ee96429a0b057bcc97331a6a762fc3cd00aed61)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm64 cross compiling tool for clang build
# apt-get install binutils-aarch64-linux-gnu
git remote add hch-misc git://git.infradead.org/users/hch/misc.git
git fetch --no-tags hch-misc iommu-cleanup
git checkout 1dc0ff3cff1d641efc5400cde505ed9e1b2181c3
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
>> drivers/iommu/iommu.c:2706:20: error: no member named 'domain_set_pgtable_quirk' in 'struct iommu_ops'; did you mean 'set_pgtable_quirks'?
if (!domain->ops->domain_set_pgtable_quirk)
^~~~~~~~~~~~~~~~~~~~~~~~
set_pgtable_quirks
include/linux/iommu.h:251:8: note: 'set_pgtable_quirks' declared here
int (*set_pgtable_quirks)(struct iommu_domain *domain,
^
drivers/iommu/iommu.c:2708:22: error: no member named 'domain_set_pgtable_quirk' in 'struct iommu_ops'; did you mean 'set_pgtable_quirks'?
return domain->ops->domain_set_pgtable_quirk(domain, quirk);
^~~~~~~~~~~~~~~~~~~~~~~~
set_pgtable_quirks
include/linux/iommu.h:251:8: note: 'set_pgtable_quirks' declared here
int (*set_pgtable_quirks)(struct iommu_domain *domain,
^
2 errors generated.
vim +2706 drivers/iommu/iommu.c
2700
2701 int iommu_set_pgtable_quirks(struct iommu_domain *domain,
2702 unsigned long quirk)
2703 {
2704 if (domain->type != IOMMU_DOMAIN_UNMANAGED)
2705 return -EINVAL;
> 2706 if (!domain->ops->domain_set_pgtable_quirk)
2707 return -EINVAL;
2708 return domain->ops->domain_set_pgtable_quirk(domain, quirk);
2709 }
2710 EXPORT_SYMBOL_GPL(iommu_set_pgtable_quirks);
2711
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
1 year, 6 months
[mel:mm-bulk-rebase-v5r2 12/13] net/sunrpc/svc_xprt.c:666:45: warning: passing argument 3 of 'alloc_pages_bulk' makes pointer from integer without a cast
by kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mel/linux.git mm-bulk-rebase-v5r2
head: 5ce1d4eb5aa31146052f4499ca77642afb31165b
commit: fa305fb67e08257558495fdfce8b5863f48c0115 [12/13] SUNRPC: Refresh rq_pages using a bulk page allocator
config: i386-randconfig-a001-20210313 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://git.kernel.org/pub/scm/linux/kernel/git/mel/linux.git/commit/?id=...
git remote add mel https://git.kernel.org/pub/scm/linux/kernel/git/mel/linux.git
git fetch --no-tags mel mm-bulk-rebase-v5r2
git checkout fa305fb67e08257558495fdfce8b5863f48c0115
# save the attached .config to linux build tree
make W=1 ARCH=i386
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All warnings (new ones prefixed by >>):
net/sunrpc/svc_xprt.c: In function 'svc_alloc_arg':
>> net/sunrpc/svc_xprt.c:666:45: warning: passing argument 3 of 'alloc_pages_bulk' makes pointer from integer without a cast [-Wint-conversion]
666 | needed -= alloc_pages_bulk(GFP_KERNEL, 0, needed, &list);
| ^~~~~~
| |
| long unsigned int
In file included from include/linux/slab.h:15,
from net/sunrpc/svc_xprt.c:12:
include/linux/gfp.h:527:71: note: expected 'struct list_head *' but argument is of type 'long unsigned int'
527 | alloc_pages_bulk(gfp_t gfp, unsigned long nr_pages, struct list_head *list)
| ~~~~~~~~~~~~~~~~~~^~~~
net/sunrpc/svc_xprt.c:666:13: error: too many arguments to function 'alloc_pages_bulk'
666 | needed -= alloc_pages_bulk(GFP_KERNEL, 0, needed, &list);
| ^~~~~~~~~~~~~~~~
In file included from include/linux/slab.h:15,
from net/sunrpc/svc_xprt.c:12:
include/linux/gfp.h:527:1: note: declared here
527 | alloc_pages_bulk(gfp_t gfp, unsigned long nr_pages, struct list_head *list)
| ^~~~~~~~~~~~~~~~
vim +/alloc_pages_bulk +666 net/sunrpc/svc_xprt.c
641
642 static int svc_alloc_arg(struct svc_rqst *rqstp)
643 {
644 struct svc_serv *serv = rqstp->rq_server;
645 unsigned long needed;
646 struct xdr_buf *arg;
647 struct page *page;
648 LIST_HEAD(list);
649 int pages;
650 int i;
651
652 pages = (serv->sv_max_mesg + 2 * PAGE_SIZE) >> PAGE_SHIFT;
653 if (pages > RPCSVC_MAXPAGES) {
654 pr_warn_once("svc: warning: pages=%u > RPCSVC_MAXPAGES=%lu\n",
655 pages, RPCSVC_MAXPAGES);
656 /* use as many pages as possible */
657 pages = RPCSVC_MAXPAGES;
658 }
659
660 for (needed = 0, i = 0; i < pages ; i++) {
661 if (!rqstp->rq_pages[i])
662 needed++;
663 }
664 i = 0;
665 while (needed) {
> 666 needed -= alloc_pages_bulk(GFP_KERNEL, 0, needed, &list);
667 for (; i < pages; i++) {
668 if (rqstp->rq_pages[i])
669 continue;
670 page = list_first_entry_or_null(&list, struct page, lru);
671 if (likely(page)) {
672 list_del(&page->lru);
673 rqstp->rq_pages[i] = page;
674 continue;
675 }
676 set_current_state(TASK_INTERRUPTIBLE);
677 if (signalled() || kthread_should_stop()) {
678 set_current_state(TASK_RUNNING);
679 return -EINTR;
680 }
681 schedule_timeout(msecs_to_jiffies(500));
682 break;
683 }
684 }
685 rqstp->rq_page_end = &rqstp->rq_pages[pages];
686 rqstp->rq_pages[pages] = NULL; /* this might be seen in nfsd_splice_actor() */
687
688 /* Make arg->head point to first page and arg->pages point to rest */
689 arg = &rqstp->rq_arg;
690 arg->head[0].iov_base = page_address(rqstp->rq_pages[0]);
691 arg->head[0].iov_len = PAGE_SIZE;
692 arg->pages = rqstp->rq_pages + 1;
693 arg->page_base = 0;
694 /* save at least one page for response */
695 arg->page_len = (pages-2)*PAGE_SIZE;
696 arg->len = (pages-1)*PAGE_SIZE;
697 arg->tail[0].iov_len = 0;
698 return 0;
699 }
700
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
1 year, 6 months
ERROR: modpost: "__aeabi_unwind_cpp_pr0" undefined!
by kernel test robot
Hi Ye,
First bad commit (maybe != root cause):
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 88fe49249c99de14e543c632a46248d85411ab9e
commit: 660987e1250334dd944aab0421144b541675d5d1 iio: hid-sensors: Add hinge sensor driver
date: 7 weeks ago
config: arm-randconfig-r024-20210314 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project dfd27ebbd0eb137c9a439b7c537bb87ba903efd3)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit...
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout 660987e1250334dd944aab0421144b541675d5d1
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>, old ones prefixed by <<):
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/codecs/snd-soc-ak4458.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/codecs/snd-soc-ak4104.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/codecs/snd-soc-adau7118-hw.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/codecs/snd-soc-adau7118-i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/codecs/snd-soc-adau7118.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/codecs/snd-soc-adau7002.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/codecs/snd-soc-adau1761-spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/codecs/snd-soc-adau1761.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/codecs/snd-soc-adau17x1.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/codecs/snd-soc-adau1701.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/codecs/snd-soc-adau1372-spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/codecs/snd-soc-adau1372-i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/codecs/snd-soc-adau1372.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/codecs/snd-soc-adau-utils.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/codecs/snd-soc-ac97.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soc/snd-soc-core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/usb/line6/snd-usb-variax.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/usb/line6/snd-usb-toneport.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/usb/line6/snd-usb-podhd.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/usb/line6/snd-usb-line6.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/usb/hiface/snd-usb-hiface.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/usb/6fire/snd-usb-6fire.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/usb/misc/snd-ua101.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/usb/snd-usbmidi-lib.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/usb/snd-usb-audio.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/pci/ac97/snd-ac97-codec.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/core/snd-compress.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/core/seq/snd-seq-midi-event.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/core/seq/snd-seq-midi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/core/seq/snd-seq-dummy.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/core/seq/snd-seq.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/core/snd-rawmidi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/core/snd-seq-device.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/core/snd-pcm-dmaengine.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/core/snd-pcm.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/core/snd-timer.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/core/snd-hwdep.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/core/snd.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [sound/soundcore.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/most/most_cdev.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/most/most_usb.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/most/most_core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mux/mux-adgs1408.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mux/mux-core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/fsi/fsi-occ.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/fsi/fsi-sbefifo.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/fsi/fsi-scom.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/fsi/fsi-master-aspeed.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/fsi/fsi-master-hub.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/fsi/fsi-core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mcb/mcb.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/industrialio-sw-trigger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/industrialio-sw-device.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/industrialio-configfs.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/industrialio.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/trigger/iio-trig-loop.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/trigger/iio-trig-interrupt.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/trigger/iio-trig-hrtimer.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/temperature/tsys02d.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/temperature/tmp007.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/temperature/tmp006.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/temperature/mlx90632.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/temperature/mlx90614.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/temperature/max31856.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/temperature/maxim_thermocouple.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/temperature/hid-sensor-temperature.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/temperature/ltc2983.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/resolver/ad2s90.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/proximity/vcnl3020.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/proximity/sx9500.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/proximity/sx9310.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/proximity/srf08.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/proximity/rfd77402.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/proximity/mb1232.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/proximity/pulsedlight-lidar-lite-v2.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/proximity/as3935.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/zpa2326_spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/zpa2326_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/zpa2326.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/t5403.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/ms5637.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/ms5611_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/ms5611_core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/mpl3115.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/mpl115_spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/mpl115_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/mpl115.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/hid-sensor-press.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/dlhl60d.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/bmp280-spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/bmp280-i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/bmp280.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/pressure/abp060mg.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/potentiostat/lmp91000.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/potentiometer/tpl0102.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/potentiometer/mcp4531.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/potentiometer/mcp4131.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/potentiometer/mcp4018.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/potentiometer/ds1803.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/potentiometer/ad5272.ko] undefined!
>> ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/position/hid-sensor-custom-intel-hinge.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/multiplexer/iio-mux.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/yamaha-yas530.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/rm3100-spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/rm3100-i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/rm3100-core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/hmc5843_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/hmc5843_core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/mmc35240.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/bmc150_magn_spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/bmc150_magn.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/magnetometer/ak8975.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/zopt2201.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/vl6180.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/veml6070.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/vcnl4000.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/us5182d.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/tsl4531.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/tsl2583.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/tcs3472.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/tcs3414.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/stk3310.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/si1145.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/si1133.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/rpr0521.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/pa12203001.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/opt3001.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/noa1305.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/max44009.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/max44000.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/lv0104cs.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/lm3533-als.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/jsa1212.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/isl29125.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/isl29028.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/hid-sensor-prox.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/hid-sensor-als.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/gp2ap002.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/cm36651.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/cm3605.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/cm3323.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/cm32181.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/as73211.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/apds9960.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/apds9300.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/adux1020.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/light/adjd_s311.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/kmx61.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/fxos8700_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/fxos8700_core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/adis_lib.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/adis16475.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/adis16400.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/inv_mpu6050/inv-mpu6050-spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/inv_mpu6050/inv-mpu6050.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/inv_icm42600/inv-icm42600-spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/inv_icm42600/inv-icm42600-i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/inv_icm42600/inv-icm42600.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/bmi160/bmi160_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/imu/bmi160/bmi160_core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/si7005.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/htu21.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/hts221_spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/hts221_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/hts221.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/hid-sensor-humidity.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/dht11.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/humidity/am2315.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/health/afe4404.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/frequency/adf4371.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/frequency/adf4350.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/frequency/ad9523.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/gyro/st_gyro_spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/gyro/st_gyro_i2c.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/gyro/st_gyro.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/gyro/ssp_gyro_sensor.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/gyro/itg3200.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/gyro/mpu3050.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/gyro/hid-sensor-gyro-3d.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/vf610_dac.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ti-dac7612.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ti-dac7311.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ti-dac5571.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ti-dac082s085.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/mcp4922.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/mcp4725.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/max5821.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/max517.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/m62332.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ds4424.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/dpot-dac.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad7303.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5770r.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5764.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5761.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5758.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5755.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5592r.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5592r-base.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5446.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/iio/dac/ad5504.ko] undefined!
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
1 year, 6 months
ERROR: modpost: "__aeabi_unwind_cpp_pr0" undefined!
by kernel test robot
Hi Alexandru,
First bad commit (maybe != root cause):
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 88fe49249c99de14e543c632a46248d85411ab9e
commit: b0bd407e94b036d597c6060d64c22094ff85b13c hwmon: (ltc2992) Add support
date: 3 months ago
config: arm-randconfig-r024-20210314 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project dfd27ebbd0eb137c9a439b7c537bb87ba903efd3)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit...
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout b0bd407e94b036d597c6060d64c22094ff85b13c
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>, old ones prefixed by <<):
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-ortek.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-monterey.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-microsoft.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-macally.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-lcpower.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-kye.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-ite.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-icade.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-gyration.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-glorious.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-gfrm.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-gembird.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-ezkey.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-emsff.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-corsair.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-chicony.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-belkin.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-aureal.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/uhid.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/crypto/inside-secure/crypto_safexcel.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/crypto/ccree/ccree.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-el15203000.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-dac124s085.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-wm8350.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-tlc591xx.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-pwm.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-pm8058.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-max8997.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-max77650.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lt3593.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lp8788.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lp50xx.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lp3952.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lp3944.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lm3601x.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lm3533.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lm3530.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-ktd2692.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-is31fl32xx.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-da903x.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-cpcap.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-aw2013.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-as3645a.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-aat1290.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/led-class-flash.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/core/mmc_block.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/core/pwrseq_emmc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/core/pwrseq_simple.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/core/mmc_core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/mmc_hsq.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/cqhci.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/sdhci-omap.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/sdhci-of-aspeed.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/sdhci-cadence.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/sdhci-pltfm.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/usdhi6rol0.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/ushc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/vub300.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/of_mmc_spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/mmc_spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/omap.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/sdhci_am654.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/sdhci_f_sdh30.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/sdhci.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/cpufreq/cpufreq-dt.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/cpufreq/cpufreq_ondemand.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/cpufreq/cpufreq_userspace.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/cpufreq/cpufreq_powersave.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/watchdog/menz69_wdt.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/watchdog/wm831x_wdt.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/watchdog/mena21_wdt.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/watchdog/dw_wdt.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/watchdog/ftwdt010_wdt.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/watchdog/pretimeout_noop.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/thermal/thermal-generic-adc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/thermal/thermal_mmio.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/wm8350-hwmon.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/vexpress-hwmon.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/tmp108.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/thmc50.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/amc6821.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/smsc47m1.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/sch5627.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/pwm-fan.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/powr1220.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/pc87427.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/pc87360.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/ntc_thermistor.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/nct7904.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/nct6775.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/mcp3021.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/mc13783-adc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/max6697.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/max6639.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/max31730.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/max1668.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/max16065.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/max1111.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/ltc4261.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/ltc4260.ko] undefined!
>> ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/ltc2992.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/lm90.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/lm87.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/lm75.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/ina209.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/iio_hwmon.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/ibmpex.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/hih6130.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/gpio-fan.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/gsc-hwmon.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/g762.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/f71882fg.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/emc1403.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/ds620.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/drivetemp.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/dme1737.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/corsair-psu.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/corsair-cpro.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/axi-fan-control.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/atxp1.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/asc7621.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/as370-hwmon.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/scpi-hwmon.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/adt7462.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/adt7411.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/ad7418.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/w83791d.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/w83795.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/occ/occ-p9-hwmon.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/axp288_fuel_gauge.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/tps65217_charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/smb347-charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/bq25890_charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/bq24735-charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/max77650-charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/charger-manager.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/lp8727_charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/twl4030_charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/isp1704_charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/rx51_battery.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/pcf50633-charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/twl4030_madc_battery.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/da9030_battery.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/bq27xxx_battery_hdq.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/sbs-manager.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/sbs-charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/ds2782_battery.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/cw2015_battery.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/cpcap-battery.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/wm8350_power.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/wm831x_power.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/wm831x_backup.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/pda_power.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/generic-adc-battery.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/reset/nvmem-reboot-mode.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/w1/slaves/w1_ds28e17.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/w1/slaves/w1_ds250x.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/w1/slaves/w1_ds2430.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/w1/slaves/w1_ds2406.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/w1/masters/sgi_w1.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/w1/masters/ds1wm.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/pps/clients/pps-gpio.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-core/dvb-core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/v4l2-core/videobuf-vmalloc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/v4l2-core/videobuf-core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/v4l2-core/tuner.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/v4l2-core/v4l2-dv-timings.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/v4l2-core/videodev.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/v4l2-core/v4l2-fwnode.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/mc/mc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/tc90522.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/gp8psk-fe.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/af9033.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/m88rs2000.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/rtl2832.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/rtl2830.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/tda10071.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/sp2.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/a8293.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/tda18271c2dd.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/drxk.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/cxd2841er.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/cxd2820r.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/ix2505v.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/mb86a20s.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/drx39xyj/drx39xyj.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/ts2020.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/ds3000.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/isl6423.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/mn88473.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/mn88472.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/m88ds3103.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/stv6110x.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/stv090x.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/stv0900.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/stv6110.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/s921.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/stb6000.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/stv0288.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/si2168.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/si21xx.ko] undefined!
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
1 year, 6 months
[sashal-linux-stable:queue-5.10 201/201] drivers/xen/events/events_base.c:781:16: error: implicit declaration of function 'test_and_set_mask'; did you mean
by kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git queue-5.10
head: 6f05b7df65b16790649cf27705e2eef41cf4af4a
commit: 6f05b7df65b16790649cf27705e2eef41cf4af4a [201/201] xen/events: don't unmask an event channel when an eoi is pending
config: i386-randconfig-a005-20210314 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git/c...
git remote add sashal-linux-stable https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git
git fetch --no-tags sashal-linux-stable queue-5.10
git checkout 6f05b7df65b16790649cf27705e2eef41cf4af4a
# save the attached .config to linux build tree
make W=1 ARCH=i386
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
drivers/xen/events/events_base.c: In function 'eoi_pirq':
>> drivers/xen/events/events_base.c:781:16: error: implicit declaration of function 'test_and_set_mask'; did you mean 'test_and_set_bit'? [-Werror=implicit-function-declaration]
781 | int masked = test_and_set_mask(evtchn);
| ^~~~~~~~~~~~~~~~~
| test_and_set_bit
cc1: some warnings being treated as errors
vim +781 drivers/xen/events/events_base.c
d46a78b05c0e37 drivers/xen/events.c Jeremy Fitzhardinge 2010-10-01 769
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 770 static void eoi_pirq(struct irq_data *data)
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 771 {
0102e4efda76d0 drivers/xen/events/events_base.c Yan Yankovskyi 2020-03-23 772 evtchn_port_t evtchn = evtchn_from_irq(data->irq);
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 773 struct physdev_eoi eoi = { .irq = pirq_from_irq(data->irq) };
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 774 int rc = 0;
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 775
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 776 if (!VALID_EVTCHN(evtchn))
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 777 return;
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 778
f0f393877c71ad drivers/xen/events/events_base.c Ross Lagerwall 2016-05-10 779 if (unlikely(irqd_is_setaffinity_pending(data)) &&
f0f393877c71ad drivers/xen/events/events_base.c Ross Lagerwall 2016-05-10 780 likely(!irqd_irq_disabled(data))) {
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 @781 int masked = test_and_set_mask(evtchn);
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 782
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 783 clear_evtchn(evtchn);
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 784
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 785 irq_move_masked_irq(data);
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 786
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 787 if (!masked)
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 788 unmask_evtchn(evtchn);
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 789 } else
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 790 clear_evtchn(evtchn);
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 791
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 792 if (pirq_needs_eoi(data->irq)) {
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 793 rc = HYPERVISOR_physdev_op(PHYSDEVOP_eoi, &eoi);
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 794 WARN_ON(rc);
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 795 }
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 796 }
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 797
:::::: The code at line 781 was first introduced by commit
:::::: ff1e22e7a638a0782f54f81a6c9cb139aca2da35 xen/events: Mask a moving irq
:::::: TO: Boris Ostrovsky <boris.ostrovsky(a)oracle.com>
:::::: CC: David Vrabel <david.vrabel(a)citrix.com>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
1 year, 6 months
[sashal-linux-stable:queue-5.10 201/201] drivers/xen/events/events_base.c:781:16: error: implicit declaration of function 'test_and_set_mask'
by kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git queue-5.10
head: 6f05b7df65b16790649cf27705e2eef41cf4af4a
commit: 6f05b7df65b16790649cf27705e2eef41cf4af4a [201/201] xen/events: don't unmask an event channel when an eoi is pending
config: arm64-randconfig-r034-20210314 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 7ee96429a0b057bcc97331a6a762fc3cd00aed61)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm64 cross compiling tool for clang build
# apt-get install binutils-aarch64-linux-gnu
# https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git/c...
git remote add sashal-linux-stable https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git
git fetch --no-tags sashal-linux-stable queue-5.10
git checkout 6f05b7df65b16790649cf27705e2eef41cf4af4a
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
>> drivers/xen/events/events_base.c:781:16: error: implicit declaration of function 'test_and_set_mask' [-Werror,-Wimplicit-function-declaration]
int masked = test_and_set_mask(evtchn);
^
drivers/xen/events/events_base.c:781:16: note: did you mean 'test_and_set_bit'?
include/asm-generic/bitops/atomic.h:32:19: note: 'test_and_set_bit' declared here
static inline int test_and_set_bit(unsigned int nr, volatile unsigned long *p)
^
drivers/xen/events/events_base.c:1779:16: error: implicit declaration of function 'test_and_set_mask' [-Werror,-Wimplicit-function-declaration]
int masked = test_and_set_mask(evtchn);
^
2 errors generated.
vim +/test_and_set_mask +781 drivers/xen/events/events_base.c
d46a78b05c0e37 drivers/xen/events.c Jeremy Fitzhardinge 2010-10-01 769
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 770 static void eoi_pirq(struct irq_data *data)
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 771 {
0102e4efda76d0 drivers/xen/events/events_base.c Yan Yankovskyi 2020-03-23 772 evtchn_port_t evtchn = evtchn_from_irq(data->irq);
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 773 struct physdev_eoi eoi = { .irq = pirq_from_irq(data->irq) };
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 774 int rc = 0;
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 775
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 776 if (!VALID_EVTCHN(evtchn))
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 777 return;
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 778
f0f393877c71ad drivers/xen/events/events_base.c Ross Lagerwall 2016-05-10 779 if (unlikely(irqd_is_setaffinity_pending(data)) &&
f0f393877c71ad drivers/xen/events/events_base.c Ross Lagerwall 2016-05-10 780 likely(!irqd_irq_disabled(data))) {
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 @781 int masked = test_and_set_mask(evtchn);
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 782
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 783 clear_evtchn(evtchn);
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 784
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 785 irq_move_masked_irq(data);
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 786
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 787 if (!masked)
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 788 unmask_evtchn(evtchn);
ff1e22e7a638a0 drivers/xen/events/events_base.c Boris Ostrovsky 2016-03-18 789 } else
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 790 clear_evtchn(evtchn);
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 791
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 792 if (pirq_needs_eoi(data->irq)) {
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 793 rc = HYPERVISOR_physdev_op(PHYSDEVOP_eoi, &eoi);
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 794 WARN_ON(rc);
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 795 }
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 796 }
7e186bdd0098b3 drivers/xen/events.c Stefano Stabellini 2011-05-06 797
:::::: The code at line 781 was first introduced by commit
:::::: ff1e22e7a638a0782f54f81a6c9cb139aca2da35 xen/events: Mask a moving irq
:::::: TO: Boris Ostrovsky <boris.ostrovsky(a)oracle.com>
:::::: CC: David Vrabel <david.vrabel(a)citrix.com>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
1 year, 6 months
ERROR: modpost: "__aeabi_unwind_cpp_pr0" undefined!
by kernel test robot
Hi Wilken,
First bad commit (maybe != root cause):
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 88fe49249c99de14e543c632a46248d85411ab9e
commit: d115b51e0e567199c821fc39e13b6af7e78f247d hwmon: add Corsair PSU HID controller driver
date: 3 months ago
config: arm-randconfig-r024-20210314 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project dfd27ebbd0eb137c9a439b7c537bb87ba903efd3)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit...
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout d115b51e0e567199c821fc39e13b6af7e78f247d
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>, old ones prefixed by <<):
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-chicony.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-belkin.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/hid-aureal.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hid/uhid.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/crypto/inside-secure/crypto_safexcel.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/crypto/ccree/ccree.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-el15203000.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-dac124s085.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-wm8350.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-tlc591xx.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-pwm.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-pm8058.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-max8997.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-max77650.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lt3593.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lp8788.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lp50xx.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lp3952.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lp3944.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lm3601x.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lm3533.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-lm3530.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-ktd2692.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-is31fl32xx.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-da903x.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-cpcap.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-aw2013.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-as3645a.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/leds-aat1290.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/leds/led-class-flash.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/core/mmc_block.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/core/pwrseq_emmc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/core/pwrseq_simple.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/core/mmc_core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/mmc_hsq.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/cqhci.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/sdhci-omap.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/sdhci-of-aspeed.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/sdhci-cadence.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/sdhci-pltfm.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/usdhi6rol0.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/ushc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/vub300.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/of_mmc_spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/mmc_spi.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/omap.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/sdhci_am654.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/sdhci_f_sdh30.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/mmc/host/sdhci.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/cpufreq/cpufreq-dt.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/cpufreq/cpufreq_ondemand.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/cpufreq/cpufreq_userspace.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/cpufreq/cpufreq_powersave.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/watchdog/menz69_wdt.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/watchdog/wm831x_wdt.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/watchdog/mena21_wdt.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/watchdog/dw_wdt.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/watchdog/ftwdt010_wdt.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/watchdog/pretimeout_noop.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/thermal/thermal-generic-adc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/thermal/thermal_mmio.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/wm8350-hwmon.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/vexpress-hwmon.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/tmp108.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/thmc50.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/amc6821.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/smsc47m1.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/sch5627.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/pwm-fan.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/powr1220.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/pc87427.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/pc87360.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/ntc_thermistor.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/nct7904.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/nct6775.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/mcp3021.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/mc13783-adc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/max6697.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/max6639.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/max31730.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/max1668.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/max16065.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/max1111.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/ltc4261.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/ltc4260.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/lm90.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/lm87.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/lm75.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/ina209.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/iio_hwmon.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/ibmpex.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/hih6130.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/gpio-fan.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/gsc-hwmon.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/g762.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/f71882fg.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/emc1403.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/ds620.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/drivetemp.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/dme1737.ko] undefined!
>> ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/corsair-psu.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/corsair-cpro.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/axi-fan-control.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/atxp1.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/asc7621.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/as370-hwmon.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/scpi-hwmon.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/adt7462.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/adt7411.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/ad7418.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/w83791d.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/w83795.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/hwmon/occ/occ-p9-hwmon.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/axp288_fuel_gauge.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/tps65217_charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/smb347-charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/bq25890_charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/bq24735-charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/max77650-charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/charger-manager.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/lp8727_charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/twl4030_charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/isp1704_charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/rx51_battery.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/pcf50633-charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/twl4030_madc_battery.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/da9030_battery.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/bq27xxx_battery_hdq.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/sbs-manager.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/sbs-charger.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/ds2782_battery.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/cw2015_battery.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/cpcap-battery.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/wm8350_power.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/wm831x_power.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/wm831x_backup.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/pda_power.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/supply/generic-adc-battery.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/power/reset/nvmem-reboot-mode.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/w1/slaves/w1_ds28e17.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/w1/slaves/w1_ds250x.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/w1/slaves/w1_ds2430.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/w1/slaves/w1_ds2406.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/w1/masters/sgi_w1.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/w1/masters/ds1wm.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/pps/clients/pps-gpio.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-core/dvb-core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/v4l2-core/videobuf-vmalloc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/v4l2-core/videobuf-core.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/v4l2-core/tuner.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/v4l2-core/v4l2-dv-timings.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/v4l2-core/videodev.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/v4l2-core/v4l2-fwnode.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/mc/mc.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/tc90522.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/gp8psk-fe.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/af9033.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/m88rs2000.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/rtl2832.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/rtl2830.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/tda10071.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/sp2.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/a8293.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/tda18271c2dd.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/drxk.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/cxd2841er.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/cxd2820r.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/ix2505v.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/mb86a20s.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/drx39xyj/drx39xyj.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/ts2020.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/ds3000.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/isl6423.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/mn88473.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/mn88472.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/m88ds3103.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/stv6110x.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/stv090x.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/stv0900.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/stv6110.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/s921.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/stb6000.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/stv0288.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/si2168.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/si21xx.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/cx24120.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/cx24116.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/af9013.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/atbm8830.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/lgs8gxx.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/s5h1411.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/cx24113.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/tda10048.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/itd1000.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/s5h1409.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/dib0070.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/tda826x.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/tda10086.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/isl6421.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/cx24123.ko] undefined!
ERROR: modpost: "__aeabi_unwind_cpp_pr0" [drivers/media/dvb-frontends/lg2160.ko] undefined!
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
1 year, 6 months