This is a note to let you know that I've just added the patch titled Connector: Set the CN_NETLINK_USERS correctly
to the 2.6.39-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: connector-set-the-cn_netlink_users-correctly.patch and it can be found in the queue-2.6.39 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <sta...@kernel.org> know about it. >From ea2c00095c022846dd8dfd211de05154d3e4e1b8 Mon Sep 17 00:00:00 2001 From: "K. Y. Srinivasan" <k...@microsoft.com> Date: Tue, 17 May 2011 15:25:37 -0700 Subject: Connector: Set the CN_NETLINK_USERS correctly From: "K. Y. Srinivasan" <k...@microsoft.com> commit ea2c00095c022846dd8dfd211de05154d3e4e1b8 upstream. The CN_NETLINK_USERS must be set to the highest valid index +1. Thanks to Evgeniy for pointing this out. Signed-off-by: K. Y. Srinivasan <k...@microsoft.com> Acked-by: Evgeniy Polyakov <z...@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gre...@suse.de> --- include/linux/connector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/connector.h +++ b/include/linux/connector.h @@ -44,7 +44,7 @@ #define CN_VAL_DRBD 0x1 #define CN_KVP_IDX 0x9 /* HyperV KVP */ -#define CN_NETLINK_USERS 9 +#define CN_NETLINK_USERS 10 /* Highest index + 1 */ /* * Maximum connector's message size. Patches currently in stable-queue which might be from k...@microsoft.com are queue-2.6.39/connector-correctly-set-the-error-code-in-case-of-success.patch queue-2.6.39/connector-set-the-cn_netlink_users-correctly.patch _______________________________________________ stable mailing list stable@linux.kernel.org http://linux.kernel.org/mailman/listinfo/stable