Searched refs:bug (Results 1 – 5 of 5) sorted by relevance
57 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() local79 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 …]
187 tristate "KUnit-compatible tests of KASAN bug detection capabilities" if !KUNIT_ALL_TESTS193 KASAN can detect certain bug types.203 bug and to help us correlate the error with other system events.
202 lib-$(CONFIG_GENERIC_BUG) += bug.o
36 output less useful for bug reports.
1745 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