Re: [PATCH] ebtables: fix limit and mark modules incompatibilities between 32-bit user space and 64-bit kernel space

2018-05-29 Thread Alin Năstac
On Tue, May 29, 2018 at 9:27 AM, Alin Năstac wrote: > On Mon, May 28, 2018 at 9:54 PM, Pablo Neira Ayuso > wrote: >> On Mon, May 28, 2018 at 06:07:29PM +0200, Alin Nastac wrote: >>> Signed-off-by: Alin Nastac >>> --- >>> include/linux/netfilter_bridge/ebt_limit.h | 4 >>>

Re: [PATCH] ebtables: fix limit and mark modules incompatibilities between 32-bit user space and 64-bit kernel space

2018-05-28 Thread Florian Westphal
Alin Nastac wrote: Whats wrong exactly? 64bit kernel should be able to understand this without userspace kludges (see net/bridge/netfilter/ebt_mark_m.c, mark_mt_compat_from_user()). -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body

[PATCH] ebtables: fix limit and mark modules incompatibilities between 32-bit user space and 64-bit kernel space

2018-05-28 Thread Alin Nastac
Signed-off-by: Alin Nastac --- include/linux/netfilter_bridge/ebt_limit.h | 4 include/linux/netfilter_bridge/ebt_mark_m.h | 5 + include/linux/netfilter_bridge/ebt_mark_t.h | 4 3 files changed, 13 insertions(+) diff --git