Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932543AbbHYTPn (ORCPT ); Tue, 25 Aug 2015 15:15:43 -0400 Received: from mail-io0-f170.google.com ([209.85.223.170]:33683 "EHLO mail-io0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755291AbbHYTPl (ORCPT ); Tue, 25 Aug 2015 15:15:41 -0400 MIME-Version: 1.0 In-Reply-To: <1440462740-23358-4-git-send-email-joestringer@nicira.com> References: <1440462740-23358-1-git-send-email-joestringer@nicira.com> <1440462740-23358-4-git-send-email-joestringer@nicira.com> Date: Tue, 25 Aug 2015 12:15:40 -0700 Message-ID: Subject: Re: [PATCHv5 net-next 03/10] ipv6: Export nf_ct_frag6_gather() From: Pravin Shelar To: Joe Stringer Cc: netdev , LKML , pablo , Florian Westphal , Hannes Sowa , Thomas Graf , Justin Pettit , Jesse Gross , netfilter-devel@vger.kernel.org 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: 1140 Lines: 35 On Mon, Aug 24, 2015 at 5:32 PM, Joe Stringer wrote: > Signed-off-by: Joe Stringer > Acked-by: Thomas Graf > Acked-by: Pravin B Shelar When I apply this patch I see empty commit msg. I think you need to add atleast a blank line after the subject. > --- > v4: Add ack. > v5: No change. > --- > net/ipv6/netfilter/nf_conntrack_reasm.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/net/ipv6/netfilter/nf_conntrack_reasm.c b/net/ipv6/netfilter/nf_conntrack_reasm.c > index 6d02498..701cd2b 100644 > --- a/net/ipv6/netfilter/nf_conntrack_reasm.c > +++ b/net/ipv6/netfilter/nf_conntrack_reasm.c > @@ -633,6 +633,7 @@ ret_orig: > kfree_skb(clone); > return skb; > } > +EXPORT_SYMBOL_GPL(nf_ct_frag6_gather); > > void nf_ct_frag6_consume_orig(struct sk_buff *skb) > { > -- > 2.1.4 > -- 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/