Accepting request 242290 from home:hreinecke:branches:Base:System

- Patches from upstream:
  * enable gcc format-security check
  * Accept "*" as a valid regular expression
  * check info.exists to get valid value
  * Don't forget to reload table when both reload and rename
    is required
  * libmultipath: Simplify read_line()
  * libmultipath: Zero-terminate sysfs_attr_get_value() result
  * libmultipath: Print line number for which parsing failed
  * libmultipath: Accept "*" as a valid regular expression
  * multipath: Wrong sysfs attribute used for iSCSI settings
    (bnc#883808)
- Check for valid DM_DEVICE_INFO before proceeding
  (bnc#888453)
- Scalability fixes (bnc#880356):
  * Separate out uevent parsing functions
  * Use poll() when receiving uevents
  * multipathd: push down lock in checkerloop()
  * Allow specific CLI commands to run unlocked
  * Push down vector lock during uevent processing

OBS-URL: https://build.opensuse.org/request/show/242290
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=72
This commit is contained in:
Marcus Meissner 2014-07-26 10:06:45 +00:00 committed by Git OBS Bridge
parent efa388870e
commit 64cb7e0332
2 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be1438f5d57fa2faa8c55f640b00306d036c5c51bd22efb776bb7a85a5b2930b
size 39666
oid sha256:ec3c78798cdf2a1e6a2f5c92501bd523ae4294ec5aed8a9ce0d762a6aa66d5a0
size 45788

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 25 10:53:27 CEST 2014 - hare@suse.de
- Patches from upstream:
* enable gcc format-security check
* Accept "*" as a valid regular expression
* check info.exists to get valid value
* Don't forget to reload table when both reload and rename
is required
* libmultipath: Simplify read_line()
* libmultipath: Zero-terminate sysfs_attr_get_value() result
* libmultipath: Print line number for which parsing failed
* libmultipath: Accept "*" as a valid regular expression
* multipath: Wrong sysfs attribute used for iSCSI settings
(bnc#883808)
- Check for valid DM_DEVICE_INFO before proceeding
(bnc#888453)
- Scalability fixes (bnc#880356):
* Separate out uevent parsing functions
* Use poll() when receiving uevents
* multipathd: push down lock in checkerloop()
* Allow specific CLI commands to run unlocked
* Push down vector lock during uevent processing
-------------------------------------------------------------------
Wed Jul 23 12:35:44 CEST 2014 - hare@suse.de