/linux-6.14.4/drivers/misc/lkdtm/ |
D | lkdtm.h | 11 #define pr_expected_config(kconfig) \ argument 13 if (IS_ENABLED(kconfig)) \ 14 pr_err("Unexpected! This %s was built with " #kconfig "=y\n", \ 17 pr_warn("This is probably expected, since this %s was built *without* " #kconfig "=y\n", \ 23 #define pr_expected_config_param(kconfig, param) \ argument 25 if (IS_ENABLED(kconfig)) { \ 28 …pr_warn("This is probably expected, since this %s was built with " #kconfig "=y but booted with '"… 32 pr_err("Unexpected! This %s was built with " #kconfig "=y and booted with '" param "=Y'\n", \ 36 …pr_err("Unexpected! This %s was built with " #kconfig "=y (and booted without '" param "' specifie… 42 …pr_warn("This is probably expected, as this %s was built *without* " #kconfig "=y and booted with … [all …]
|
/linux-6.14.4/scripts/kconfig/ |
D | streamline_config.pl | 136 my $kconfig = $ARGV[1]; 156 my ($kconfig) = @_; 164 my $source = "$ksource/$kconfig"; 193 my $kconfig = $1; 195 if (!defined($read_kconfigs{$kconfig})) { 196 $read_kconfigs{$kconfig} = 1; 197 read_kconfig($kconfig); 206 $config2kfile{"CONFIG_$config"} = $kconfig; 270 if ($kconfig) { 271 read_kconfig($kconfig); [all …]
|
/linux-6.14.4/scripts/kconfig/tests/err_recursive_dep/ |
D | expected_stderr | 3 For a resolution refer to Documentation/kbuild/kconfig-language.rst 8 For a resolution refer to Documentation/kbuild/kconfig-language.rst 14 For a resolution refer to Documentation/kbuild/kconfig-language.rst 20 For a resolution refer to Documentation/kbuild/kconfig-language.rst 26 For a resolution refer to Documentation/kbuild/kconfig-language.rst 32 For a resolution refer to Documentation/kbuild/kconfig-language.rst 37 For a resolution refer to Documentation/kbuild/kconfig-language.rst
|
/linux-6.14.4/tools/testing/selftests/net/rds/ |
D | run.sh | 26 kconfig="$ksrc_dir/.config" 70 if ! grep -x "CONFIG_GCOV_PROFILE_RDS=y" "$kconfig" > /dev/null 2>&1; then 74 if ! grep -x "CONFIG_GCOV_KERNEL=y" "$kconfig" > /dev/null 2>&1; then 78 if grep -x "CONFIG_GCOV_PROFILE_ALL=y" "$kconfig" > /dev/null 2>&1; then 95 if ! grep -x "$1=y" "$kconfig" > /dev/null 2>&1; then 102 if grep -x "$1=y" "$kconfig" > /dev/null 2>&1; then 123 if ! test -e "$kconfig"; then
|
/linux-6.14.4/tools/verification/dot2/ |
D | dot2k.py | 32 self.kconfig = self.__read_file(self.monitor_templates_dir + "Kconfig") 233 kconfig = self.kconfig 235 kconfig = kconfig.replace("%%MODEL_NAME%%", self.name) 236 kconfig = kconfig.replace("%%MODEL_NAME_UP%%", self.name.upper()) 237 kconfig = kconfig.replace("%%MONITOR_CLASS_TYPE%%", monitor_class_type) 238 kconfig = kconfig.replace("%%DESCRIPTION%%", self.description) 239 return kconfig 340 kconfig = self.fill_kconfig() 341 self.__create_file("Kconfig", kconfig)
|
/linux-6.14.4/tools/testing/selftests/rcutorture/bin/ |
D | configcheck.sh | 42 sed -e 's/^/test_kconfig_disabled /' -e 's/=n$//' > $T/kconfig-n.sh 43 . $T/kconfig-n.sh 45 sed -e 's/^/test_kconfig_enabled /' > $T/kconfig-not-n.sh 46 . $T/kconfig-not-n.sh
|
D | torture.sh | 352 …torture_one "$@" --kconfig "CONFIG_DEBUG_LOCK_ALLOC=y CONFIG_PROVE_LOCKING=y" $kcsan_kmake_tag $cu… 410 …results-rcutasksflavors/$flavor" --buildonly --configs "TINY01 TREE04" --kconfig "CONFIG_RCU_EXPER… 446 …cpus --duration "$duration_scftorture" --configs "$configs_scftorture" --kconfig "CONFIG_NR_CPUS=$… 540 …ftests/rcutorture/bin/kvm.sh --torture rcuscale --allcpus --duration 5 --kconfig "CONFIG_TASKS_TRA… 578 …in/kvm.sh --torture rcuscale --allcpus --duration $duration_rcutorture --kconfig "CONFIG_NR_CPUS=$… 584 …ftests/rcutorture/bin/kvm.sh --allcpus --duration 45s --configs TREE03 --kconfig "CONFIG_TEST_CLOC… 587 …ftests/rcutorture/bin/kvm.sh --allcpus --duration 45s --configs TREE03 --kconfig "CONFIG_TEST_CLOC…
|
/linux-6.14.4/scripts/ |
D | get_feat.pl | 112 my $kconfig; 133 $kconfig = $1; 134 if (length($kconfig) > $max_size_kconfig) { 135 $max_size_kconfig = length($kconfig); 190 parse_error($file, $ln, "Kconfig not found", "") if (!$kconfig); 200 $data{$name}->{kconfig} = $kconfig; 253 printf "%-${max_size_kconfig}s ", $data{$name}->{kconfig}; 290 printf "%${max_size_kconfig}s # ", $data{$name}->{kconfig}; 306 print ":Kconfig: $data{$feat}->{kconfig} \n" if ($data{$feat}->{kconfig}); 486 printf "|%-${desc_size}s", "``" . $data{$name}->{kconfig} . "``";
|
D | tags.sh | 238 kconfig) tmp=("${regex_kconfig[@]}") ;; 296 if ! $1 --list-languages | grep -iq kconfig; then 297 setup_regex exuberant kconfig 298 KCONFIG_ARGS=(--langdef=kconfig --language-force=kconfig "${regex[@]}") 308 setup_regex emacs kconfig
|
/linux-6.14.4/tools/testing/selftests/net/tcp_ao/lib/ |
D | kconfig.c | 127 static struct kconfig_t kconfig[__KCONFIG_LAST__] = { variable 150 if (kconfig[k]._error == KCONFIG_UNKNOWN) { in kernel_config_has() 151 if (kconfig[k].check_kconfig(&kconfig[k]._error)) in kernel_config_has() 154 ret = kconfig[k]._error == 0; in kernel_config_has()
|
/linux-6.14.4/Documentation/kbuild/ |
D | index.rst | 10 kconfig-language 11 kconfig-macro-language 14 kconfig
|
D | issues.rst | 9 :language: kconfig 15 :language: kconfig
|
D | Kconfig.select-break | 8 # kconfig will not complain and enable this layout for configuration. This is 9 # currently a feature of kconfig, given select was designed to be heavy handed. 21 mainmenu "Simple example to demo kconfig select broken dependency issue"
|
D | Kconfig.recursion-issue-02 | 9 # kconfig semantics which are documented here. One known practical implication 33 # more important reason is that kconfig does not check for dependencies listed 34 # under 'select' for a symbol, when such symbols are selected kconfig them 47 mainmenu "Simple example to demo cumulative kconfig recursive dependency implication"
|
/linux-6.14.4/Documentation/translations/zh_CN/kbuild/ |
D | index.rst | 15 kconfig 24 - kconfig-language 25 - kconfig-macro-language
|
D | kconfig.rst | 5 :Original: Documentation/kbuild/kconfig.rst 103 如果你想调试 kconfig 解析器/前端的行为,你可以将此变量设置整数值,用于初始化
|
/linux-6.14.4/tools/testing/kunit/ |
D | kunit_config.py | 87 kconfig = Kconfig() 97 kconfig.add_entry(match.group(1), match.group(2)) 102 kconfig.add_entry(empty_match.group(1), 'n') 108 return kconfig
|
D | kunit_kernel.py | 105 self._kconfig = qemu_arch_params.kconfig 115 kconfig = kunit_config.parse_from_string(self._kconfig) 116 kconfig.merge_in_entries(base_kunitconfig) 117 return kconfig 147 kconfig = kunit_config.parse_file(UML_KCONFIG_PATH) 148 kconfig.merge_in_entries(base_kunitconfig) 149 return kconfig 258 kconfig = kunit_config.parse_from_string('\n'.join(kconfig_add)) 259 self._kconfig.merge_in_entries(kconfig)
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | lsm_cgroup.c | 174 if (!(skel->kconfig->CONFIG_SECURITY_APPARMOR in test_lsm_cgroup_functional() 175 || skel->kconfig->CONFIG_SECURITY_SELINUX in test_lsm_cgroup_functional() 176 || skel->kconfig->CONFIG_SECURITY_SMACK)) in test_lsm_cgroup_functional() 240 if (skel->kconfig->CONFIG_SECURITY_APPARMOR in test_lsm_cgroup_functional() 241 || skel->kconfig->CONFIG_SECURITY_SELINUX in test_lsm_cgroup_functional() 242 || skel->kconfig->CONFIG_SECURITY_SMACK) in test_lsm_cgroup_functional()
|
/linux-6.14.4/Documentation/translations/zh_CN/process/ |
D | submit-checklist.rst | 45 它们符合 ``Documentation/kbuild/kconfig-language.rst`` 菜单属性:默认值中 48 7) 所有新的 ``kconfig`` 选项都有帮助文本。
|
/linux-6.14.4/tools/testing/ktest/ |
D | ktest.pl | 3603 my ($kconfig) = @_; 3612 if (! -f $kconfig) { 3613 doprint "file $kconfig does not exist, skipping\n"; 3617 open(KIN, "$kconfig") 3618 or dodie "Can't open $kconfig"; 3683 foreach $kconfig (@kconfigs) { 3684 if (!defined($read_kconfigs{$kconfig})) { 3685 $read_kconfigs{$kconfig} = 1; 3686 read_kconfig("$builddir/$kconfig"); 3716 my $kconfig = "$builddir/arch/$arch/Kconfig"; [all …]
|
/linux-6.14.4/Documentation/translations/zh_TW/process/ |
D | submit-checklist.rst | 48 它們符合 ``Documentation/kbuild/kconfig-language.rst`` 菜單屬性:默認值中 51 7) 所有新的 ``kconfig`` 選項都有幫助文本。
|
/linux-6.14.4/tools/testing/kunit/qemu_configs/ |
D | i386.py | 4 kconfig='''
|
D | x86_64.py | 4 kconfig='''
|
D | loongarch.py | 6 kconfig='''
|