On Sun, May 12, 2019 at 04:19:04PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > Debian jessie provides a very ancient libnl3 version without NLA_NUL_STRING. > In order to do not disable persistent naming on such systems, we prefer > to loose our netlink type validation. > > Fixes: 6b4099d47be3 ("kernel-boot: Perform device rename to make stable names") > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > PR: https://github.com/linux-rdma/rdma-core/pull/526 > --- > kernel-boot/rdma_rename.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Thanks, applied.