Bug 1234963
| Summary: | python-linux-procfs fails to read /proc/PID/flags correctly | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | John Kacur <jkacur> | |
| Component: | tuna | Assignee: | John Kacur <jkacur> | |
| Status: | CLOSED ERRATA | QA Contact: | Jiri Kastner <jkastner> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 7.2 | CC: | acme, bhu, jkastner, williams | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: |
Cause: improper splitting of fields with embedded spaces
Consequence: /proc/PID/flags is read incorrectly
Fix: Take embedded spaces into account with splitting fields
Result: proc/PID/flags is read correctly
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1255727 (view as bug list) | Environment: | ||
| Last Closed: | 2015-11-19 12:48: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: | 1232394, 1255727 | |||
|
Description
John Kacur
2015-06-23 15:16:56 UTC
Fixed in v0.11.1-10 and up List of changes since the last are - dropped the git housekeeping patch, not relevant here - docs-Remove-stray-a.patch - CLI-Introduce-nohz_full-N-entity.patch - tuna-config-Fix-pygtk-import.patch - tuna-Make-isolate-include-operations-affect-proc-irq.patch - tuna-Decide-whether-to-isolate-a-thread-based-on-PF_.patch - tuna-Fix-race-in-is_hardirq_handler.patch - CLI-Do-not-show-column-headers-when-not-outputting-t.patch - Correct-a-typo-in-the-net.ipv4.ipfrag_time-help-stri.patch Although the list is fairly long they fall in the category of either 1. Trivial ones, such as - remove a git house keeping patch - spelling fixes in documentation 2. Patches that lead-up to tuna-Fix-race-in-is_hardirq_handler.patch which is the patch that fixes the problem here. (along with some patches to python-linux-procfs which will be handled in bugzilla1232394) Also note that these are all upstream patches. I will be able to drop them in a future update when we rebase the upstrem 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://rhn.redhat.com/errata/RHBA-2015-2409.html |