From 64cb7e033260d8b1d39b295f3868afd4e64d805268bc14ad05d8a745c1c15049 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 26 Jul 2014 10:06:45 +0000 Subject: [PATCH] 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 --- multipath-tools-0.5.0-sles12.diff.bz2 | 4 ++-- multipath-tools.changes | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/multipath-tools-0.5.0-sles12.diff.bz2 b/multipath-tools-0.5.0-sles12.diff.bz2 index cda08c8..04ec9e4 100644 --- a/multipath-tools-0.5.0-sles12.diff.bz2 +++ b/multipath-tools-0.5.0-sles12.diff.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be1438f5d57fa2faa8c55f640b00306d036c5c51bd22efb776bb7a85a5b2930b -size 39666 +oid sha256:ec3c78798cdf2a1e6a2f5c92501bd523ae4294ec5aed8a9ce0d762a6aa66d5a0 +size 45788 diff --git a/multipath-tools.changes b/multipath-tools.changes index 5576c3d..10b71f7 100644 --- a/multipath-tools.changes +++ b/multipath-tools.changes @@ -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