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)
commit856c53f1751ece9a44ab0b9ed1acb344913bf20c
tree8208c5bc55fd385fa1bdb4b40a59f29b587aef0a
parent02ccffff3e28b7dd09b8ecc83826e6af7d824c21
pending-4.4: 610-netfilter_match_bypass_default_check: fix 32bit compat layer

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>
target/linux/generic/pending-4.4/610-netfilter_match_bypass_default_checks.patch