Home
last modified time | relevance | path

Searched refs:bug (Results 1 – 5 of 5) sorted by relevance

/lib/
A Dbug.c57 return (unsigned long)&bug->bug_addr_disp + bug->bug_addr_disp; in bug_addr()
59 return bug->bug_addr; in bug_addr()
69 struct bug_entry *bug; in module_find_bug() local
79 return bug; in module_find_bug()
131 *file = (const char *)&bug->file_disp + bug->file_disp; in bug_get_file_line()
133 *file = bug->file; in bug_get_file_line()
135 *line = bug->line; in bug_get_file_line()
146 for (bug = __start___bug_table; bug < __stop___bug_table; ++bug) in find_bug()
148 return bug; in find_bug()
163 if (!bug) in __report_bug()
[all …]
A DKconfig.kasan187 tristate "KUnit-compatible tests of KASAN bug detection capabilities" if !KUNIT_ALL_TESTS
193 KASAN can detect certain bug types.
203 bug and to help us correlate the error with other system events.
A DMakefile202 lib-$(CONFIG_GENERIC_BUG) += bug.o
A DKconfig.ubsan36 output less useful for bug reports.
A DKconfig.debug1745 kind of kobject release bug.
3179 Loading this module is safe if your kernel has the bug fixed.
3180 If the bug is not fixed, it will leak gigabytes of memory and

Completed in 10 milliseconds