Re: [PATCH] maint: generate ioctl entries without target architecture code execution

2017-09-26 Thread Dmitry V. Levin
On Tue, Sep 12, 2017 at 08:13:12PM +0300, Gleb Fotengauer-Malinovskiy wrote: > ioctls_sym.sh used to generate and invoke target architecture > executables that limited its applicability. > After this change, the generated code is just compiled to the target > architecture object files and all requi

Re: [PATCH v2 1/4] rtnl_mdb: decode br_port_msg netlink attributes

2017-09-26 Thread Dmitry V. Levin
On Tue, Sep 12, 2017 at 10:54:58PM +0800, JingPiao Chen wrote: > * configure.ac (AC_CHECK_TYPES): Check for struct br_mdb_entry > in . > (AC_CHECK_MEMBERS): Check for flags and vid fields in struct br_mdb_entry. > * rtnl_mdb.c: Include "xlat/mdb_flags.h", "xlat/mdb_states.h", > "xlat/rtnl_mdba_mdb_

Re: [PATCH v3 07/12] tests: check decoding of NFNL_SUBSYS_IPSET netlink message types

2017-09-26 Thread Dmitry V. Levin
On Wed, Sep 20, 2017 at 10:59:17PM +0800, JingPiao Chen wrote: > * configure.ac (AC_CHECK_HEADERS): Add linux/netfilter/ipset/ip_set.h. > * tests/nfnetlink_ipset.c: New file. > * tests/gen_tests.in (nfnetlink_ipset): New entry. > * tests/pure_executables.list: Add nfnetlink_ipset. > * tests/.gitign