Re: [PATCH v3 net-next 6/9] net: Generic resolver backend

2017-12-13 Thread kbuild test robot
Hi Tom, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Tom-Herbert/net-Generic-network-resolver-backend-and-ILA-resolver/20171214-142440 config: i386-randconfig-x016-201750 (attached as .config

[PATCH v3 net-next 6/9] net: Generic resolver backend

2017-12-11 Thread Tom Herbert
This patch implements the backend of a resolver, specifically it provides a means to track unresolved addresses and expire entries based on timeout. The resolver is mostly a frontend to an rhashtable where the key of the table is whatever address type or object is tracked. A resolver instance is c