Hi, The following patchset contains Netfilter fixes for net: 1) Uninitialized when used in __nf_conntrack_update(), from Nathan Chancellor. 2) Comparison of unsigned expression in nf_confirm_cthelper(). 3) Remove 'const' type qualifier with no effect. This batch is addressing fallout from the previous pull request. Please, pull this updates from: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git Thank you. ---------------------------------------------------------------- The following changes since commit a4976a3ef844c510ae9120290b23e9f3f47d6bce: crypto: chelsio/chtls: properly set tp->lsndtime (2020-05-26 23:24:00 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git HEAD for you to fetch changes up to 4946ea5c1237036155c3b3a24f049fd5f849f8f6: netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build (2020-05-27 13:39:08 +0200) ---------------------------------------------------------------- Nathan Chancellor (1): netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_update Pablo Neira Ayuso (2): netfilter: conntrack: comparison of unsigned in cthelper confirmation netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build include/linux/netfilter/nf_conntrack_pptp.h | 2 +- net/netfilter/nf_conntrack_core.c | 8 ++++---- net/netfilter/nf_conntrack_pptp.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-)