Re: [PATCH] crypto: user - no parsing of CRYPTO_MSG_GETALG

2016-05-31 Thread Herbert Xu
On Mon, May 16, 2016 at 02:53:36AM +0200, Stephan Mueller wrote: > The CRYPTO_MSG_GETALG netlink message type provides a buffer to the > kernel to retrieve information from the kernel. The data buffer will not > provide any input and will not be read. Hence the nlmsg_parse is not > applicable to th

[PATCH] crypto: user - no parsing of CRYPTO_MSG_GETALG

2016-05-15 Thread Stephan Mueller
The CRYPTO_MSG_GETALG netlink message type provides a buffer to the kernel to retrieve information from the kernel. The data buffer will not provide any input and will not be read. Hence the nlmsg_parse is not applicable to this netlink message type. This patch fixes the following kernel log messa