[oe-commits] [meta-openembedded] 03/04: drbd-utils: Fix netlink failure with nested attributes for kernel v5.2

git at git.openembedded.org git at git.openembedded.org
Sun Jul 14 06:29:23 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 225a74195232941fa48dfc9f55a73281212e1eed
Author: He Zhe <zhe.he at windriver.com>
AuthorDate: Sat Jul 13 11:52:08 2019 +0800

    drbd-utils: Fix netlink failure with nested attributes for kernel v5.2
    
    Bump up SRCREV_drbd-utils to includes two more commits to fix the following
    netlink failure with nested attributes.
    
    $ drbdsetup new-resource r0
    Invalid argument
    
    92ade5989027 ("netlink: prepare for kernel v5.2")
    859151b228d3 ("netlink: Add NLA_F_NESTED flag to nested attribute")
    
    Signed-off-by: He Zhe <zhe.he at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb b/meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb
index d01401e..d708511 100644
--- a/meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb
+++ b/meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/LINBIT/drbd-utils;name=drbd-utils \
            git://github.com/LINBIT/drbd-headers;name=drbd-headers;destsuffix=git/drbd-headers \
           "
 # v9.10.0
-SRCREV_drbd-utils = "147860216bf307433e2d0d7cfd6fad3642027b8d"
+SRCREV_drbd-utils = "859151b228d3b3aacefb09d06d515a2589c22e35"
 SRCREV_drbd-headers = "0955b3423f08f8e11ff05092bc1b766609fd804b"
 
 S = "${WORKDIR}/git"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list