[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202204232143.iWyrqggA-lkp@intel.com>
Date: Sat, 23 Apr 2022 21:46:03 +0800
From: kernel test robot <lkp@...el.com>
To: Peter Zijlstra <peterz@...radead.org>
Cc: kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
x86@...nel.org
Subject: [tip:x86/urgent 3/14] WARNING: modpost: vmlinux.o(.text+0x167248d):
Section mismatch in reference from the variable memcpy to the variable
.init.text:.LM90
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/urgent
head: 4cdfc11b2836e659c0b7b31152a8b0d976167b59
commit: 226d44acf6dfe71c9df5804b82364e93cf908b53 [3/14] lib/strn*,objtool: Enforce user_access_begin() rules
config: h8300-buildonly-randconfig-r002-20220422 (https://download.01.org/0day-ci/archive/20220423/202204232143.iWyrqggA-lkp@intel.com/config)
compiler: h8300-linux-gcc (GCC) 11.2.0
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
# https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=226d44acf6dfe71c9df5804b82364e93cf908b53
git remote add tip https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
git fetch --no-tags tip x86/urgent
git checkout 226d44acf6dfe71c9df5804b82364e93cf908b53
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross W=1 O=build_dir ARCH=h8300 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@...el.com>
All warnings (new ones prefixed by >>, old ones prefixed by <<):
>> WARNING: modpost: vmlinux.o(.text+0x167248d): Section mismatch in reference from the variable memcpy to the variable .init.text:.LM90
The function memcpy() references
the variable __init .LM90.
This is often because memcpy lacks a __init
annotation or the annotation of .LM90 is wrong.
--
>> WARNING: modpost: vmlinux.o(.text+0x1672505): Section mismatch in reference from the variable memset to the variable .init.text:.LM105
The function memset() references
the variable __init .LM105.
This is often because memset lacks a __init
annotation or the annotation of .LM105 is wrong.
--
>> WARNING: modpost: vmlinux.o(.text+0x1672583): Section mismatch in reference from the variable mpostive to the variable .init.text:.LM119
The function mpostive() references
the variable __init .LM119.
This is often because mpostive lacks a __init
annotation or the annotation of .LM119 is wrong.
--
>> WARNING: modpost: vmlinux.o(.data+0xefc10): Section mismatch in reference from the variable iio_const_attr_hwfifo_watermark_min to the variable .init.text:.LVL187
The variable iio_const_attr_hwfifo_watermark_min references
the variable __init .LVL187
If the reference is valid then annotate the
variable with or __refdata (see linux/init.h) or name the variable:
--
>> WARNING: modpost: vmlinux.o(.data+0xeff2c): Section mismatch in reference from the variable iio_const_attr_accel_scale_available to the variable .init.text:.LVL187
The variable iio_const_attr_accel_scale_available references
the variable __init .LVL187
If the reference is valid then annotate the
variable with or __refdata (see linux/init.h) or name the variable:
--
>> WARNING: modpost: vmlinux.o(.data+0xf0048): Section mismatch in reference from the variable iio_const_attr_in_accel_scale_available to the variable .init.text:.LVL187
The variable iio_const_attr_in_accel_scale_available references
the variable __init .LVL187
If the reference is valid then annotate the
variable with or __refdata (see linux/init.h) or name the variable:
--
>> WARNING: modpost: vmlinux.o(.data+0xf00f8): Section mismatch in reference from the variable iio_const_attr_accel_transient_scale to the variable .init.text:.LVL187
The variable iio_const_attr_accel_transient_scale references
the variable __init .LVL187
If the reference is valid then annotate the
variable with or __refdata (see linux/init.h) or name the variable:
--
>> WARNING: modpost: vmlinux.o(.data+0xf03d4): Section mismatch in reference from the variable iio_const_attr_sampling_frequency_available to the variable .init.text:.LVL187
The variable iio_const_attr_sampling_frequency_available references
the variable __init .LVL187
If the reference is valid then annotate the
variable with or __refdata (see linux/init.h) or name the variable:
--
>> WARNING: modpost: vmlinux.o(.text+0x16726b1): Section mismatch in reference from the variable __mulsi3 to the variable .init.text:.LM208
The function __mulsi3() references
the variable __init .LM208.
This is often because __mulsi3 lacks a __init
annotation or the annotation of .LM208 is wrong.
--
>> WARNING: modpost: vmlinux.o(.data+0xf15b4): Section mismatch in reference from the variable iio_const_attr_ads1115_sampling_frequency_available to the variable .init.text:.LVL187
The variable iio_const_attr_ads1115_sampling_frequency_available references
the variable __init .LVL187
If the reference is valid then annotate the
variable with or __refdata (see linux/init.h) or name the variable:
--
>> WARNING: modpost: vmlinux.o(.data+0xf15c8): Section mismatch in reference from the variable iio_const_attr_ads1015_sampling_frequency_available to the variable .init.text:.LVL187
The variable iio_const_attr_ads1015_sampling_frequency_available references
the variable __init .LVL187
If the reference is valid then annotate the
variable with or __refdata (see linux/init.h) or name the variable:
..
Note: the below error/warnings can be found in parent commit:
<< WARNING: modpost: vmlinux.o(.text+0x167249d): Section mismatch in reference from the variable memcpy to the variable .init.text:.LM88
<< WARNING: modpost: vmlinux.o(.text+0x1672515): Section mismatch in reference from the variable memset to the variable .init.text:.LM103
<< WARNING: modpost: vmlinux.o(.text+0x1672593): Section mismatch in reference from the variable mpostive to the variable .init.text:.LM117
<< WARNING: modpost: vmlinux.o(.data+0xf0eac): Section mismatch in reference from the variable iio_const_attr_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15b4): Section mismatch in reference from the variable iio_const_attr_ads1115_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15c8): Section mismatch in reference from the variable iio_const_attr_ads1015_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15dc): Section mismatch in reference from the variable iio_const_attr_ads1115_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15f0): Section mismatch in reference from the variable iio_const_attr_ads1015_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf1bb8): Section mismatch in reference from the variable iio_const_attr_calibration_forced_value_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf229c): Section mismatch in reference from the variable iio_const_attr_in_anglvel_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.text+0x167249d): Section mismatch in reference from the variable memcpy to the variable .init.text:.LM88
<< WARNING: modpost: vmlinux.o(.text+0x1672515): Section mismatch in reference from the variable memset to the variable .init.text:.LM103
<< WARNING: modpost: vmlinux.o(.text+0x1672593): Section mismatch in reference from the variable mpostive to the variable .init.text:.LM117
<< WARNING: modpost: vmlinux.o(.data+0xf0eac): Section mismatch in reference from the variable iio_const_attr_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15b4): Section mismatch in reference from the variable iio_const_attr_ads1115_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15c8): Section mismatch in reference from the variable iio_const_attr_ads1015_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15dc): Section mismatch in reference from the variable iio_const_attr_ads1115_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15f0): Section mismatch in reference from the variable iio_const_attr_ads1015_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf1bb8): Section mismatch in reference from the variable iio_const_attr_calibration_forced_value_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf229c): Section mismatch in reference from the variable iio_const_attr_in_anglvel_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.text+0x167249d): Section mismatch in reference from the variable memcpy to the variable .init.text:.LM88
<< WARNING: modpost: vmlinux.o(.text+0x1672515): Section mismatch in reference from the variable memset to the variable .init.text:.LM103
<< WARNING: modpost: vmlinux.o(.text+0x1672593): Section mismatch in reference from the variable mpostive to the variable .init.text:.LM117
<< WARNING: modpost: vmlinux.o(.data+0xf0eac): Section mismatch in reference from the variable iio_const_attr_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15b4): Section mismatch in reference from the variable iio_const_attr_ads1115_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15c8): Section mismatch in reference from the variable iio_const_attr_ads1015_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15dc): Section mismatch in reference from the variable iio_const_attr_ads1115_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15f0): Section mismatch in reference from the variable iio_const_attr_ads1015_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf1bb8): Section mismatch in reference from the variable iio_const_attr_calibration_forced_value_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf229c): Section mismatch in reference from the variable iio_const_attr_in_anglvel_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.text+0x167249d): Section mismatch in reference from the variable memcpy to the variable .init.text:.LM88
<< WARNING: modpost: vmlinux.o(.text+0x1672515): Section mismatch in reference from the variable memset to the variable .init.text:.LM103
<< WARNING: modpost: vmlinux.o(.text+0x1672593): Section mismatch in reference from the variable mpostive to the variable .init.text:.LM117
<< WARNING: modpost: vmlinux.o(.data+0xf0eac): Section mismatch in reference from the variable iio_const_attr_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15b4): Section mismatch in reference from the variable iio_const_attr_ads1115_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15c8): Section mismatch in reference from the variable iio_const_attr_ads1015_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15dc): Section mismatch in reference from the variable iio_const_attr_ads1115_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15f0): Section mismatch in reference from the variable iio_const_attr_ads1015_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf1bb8): Section mismatch in reference from the variable iio_const_attr_calibration_forced_value_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf229c): Section mismatch in reference from the variable iio_const_attr_in_anglvel_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.text+0x167249d): Section mismatch in reference from the variable memcpy to the variable .init.text:.LM88
<< WARNING: modpost: vmlinux.o(.text+0x1672515): Section mismatch in reference from the variable memset to the variable .init.text:.LM103
<< WARNING: modpost: vmlinux.o(.text+0x1672593): Section mismatch in reference from the variable mpostive to the variable .init.text:.LM117
<< WARNING: modpost: vmlinux.o(.data+0xf0eac): Section mismatch in reference from the variable iio_const_attr_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15b4): Section mismatch in reference from the variable iio_const_attr_ads1115_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15c8): Section mismatch in reference from the variable iio_const_attr_ads1015_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15dc): Section mismatch in reference from the variable iio_const_attr_ads1115_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15f0): Section mismatch in reference from the variable iio_const_attr_ads1015_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf1bb8): Section mismatch in reference from the variable iio_const_attr_calibration_forced_value_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf229c): Section mismatch in reference from the variable iio_const_attr_in_anglvel_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.text+0x167249d): Section mismatch in reference from the variable memcpy to the variable .init.text:.LM88
<< WARNING: modpost: vmlinux.o(.text+0x1672515): Section mismatch in reference from the variable memset to the variable .init.text:.LM103
<< WARNING: modpost: vmlinux.o(.text+0x1672593): Section mismatch in reference from the variable mpostive to the variable .init.text:.LM117
<< WARNING: modpost: vmlinux.o(.data+0xf0eac): Section mismatch in reference from the variable iio_const_attr_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15b4): Section mismatch in reference from the variable iio_const_attr_ads1115_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15c8): Section mismatch in reference from the variable iio_const_attr_ads1015_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15dc): Section mismatch in reference from the variable iio_const_attr_ads1115_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15f0): Section mismatch in reference from the variable iio_const_attr_ads1015_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf1bb8): Section mismatch in reference from the variable iio_const_attr_calibration_forced_value_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf229c): Section mismatch in reference from the variable iio_const_attr_in_anglvel_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.text+0x167249d): Section mismatch in reference from the variable memcpy to the variable .init.text:.LM88
<< WARNING: modpost: vmlinux.o(.text+0x1672515): Section mismatch in reference from the variable memset to the variable .init.text:.LM103
<< WARNING: modpost: vmlinux.o(.text+0x1672593): Section mismatch in reference from the variable mpostive to the variable .init.text:.LM117
<< WARNING: modpost: vmlinux.o(.data+0xf0eac): Section mismatch in reference from the variable iio_const_attr_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15b4): Section mismatch in reference from the variable iio_const_attr_ads1115_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15c8): Section mismatch in reference from the variable iio_const_attr_ads1015_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15dc): Section mismatch in reference from the variable iio_const_attr_ads1115_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15f0): Section mismatch in reference from the variable iio_const_attr_ads1015_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf1bb8): Section mismatch in reference from the variable iio_const_attr_calibration_forced_value_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf229c): Section mismatch in reference from the variable iio_const_attr_in_anglvel_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.text+0x167249d): Section mismatch in reference from the variable memcpy to the variable .init.text:.LM88
<< WARNING: modpost: vmlinux.o(.text+0x1672515): Section mismatch in reference from the variable memset to the variable .init.text:.LM103
<< WARNING: modpost: vmlinux.o(.text+0x1672593): Section mismatch in reference from the variable mpostive to the variable .init.text:.LM117
<< WARNING: modpost: vmlinux.o(.data+0xf0eac): Section mismatch in reference from the variable iio_const_attr_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15b4): Section mismatch in reference from the variable iio_const_attr_ads1115_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15c8): Section mismatch in reference from the variable iio_const_attr_ads1015_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15dc): Section mismatch in reference from the variable iio_const_attr_ads1115_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15f0): Section mismatch in reference from the variable iio_const_attr_ads1015_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf1bb8): Section mismatch in reference from the variable iio_const_attr_calibration_forced_value_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf229c): Section mismatch in reference from the variable iio_const_attr_in_anglvel_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.text+0x167249d): Section mismatch in reference from the variable memcpy to the variable .init.text:.LM88
<< WARNING: modpost: vmlinux.o(.text+0x1672515): Section mismatch in reference from the variable memset to the variable .init.text:.LM103
<< WARNING: modpost: vmlinux.o(.text+0x1672593): Section mismatch in reference from the variable mpostive to the variable .init.text:.LM117
<< WARNING: modpost: vmlinux.o(.data+0xf0eac): Section mismatch in reference from the variable iio_const_attr_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15b4): Section mismatch in reference from the variable iio_const_attr_ads1115_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15c8): Section mismatch in reference from the variable iio_const_attr_ads1015_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15dc): Section mismatch in reference from the variable iio_const_attr_ads1115_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15f0): Section mismatch in reference from the variable iio_const_attr_ads1015_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf1bb8): Section mismatch in reference from the variable iio_const_attr_calibration_forced_value_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf229c): Section mismatch in reference from the variable iio_const_attr_in_anglvel_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.text+0x167249d): Section mismatch in reference from the variable memcpy to the variable .init.text:.LM88
<< WARNING: modpost: vmlinux.o(.text+0x1672515): Section mismatch in reference from the variable memset to the variable .init.text:.LM103
<< WARNING: modpost: vmlinux.o(.text+0x1672593): Section mismatch in reference from the variable mpostive to the variable .init.text:.LM117
<< WARNING: modpost: vmlinux.o(.data+0xf0eac): Section mismatch in reference from the variable iio_const_attr_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15b4): Section mismatch in reference from the variable iio_const_attr_ads1115_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15c8): Section mismatch in reference from the variable iio_const_attr_ads1015_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15dc): Section mismatch in reference from the variable iio_const_attr_ads1115_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15f0): Section mismatch in reference from the variable iio_const_attr_ads1015_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf1bb8): Section mismatch in reference from the variable iio_const_attr_calibration_forced_value_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf229c): Section mismatch in reference from the variable iio_const_attr_in_anglvel_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.text+0x167249d): Section mismatch in reference from the variable memcpy to the variable .init.text:.LM88
<< WARNING: modpost: vmlinux.o(.text+0x1672515): Section mismatch in reference from the variable memset to the variable .init.text:.LM103
<< WARNING: modpost: vmlinux.o(.text+0x1672593): Section mismatch in reference from the variable mpostive to the variable .init.text:.LM117
<< WARNING: modpost: vmlinux.o(.data+0xf0eac): Section mismatch in reference from the variable iio_const_attr_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15b4): Section mismatch in reference from the variable iio_const_attr_ads1115_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15c8): Section mismatch in reference from the variable iio_const_attr_ads1015_sampling_frequency_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15dc): Section mismatch in reference from the variable iio_const_attr_ads1115_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf15f0): Section mismatch in reference from the variable iio_const_attr_ads1015_scale_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf1bb8): Section mismatch in reference from the variable iio_const_attr_calibration_forced_value_available to the variable .init.text:.LVL172
<< WARNING: modpost: vmlinux.o(.data+0xf229c): Section mismatch in reference from the variable iio_const_attr_in_anglvel_scale_available to the variable .init.text:.LVL172
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for DRM_GEM_SHMEM_HELPER
Depends on HAS_IOMEM && DRM && MMU
Selected by
- DRM_SSD130X && HAS_IOMEM && DRM
--
0-DAY CI Kernel Test Service
https://01.org/lkp
Powered by blists - more mailing lists