| Summary: | Early usages of bzeor/memset/&c broke when switching to ifunc | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Roger Pau Monné <royger> | ||||
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | emaste, mjg, royger | ||||
| Priority: | --- | Keywords: | patch, regression | ||||
| Version: | CURRENT | ||||||
| Hardware: | amd64 | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Already fixed (with a different patch) by r339321 https://reviews.freebsd.org/rS339321 |
Created attachment 197705 [details] Initial patch The usages of bzero in hammer_time_xen and hammer_time_xen_legacy produce a triple-fault after the switch to use ifuncs for optimisation.