SHA256
1
0
forked from pool/drbd

- Update to version 9.1.2

* drbd: fix termination of verify with stop sector
  * drbd: Fix locking for the drbd_devices idr
  * drbd: use DEFINE_MUTEX insteadm of mutex_init()
  * drbd: remove device_to_minor()
  * drbd: fix race condition resetting resync_next_bit
  * build: fix make; make clean; make; with pre-packaged compat.patch
  * compat: fix compat implementation of CRYPTO_TFM_NEED_KEY
  * drbd: remove non-existant argument from kerneldoc
  * drbd: kernel-doc and related fixes from upstream
  * drbd: Avoid comma separated statements

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd?expand=0&rev=130
This commit is contained in:
Peter Varkoly
2021-06-04 13:30:12 +00:00
committed by Git OBS Bridge
parent 0ea57caa91
commit 8d622e7b70
6 changed files with 26 additions and 13 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jun 04 13:27:15 UTC 2021 - varkoly@suse.com
- Update to version 9.1.2
* drbd: fix termination of verify with stop sector
* drbd: Fix locking for the drbd_devices idr
* drbd: use DEFINE_MUTEX insteadm of mutex_init()
* drbd: remove device_to_minor()
* drbd: fix race condition resetting resync_next_bit
* build: fix make; make clean; make; with pre-packaged compat.patch
* compat: fix compat implementation of CRYPTO_TFM_NEED_KEY
* drbd: remove non-existant argument from kerneldoc
* drbd: kernel-doc and related fixes from upstream
* drbd: Avoid comma separated statements
-------------------------------------------------------------------
Fri May 7 05:53:20 UTC 2021 - nick wang <nwang@suse.com>