Re: [PATCH v2] netfilter: use __u8 instead of uint8_t in uapi header

2019-09-25 Thread Pablo Neira Ayuso
On Tue, Sep 24, 2019 at 07:40:06AM +0900, Masahiro Yamada wrote: > When CONFIG_UAPI_HEADER_TEST=y, exported headers are compile-tested to > make sure they can be included from user-space. > > Currently, linux/netfilter_bridge/ebtables.h is excluded from the test > coverage. To make it join the

[PATCH v2] netfilter: use __u8 instead of uint8_t in uapi header

2019-09-23 Thread Masahiro Yamada
When CONFIG_UAPI_HEADER_TEST=y, exported headers are compile-tested to make sure they can be included from user-space. Currently, linux/netfilter_bridge/ebtables.h is excluded from the test coverage. To make it join the compile-test, we need to fix the build errors attached below. For a case