From 53c8fb405b9fe7915653aa4145c5aa49907da2fa3cd8ba1f9770ab678194306b Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Tue, 12 Jun 2018 05:56:27 +0000 Subject: [PATCH] Accepting request 616180 from home:NMoreyChaisemartin:branches:science:HPC - Update to rdma-core v16.5 * Backport fixes: * buildilb: Fix -msse breakage on ARM builds * buildlib: Use -msse if the compiler does not support target(sse) (bsc#1086910) * suse: do not call %service rules on a template file (bsc#1093170) * mlx5: Convert ah_attr static rate to mlx5 static rate * ccan: Add array_size.h file * iwpmd: Initialize address of sockaddr * mlx5: Fix need_uuar_lock when there are no medium bfregs * verbs: Fix wrong clean up flow in ibv_rc_pingpong * Match kernel ABI to for 4.17 for 32 bit * librdmacm: Set errno correctly if status is positive * verbs: Remove bogus cq_fd * verbs: Fix typo in copying IBV_FLOW_SPEC_UDP/TCP 'val' - Update release notes with SLES bsc ids. OBS-URL: https://build.opensuse.org/request/show/616180 OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=89 --- _service | 2 +- rdma-core-16.4.0.9cb939b92bea.tar.gz | 3 --- rdma-core-16.5.0.8745c05f4fca.tar.gz | 3 +++ rdma-core.changes | 23 +++++++++++++++++++++-- rdma-core.spec | 12 +++++------- 5 files changed, 30 insertions(+), 13 deletions(-) delete mode 100644 rdma-core-16.4.0.9cb939b92bea.tar.gz create mode 100644 rdma-core-16.5.0.8745c05f4fca.tar.gz diff --git a/_service b/_service index 9f03244..a447192 100644 --- a/_service +++ b/_service @@ -8,7 +8,7 @@ @PARENT_TAG@.@TAG_OFFSET@.%h v(.*) \1 - 9cb939b92bea70bf0bca28fd996d2019c79c5cb3 + 8745c05f4fca7fe33c96c9a18964bdd88a907c94 suse/rdma-core.spec diff --git a/rdma-core-16.4.0.9cb939b92bea.tar.gz b/rdma-core-16.4.0.9cb939b92bea.tar.gz deleted file mode 100644 index 5bd3b9e..0000000 --- a/rdma-core-16.4.0.9cb939b92bea.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42a6cc229be8798a279bb963f93f54e04136a6af92eb213d868fb7a57a445658 -size 1060092 diff --git a/rdma-core-16.5.0.8745c05f4fca.tar.gz b/rdma-core-16.5.0.8745c05f4fca.tar.gz new file mode 100644 index 0000000..bf233ed --- /dev/null +++ b/rdma-core-16.5.0.8745c05f4fca.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927991025f160d74d35025e3d3218bfe52be3e5e276c2507ac429da3f2a6de6a +size 1062702 diff --git a/rdma-core.changes b/rdma-core.changes index 6e7b3ae..0ca71c5 100644 --- a/rdma-core.changes +++ b/rdma-core.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Jun 12 05:47:18 UTC 2018 - nmoreychaisemartin@suse.com + +- Update to rdma-core v16.5 + * Backport fixes: + * buildilb: Fix -msse breakage on ARM builds + * buildlib: Use -msse if the compiler does not support target(sse) (bsc#1086910) + * suse: do not call %service rules on a template file (bsc#1093170) + * mlx5: Convert ah_attr static rate to mlx5 static rate + * ccan: Add array_size.h file + * iwpmd: Initialize address of sockaddr + * mlx5: Fix need_uuar_lock when there are no medium bfregs + * verbs: Fix wrong clean up flow in ibv_rc_pingpong + * Match kernel ABI to for 4.17 for 32 bit + * librdmacm: Set errno correctly if status is positive + * verbs: Remove bogus cq_fd + * verbs: Fix typo in copying IBV_FLOW_SPEC_UDP/TCP 'val' + ------------------------------------------------------------------- Thu Apr 26 08:27:29 UTC 2018 - nmoreychaisemartin@suse.com @@ -71,7 +89,7 @@ Fri Dec 15 08:28:17 UTC 2017 - nmoreychaisemartin@suse.com - Add srp_daemon-handle-SM-lid-change.patch and srp_daemon-fix-CQ-handling.patch to fix issue - with SRP daemon not handling SM changes (bsc#1072884) + with SRP daemon not handling SM changes (bsc#1072884, bsc#1049515) ------------------------------------------------------------------- Wed Dec 6 08:06:46 UTC 2017 - nmoreychaisemartin@suse.com @@ -156,7 +174,8 @@ Wed Oct 18 09:01:37 UTC 2017 - nmoreychaisemartin@suse.com Mon Sep 18 08:04:29 UTC 2017 - nmoreychaisemartin@suse.com - Update to rdma-core v15 - * Remove dracut requirement + * Remove dracut requirement (bsc#1058504) + * Includes Broadcom patches (bsc#1060413) ------------------------------------------------------------------- Thu Aug 31 06:52:17 UTC 2017 - nmoreychaisemartin@suse.com diff --git a/rdma-core.spec b/rdma-core.spec index c1b5e4b..871146e 100644 --- a/rdma-core.spec +++ b/rdma-core.spec @@ -17,12 +17,12 @@ %bcond_without systemd -%define git_ver .0.9cb939b92bea +%define git_ver .0.8745c05f4fca Name: rdma-core -Version: 16.4 +Version: 16.5 Release: 0 Summary: RDMA core userspace libraries and daemons -License: GPL-2.0 or BSD-2-Clause +License: GPL-2.0-only OR BSD-2-Clause Group: Productivity/Networking/Other %define verbs_so_major 1 @@ -431,20 +431,18 @@ rm -rf %{buildroot}/%{_sbindir}/srp_daemon.sh # srp daemon # %pre -n srp_daemon -%service_add_pre srp_daemon.service srp_daemon_port@.service +%service_add_pre srp_daemon.service %post -n srp_daemon -%service_add_post srp_daemon.service srp_daemon_port@.service +%service_add_post srp_daemon.service # we ship udev rules, so trigger an update. /sbin/udevadm trigger --subsystem-match=infiniband_mad --action=change %preun -n srp_daemon %service_del_preun srp_daemon.service -%service_del_postun -n srp_daemon_port@.service %postun -n srp_daemon %service_del_postun srp_daemon.service -%service_del_postun -n srp_daemon_port@.service # # iwpmd