Home
last modified time | relevance | path

Searched refs:auto (Results 1 - 25 of 44) sorted by relevance

12

/kernel/linux/linux-6.6/scripts/
H A Dsetlocalversion163 if ! test -e include/config/auto.conf; then
169 config_localversion=$(sed -n 's/^CONFIG_LOCALVERSION=\(.*\)$/\1/p' include/config/auto.conf)
172 if grep -q "^CONFIG_LOCALVERSION_AUTO=y$" include/config/auto.conf; then
H A DMakefile16 filechk_rust_target = $< < include/config/auto.conf
18 $(obj)/target.json: scripts/generate_rust_target include/config/auto.conf FORCE
H A Drust_is_available_test.py21 SUCCESS = enum.auto()
22 SUCCESS_WITH_WARNINGS = enum.auto()
23 SUCCESS_WITH_EXTRA_OUTPUT = enum.auto()
24 FAILURE = enum.auto()
H A Dlink-vmlinux.sh36 grep -q "^$1=y" include/config/auto.conf
/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit.py16 from enum import Enum, auto namespace
41 SUCCESS = auto()
42 CONFIG_FAILURE = auto()
43 BUILD_FAILURE = auto()
44 TEST_FAILURE = auto()
H A Dkunit_parser.py13 from enum import Enum, auto namespace
44 SUCCESS = auto()
45 FAILURE = auto()
46 TEST_CRASHED = auto()
47 NO_TESTS = auto()
48 FAILURE_TO_PARSE_TESTS = auto()
/kernel/linux/linux-6.6/init/
H A DMakefile31 build-version = $(or $(KBUILD_BUILD_VERSION), $(build-version-auto))
32 build-timestamp = $(or $(KBUILD_BUILD_TIMESTAMP), $(build-timestamp-auto))
55 include/generated/utsversion.h: build-version-auto = $(shell $(srctree)/$(src)/build-version)
56 include/generated/utsversion.h: build-timestamp-auto = $(shell LC_ALL=C date)
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_parser.py17 from enum import Enum, auto namespace
68 SUCCESS = auto()
69 FAILURE = auto()
70 SKIPPED = auto()
71 TEST_CRASHED = auto()
72 NO_TESTS = auto()
73 FAILURE_TO_PARSE_TESTS = auto()
H A Dkunit.py20 from enum import Enum, auto namespace
29 SUCCESS = auto()
30 CONFIG_FAILURE = auto()
31 BUILD_FAILURE = auto()
32 TEST_FAILURE = auto()
/kernel/linux/linux-5.10/scripts/
H A Dsetlocalversion163 if test -e include/config/auto.conf; then
164 . include/config/auto.conf
H A Dadjust_autoksyms.sh38 . include/config/auto.conf
H A Dmkcompile_h55 { echo /\* This file is auto generated, version $VERSION \*/
H A Ddecode_stacktrace.sh37 basepath="auto"
54 basepath=${2-auto}
244 if [[ $basepath == "auto" ]] ; then
H A Dlink-vmlinux.sh325 . include/config/auto.conf
/kernel/linux/linux-6.6/drivers/platform/x86/amd/pmf/
H A DMakefile9 auto-mode.o cnqf.o
/kernel/linux/linux-6.6/scripts/package/
H A Dinstall-extmod-build12 grep -q "^$1=y" include/config/auto.conf
H A Dmkdebian10 grep -q "^$1=y" include/config/auto.conf
/kernel/linux/linux-5.10/
H A DMakefile581 # and from include/config/auto.conf.cmd to detect the compiler upgrade.
641 include include/config/auto.conf
695 include include/config/auto.conf.cmd
708 # include/config/auto.conf (which mirrors .config).
716 %/config/auto.conf %/config/auto.conf.cmd %/generated/autoconf.h: $(KCONFIG_CONFIG)
721 # and include/config/auto.conf but do not care if they are up-to-date.
722 # Use auto.conf to trigger the test
723 PHONY += include/config/auto.conf
725 include/config/auto
[all...]
/kernel/linux/linux-6.6/
H A DMakefile669 # and from include/config/auto.conf.cmd to detect the compiler upgrade.
741 include include/config/auto.conf
775 include include/config/auto.conf.cmd
788 # include/config/auto.conf (which mirrors .config).
796 %/config/auto.conf %/config/auto.conf.cmd %/generated/autoconf.h %/generated/rustc_cfg: $(KCONFIG_CONFIG)
801 # and include/config/auto.conf but do not care if they are up-to-date.
802 # Use auto.conf to trigger the test
803 PHONY += include/config/auto.conf
805 include/config/auto
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp2skb_meta.sh156 call_ip link show dev $device | grep --color=auto xdp
/kernel/linux/linux-6.6/tools/tracing/rtla/
H A DMakefile27 FOPTS := -flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \
39 LDFLAGS := -flto=auto -ggdb $(EXTRA_LDFLAGS)
/kernel/linux/linux-6.6/tools/verification/rv/
H A DMakefile27 FOPTS := -flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \
39 LDFLAGS := -flto=auto -ggdb $(EXTRA_LDFLAGS)
/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp2skb_meta.sh156 call_ip link show dev $device | grep --color=auto xdp
/kernel/linux/linux-5.10/scripts/package/
H A Dmkdebian10 grep -q "^$1=y" include/config/auto.conf
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dgre_gso.sh54 ip netns set ns1 auto

Completed in 11 milliseconds

12