pending-4.4: 610-netfilter_match_bypass_default_check: fix 32bit compat layer
authorHans Dedecker <dedeckeh@gmail.com>
Mon, 16 Oct 2017 09:29:55 +0000 (11:29 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Tue, 24 Oct 2017 20:15:47 +0000 (22:15 +0200)
Patch 610-netfilter_match_bypass_default_check added an extra flag IPT_F_NO_DEF_MATCH
which is copied to user space in function copy_entries_to_user. The 32bit compat
layer function was missing the same logic to copy the flag IPT_F_NO_DEF_MATCH to
user space for a 64bit kernel and 32 bit user space.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Signed-off-by: Thierry Dutre <thierry.dutre@dtsystems.be>

No differences found