Hi Vitaly, On Tue, Dec 11, 2012 at 11:06:32PM +0400, Vitaly E. Lavrov wrote: > The following patch fixes a bug in xt_recent. > Bug appears at the end of work the networks namespace, provided that > the tables (filter/mangle/raw) have rule with xt_recent. > The error occurs because the __net_exit recent_net_exit() is > executed before the tables are cleared. > Change this order of calls is impossible, since tables must be > registered earlier than extensions. > Bug exists in all versions of the kernel since 2.6.35 > > Cleaning tables before completing the network namespace can be used > as a workaround. > > Idea of the patch that if the files are deleted from the directory > /proc/net/xt_recent" procedure XXXXX, then a flag is set "clean". > If cleaning the tables occurs later and the flag "clean" is set, > then the delete files is skipped. > > Patch for kernel 3.4.22 I need that the patch applies to some more recent kernel tree. Same comment for the hashlimit fix. Could you send me a new round rebased upon it, please? Thanks. -- 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