On Fri, Oct 24, 2014 at 03:28:52PM +0800, Li Zhong wrote: > Commit c8d7b98bec43 moved nf_send_resetX() to modules without module > license, which causes following errors seen on my system: > > [ 26.926014] nf_reject_ipv4: Unknown symbol rcu_read_lock_bh_held (err 0) > [ 26.926022] nf_reject_ipv4: Unknown symbol rcu_read_lock_held (err 0) > [ 26.926030] nf_reject_ipv4: Unknown symbol ip_local_out_sk (err 0) > > The code below adds MODULE_LICENSE("GPL") to fix this issue. We already sent a similar patch that should hit Linus' tree soon. Sorry for the inconvenience. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html