Bug 1245346
| Summary: | missing a concrete subprogram for kernel SyS_fadvise64_64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Josh Stone <jistone> |
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | davejohansen, dsmith, fche, jakub, jwakely, law, mjw, mpolacek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-19 17:07:07 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Josh Stone
2015-07-21 20:02:32 UTC
Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. FWIW, Fedora 24 does look better:
$ nm /usr/lib/debug/lib/modules/4.6.3-300.fc24.x86_64/vmlinux \
| grep -i sys_fadvise64_64
ffffffff81204a60 T sys_fadvise64_64
ffffffff81204a60 T SyS_fadvise64_64
$ dwgrep 'entry ?(@AT_name == "SyS_fadvise64_64")' \
/usr/lib/debug/lib/modules/4.6.3-300.fc24.x86_64/vmlinux
[25266f0] inlined_subroutine
abstract_origin [2526c76] subprogram
entry_pc 0xffffffff81204cdf
ranges 0xffffffff81204cdf..0xffffffff81204da3, 0xffffffff81204db2..0xffffffff81204dce, 0xffffffff81204ddd..0xffffffff81204ef8, 0xffffffff81204f01..0xffffffff81204f1a
call_file "mm/fadvise.c"
call_line 159
[2526c76] subprogram
external true
name "SyS_fadvise64_64"
decl_file "mm/fadvise.c"
decl_line 28
prototyped true
type [25125b0] base_type
inline inlined
sibling [2526cbd] subprogram
[2526e97] subprogram
abstract_origin [2526c76] subprogram
low_pc 0xffffffff81204a60
high_pc 603
frame_base 0..0xffffffffffffffff:0 call_frame_cfa
GNU_all_call_sites true
sibling [252736c] subprogram
So DIE [2526e97] matches the symbol table.
|