|
|
|
|
Changelog for rsocket-16.9-lp150.4.3.1.x86_64.rpm :
* Mon Jun 03 2019 Nicolas Morey-Chaisemartin - Update to rdma-core v16.9 (bsc#996146) - rdma-core-16.9: - suse: fix dracut support - rdma-core-16.8: - mlx5: Fix masking service level in mlx5_create_ah - cmake: Explicitly convert build type to be STRING - libhns: Bugfix for filtering zero length sge - buildlib: Ensure stanza is properly sorted - mlx4: Allow loopback when using raw Ethernet QP - travis: Change SuSE package target due to Travis CI failures - cbuild: fix tumbleweed docker image - libhns: Bugfix for using buffer length - mlx5: Fix incorrect error handling when SQ wqe count is 0 - rdma-core-16.7: - mlx5: Fix SL to Ethernet priority conversion - rdma-core-16.6: - travis: Fix travis failures - verbs: If the uverbs module is not loaded allow get_devices to retry init - mlx5: Fix flow tag mask - rxe: fix rxe compilation with newer kernels - Revert \"buildlib: pick leap over tumbleweed\" - buildlib: pick leap over tumbleweed - mlx5: Fix compilation on 32 bit systems when sse3 is on - mlx5: Allocate huge page chunks only when needed - rxe: Do not use _sockaddr in struct rxe_av - rxe: Remove duplicate include * Tue Jun 12 2018 nmoreychaisemartinAATTsuse.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 2018 nmoreychaisemartinAATTsuse.com- Add umad-Do-not-check-for-umad-sysfs-files-in-umad_init.patch to fix umad/ibstat support on RoCE hardware (bsc#1088441). * Wed Mar 21 2018 nmoreychaisemartinAATTsuse.com- Add Provide/Obsolete for librdmacm in librdmacm1 (bsc#1086173) * Tue Mar 13 2018 nmoreychaisemartinAATTsuse.com- Update to rdma-core v16.4 (bsc#1084456) * Backport fixes: * cxgb4: add new device pci ids. * mlx5: Fix referencing uninitialized var in create_qp error flow * Ensure all public headers compile in C++ mode * providers/i40iw: Skip CQEs for destroyed QP * ibacm: Support FDR and EDR rates * Wed Feb 21 2018 nmoreychaisemartinAATTsuse.com- Update to rdma-core v16.3: * Backport fixes: * vmw_pvrdma: Drop the extraneous align_next_power2 for sges * vmw_pvrdma: Fix SRQN returned to library * mlx5: Add missing include file in mlx5dv.h * Thu Feb 01 2018 nmoreychaisemartinAATTsuse.com- Update to rdma-core v16.2 (bsc#1078819): * Backport fixes: * iwpmd: fix double mutex unlock * libbnxt_re: Fix lat test failure in event mode * libbnxt_re: Update and sort device pci-id table * cbuild: Support distros that only ship python3 * libbnxt_re: Display FW version using ibv_devinfo * Fri Jan 19 2018 nmoreychaisemartinAATTsuse.com- Add Remove-the-obsolete-libibcm-library.patch to drop obsolete libibcm. * Official upstream drop will be in v17 * Drop now to avoid submitting libibcm to SLE15 * Thu Jan 04 2018 nmoreychaisemartinAATTsuse.com- Update to rdma-core v16.1: * Backport fixes: * srp_daemon: Don\'t create async_ev_thread if only run once * srp_daemon: handle SM lid change * srp_daemon: fix CQ handling- Drop srp_daemon-Don-t-create-async_ev_thread-if-only-run-once.patch, srp_daemon-fix-CQ-handling.patch, and srp_daemon-handle-SM-lid-change.patch as they were merged upstream. * Wed Jan 03 2018 nmoreychaisemartinAATTsuse.com- Add srp_daemon-Don-t-create-async_ev_thread-if-only-run-once.patch to fix bad exit code of ibsrpdm (bsc#1074390) * Fri Dec 15 2017 nmoreychaisemartinAATTsuse.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, bsc#1049515) * Wed Dec 06 2017 nmoreychaisemartinAATTsuse.com- Update to rdma-core v16 * No release notes available * Mon Dec 04 2017 nmoreychaisemartinAATTsuse.com- Add bcond to use curl-mini by default for building * Tue Nov 28 2017 nmoreychaisemartinAATTsuse.com- Update to rdma-core v15.1 * Backport CI checks on centos/SUSE from master * Stable ABI auto checks * Backport fixes: * verbs: Do not block QP attr_masks used by older kernels * libibumad/umad.c: In get_port, ignore sysfs rate file errors * bnxt_re/lib: fix the memory barrier call during poll-cq * bnxt_re/lib: increment psn in case of 0 length packets * libqedr: fix inline data copy * verbs: Fix declaration of C++ include file in C-block * verbs: Fix C++ compilation break * verbs: fix compilation error with ICC * hns: Fix create QP structure layout * ibacm: Incorrect list used for subnet list causes a segfault * ibacm: Incorrect usage of BE byte order of MLID attach/detach_mcast()- Remove patches that were merged to v15.1: * bnxt_re-lib-fix-the-memory-barrier-call-during-poll-cq.patch * bnxt_re-lib-increment-psn-in-case-of-0-length-packets.patch * ibacm-Incorrect-list-used-for-subnet-list-causes-a-segfault.patch * ibacm-Incorrect-usage-of-BE-byte-order-of-MLID-attach-detach_mcast.patch * libibumad-umad.c-In-get_port-ignore-sysfs-rate-file-errors.patch * libqedr-fix-inline-data-copy.patch * verbs-Do-not-block-QP-attr_masks-used-by-older-kernels.patch * Thu Nov 09 2017 nmoreychaisemartinAATTsuse.com- Backport upstream patches * bnxt_re-lib-fix-the-memory-barrier-call-during-poll-cq.patch Fix memory ordering issue * bnxt_re-lib-increment-psn-in-case-of-0-length-packets.patch Fix PSN getting out of sync when sending 0 length packet * verbs-Do-not-block-QP-attr_masks-used-by-older-kernels.patch Fix bits detection to allow RDMA CM to work on older kernsl- Refresh older patches to include commit logs: * ibacm-Incorrect-list-used-for-subnet-list-causes-a-segfault.patch * ibacm-Incorrect-usage-of-BE-byte-order-of-MLID-attach-detach_mcast.patch * libibumad-umad.c-In-get_port-ignore-sysfs-rate-file-errors.patch * libqedr-fix-inline-data-copy.patch * Wed Nov 08 2017 nmoreychaisemartinAATTsuse.com- Add libibumad-umad.c-In-get_port-ignore-sysfs-rate-file-errors.patch * Fix issue with umad when QSFP is not plugged in (bnc#1058539) * Thu Nov 02 2017 nmoreychaisemartinAATTsuse.com- Backport patch from upstream: * libqedr-fix-inline-data-copy.patch Fix data integrity issue while sending inline data (bsc#1050543, fate#322894) * Wed Oct 18 2017 nmoreychaisemartinAATTsuse.com- Backport patches from upstream: * ibacm-Incorrect-usage-of-BE-byte-order-of-MLID-attach-detach_mcast.patch Fixes a byte order issue which causes ibacm to fail to join a multicast group on recent on recent kernels. (bsc#1063639, bsc#1063697) * ibacm-Incorrect-list-used-for-subnet-list-causes-a-segfault.patch Fixes a sefgault of ibacm when a provider other than default is set (bsc#1063642, bsc#1063698) * Mon Sep 18 2017 nmoreychaisemartinAATTsuse.com- Update to rdma-core v15 * Remove dracut requirement (bsc#1058504) * Includes Broadcom patches (bsc#1060413) * Thu Aug 31 2017 nmoreychaisemartinAATTsuse.com- Update to v15-rc3-52-gd3ca56f1 * Fix rdma-sriov.service dependencies and remove install section * 50-libmlx4.conf is not a config file * Wed Aug 30 2017 nmoreychaisemartinAATTsuse.com- Update to v15-rc3-45-gd366c01a * Drop obsolete workarounds * Drop rdma.service * Add rdma-sriov.service * Switch to the new udev system- Prevent uninstall from trying to stop srp_daemon_portAATT.service * Tue Aug 29 2017 nmoreychaisemartinAATTsuse.com- Update to v15-rc3-26-g2f5779a7- Prevent rdma-core services to be stopped or restarted during uninstall and updates- Do not use service_ * macros on services that do not need them- Remove provides for old -rdmav2 packages as they are not compatible anymore due to ABI changes- Use upstream spec file. * Mon Aug 21 2017 nmoreychaisemartinAATTsuse.com- Update to v15-rc3 - Add flow steering drop action - mmio_flush_write fixes - Fixes for uclibc - Add common mmio accessor routines and remove per provider mmio routines - qedr fixes - Lots of fixes for debian packaging - Copyright fixes - Properly conflict with infiniband-diags - Add direct verbs support to mlx4 provider - Improvement to Travis CI checking - Enforce kernel coding style in rdma-core - Add initial verbs hotplug support - Sparse annotations - Systemd updates for srp_daemon and iwpmd - Red Hat packaging fixes - Properly make the entire rdma-core support udev hotplug activation - Packaging fixes related to the joining of packages and globs that are no longer valid- Drop rdma-core-s390x.patch as it was merged upstream- Remove legacy systemd macros * Tue Aug 08 2017 jengelhAATTinai.de- Fix RPM groups. * Mon Aug 07 2017 cooloAATTsuse.com- To get the package out of the bootstrap line, we need to prefer curl-mini as dependency of cmake. Unfortunately we need to special case packages that are in the inner loop - otherwise every package would get curl-mini * Thu Jul 20 2017 nmoreychaisemartinAATTsuse.com- ibacm now obsoletes libibacmp1 (bsc#1049854) * Thu Jul 13 2017 schwabAATTsuse.de- No mlx5 on %arm * Fri Jul 07 2017 dimstarAATTopensuse.org- BuildRequire pkgconfig(libudev) instead of libudev-devel: this allows OBS to chose libudev-devel-mini and produce a better rebuild-chain (and break cycles). * Wed Jun 07 2017 dimstarAATTopensuse.org- BuildRequire pkgconfig(systemd) instead of systemd-devel: this allows OBS to chose systemd-mini and produce a better rebuild-chain. * Wed Jun 07 2017 nmoreychaisemartinAATTsuse.com- Add patch rdma-core-s390x.patch to fix s390x build (bsc#1043105). * Add missing verbs providers for s390x * Add mlx5 package for s390x- libibverbs1 requires libibverbs (bsc#1042840). * Tue May 30 2017 nmoreychaisemartinAATTsuse.com- Update to v14 (bsc#321907). * Introduction of bnxt_re driver * Rework srp_daemon\'s systemd integration * Various fixes in qedr, mlx4, mlx5, bnxrt_re and rxe drivers * New supported PCI ID were added to mlx5 * Addition of manual pages for cmtime and udpong programs * Multiple fixes of spelling types and documentation clarifications * Sparse fixes * rping gained ability to bind to source IP address * Various improvements in cmake and cbuild infrastructures * Add support for flow tag, CVLAN and VXLAN specifications * Provide ability to pass private data to create CQ * Exposure various device capabilities to user applications * Mon May 29 2017 nmoreychaisemartinAATTsuse.com- Fix all references to /usr/libexec (bsc#1039999) * Tue May 23 2017 pthAATTsuse.de- Fix rdma.service which had /usr/libexec hardcoded (bsc#1039999). * Mon May 15 2017 nmoreychaisemartinAATTsuse.com- Split rdma-ndd into its own package to replace previous package from infiniband-diags (bsc#1039146). * Mon May 15 2017 nmoreychaisemartinAATTsuse.com- Update to 14-rc1-40-g706fc2af (fate#321907, bsc#1020415). No releases notes. Contains libbnxtre bug fixes * Thu May 11 2017 nmoreychaisemartinAATTsuse.com- Add baselibs.conf to generate -32bit libraries (bsc#1038742). * Tue May 09 2017 nmoreychaisemartinAATTsuse.com- Update to rdma-core v14-rc1 (bsc#1016427). * Fri May 05 2017 nmoreychaisemartinAATTsuse.com- Remove redundant Requires on ldconfig (-p already does this).- Add missing systemd requires.- RPM group assignment fixes.- Remove pointless comments which cause scriptlets to be not empty in some cases. * Thu May 04 2017 nmoreychaisemartinAATTsuse.com- Provide ofed for legacy packages * Fri Apr 28 2017 pthAATTsuse.de- Update to git version fd1db488 as it now contains the bnxt drivr. No log of changes present (fate#321907). * Wed Apr 26 2017 fcrozatAATTsuse.com- specfile cleanup, remove libibverbs-devel subpackage, since it no longer exists.- ibacm shouldn\'t obsolete its older versions. * Tue Apr 25 2017 pthAATTsuse.de- Fix Group for rdma-core. * Wed Mar 29 2017 pthAATTsuse.de- Comment out the -devel requiring ibacm for bootstrapping. * Wed Mar 22 2017 pthAATTsuse.de- fix Provides/Obsoletes * Tue Mar 21 2017 pthAATTsuse.de- Fix RPM Group entries. * Tue Mar 14 2017 pthAATTsuse.de- Initial packaging for SLES and openSUSE, based on latest release (fate#322112, fate#321250, fate#321566, fate#321657, fate#321684, fate#321750, fate#321867, fate#321887, fate#322197, fate#322199, bsc#1019714, bsc#1001685, bsc#1016427, bsc#1022597, bsc#1001685, bsc#1022598, bsc#1022599, bsc#1024377, bsc#1016427).- There is no valgrind in s390 so exclude the build requirement on this architecture.- Add appropriate RPM groups * Tue Nov 01 2016 jthumshirnAATTsuse.com- Initital packaging for openSUSE
|
|
|