Jozsef Kadlecsik wrote:
I have just noticed one single issue with your patches: the revision
bumping for the set types are missing.
Interesting. I wasn't aware you've introduced this feature and by
looking at the logs, this has been present since 6.14 - shame on me for
not noticing it.
So please extend the second patch with the type revisions incremented
(have a look at the hash:net type how the revision comments are kept)
and add a userspace patch with the revisions bumped in userspace too (it's
fine to copy the most recent ones and increase the revisions, adjust the
descriptions).
In other words, something like:
kernel/net/netfilter/ip_set_*.c
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#define IPSET_TYPE_REV_MAX 3 /* Counters support added */
+/* 3 Counters support added */
+#define IPSET_TYPE_REV_MAX 4 /* Inner flag support added */
lib/ipset_*.c
~~~~~~~~~~~~~
copy the entire ipset_hash_netX struct, bump the ".revision" and adjust
the ".description" fields?
Would that suffice?
Also, would you like me to modify my 3rd patch (which is where I've made
the changes to all sets - in patch two I reimplemented the "internal"
functions) and issue a separate one for all lib/ipset_*.c changes or
would you like me to reissue the whole set of patches (1-6)?
That's all and then the patchset is ready for inclusion.
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