Home
last modified time | relevance | path

Searched refs:kconfig (Results 1 – 25 of 86) sorted by relevance

1234

/linux-6.1.9/drivers/misc/lkdtm/
Dlkdtm.h11 #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.1.9/scripts/kconfig/
Dstreamline_config.pl136 my $kconfig = $ARGV[1];
155 my ($kconfig) = @_;
163 my $source = "$ksource/$kconfig";
192 my $kconfig = $1;
194 if (!defined($read_kconfigs{$kconfig})) {
195 $read_kconfigs{$kconfig} = 1;
196 read_kconfig($kconfig);
205 $config2kfile{"CONFIG_$config"} = $kconfig;
268 if ($kconfig) {
269 read_kconfig($kconfig);
[all …]
/linux-6.1.9/scripts/kconfig/tests/err_recursive_dep/
Dexpected_stderr3 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
31 For a resolution refer to Documentation/kbuild/kconfig-language.rst
37 For a resolution refer to Documentation/kbuild/kconfig-language.rst
/linux-6.1.9/scripts/
Dget_feat.pl112 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} . "``";
Dtags.sh221 kconfig) tmp=("${regex_kconfig[@]}") ;;
267 setup_regex exuberant kconfig
269 --langdef=kconfig --language-force=kconfig "${regex[@]}"
278 setup_regex emacs kconfig
/linux-6.1.9/Documentation/kbuild/
Dindex.rst10 kconfig-language
11 kconfig-macro-language
14 kconfig
Dissues.rst9 :language: kconfig
15 :language: kconfig
DKconfig.select-break8 # 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"
DKconfig.recursion-issue-029 # 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.1.9/tools/testing/kunit/
Dkunit_config.py87 kconfig = Kconfig()
97 kconfig.add_entry(match.group(1), match.group(2))
102 kconfig.add_entry(empty_match.group(1), 'n')
108 return kconfig
Dkunit_kernel.py104 self._kconfig = qemu_arch_params.kconfig
111 kconfig = kunit_config.parse_from_string(self._kconfig)
112 kconfig.merge_in_entries(base_kunitconfig)
113 return kconfig
140 kconfig = kunit_config.parse_file(UML_KCONFIG_PATH)
141 kconfig.merge_in_entries(base_kunitconfig)
142 return kconfig
250 kconfig = kunit_config.parse_from_string('\n'.join(kconfig_add))
251 self._kconfig.merge_in_entries(kconfig)
Dqemu_config.py15 kconfig: str
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dlsm_cgroup.c177 if (!(skel->kconfig->CONFIG_SECURITY_APPARMOR in test_lsm_cgroup_functional()
178 || skel->kconfig->CONFIG_SECURITY_SELINUX in test_lsm_cgroup_functional()
179 || skel->kconfig->CONFIG_SECURITY_SMACK)) in test_lsm_cgroup_functional()
243 if (skel->kconfig->CONFIG_SECURITY_APPARMOR in test_lsm_cgroup_functional()
244 || skel->kconfig->CONFIG_SECURITY_SELINUX in test_lsm_cgroup_functional()
245 || skel->kconfig->CONFIG_SECURITY_SMACK) in test_lsm_cgroup_functional()
/linux-6.1.9/tools/testing/selftests/rcutorture/bin/
Dtorture.sh319 …torture_one "$@" --kconfig "CONFIG_DEBUG_LOCK_ALLOC=y CONFIG_PROVE_LOCKING=y" $kcsan_kmake_tag $cu…
362 …cpus --duration "$duration_scftorture" --configs "$configs_scftorture" --kconfig "CONFIG_NR_CPUS=$…
397 …ftests/rcutorture/bin/kvm.sh --torture rcuscale --allcpus --duration 5 --kconfig "CONFIG_TASKS_TRA…
403 …tests/rcutorture/bin/kvm.sh --torture rcuscale --allcpus --duration 10 --kconfig "CONFIG_NR_CPUS=$…
409 …ftests/rcutorture/bin/kvm.sh --allcpus --duration 45s --configs TREE03 --kconfig "CONFIG_TEST_CLOC…
412 …ftests/rcutorture/bin/kvm.sh --allcpus --duration 45s --configs TREE03 --kconfig "CONFIG_TEST_CLOC…
/linux-6.1.9/tools/testing/ktest/
Dktest.pl3565 my ($kconfig) = @_;
3574 if (! -f $kconfig) {
3575 doprint "file $kconfig does not exist, skipping\n";
3579 open(KIN, "$kconfig")
3580 or dodie "Can't open $kconfig";
3645 foreach $kconfig (@kconfigs) {
3646 if (!defined($read_kconfigs{$kconfig})) {
3647 $read_kconfigs{$kconfig} = 1;
3648 read_kconfig("$builddir/$kconfig");
3678 my $kconfig = "$builddir/arch/$arch/Kconfig";
[all …]
/linux-6.1.9/Documentation/translations/zh_CN/process/
Dsubmit-checklist.rst45 它们符合 ``Documentation/kbuild/kconfig-language.rst`` 菜单属性:默认值中
48 7) 所有新的 ``kconfig`` 选项都有帮助文本。
/linux-6.1.9/Documentation/translations/zh_TW/process/
Dsubmit-checklist.rst44 它們符合 ``Documentation/kbuild/kconfig-language.rst`` 中記錄的異常條件,
47 7) 所有新的 ``kconfig`` 選項都有幫助文本。
/linux-6.1.9/tools/testing/kunit/qemu_configs/
Di386.py4 kconfig='''
Ds390.py4 kconfig='''
Dx86_64.py4 kconfig='''
Dalpha.py4 kconfig='''
Darm.py4 kconfig='''
Dsparc.py4 kconfig='''
Darm64.py4 kconfig='''
Dpowerpc.py4 kconfig='''

1234