Accepting request 505781 from home:jeff_mahoney:branches:filesystems

- Fix crash in xfs_repair when threads fail to start (bsc#1019938).
  * xfs_repair-clear-pthread_t-when-pthread_create-fails.patch
  * Added xfs_repair-add-prefetch-trace-calls-to-debug-thread-creation-failures.patch
  * xfs_repair-fix-thread-creation-failure-recovery.patch

- fsr: fix uninitialized fs usage after timeout (bsc#1002699).
  * Added fsr-fix-uninitialized-fs-usage-after-timeout.patch

OBS-URL: https://build.opensuse.org/request/show/505781
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=49
This commit is contained in:
2017-06-22 20:20:58 +00:00
committed by Git OBS Bridge
parent 49dce20453
commit 594a67f3fa
6 changed files with 313 additions and 0 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jun 22 20:15:28 UTC 2017 - jeffm@suse.com
- Fix crash in xfs_repair when threads fail to start (bsc#1019938).
* xfs_repair-clear-pthread_t-when-pthread_create-fails.patch
* Added xfs_repair-add-prefetch-trace-calls-to-debug-thread-creation-failures.patch
* xfs_repair-fix-thread-creation-failure-recovery.patch
-------------------------------------------------------------------
Fri Jun 2 18:23:03 UTC 2017 - jeffm@suse.com
- fsr: fix uninitialized fs usage after timeout (bsc#1002699).
* Added fsr-fix-uninitialized-fs-usage-after-timeout.patch
-------------------------------------------------------------------
Tue May 16 14:52:53 UTC 2017 - jeffm@suse.com