Bug 1392661
| Summary: | [LLNL 7.4 Bug] add zfs patches to util-linux | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Ben Woodard <woodard> | ||||
| Component: | util-linux | Assignee: | Karel Zak <kzak> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Radka Brychtova <rskvaril> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.3 | CC: | rskvaril, tdhooge, tgummels | ||||
| Target Milestone: | rc | ||||||
| Target Release: | 7.4 | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | util-linux-2.23.2-36.el7 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-08-01 21:41:11 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1380361, 1381646, 1393867, 1446211 | ||||||
| Attachments: |
|
||||||
See BZ#1392656 BTW I just noticed a minor typo in my text. What I meant to say is: ...it might make it easier to apply. Note that the patch "libblkid: fix potential bufer overflows" has been applied to fix bug #1392656. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2186 |
Created attachment 1218333 [details] collection of upstream patches needed to better support ZFS Description of problem: Though we don't support it as a file system, LLNL uses ZFS and there are several upstream patches which are needed to properly identify it and report correctly when we come across ZFS partitions. All of these patches are upstream and together they fix the 7.3 util-linux to work with LLNL's ZFS partitions. All of the patches with one exception only touch the ZFS support so they should not affect other users. 102 is the one exception and it fixes a potential buffer overflow overflow in the core code. I submitted a separate bug for that because of this. However, I kept it in this patch set since it might make it easier to accept.