From: Gao Feng <redacted>
In the commit <93557f53e1fb> ("netfilter: nf_conntrack: nf_conntrack snmp
helper"), the snmp_helper is replaced by nf_nat_snmp_hook. So the
snmp_helper is never registered. But it still tries to unregister the
snmp_helper, it could cause the panic.
Now remove the useless snmp_helper and the unregister call in the
error handler.
Fixes: 93557f53e1fb ("netfilter: nf_conntrack: nf_conntrack snmp helper")
Signed-off-by: Gao Feng <redacted>
---
v2: Add the SHA1 ID in the description, per Sergei
v1: Initial version
net/ipv4/netfilter/nf_nat_snmp_basic.c | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
From: Sergei Shtylyov <hidden> Date: 2017-03-20 10:09:28
On 3/20/2017 12:55 PM, fgao@ikuai8.com wrote:
From: Gao Feng <redacted>
In the commit <93557f53e1fb> ("netfilter: nf_conntrack: nf_conntrack snmp
Angle brackets not needed. :-)
The commit citing style is the same as for the Fixes: tag.
helper"), the snmp_helper is replaced by nf_nat_snmp_hook. So the
snmp_helper is never registered. But it still tries to unregister the
snmp_helper, it could cause the panic.
Now remove the useless snmp_helper and the unregister call in the
error handler.
Fixes: 93557f53e1fb ("netfilter: nf_conntrack: nf_conntrack snmp helper")
Signed-off-by: Gao Feng <redacted>
On Mon, Mar 20, 2017 at 6:09 PM, Sergei Shtylyov
[off-list ref] wrote:
On 3/20/2017 12:55 PM, fgao@ikuai8.com wrote:
quoted
From: Gao Feng <redacted>
In the commit <93557f53e1fb> ("netfilter: nf_conntrack: nf_conntrack snmp
Angle brackets not needed. :-)
The commit citing style is the same as for the Fixes: tag.
The checkpatch.pl reports the following error, if remove the angle brackets.
ERROR: Please use git commit description style 'commit <12+ chars of
sha1> ("<title line>")' - ie: 'commit fatal: ambig ("evision or path
not in the working tree.")'
#7:
In the commit 93557f53e1fb ("netfilter: nf_conntrack: nf_conntrack snmp
total: 1 errors, 0 warnings, 0 checks, 27 lines checked
Regards
Feng
quoted
helper"), the snmp_helper is replaced by nf_nat_snmp_hook. So the
snmp_helper is never registered. But it still tries to unregister the
snmp_helper, it could cause the panic.
Now remove the useless snmp_helper and the unregister call in the
error handler.
Fixes: 93557f53e1fb ("netfilter: nf_conntrack: nf_conntrack snmp helper")
Signed-off-by: Gao Feng <redacted>
From: Sergei Shtylyov <hidden> Date: 2017-03-20 16:35:43
On 03/20/2017 01:15 PM, Feng Gao wrote:
quoted
quoted
From: Gao Feng <redacted>
In the commit <93557f53e1fb> ("netfilter: nf_conntrack: nf_conntrack snmp
Angle brackets not needed. :-)
The commit citing style is the same as for the Fixes: tag.
The checkpatch.pl reports the following error, if remove the angle brackets.
Because it stops recognizing the commit ID! :-)
ERROR: Please use git commit description style 'commit <12+ chars of
sha1> ("<title line>")' - ie: 'commit fatal: ambig ("evision or path
not in the working tree.")'
So check the patch in the correct tree because that seems to be the
problem... Angle brackets are surely not required.
On Tue, Mar 21, 2017 at 12:35 AM, Sergei Shtylyov
[off-list ref] wrote:
On 03/20/2017 01:15 PM, Feng Gao wrote:
quoted
quoted
quoted
From: Gao Feng <redacted>
In the commit <93557f53e1fb> ("netfilter: nf_conntrack: nf_conntrack
snmp
Angle brackets not needed. :-)
The commit citing style is the same as for the Fixes: tag.
The checkpatch.pl reports the following error, if remove the angle
brackets.
Because it stops recognizing the commit ID! :-)
quoted
ERROR: Please use git commit description style 'commit <12+ chars of
sha1> ("<title line>")' - ie: 'commit fatal: ambig ("evision or path
not in the working tree.")'
So check the patch in the correct tree because that seems to be the
problem... Angle brackets are surely not required.
Actually I didn't add the angle brackets firstly, but it fail to pass
the check_patch.pl check.
So I had to modify it.
Ok, I removed the angle brackets now, just ignored the error report of
check_patch.pl.
Best Regards
Feng