Home
last modified time | relevance | path

Searched refs:issues (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/build/
H A Dkernel_build.py82 issues = {}
103 if filename in issues:
104 issues[filename].extend(details)
106 issues[filename] = details
113 if filename in issues:
114 issues[filename].extend(details)
116 issues[filename] = details
118 for filename, details in issues.items():
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c163 u64 issues; member
166 u64 issues; member
175 .issues = hw_issues_##_name, \
182 .issues = hw_issues_##name##_r##_rev##p##_p##stat, \
281 hw_issues |= model->issues; in panfrost_gpu_init_features()
291 hw_issues |= model->revs[best].issues; in panfrost_gpu_init_features()
301 dev_info(pfdev->dev, "features: %64pb, issues: %64pb", in panfrost_gpu_init_features()
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c162 u64 issues; member
165 u64 issues; member
174 .issues = hw_issues_##_name, \
181 .issues = hw_issues_##name##_r##_rev##p##_p##stat, \
292 hw_issues |= model->issues; in panfrost_gpu_init_features()
302 hw_issues |= model->revs[best].issues; in panfrost_gpu_init_features()
312 dev_info(pfdev->dev, "features: %64pb, issues: %64pb", in panfrost_gpu_init_features()
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py3629 # load the dmesg file into memory and fix up any ordering issues
4088 data['issues'], data['sus_worst'], data['sus_worsttime'],
4200 html += td.format(d[7]) # issues
4287 def createHTMLIssuesSummary(testruns, issues, htmlfile, title, extra=''):
4288 multihost = len([e for e in issues if len(e['urls']) > 1]) > 0
4296 subtitle = '%d issues' % len(issues) if len(issues) > 0 else 'no issues'
4305 for e in sorted(issues, ke
[all...]
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py3365 # load the ftrace file into memory and fix up any ordering issues
3885 # load the dmesg file into memory and fix up any ordering issues
4345 data['issues'], data['sus_worst'], data['sus_worsttime'],
4457 html += td.format(d[7]) # issues
4544 def createHTMLIssuesSummary(testruns, issues, htmlfile, title, extra=''):
4545 multihost = len([e for e in issues if len(e['urls']) > 1]) > 0
4553 subtitle = '%d issues' % len(issues) if len(issues) > 0 else 'no issues'
[all...]
/kernel/linux/linux-6.6/samples/hid/
H A DMakefile81 $(warning WARNING: Detected possible issues with include path.)
/kernel/linux/linux-5.10/samples/bpf/
H A DMakefile231 $(warning WARNING: Detected possible issues with include path.)
/kernel/linux/linux-6.6/samples/bpf/
H A DMakefile214 $(warning WARNING: Detected possible issues with include path.)
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dcommon.c1113 #define VULNBL_INTEL_STEPPINGS(model, steppings, issues) \
1116 X86_FEATURE_ANY, issues)
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dcommon.c1248 #define VULNBL_INTEL_STEPPINGS(model, steppings, issues) \
1251 X86_FEATURE_ANY, issues)
/kernel/linux/linux-5.10/scripts/
H A Dget_maintainer.pl1082 --self-test => show potential issues with MAINTAINERS file content
H A Dcheckpatch.pl1119 NOTE: perl $^V is not modern enough to detect all possible issues.
5486 # check if any macro arguments may have other precedence issues
5491 "Macro argument '$arg' may be better as '($arg)' to avoid precedence issues\n" . "$herectx");
6194 # Check for __attribute__ weak, or __weak declarations (may have link issues)
/kernel/linux/linux-6.6/scripts/
H A Dget_maintainer.pl1083 --self-test => show potential issues with MAINTAINERS file content
H A Dcheckpatch.pl1357 NOTE: perl $^V is not modern enough to detect all possible issues.
6035 # check if any macro arguments may have other precedence issues
6040 "Macro argument '$arg' may be better as '($arg)' to avoid precedence issues\n" . "$herectx");
6807 # Check for __attribute__ weak, or __weak declarations (may have link issues)
7008 "Prefer strscpy over strcpy - see: https://github.com/KSPP/linux/issues/88\n" . $herecurr);
7014 "Prefer strscpy over strlcpy - see: https://github.com/KSPP/linux/issues/89\n" . $herecurr);
7020 "Prefer strscpy, strscpy_pad, or __nonstring over strncpy - see: https://github.com/KSPP/linux/issues/90\n" . $herecurr);

Completed in 38 milliseconds