Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752501AbbHSUsh (ORCPT ); Wed, 19 Aug 2015 16:48:37 -0400 Received: from mail-io0-f170.google.com ([209.85.223.170]:34552 "EHLO mail-io0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752458AbbHSUsf (ORCPT ); Wed, 19 Aug 2015 16:48:35 -0400 MIME-Version: 1.0 In-Reply-To: <1439941188-19293-9-git-send-email-joestringer@nicira.com> References: <1439941188-19293-1-git-send-email-joestringer@nicira.com> <1439941188-19293-9-git-send-email-joestringer@nicira.com> Date: Wed, 19 Aug 2015 13:48:35 -0700 Message-ID: Subject: Re: [PATCHv4 net-next 08/10] netfilter: connlabels: Export setting connlabel length From: Pravin Shelar To: Joe Stringer Cc: netdev , LKML , pablo , Florian Westphal , Hannes Sowa , Thomas Graf , Justin Pettit , Jesse Gross Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 837 Lines: 21 On Tue, Aug 18, 2015 at 4:39 PM, Joe Stringer wrote: > Add functions to change connlabel length into nf_conntrack_labels.c so > they may be reused by other modules like OVS and nftables without > needing to jump through xt_match_check() hoops. > > Suggested-by: Florian Westphal > Signed-off-by: Joe Stringer > Acked-by: Florian Westphal > --- > v2: Protect connlabel modification with spinlock. > Fix reference leak in error case. > Style fixups. > v3: No change. > v4: Add ack. > --- Looks good to me. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/