Re: [PATCH net] net/ncsi: Fixup .dumpit message flags and ID check in Netlink handler

From: David Miller
Date: Thu Aug 23 2018 - 00:39:28 EST


From: Samuel Mendoza-Jonas <sam@xxxxxxxxxxxxxxxx>
Date: Wed, 22 Aug 2018 14:57:44 +1000

> The ncsi_pkg_info_all_nl() .dumpit handler is missing the NLM_F_MULTI
> flag, causing additional package information after the first to be lost.
> Also fixup a sanity check in ncsi_write_package_info() to reject out of
> range package IDs.
>
> Signed-off-by: Samuel Mendoza-Jonas <sam@xxxxxxxxxxxxxxxx>

Applied.